.checkbox-container.svelte-5wbhth{display:flex;align-items:center;gap:.5rem}input[type=checkbox].svelte-5wbhth{width:18px;height:18px;cursor:pointer;accent-color:var(--accent-color, #4f46e5)}label.svelte-5wbhth{font-size:.875rem;color:var(--text-primary);cursor:pointer}input[type=checkbox].svelte-5wbhth:disabled{opacity:.6;cursor:not-allowed}input[type=checkbox].svelte-5wbhth:disabled+label:where(.svelte-5wbhth){opacity:.6;cursor:not-allowed}.bulletin-sidebar-panel.svelte-1tmn771{display:flex;flex-direction:column;gap:.75rem;min-width:0;padding-top:.25rem}.bulletin-sidebar-panel.svelte-1tmn771:not(:first-child){padding-top:1rem;margin-top:.5rem;border-top:1px solid var(--borderColor)}.bulletin-sidebar-panel.svelte-1tmn771{color:var(--textColor);box-shadow:0 1px #ffffffb3 inset}.bulletin-sidebar-panel__header.svelte-1tmn771{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0}.bulletin-sidebar-panel__copy.svelte-1tmn771{display:flex;flex:1 1 auto;flex-direction:column;gap:.25rem;min-width:0}.bulletin-sidebar-panel__title.svelte-1tmn771{margin:0;font-size:.8125rem;font-weight:600;line-height:1.2;color:var(--textColor)}.bulletin-sidebar-panel__description.svelte-1tmn771{display:flex;flex-direction:column;gap:.25rem;min-width:0;font-size:.75rem;line-height:1.35;color:color-mix(in srgb,var(--textColor) 68%,transparent)}.bulletin-sidebar-panel__description.svelte-1tmn771 p{margin:0}.bulletin-sidebar-panel__description.svelte-1tmn771 code{padding:0 .2rem;border:1px solid var(--borderColor);border-radius:.25rem;background:color-mix(in srgb,var(--background-color) 75%,white 25%);font-size:.9em}.bulletin-sidebar-panel__actions.svelte-1tmn771{display:flex;flex:0 0 auto;align-items:flex-start;gap:.5rem}.bulletin-sidebar-panel__body.svelte-1tmn771{display:flex;flex-direction:column;gap:.75rem;min-width:0}@media (max-width: 640px){.bulletin-sidebar-panel__header.svelte-1tmn771{flex-direction:column;align-items:stretch}.bulletin-sidebar-panel__actions.svelte-1tmn771{width:100%}}.bulletin-editor-shortcut-panel{gap:.9rem}.bulletin-editor-shortcut-panel__empty.svelte-b365aw{margin:0;font-size:.75rem;line-height:1.35;color:color-mix(in srgb,var(--textColor) 68%,transparent)}.bulletin-editor-shortcut-panel__group.svelte-b365aw{display:flex;flex-direction:column;gap:.45rem;min-width:0}.bulletin-editor-shortcut-panel__heading.svelte-b365aw{margin:0;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb,var(--textColor) 60%,transparent)}.bulletin-editor-shortcut-panel__table.svelte-b365aw{display:flex;flex-direction:column;min-width:0;border:1px solid color-mix(in srgb,var(--borderColor) 82%,transparent);border-radius:.25rem;overflow:hidden;background:color-mix(in srgb,var(--background-group-color) 88%,white 12%)}.bulletin-editor-shortcut-panel__header.svelte-b365aw,.bulletin-editor-shortcut-panel__row.svelte-b365aw{display:grid;grid-template-columns:minmax(8.5rem,.95fr) minmax(0,1.35fr);gap:.75rem;padding:.55rem .7rem;min-width:0}.bulletin-editor-shortcut-panel__header.svelte-b365aw{background:color-mix(in srgb,var(--background-color) 78%,white 22%);border-bottom:1px solid color-mix(in srgb,var(--borderColor) 75%,transparent);font-size:.67rem;letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb,var(--textColor) 74%,transparent)}.bulletin-editor-shortcut-panel__row.svelte-b365aw+.bulletin-editor-shortcut-panel__row:where(.svelte-b365aw){border-top:1px solid color-mix(in srgb,var(--borderColor) 56%,transparent)}.bulletin-editor-shortcut-panel__shortcut.svelte-b365aw,.bulletin-editor-shortcut-panel__summary.svelte-b365aw{min-width:0;font-size:.75rem;line-height:1.35;color:var(--textColor)}.bulletin-editor-shortcut-panel__shortcut.svelte-b365aw{word-break:break-word}.bulletin-editor-shortcut-panel__summary.svelte-b365aw{color:color-mix(in srgb,var(--textColor) 82%,transparent)}@media (max-width: 640px){.bulletin-editor-shortcut-panel__header.svelte-b365aw,.bulletin-editor-shortcut-panel__row.svelte-b365aw{grid-template-columns:minmax(0,1fr)}}.bulletin-sidebar-checkbox.svelte-ulzp5y{display:inline-flex;align-items:center;gap:.5rem;min-width:0;color:var(--textColor);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bulletin-sidebar-checkbox__control.svelte-ulzp5y{position:absolute;opacity:0;pointer-events:none}.bulletin-sidebar-checkbox__mark.svelte-ulzp5y{position:relative;width:.95rem;min-width:.95rem;height:.95rem;border:1px solid var(--borderColor);border-radius:.2rem;background:var(--background-group-color);transition:border-color .15s ease,background-color .15s ease}.bulletin-sidebar-checkbox__label.svelte-ulzp5y{min-width:0;font-size:.75rem;font-weight:600;line-height:1.2}.bulletin-sidebar-checkbox.svelte-ulzp5y:hover .bulletin-sidebar-checkbox__mark:where(.svelte-ulzp5y){border-color:var(--itemBorderColor);background:var(--itemHoverBackground)}.bulletin-sidebar-checkbox__control.svelte-ulzp5y:checked+.bulletin-sidebar-checkbox__mark:where(.svelte-ulzp5y){border-color:var(--itemActiveBorderColor);background:var(--itemActiveBackground)}.bulletin-sidebar-checkbox__control.svelte-ulzp5y:checked+.bulletin-sidebar-checkbox__mark:where(.svelte-ulzp5y):after{content:"";position:absolute;left:.28rem;top:.1rem;width:.22rem;height:.45rem;border-right:2px solid var(--textActiveColor, #ffffff);border-bottom:2px solid var(--textActiveColor, #ffffff);transform:rotate(45deg)}.bulletin-sidebar-checkbox__control.svelte-ulzp5y:focus-visible+.bulletin-sidebar-checkbox__mark:where(.svelte-ulzp5y){outline:1px solid var(--itemActiveBorderColor);outline-offset:2px}.bulletin-sidebar-checkbox__control.svelte-ulzp5y:disabled+.bulletin-sidebar-checkbox__mark:where(.svelte-ulzp5y),.bulletin-sidebar-checkbox__control.svelte-ulzp5y:disabled~.bulletin-sidebar-checkbox__label:where(.svelte-ulzp5y){opacity:.65;cursor:default}.bulletin-sidebar-checkbox.svelte-ulzp5y:has(.bulletin-sidebar-checkbox__control:where(.svelte-ulzp5y):disabled){cursor:default}.bulletin-sidebar-toggle-button.svelte-7ef2zv{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.35rem .75rem;border:1px solid var(--borderColor);border-radius:.4rem;background:var(--background-group-color);color:var(--textColor);font-size:.75rem;font-weight:600;line-height:1.1}.bulletin-sidebar-toggle-button.svelte-7ef2zv:hover:not(:disabled){border-color:var(--itemBorderColor);background:var(--itemHoverBackground)}.bulletin-sidebar-toggle-button.svelte-7ef2zv:focus-visible{outline:1px solid var(--itemActiveBorderColor);outline-offset:2px}.bulletin-sidebar-toggle-button.is-active.svelte-7ef2zv{border-color:var(--itemActiveBorderColor);background:var(--itemActiveBackground);color:var(--textActiveColor, black)}.bulletin-sidebar-toggle-button.svelte-7ef2zv:disabled{opacity:.65;cursor:default}.bulletin-font-select-compact{min-width:64px}._toastItem.svelte-1irx82o{width:var(--toastWidth, 16rem);height:var(--toastHeight, auto);min-height:var(--toastMinHeight, 3.5rem);margin:var(--toastMargin, 0 0 .5rem 0);padding:var(--toastPadding, 0);background:var(--toastBackground, rgba(66, 66, 66, .9));color:var(--toastColor, #fff);box-shadow:var( --toastBoxShadow, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) );border:var(--toastBorder, none);border-radius:var(--toastBorderRadius, .125rem);position:relative;display:flex;flex-direction:row;align-items:center;overflow:hidden;will-change:transform,opacity;-webkit-tap-highlight-color:transparent}._toastMsg.svelte-1irx82o{padding:var(--toastMsgPadding, .75rem .5rem);flex:1 1 0%}.pe.svelte-1irx82o,._toastMsg.svelte-1irx82o a{pointer-events:auto}._toastBtn.svelte-1irx82o{width:var(--toastBtnWidth, 2rem);height:var(--toastBtnHeight, 100%);cursor:pointer;outline:none}._toastBtn.svelte-1irx82o:after{content:var(--toastBtnContent, "✕");font:var(--toastBtnFont, 1rem sans-serif);display:flex;align-items:center;justify-content:center}._toastBar.svelte-1irx82o{top:var(--toastBarTop, auto);right:var(--toastBarRight, auto);bottom:var(--toastBarBottom, 0);left:var(--toastBarLeft, 0);height:var(--toastBarHeight, 6px);width:var(--toastBarWidth, 100%);position:absolute;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;pointer-events:none}._toastBar.svelte-1irx82o::-webkit-progress-bar{background:transparent}._toastBar.svelte-1irx82o::-webkit-progress-value{background:var(--toastProgressBackground, var(--toastBarBackground, rgba(33, 150, 243, .75)))}._toastBar.svelte-1irx82o::-moz-progress-bar{background:var(--toastProgressBackground, var(--toastBarBackground, rgba(33, 150, 243, .75)))}._toastContainer.svelte-1dwp7pi{top:var(--toastContainerTop, 1.5rem);right:var(--toastContainerRight, 2rem);bottom:var(--toastContainerBottom, auto);left:var(--toastContainerLeft, auto);position:fixed;margin:0;padding:0;list-style-type:none;pointer-events:none;z-index:var(--toastContainerZIndex, 9999)}
