.data-board{display:grid;gap:14px;min-width:0;color:var(--text-primary)}.data-board__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.data-board__title{display:grid;gap:4px;min-width:0}.data-board__eyebrow{margin:0;color:var(--text-tertiary);font-size:.78rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.data-board__title h2{margin:0;color:var(--text-primary);font-size:1.24rem;line-height:1.18}.data-board__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.data-board__pill,.data-board__button{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-muted);color:var(--text-secondary);font-size:.86rem;font-weight:600;white-space:nowrap}.data-board__button{background:var(--accent-primary);color:#fff;cursor:pointer}.data-board__surface{min-width:0;overflow:hidden;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-database)}.data-board__table-wrap{overflow-x:auto}.data-board__table{width:100%;min-width:760px;border-collapse:collapse}.data-board__table th,.data-board__table td{padding:11px 12px;border-bottom:1px solid var(--border-subtle);text-align:left;vertical-align:top}.data-board__table th{position:sticky;top:0;z-index:1;background:var(--surface-muted);color:var(--text-secondary);font-size:.78rem;font-weight:600}.data-board__table td{color:var(--text-primary);font-size:.9rem}.data-board__cell-button,.data-board__cell-input,.data-board__cell-select{width:100%;min-height:30px;border:1px solid transparent;border-radius:6px;background:transparent;color:inherit;font:inherit;text-align:left}.data-board__cell-button{padding:4px 6px;cursor:text}.data-board__cell-button:hover{background:var(--surface-hover);border-color:var(--border-subtle)}.data-board__cell-input,.data-board__cell-select{padding:4px 6px;background:#fff;border-color:var(--accent-primary);outline:2px solid color-mix(in srgb,var(--accent-primary) 14%,transparent)}.data-board__table tr:last-child td{border-bottom:0}.data-board__row--selected td{background:var(--surface-selected)}.data-board__row[tabindex="0"]:focus-visible{outline:2px solid var(--accent-primary);outline-offset:-2px}.data-board__record-title{display:inline-flex;align-items:center;gap:7px;min-width:0;color:var(--text-primary);font-weight:700}.data-board__muted{color:var(--text-tertiary)}.data-board__collection{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding:12px}.data-board__item{display:grid;gap:7px;min-width:0;padding:12px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-database)}.data-board__item--gallery{padding:0;overflow:hidden}.data-board__item-media{display:grid;place-items:center;aspect-ratio:16 / 9;background:var(--surface-hover);color:var(--text-tertiary);font-size:.86rem;font-weight:600}.data-board__item-media img{width:100%;height:100%;object-fit:cover}.data-board__item-body{display:grid;gap:7px;padding:12px}.data-board__item-title{margin:0;color:var(--text-primary);font-size:.96rem;font-weight:700;line-height:1.25}.data-board__line{display:flex;align-items:baseline;justify-content:space-between;gap:8px;min-width:0;color:var(--text-secondary);font-size:.84rem}.data-board__label{flex:0 0 auto;color:var(--text-tertiary);font-weight:600}.data-board__value{min-width:0;overflow:hidden;color:var(--text-primary);text-align:right;text-overflow:ellipsis;white-space:nowrap}.data-board__groups{display:grid;gap:12px;padding:12px}.data-board__group{display:grid;gap:8px}.data-board__group-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-secondary);font-size:.88rem;font-weight:700}.data-board__empty{margin:0;padding:18px;color:var(--text-tertiary);font-weight:600;text-align:center}@media(max-width:700px){.data-board__header{align-items:stretch;flex-direction:column}.data-board__meta{justify-content:flex-start}.data-board__table{min-width:720px}}.data-board__calendar{display:grid;gap:var(--space-2, 8px);padding:var(--space-2, 8px) var(--space-2, 8px) var(--space-3, 12px);min-width:0}.data-board__calendar-bar{display:flex;align-items:center;gap:var(--space-2, 8px);padding:var(--space-1, 4px) var(--space-1, 4px) 0}.data-board__calendar-nav{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--border-default, rgba(25, 23, 21, .14));border-radius:6px;background:var(--surface-canvas, #ffffff);color:var(--text-secondary, #5f5b55);font-size:16px;line-height:1;cursor:pointer}.data-board__calendar-nav:hover{background:var(--surface-hover, #f1f0ec);color:var(--text-primary, #191715)}.data-board__calendar-month{font-size:14px;font-weight:600;color:var(--text-primary, #191715)}.data-board__calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-top:1px solid var(--border-subtle, rgba(25, 23, 21, .08));border-left:1px solid var(--border-subtle, rgba(25, 23, 21, .08));min-width:0}.data-board__calendar-weekday{padding:var(--space-1, 4px) var(--space-2, 8px);border-right:1px solid var(--border-subtle, rgba(25, 23, 21, .08));border-bottom:1px solid var(--border-subtle, rgba(25, 23, 21, .08));background:var(--surface-muted, #f7f6f3);color:var(--text-secondary, #5f5b55);font-size:12px;font-weight:600;text-align:left}.data-board__calendar-cell{display:flex;flex-direction:column;gap:4px;min-height:84px;padding:var(--space-1, 4px);border-right:1px solid var(--border-subtle, rgba(25, 23, 21, .08));border-bottom:1px solid var(--border-subtle, rgba(25, 23, 21, .08));min-width:0}.data-board__calendar-cell--empty{background:var(--surface-muted, #f7f6f3)}.data-board__calendar-day{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:12px;font-weight:600;color:var(--text-secondary, #5f5b55)}.data-board__calendar-cell--today .data-board__calendar-day{background:var(--accent-primary, #d92d20);color:#fff;border-radius:999px;font-weight:700}.data-board__calendar-events{display:flex;flex-direction:column;gap:2px;min-width:0}.data-board__calendar-event{padding:2px var(--space-1, 4px);border-left:2px solid var(--accent-primary, #d92d20);border-radius:3px;background:var(--accent-soft, #fff0ef);color:var(--accent-text, #b42318);font-size:12px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-board__calendar-event[data-status=closed],.data-board__calendar-event[data-status=draft]{background:var(--surface-muted, #f7f6f3);color:var(--text-tertiary, #948f88);border-left-color:var(--status-neutral, #667085)}@media(max-width:700px){.data-board__calendar-cell{min-height:56px}}.data-board__field-header{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}.data-board__field-heading{display:inline-flex;align-items:center;justify-content:center;min-width:0;width:100%}.data-board__field-name{overflow:hidden;color:var(--text-secondary);text-align:center;text-overflow:ellipsis;white-space:nowrap}.data-board__field-sort-indicator{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;width:14px;height:14px;color:var(--text-primary);font-size:12px;font-weight:600;line-height:1}.data-board__field-type{display:none}.data-board__cell-option-shell{position:relative;display:inline-flex;min-width:0}.data-board__cell-select-trigger{display:inline-flex;align-items:center;max-width:100%;min-height:26px;padding:0 10px;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);font:inherit;font-size:.82rem;font-weight:700;line-height:1;cursor:pointer}.data-board__cell-select-trigger:hover,.data-board__cell-select-trigger[aria-expanded=true]{border-color:var(--border-default);background:#fff}.data-board__cell-select-trigger[data-color],.data-board__cell-menu button[data-color]{background:var(--option-gray-bg);color:var(--option-gray-text)}.data-board__cell-select-trigger[data-color=gray],.data-board__cell-menu button[data-color=gray]{background:var(--option-gray-bg);color:var(--option-gray-text)}.data-board__cell-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:3;display:grid;min-width:128px;padding:6px;border:1px solid var(--border-default);border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a29}.data-board__cell-menu button{min-height:30px;padding:0 10px;border:1px solid transparent;border-radius:999px;font:inherit;font-size:.82rem;font-weight:700;text-align:left;cursor:pointer}.data-board__cell-menu button+button{margin-top:5px}.data-board__cell-menu button[aria-pressed=true]{border-color:currentColor}.data-board__bulk-editor-group{min-width:0;margin:0;padding:0;border:0}.data-board__add-property,.data-board__add-row button{min-height:30px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-secondary);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.data-board__add-property:hover,.data-board__add-row button:hover{background:var(--surface-hover);color:var(--text-primary)}.data-board__utility-column,.data-board__utility-cell{width:136px;color:var(--text-tertiary)}.data-board__utility-column-col{width:136px;min-width:136px}.data-board__row--pinned td{background:color-mix(in srgb,var(--accent-soft) 42%,#fff)}.data-board__row--pinned[tabindex="0"]:hover td{background:color-mix(in srgb,var(--accent-soft) 58%,#fff)}.data-board__pin-badge{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:0 6px;border:1px solid color-mix(in srgb,var(--accent-primary) 28%,transparent);border-radius:999px;background:var(--accent-soft);color:var(--accent-text);font-size:.72rem;font-weight:800;line-height:1}.data-board__utility-heading{display:inline-flex;align-items:center;min-height:24px;color:var(--text-tertiary);font-size:.76rem;font-weight:700}.data-board__row-action{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;border:1px solid var(--border-default);border-radius:6px;background:#fff;color:var(--text-secondary);font:inherit;font-size:.78rem;font-weight:700;white-space:nowrap;cursor:pointer}.data-board__row-action:hover{border-color:var(--border-default);background:var(--surface-muted);color:var(--text-primary)}.data-board__group-row th{padding:9px 12px;background:var(--surface-hover);color:var(--text-secondary);font-size:.84rem}.data-board__group-row th span{display:inline-flex;align-items:center;min-height:24px}.data-board__group-row th span:first-child{margin-right:8px;font-weight:700}.data-board__group-row th span:last-child{min-width:24px;justify-content:center;border:1px solid var(--border-default);border-radius:999px;background:#fff;color:var(--text-tertiary);font-size:.74rem;font-weight:700}.data-board__add-property{width:100%;border-color:var(--border-default);background:#fff;white-space:nowrap}.data-board__add-row td{padding:8px 12px;background:var(--surface-muted)}.data-board__add-row button{display:inline-flex;align-items:center;min-width:132px;padding:0 10px;color:var(--text-secondary)}.data-board__table-wrap--compact .data-board__table th,.data-board__table-wrap--compact .data-board__table td{padding:8px 10px}.data-board-shell{position:relative;display:grid;gap:12px;min-width:0;color:var(--text-primary)}.data-board-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-width:0}.data-board-shell__title{display:grid;gap:4px;min-width:0}.data-board-shell__eyebrow{margin:0;color:var(--text-tertiary);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.data-board-shell__title h1{display:flex;align-items:center;gap:8px;margin:0;color:var(--text-primary);font-size:1.18rem;line-height:1.2}.data-board-shell__title-accessory{display:flex;align-items:center;gap:6px;min-width:0}.data-board-shell__title-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--text-tertiary);font-size:20px;line-height:1}.data-board-shell__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.data-board-shell__primary-action button,.data-board-shell__tab,.data-board-shell__toolbar>*>button,.data-board-shell__toolbar>button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid var(--border-default);border-radius:7px;font-size:14px;font-weight:500;white-space:nowrap}.data-board-shell__pill{padding:0 10px;background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:700}.data-board-shell__permission-note{color:var(--text-tertiary);font-size:12px;font-weight:700;white-space:nowrap}.data-board-shell__primary-action button{padding:0 12px;background:var(--text-primary);color:#fff;font-weight:700;cursor:pointer}.data-board-shell__view-bar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding-bottom:6px;border-bottom:1px solid var(--border-subtle)}.data-board-shell__view-cluster,.data-board-shell__tabs,.data-board-shell__toolbar,.data-board-shell__view-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:4px;min-width:0}.data-board-shell__tabs{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.data-board-shell__tabs::-webkit-scrollbar{display:none}.data-board-shell__view-cluster{position:relative;flex:1 1 auto}.data-board-shell__view-measure{position:fixed;top:0;left:-10000px;display:flex;align-items:center;gap:4px;width:max-content;visibility:hidden;pointer-events:none}.data-board-shell__view-measure .data-board-shell__tabs{flex:0 0 auto;width:max-content;overflow:visible}.data-board-shell__view-actions{justify-content:flex-end;flex:1 1 auto}.data-board-shell__tab,.data-board-shell__toolbar>*>button,.data-board-shell__toolbar>button{gap:6px;padding:0 10px;background:transparent;color:var(--text-secondary);cursor:pointer}.data-board-shell__tab-icon{display:inline-flex;align-items:center;color:var(--text-tertiary);font-size:16px;line-height:1}.data-board-shell__tab[aria-pressed=true]{border-color:var(--accent-primary);background:var(--accent-soft);color:var(--accent-text)}.data-board-shell__tab[aria-pressed=true] .data-board-shell__tab-icon{color:currentColor}.data-board-shell__tab:hover{background:var(--accent-soft)}.data-board-shell__toolbar>*>button:hover,.data-board-shell__toolbar>button:hover{background:var(--surface-muted)}.data-board-shell__body{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;min-width:0}.data-board-shell__body:not(:has(.data-board-shell__side-peek)){grid-template-columns:minmax(0,1fr)}.data-board-shell__surface{min-width:0}.data-board-shell__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;justify-content:flex-end;padding:72px 24px 24px;background:#0f172a1a}.data-board-shell__side-peek{width:min(420px,100%);max-height:100%;min-width:0;overflow:auto;padding:14px;border:1px solid var(--border-default);border-radius:8px;background:#fff}@media(max-width:860px){.data-board-shell__header,.data-board-shell__view-bar{align-items:stretch;flex-direction:column}.data-board-shell__meta,.data-board-shell__view-cluster,.data-board-shell__toolbar,.data-board-shell__view-actions{justify-content:flex-start}.data-board-shell__view-cluster,.data-board-shell__view-actions{width:100%;max-width:100%}.data-board-shell__body{grid-template-columns:minmax(0,1fr)}.data-board-shell__overlay{align-items:flex-end;padding:56px 10px 10px}.data-board-shell__side-peek{width:100%;max-height:min(720px,calc(100dvh - 72px))}}@media(max-width:720px){.data-board-shell__tab{padding-inline:var(--space-2)}.data-board-shell__tab-icon{display:none}}.data-board-shell__overflow{position:relative;display:inline-flex;flex:0 0 auto}.data-board-shell__overflow-trigger{display:inline-flex;align-items:center;gap:4px;min-height:32px;padding:0 10px;border:1px solid var(--border-default);border-radius:7px;background:transparent;color:var(--text-secondary);font-size:.86rem;font-weight:700;white-space:nowrap;cursor:pointer}.data-board-shell__overflow-trigger:hover{background:var(--surface-muted)}.data-board-shell__overflow-trigger[aria-pressed=true]{border-color:var(--accent-primary);color:var(--accent-primary)}.data-board-shell__overflow-active{max-width:8rem;overflow:hidden;color:var(--text-tertiary);font-weight:700;text-overflow:ellipsis}.data-board-shell__overflow-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:45;display:grid;gap:4px;width:min(360px,calc(100vw - 32px));padding:6px;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-database);box-shadow:0 10px 24px #19171514}.data-board-shell__overflow-search{width:100%;min-height:36px;padding:0 12px;border:1px solid var(--border-default);border-radius:6px;color:var(--text-primary);font-size:.9rem}.data-board-shell__overflow-empty{margin:0;padding:6px 4px;color:var(--text-tertiary);font-size:.82rem}.data-board-shell__overflow-list{display:grid;gap:1px;max-height:240px;margin:0;overflow-y:auto;padding:0;list-style:none}.data-board-shell__overflow-row{position:relative;min-width:0;border-radius:6px}.data-board-shell__overflow-row--active{border-left:2px solid color-mix(in srgb,var(--accent-primary) 34%,transparent);background:color-mix(in srgb,var(--accent-soft) 30%,transparent)}.data-board-shell__overflow-readonly-chevron svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.data-board-shell__overflow-item{display:flex;align-items:center;gap:6px;width:100%;min-height:32px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-secondary);font-size:.84rem;font-weight:500;text-align:left;cursor:pointer}.data-board-shell__overflow-item:hover{background:var(--surface-muted)}.data-board-shell__overflow-item[aria-pressed=true]{border-color:transparent;color:var(--text-primary)}.data-board-shell__overflow-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-board-shell__overflow-readonly-chevron{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;color:var(--text-tertiary)}@media(max-width:720px){.data-board-shell__overflow-menu{width:min(260px,calc(100vw - 36px))}}.data-board-record-detail{display:grid;gap:var(--space-4);min-width:0;color:var(--text-primary)}.data-board-record-detail__header,.data-board-record-detail__heading{display:grid;gap:var(--space-2);min-width:0}.data-board-record-detail__heading p,.data-board-record-detail__heading h2,.data-board-record-detail__empty,.data-board-record-detail__properties{margin:0}.data-board-record-detail__heading p{color:var(--text-tertiary);font-size:12px;font-weight:600;line-height:1.4}.data-board-record-detail__heading h2{overflow-wrap:anywhere;text-wrap:balance;word-break:keep-all;font-size:22px;line-height:1.35}.data-board-record-detail__header button{justify-self:start;min-height:32px;padding:0 var(--space-3);border:1px solid var(--border-default);border-radius:7px;background:var(--surface-canvas);color:var(--text-secondary);font:inherit;font-size:14px;font-weight:600;cursor:pointer}.data-board-record-detail__header button:hover{background:var(--surface-hover);color:var(--text-primary)}.data-board-record-detail__header button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.data-board-record-detail__properties{display:grid;border-top:1px solid var(--border-subtle)}.data-board-record-detail__property{display:grid;grid-template-columns:minmax(112px,.4fr) minmax(0,1fr);gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--border-subtle)}.data-board-record-detail__property dt{color:var(--text-tertiary);font-size:12px;font-weight:600;line-height:1.4}.data-board-record-detail__property dd,.data-board-record-detail__empty{min-width:0;overflow-wrap:anywhere;color:var(--text-primary);font-size:14px;line-height:1.45}@media(max-width:480px){.data-board-record-detail__property{grid-template-columns:minmax(0,1fr);gap:var(--space-1)}}@media(max-width:360px){.data-board-record-detail__heading h2{font-size:20px}}.application-composer{box-sizing:border-box;display:flex;flex-direction:column;gap:var(--space-3, 12px);padding:var(--space-4, 16px) var(--space-5, 20px);margin:0 0 var(--space-4, 16px);background:var(--surface-muted);border:1px solid var(--border-subtle, rgba(25, 23, 21, .08));border-radius:8px}.application-composer__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3, 12px)}.application-composer__field{display:flex;flex-direction:column;gap:var(--space-1, 4px)}.application-composer__field--full{grid-column:1 / -1}.application-composer__label{color:var(--text-secondary);font-size:14px;font-weight:500;line-height:1.4}.application-composer__input,.application-composer__select{box-sizing:border-box;height:36px;width:100%;padding:0 var(--space-3, 12px);color:var(--text-primary);font-size:14px;font-weight:400;line-height:1.4;background:var(--surface-base, #ffffff);border:1px solid var(--border-default, rgba(25, 23, 21, .14));border-radius:4px}.application-composer__select{cursor:pointer}.application-composer__textarea{box-sizing:border-box;min-height:60px;width:100%;padding:var(--space-2, 8px) var(--space-3, 12px);color:var(--text-primary);font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;background:var(--surface-base, #ffffff);border:1px solid var(--border-default, rgba(25, 23, 21, .14));border-radius:4px;resize:vertical}.application-composer__input:focus-visible,.application-composer__select:focus-visible,.application-composer__textarea:focus-visible{outline:2px solid var(--accent-text, #c0562a);outline-offset:1px}.application-composer__row{display:contents}.application-composer__error{margin:0;color:var(--status-warning, #b8860b);font-size:14px;line-height:1.4}.application-composer__actions{display:flex;gap:var(--space-2, 8px);align-items:center}.application-composer__primary{height:36px;padding:0 var(--space-4, 16px);color:var(--surface-panel);font-size:14px;font-weight:500;line-height:1.4;background:var(--accent-primary, #c0562a);border:none;border-radius:4px;cursor:pointer}.application-composer__primary:focus-visible{outline:2px solid var(--accent-text, #c0562a);outline-offset:2px}.application-composer__secondary{height:36px;padding:0 var(--space-4, 16px);color:var(--text-primary);font-size:14px;font-weight:500;line-height:1.4;background:transparent;border:1px solid var(--border-default, rgba(25, 23, 21, .14));border-radius:4px;cursor:pointer}.application-composer__secondary:focus-visible{outline:2px solid var(--accent-text, #c0562a);outline-offset:2px}@media(max-width:640px){.application-composer__grid{grid-template-columns:1fr}}.application-status-badge{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-2);border-radius:4px;font-size:12px;font-weight:500;line-height:1.4;white-space:nowrap}.application-status-badge--planned{color:var(--status-neutral);background:color-mix(in srgb,var(--status-neutral) 12%,transparent)}.application-status-badge--in-progress{color:var(--status-info);background:color-mix(in srgb,var(--status-info) 12%,transparent)}.application-status-badge--submitted{color:var(--status-success);background:color-mix(in srgb,var(--status-success) 12%,transparent)}.application-status-badge--accepted{color:var(--accent-primary);background:color-mix(in srgb,var(--accent-primary) 12%,transparent)}.application-status-badge--rejected{color:var(--option-red-text);background:var(--option-red-bg)}.applications-board{width:100%;min-width:0}.applications-board__table-wrap{min-width:0;overflow-x:auto;background:var(--surface-database);border:1px solid var(--border-subtle);border-radius:8px}.applications-board__table{width:100%;min-width:0;border-collapse:collapse;font-size:14px;table-layout:auto}.applications-board__table th:nth-child(1),.applications-board__table td:nth-child(1){width:18%}.applications-board__table th:nth-child(2),.applications-board__table td:nth-child(2){width:18%}.applications-board__table th:nth-child(3),.applications-board__table td:nth-child(3){width:84px}.applications-board__table th:nth-child(4),.applications-board__table td:nth-child(4){width:200px}.applications-board__table th:nth-child(5),.applications-board__table td:nth-child(5){width:96px}.applications-board__table th:nth-child(6),.applications-board__table td:nth-child(6){width:112px}.applications-board__table th:nth-child(7),.applications-board__table td:nth-child(7),.applications-board__table th:nth-child(8),.applications-board__table td:nth-child(8){width:96px}.applications-board__table th,.applications-board__table td{padding:var(--space-2, 8px) var(--space-3, 12px);text-align:left;vertical-align:middle;border-bottom:1px solid var(--border-subtle)}.applications-board__table th{height:34px;color:var(--text-secondary);font-size:12px;font-weight:600;line-height:1.35;background:var(--surface-muted);white-space:nowrap}.applications-board__table tbody tr:last-child td,.applications-board__table tbody tr:last-child th{border-bottom:0}.applications-board__row{height:40px;transition:background-color .12s ease}.applications-board__row:hover{background:var(--surface-hover)}.applications-board__cell{color:var(--text-primary);font-size:14px;font-weight:400;line-height:1.45}.applications-board__cell--primary{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.45;text-align:left;white-space:nowrap}.applications-board__cell--date{font-variant-numeric:tabular-nums;color:var(--text-secondary);white-space:nowrap}.applications-board__cell--action,.applications-board__cell--checklist{white-space:nowrap}.applications-board__checklist-summary{display:inline-flex;align-items:center;gap:var(--space-2, 8px)}.applications-board__checklist-count{color:var(--text-secondary);font-size:13px;font-variant-numeric:tabular-nums}.applications-board__expand-button,.applications-board__icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;min-width:40px;padding:0 var(--space-2, 8px);color:var(--text-secondary);font-size:13px;font-weight:500;line-height:1.4;background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.applications-board__expand-button:hover,.applications-board__icon-button:hover{background:var(--surface-hover);color:var(--text-primary)}.applications-board__expand-button:focus-visible,.applications-board__icon-button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.applications-board__expand-button[aria-expanded=true]{color:var(--accent-text);background:var(--accent-soft)}.applications-board__checklist-row>td{padding:var(--space-4, 16px) var(--space-4, 16px);background:var(--surface-muted);border-bottom:1px solid var(--border-subtle)}.applications-board__checklist{display:flex;flex-direction:column;gap:var(--space-3, 12px)}.applications-board__checklist-items{display:flex;flex-direction:column;gap:var(--space-1, 4px);margin:0;padding:0;list-style:none}.applications-board__checklist-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3, 12px);min-height:32px;padding:var(--space-1, 4px) var(--space-2, 8px);background:var(--surface-database);border:1px solid var(--border-subtle);border-radius:6px}.applications-board__checklist-item.is-checked{background:var(--surface-hover)}.applications-board__checklist-label{display:inline-flex;align-items:center;gap:var(--space-2, 8px);min-width:0;flex:1;color:var(--text-primary);font-size:14px;line-height:1.45;cursor:pointer}.applications-board__checklist-item.is-checked .applications-board__checklist-label span{color:var(--text-secondary);text-decoration:line-through}.applications-board__checklist-checkbox{width:16px;height:16px;margin:0;accent-color:var(--accent-primary);cursor:pointer}.applications-board__checklist-remove{flex-shrink:0;padding:2px var(--space-2, 8px);color:var(--text-tertiary);font-size:12px;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:color .12s ease,background-color .12s ease}.applications-board__checklist-remove:hover{color:var(--option-red-text);background:var(--option-red-bg)}.applications-board__checklist-form{display:flex;gap:var(--space-2, 8px);align-items:center}.applications-board__checklist-input{flex:1;min-width:0;height:32px;padding:0 var(--space-3, 12px);color:var(--text-primary);font-size:14px;background:var(--surface-database);border:1px solid var(--border-default);border-radius:6px;transition:border-color .12s ease}.applications-board__checklist-input::placeholder{color:var(--text-tertiary)}.applications-board__checklist-input:focus{outline:none;border-color:var(--accent-primary)}.applications-board__checklist-add{flex-shrink:0;height:32px;padding:0 var(--space-3, 12px);color:var(--text-primary);font-size:13px;font-weight:500;background:var(--surface-database);border:1px solid var(--border-default);border-radius:6px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.applications-board__checklist-add:hover:not(:disabled){background:var(--surface-hover);border-color:var(--text-secondary)}.applications-board__checklist-add:disabled{color:var(--text-tertiary);cursor:not-allowed}.applications-board__delete-confirm{display:inline-flex;align-items:center;gap:var(--space-1, 4px);flex-wrap:nowrap}.applications-board__delete-question{color:var(--option-red-text);font-size:12px;font-weight:500;white-space:nowrap}.applications-board__delete-confirm-button,.applications-board__delete-cancel-button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 var(--space-2, 8px);font-size:12px;font-weight:500;border-radius:4px;cursor:pointer;border:1px solid transparent;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.applications-board__delete-confirm-button{color:var(--option-red-text);background:var(--option-red-bg)}.applications-board__delete-confirm-button:hover{background:color-mix(in srgb,var(--option-red-bg) 70%,var(--surface-hover))}.applications-board__delete-cancel-button{color:var(--text-secondary);background:transparent;border-color:var(--border-subtle)}.applications-board__delete-cancel-button:hover{background:var(--surface-hover);color:var(--text-primary)}.application-edit-form>td{padding:var(--space-3, 12px) var(--space-4, 16px);background:var(--surface-muted);border-bottom:1px solid var(--border-subtle)}.application-edit-form__form{display:flex;flex-direction:column;gap:var(--space-3, 12px)}.application-edit-form__error{margin:0;padding:var(--space-1, 4px) var(--space-2, 8px);color:var(--option-red-text);font-size:13px;font-weight:500;background:var(--option-red-bg);border-radius:4px}.application-edit-form__fields{display:flex;flex-wrap:wrap;gap:var(--space-2, 8px);align-items:flex-end}.application-edit-form__field{display:flex;flex-direction:column;gap:var(--space-1, 4px);min-width:120px;flex:1 1 140px}.application-edit-form__field--wide{flex:2 1 200px}.application-edit-form__label{color:var(--text-secondary);font-size:11px;font-weight:600;line-height:1.4;text-transform:uppercase;letter-spacing:0}.application-edit-form__input{height:32px;padding:0 var(--space-2, 8px);color:var(--text-primary);font-size:13px;font-weight:400;background:var(--surface-database);border:1px solid var(--border-default);border-radius:4px;transition:border-color .12s ease}.application-edit-form__input:focus{outline:none;border-color:var(--accent-primary)}.application-edit-form__input::placeholder{color:var(--text-tertiary)}.application-edit-form__actions{display:flex;gap:var(--space-2, 8px)}.application-edit-form__save{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 var(--space-4, 16px);color:var(--surface-panel);font-size:13px;font-weight:500;background:var(--accent-primary);border:1px solid transparent;border-radius:6px;cursor:pointer;transition:opacity .12s ease}.application-edit-form__save:hover{opacity:.9}.application-edit-form__save:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.application-edit-form__cancel{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 var(--space-3, 12px);color:var(--text-secondary);font-size:13px;font-weight:500;background:transparent;border:1px solid var(--border-subtle);border-radius:6px;cursor:pointer;transition:background-color .12s ease,color .12s ease}.application-edit-form__cancel:hover{background:var(--surface-hover);color:var(--text-primary)}.application-edit-form__cancel:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.application-delete-confirm{display:inline-flex;align-items:center;gap:var(--space-1, 4px);flex-wrap:nowrap}.application-delete-confirm__message{color:var(--option-red-text);font-size:12px;font-weight:500;white-space:nowrap}.application-delete-confirm__confirm,.application-delete-confirm__cancel{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 var(--space-2, 8px);font-size:12px;font-weight:500;border-radius:4px;cursor:pointer;border:1px solid transparent;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.application-delete-confirm__confirm{color:var(--option-red-text);background:var(--option-red-bg)}.application-delete-confirm__confirm:hover{background:color-mix(in srgb,var(--option-red-bg) 70%,var(--surface-hover))}.application-delete-confirm__cancel{color:var(--text-secondary);background:transparent;border-color:var(--border-subtle)}.application-delete-confirm__cancel:hover{background:var(--surface-hover);color:var(--text-primary)}.applications-board__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2, 8px);padding:var(--space-8, 32px) var(--space-4, 16px);text-align:center}.applications-board__empty p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.5}.applications-page{box-sizing:border-box;display:grid;gap:var(--space-5, 20px);width:100%;max-width:1180px;margin:0 auto;padding:var(--space-6, 24px);color:var(--text-primary)}.applications-page__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:var(--space-2, 8px)}.applications-page__eyebrow{margin:0;color:var(--text-secondary);font-size:14px;font-weight:500;line-height:1.4;letter-spacing:0}.applications-page__header h1{margin:var(--space-1, 4px) 0 0;font-size:28px;font-weight:700;line-height:1.25;letter-spacing:0}.applications-page__count{margin:var(--space-2, 8px) 0 0;color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.4}.applications-page__login-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-10) var(--space-6);text-align:center;gap:var(--space-4)}.applications-page__login-gate h1{margin:0;font-size:28px;font-weight:700;line-height:1.25}.applications-page__login-message{margin:0;font-size:16px;color:var(--text-secondary);line-height:1.6}.applications-page__login-button{background:var(--accent-primary);color:var(--surface-panel);border:none;border-radius:4px;padding:var(--space-2) var(--space-4);font-size:14px;font-weight:500;cursor:pointer;transition:background .12s ease-out}.applications-page__login-button:hover{background:var(--accent-primary);opacity:.9}.applications-page__composer-placeholder{min-height:0}.applications-page__filters{display:flex;flex-wrap:wrap;gap:var(--space-2, 8px);align-items:center;margin:var(--space-4, 16px) 0}.applications-page__filter{display:inline-flex;align-items:center}.applications-page__filter--search{flex:1 1 220px;min-width:180px}.applications-page__select,.applications-page__search{box-sizing:border-box;height:36px;width:100%;padding:0 var(--space-3, 12px);color:var(--text-primary);font-size:14px;font-weight:400;line-height:1.4;background:var(--surface-base, #ffffff);border:1px solid var(--border-default, rgba(25, 23, 21, .14));border-radius:4px}.applications-page__select{width:auto;min-width:120px;cursor:pointer}.applications-page__select:focus-visible,.applications-page__search:focus-visible{outline:2px solid var(--accent-text, #c0562a);outline-offset:1px}.applications-page__feedback{margin:0;padding:var(--space-2, 8px) var(--space-3, 12px);color:var(--text-secondary);font-size:14px;line-height:1.5}.account-page{box-sizing:border-box;width:100%;max-width:1180px;margin:0 auto;padding:var(--space-6, 24px);color:var(--text-primary)}.account-page__intro{display:grid;gap:var(--space-2, 8px);margin-bottom:var(--space-6, 24px)}.account-page__intro h1{margin:0;font-size:28px;line-height:1.25;letter-spacing:0}.account-page__intro p{margin:0;color:var(--text-secondary)}.account-page__layout{display:grid;grid-template-columns:196px minmax(0,1fr);gap:var(--space-6, 24px);align-items:start}.account-page__section-nav{position:sticky;top:56px;display:grid;gap:var(--space-1, 4px);padding-right:var(--space-4, 16px);border-right:1px solid var(--border-default)}.account-page__section-nav a{display:flex;align-items:center;min-height:36px;padding:var(--space-2, 8px) var(--space-3, 12px);color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none;border-radius:8px;transition:background-color .14s ease,color .14s ease}.account-page__section-nav a:hover,.account-page__section-nav a:focus-visible{color:var(--text-primary);background:var(--surface-hover);outline:none}.account-page__section-nav a.active{color:var(--accent-text);background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent-primary)}.account-page__content{display:grid;gap:var(--space-6, 24px);min-width:0}.account-page__section,.account-page__gate{display:grid;gap:var(--space-4, 16px);padding:var(--space-5, 20px);background:var(--surface-database);border:1px solid var(--border-default);border-radius:8px}.account-page__section-header{display:flex;gap:var(--space-4, 16px);align-items:center;justify-content:space-between}.account-page__section-header h2,.account-page__gate h2{margin:0;font-size:22px;line-height:1.35;letter-spacing:0}.account-page__section-header p,.account-page__gate p{margin:0;color:var(--text-secondary)}.account-page__section-copy{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6}.account-profile__summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--space-4, 16px);align-items:center;padding:var(--space-4, 16px);border:1px solid var(--border-subtle);border-radius:8px}.account-profile__form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--space-4, 16px);align-items:start;padding:var(--space-4, 16px);border:1px solid var(--border-subtle);border-radius:8px}.account-profile__edit-fields{display:grid;gap:var(--space-2, 8px);min-width:0}.account-profile__edit-fields label{color:var(--text-secondary);font-size:13px;font-weight:700}.account-profile__input{box-sizing:border-box;width:100%;min-height:42px;padding:0 var(--space-3, 12px);color:var(--text-primary);font:inherit;background:var(--surface-canvas);border:1px solid var(--border-default);border-radius:8px;outline:none;transition:border-color .14s ease,box-shadow .14s ease}.account-profile__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-soft)}.account-profile__input[aria-invalid=true]{border-color:var(--accent-primary)}.account-profile__error{margin:0;color:var(--accent-text);font-size:13px;font-weight:600}.account-profile__actions{display:inline-flex;gap:var(--space-2, 8px);align-items:center;justify-content:flex-end}.account-profile__avatar{display:grid;width:64px;aspect-ratio:1;place-items:center;color:var(--text-primary);font-size:24px;font-weight:700;background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:50%}.account-profile__summary p{margin:2px 0 0;color:var(--text-secondary);font-size:14px}.account-profile__name-row{display:flex;flex-wrap:wrap;gap:var(--space-2, 8px);align-items:center}.account-page__role-badge,.account-page__status{display:inline-flex;align-items:center;min-height:24px;padding:0 var(--space-2, 8px);font-size:12px;font-weight:600;border-radius:6px}.account-page__role-badge{color:var(--status-success);background:color-mix(in srgb,var(--status-success) 12%,transparent)}.account-page__logout{color:var(--accent-text)}.account-page__feedback{margin:0;padding:var(--space-3, 12px);color:var(--accent-text);background:var(--accent-soft);border:1px solid var(--border-default);border-radius:8px}.account-page__rows{display:grid;border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden}.account-security-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:var(--space-4, 16px);align-items:center;min-height:68px;padding:var(--space-4, 16px);border-bottom:1px solid var(--border-subtle)}.account-security-row:last-child{border-bottom:0}.account-security-row p{margin:4px 0 0;color:var(--text-secondary);font-size:14px}.account-security-row span{color:var(--text-secondary);font-size:13px;font-weight:600}.account-admin__link{text-decoration:none}.account-admin__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3, 12px);margin:0}.account-admin__stats div{padding:var(--space-4, 16px);background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px}.account-admin__stats dt{color:var(--text-secondary);font-size:12px;font-weight:600}.account-admin__stats dd{margin:var(--space-1, 4px) 0 0;font-size:24px;font-weight:700}.account-admin__preview{display:grid;gap:var(--space-3, 12px);min-width:0}.account-admin__preview-header{display:flex;align-items:center;justify-content:space-between}.account-admin__preview h3{margin:0;font-size:16px;line-height:1.4}.account-admin__preview-header span,.account-admin__empty{color:var(--text-tertiary);font-size:12px;font-weight:600}.account-admin__preview table{width:100%;border-collapse:collapse;font-size:14px}.account-admin__preview th,.account-admin__preview td{padding:var(--space-3, 12px) var(--space-2, 8px);text-align:left;border-top:1px solid var(--border-subtle)}.account-admin__preview thead th{color:var(--text-secondary);font-size:12px;font-weight:600}.account-page__status--active{color:var(--status-success);background:color-mix(in srgb,var(--status-success) 12%,transparent)}.account-page__status--suspended{color:var(--status-neutral);background:color-mix(in srgb,var(--status-neutral) 14%,transparent)}.account-page--locked{max-width:760px}.account-page--locked .account-page__gate{justify-items:start}.account-page .primary-action{display:inline-flex;width:auto;min-height:38px;margin-top:0;padding:0 var(--space-4, 16px);align-items:center;justify-content:center;font-size:14px;line-height:1;text-decoration:none;white-space:nowrap}@media(max-width:900px){.account-page{padding:var(--space-4, 16px)}.account-page__layout{grid-template-columns:1fr}.account-page__section-nav{position:static;display:flex;gap:var(--space-2, 8px);padding:0 0 var(--space-3, 12px);overflow-x:auto;border-right:0;border-bottom:1px solid var(--border-default)}.account-page__section-nav a{flex:0 0 auto;box-shadow:none}.account-page__section-nav a.active{box-shadow:inset 0 -2px 0 var(--accent-primary)}}@media(max-width:720px){.account-page{height:calc(100dvh - 122px);overflow-y:auto;overscroll-behavior:contain}}@media(max-width:640px){.account-page__section,.account-page__gate{padding:var(--space-4, 16px)}.account-page__section-header,.account-profile__form,.account-profile__summary,.account-security-row{grid-template-columns:1fr;align-items:start}.account-profile__actions{width:100%;justify-content:stretch}.account-profile__actions .compact-action,.account-profile__actions .primary-action{flex:1 1 0}.account-page__section-header{display:grid}.account-profile__avatar{width:56px}.account-admin__stats{grid-template-columns:1fr}.account-page .account-admin__link{width:100%;min-height:44px}.account-admin__preview{overflow-x:auto}.account-admin__preview table{min-width:560px}}.auth-page{display:grid;gap:18px;width:min(440px,calc(100% - 48px));margin:32px auto 64px}.auth-page__intro{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0;padding:0 2px}.auth-page__intro h1,.auth-page__intro p{margin:0}.auth-page__intro h1{color:var(--text-primary);font-size:28px;line-height:1.25}.auth-page__intro p:not(.auth-page__eyebrow){max-width:620px;color:var(--text-secondary);font-size:14px;line-height:1.6}.auth-page__eyebrow{color:var(--accent-text);font-size:12px;font-weight:800;line-height:1.35;text-transform:uppercase}.auth-page__surface{overflow:hidden;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-panel);box-shadow:0 12px 36px color-mix(in srgb,var(--text-primary) 10%,transparent)}.auth-page--ready{width:min(760px,calc(100% - 48px))}.auth-page__ready-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-panel)}.auth-page__ready-panel strong,.auth-page__ready-panel p{margin:0}.auth-page__ready-panel strong{color:var(--text-primary);font-size:18px}.auth-page__ready-panel p{margin-top:4px;color:var(--text-secondary);font-size:14px}.auth-page__ready-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}@media(max-width:860px){.auth-page{width:min(100% - 24px,440px);margin-block:18px 40px}.auth-page__ready-panel{align-items:stretch;flex-direction:column}.auth-page__ready-actions{justify-content:stretch}.auth-page__ready-actions button{width:100%}}.feedback-page{box-sizing:border-box;display:grid;gap:var(--space-6, 24px);width:100%;max-width:1180px;margin:0 auto;padding:var(--space-6, 24px);color:var(--text-primary)}.feedback-page__intro{display:flex;gap:var(--space-4, 16px);align-items:flex-start;justify-content:space-between}.feedback-page__intro h1,.feedback-composer h2,.feedback-board__header h2,.feedback-board__empty h3{margin:0;letter-spacing:0}.feedback-page__intro h1{margin-top:var(--space-1, 4px);font-size:28px;line-height:1.25}.feedback-page__intro p,.feedback-board__header p,.feedback-board__empty p{margin:var(--space-2, 8px) 0 0;color:var(--text-secondary)}.feedback-page__eyebrow{margin:0;color:var(--accent-text);font-size:12px;font-weight:700;line-height:1.4;letter-spacing:0}.feedback-page__member-chip{display:inline-flex;align-items:center;min-height:38px;padding:0 var(--space-3, 12px);color:var(--text-secondary);font-size:13px;font-weight:700;background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px;white-space:nowrap}.feedback-page__status-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-3, 12px)}.feedback-page__insights{display:grid;gap:var(--space-3, 12px)}.feedback-page__operations{display:grid;grid-template-columns:minmax(180px,.58fr) minmax(0,1.42fr);gap:var(--space-4, 16px);align-items:stretch;padding:var(--space-4, 16px);background:var(--surface-database);border:1px solid var(--border-default);border-radius:8px}.feedback-page__operations-header{display:grid;align-content:start;gap:var(--space-1, 4px)}.feedback-page__operations h2{margin:var(--space-1, 4px) 0 0;font-size:18px;line-height:1.35;letter-spacing:0}.feedback-page__operations-header p:last-child{margin:var(--space-1, 4px) 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5}.feedback-page__operations-body{display:grid;gap:var(--space-2, 8px);min-width:0}.feedback-page__operations-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-2, 8px);margin:0}.feedback-page__operations-grid div{display:grid;gap:var(--space-1, 4px);min-height:70px;padding:var(--space-3, 12px);background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px}.feedback-page__operations-grid dt{color:var(--text-secondary);font-size:12px;font-weight:700}.feedback-page__operations-grid dd{min-width:0;margin:0;overflow:hidden;color:var(--text-primary);font-size:18px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.feedback-page__operations-focus{display:grid;gap:var(--space-1, 4px);min-width:0;padding:var(--space-3, 12px);background:color-mix(in srgb,var(--accent-primary) 7%,var(--surface-canvas));border:1px solid color-mix(in srgb,var(--accent-primary) 20%,var(--border-subtle));border-radius:8px}.feedback-page__operations-focus span,.feedback-page__operations-focus small{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.4}.feedback-page__operations-focus strong{min-width:0;overflow:hidden;color:var(--text-primary);font-size:14px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.feedback-page__roadmap{display:grid;gap:var(--space-3, 12px);padding:var(--space-4, 16px);background:var(--surface-database);border:1px solid var(--border-default);border-radius:8px}.feedback-page__roadmap-header{display:flex;align-items:start;justify-content:space-between;gap:var(--space-4, 16px)}.feedback-page__roadmap-header h2,.feedback-page__roadmap-header p{margin:0}.feedback-page__roadmap-header h2{margin-top:var(--space-1, 4px);font-size:18px;line-height:1.35;letter-spacing:0}.feedback-page__roadmap-header>p{max-width:360px;color:var(--text-secondary);font-size:13px;line-height:1.5}.feedback-page__roadmap-lanes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-2, 8px)}.feedback-page__roadmap-lane{display:grid;align-content:start;gap:var(--space-2, 8px);min-width:0;min-height:148px;padding:var(--space-3, 12px);background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px}.feedback-page__roadmap-lane header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2, 8px)}.feedback-page__roadmap-lane h3{margin:0;color:var(--text-primary);font-size:13px;line-height:1.35}.feedback-page__roadmap-count,.feedback-page__roadmap-tag,.feedback-page__roadmap-empty{color:var(--text-secondary);font-size:12px;line-height:1.45}.feedback-page__roadmap-lane ul{display:grid;gap:var(--space-2, 8px);margin:0;padding:0;list-style:none}.feedback-page__roadmap-lane li{display:flex;flex-wrap:wrap;gap:var(--space-1, 4px) var(--space-2, 8px);min-width:0;padding:var(--space-2, 8px);background:var(--surface-database);border:1px solid var(--border-subtle);border-radius:6px}.feedback-page__roadmap-title{flex:0 0 100%;min-width:0;overflow:hidden;color:var(--text-primary);font-size:13px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.feedback-page__roadmap-empty{margin:0}.feedback-page__status-timeline{display:grid;gap:var(--space-3, 12px);padding:var(--space-4, 16px);background:var(--surface-database);border:1px solid var(--border-default);border-radius:8px}.feedback-page__status-timeline-header{display:flex;align-items:start;justify-content:space-between;gap:var(--space-4, 16px)}.feedback-page__status-timeline-header h2,.feedback-page__status-timeline-header p{margin:0}.feedback-page__status-timeline-header h2{margin-top:var(--space-1, 4px);font-size:18px;line-height:1.35;letter-spacing:0}.feedback-page__status-timeline-header>p{max-width:360px;color:var(--text-secondary);font-size:13px;line-height:1.5}.feedback-page__status-timeline ol{display:grid;gap:var(--space-2, 8px);margin:0;padding:0;list-style:none}.feedback-page__status-timeline li{display:grid;grid-template-columns:minmax(96px,auto) minmax(0,1fr) auto;gap:var(--space-2, 8px);align-items:center;min-width:0;padding:var(--space-3, 12px);background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px}.feedback-page__status-timeline time{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.4;white-space:nowrap}.feedback-page__status-timeline-title{min-width:0;overflow:hidden;color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.feedback-page__status-timeline-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 var(--space-3, 12px);color:var(--accent-text);font-size:12px;font-weight:700;line-height:1;background:var(--accent-soft);border:1px solid color-mix(in srgb,var(--accent-text) 24%,transparent);border-radius:999px;white-space:nowrap}.feedback-page__status-timeline-note{grid-column:2 / -1;margin:0;color:var(--text-secondary);font-size:13px;line-height:1.5}.feedback-page__flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-2, 8px);margin:0;padding:0;list-style:none}.feedback-page__flow li{position:relative;display:grid;gap:var(--space-1, 4px);min-height:62px;padding:var(--space-3, 12px);background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px}.feedback-page__flow li:before{content:"";width:18px;height:3px;background:var(--accent-primary);border-radius:999px}.feedback-page__flow span{color:var(--text-tertiary);font-size:11px;font-weight:700}.feedback-page__flow strong{font-size:13px;line-height:1.35}.feedback-page__status-card{display:grid;gap:var(--space-1, 4px);min-height:76px;padding:var(--space-4, 16px);background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px}.feedback-page__status-card span{color:var(--text-secondary);font-size:12px;font-weight:600}.feedback-page__status-card strong{font-size:24px;line-height:1.2}.feedback-composer{display:grid;gap:var(--space-4, 16px);padding:var(--space-5, 20px);background:var(--surface-database);border:1px solid var(--border-default);border-radius:8px}.feedback-composer h2{margin-top:var(--space-1, 4px);font-size:20px;line-height:1.35}.feedback-composer__form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(160px,220px) auto;gap:var(--space-3, 12px);align-items:end}.feedback-composer__form label,.feedback-board__select{display:grid;gap:var(--space-2, 8px);color:var(--text-secondary);font-size:12px;font-weight:700}.feedback-composer__wide{grid-column:1 / -1}.feedback-composer input,.feedback-composer textarea,.feedback-composer select,.feedback-board input,.feedback-board select,.feedback-board textarea{width:100%;box-sizing:border-box;color:var(--text-primary);font:inherit;background:var(--surface-canvas);border:1px solid var(--border-default);border-radius:8px}.feedback-composer input,.feedback-composer select,.feedback-board input,.feedback-board select{min-height:38px;padding:0 var(--space-3, 12px)}.feedback-composer textarea,.feedback-board textarea{min-height:82px;padding:var(--space-3, 12px);resize:vertical}.feedback-composer input:focus,.feedback-composer textarea:focus,.feedback-composer select:focus,.feedback-board input:focus,.feedback-board select:focus,.feedback-board textarea:focus{border-color:var(--accent-primary);outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-primary) 16%,transparent)}.feedback-composer__locked{display:flex;flex-wrap:wrap;gap:var(--space-3, 12px);align-items:center;justify-content:space-between;padding:var(--space-4, 16px);background:var(--surface-muted);border:1px dashed var(--border-default);border-radius:8px}.feedback-composer__locked p,.feedback-composer [role=status]{margin:0;color:var(--text-secondary)}.feedback-board{display:grid;gap:var(--space-4, 16px);min-width:0;padding:var(--space-5, 20px);background:var(--surface-database);border:1px solid var(--border-default);border-radius:8px}.feedback-board__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-4, 16px);align-items:end}.feedback-board__header h2{margin-top:var(--space-1, 4px);font-size:22px;line-height:1.35}.feedback-board__tools{display:flex;flex-wrap:wrap;gap:var(--space-2, 8px);align-items:end;justify-content:flex-end}.feedback-board__search{display:flex;align-items:center;width:min(320px,100%);min-height:38px;padding:0 var(--space-3, 12px);background:var(--surface-canvas);border:1px solid var(--border-default);border-radius:8px}.feedback-board__search:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-primary) 16%,transparent)}.feedback-board__search input{width:100%;min-width:0;color:var(--text-primary);font:inherit;background:transparent;border:0;outline:0}.feedback-board__search input::placeholder{color:var(--text-tertiary)}.feedback-board__search-icon{flex:0 0 auto;width:14px;aspect-ratio:1;margin-right:var(--space-2, 8px);border:1.8px solid currentColor;border-radius:50%;color:var(--text-tertiary);box-shadow:5px 5px 0 -3.4px currentColor}.feedback-board__select{min-width:130px}.feedback-board__toggle{display:inline-flex;gap:var(--space-2, 8px);align-items:center;min-height:38px;padding:0 var(--space-3, 12px);color:var(--text-secondary);font-size:13px;font-weight:700;background:var(--surface-canvas);border:1px solid var(--border-default);border-radius:8px}.feedback-board__toggle input{width:16px;aspect-ratio:1;margin:0;accent-color:var(--accent-primary)}.feedback-board__table-wrap{min-width:0;overflow-x:auto;border:1px solid var(--border-subtle);border-radius:8px}.feedback-board__table{width:100%;min-width:0;border-collapse:collapse;font-size:14px;table-layout:fixed}.feedback-board__table th:nth-child(1){width:34%}.feedback-board__table th:nth-child(2){width:88px}.feedback-board__table th:nth-child(3){width:104px}.feedback-board__table th:nth-child(4){width:64px}.feedback-board__table th:nth-child(5){width:112px}.feedback-board__table th:nth-child(6){width:112px}.feedback-board__table th:nth-child(7){width:152px}.feedback-board__table th,.feedback-board__table td{padding:var(--space-3, 12px);text-align:left;border-bottom:1px solid var(--border-subtle)}.feedback-board__table th{color:var(--text-secondary);font-size:12px;font-weight:600;background:var(--surface-muted)}.feedback-board__table tbody tr:last-child td{border-bottom:0}.feedback-board__post-row td{vertical-align:top}.feedback-board__proposal{display:grid;gap:var(--space-2, 8px);min-width:0}.feedback-board__proposal strong{line-height:1.35}.feedback-board__proposal p{max-width:520px;margin:0;color:var(--text-secondary);font-size:13px;line-height:1.5;white-space:pre-wrap}.feedback-board__proposal span,.feedback-board__own-label,.feedback-board__pin-label,.feedback-board__status{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:0 var(--space-2, 8px);font-size:12px;font-weight:700;border-radius:999px}.feedback-board__proposal span{color:var(--text-secondary);background:var(--surface-muted);border:1px solid var(--border-subtle)}.feedback-board__pin-label{color:var(--status-warning);background:color-mix(in srgb,var(--status-warning) 12%,var(--surface-canvas));border:1px solid color-mix(in srgb,var(--status-warning) 28%,var(--border-subtle))}.feedback-board__release-note{display:grid;gap:var(--space-1, 4px);max-width:520px;padding:var(--space-3, 12px);background:color-mix(in srgb,var(--accent-primary) 7%,var(--surface-canvas));border:1px solid color-mix(in srgb,var(--accent-primary) 18%,var(--border-subtle));border-radius:8px}.feedback-board__release-note strong{width:fit-content;color:var(--accent-text);font-size:12px;line-height:1.4}.feedback-board__release-note p,.feedback-board__release-note small{margin:0;color:var(--text-secondary);font-size:12px;line-height:1.5}.feedback-board__release-note a{justify-self:start;color:var(--accent-text);font-size:12px;font-weight:700;text-decoration:none}.feedback-board__release-note a:hover,.feedback-board__release-note a:focus-visible{text-decoration:underline;outline:none}.feedback-board__status{color:var(--text-primary);background:var(--surface-muted);border:1px solid var(--border-subtle)}.feedback-board__status.is-new,.feedback-board__status.is-under_review{color:var(--accent-text);background:color-mix(in srgb,var(--accent-primary) 10%,var(--surface-canvas));border-color:color-mix(in srgb,var(--accent-primary) 24%,var(--border-subtle))}.feedback-board__status.is-planned,.feedback-board__status.is-in_progress{color:var(--status-warning);background:color-mix(in srgb,var(--status-warning) 10%,var(--surface-canvas));border-color:color-mix(in srgb,var(--status-warning) 24%,var(--border-subtle))}.feedback-board__status.is-shipped{color:var(--status-success);background:color-mix(in srgb,var(--status-success) 10%,var(--surface-canvas));border-color:color-mix(in srgb,var(--status-success) 24%,var(--border-subtle))}.feedback-board__status.is-declined{color:var(--text-secondary);background:var(--surface-muted)}.feedback-board__vote{min-width:96px}.feedback-board__status-control{width:100%;min-width:0}.feedback-board__management,.feedback-board__triage-controls{display:grid;gap:var(--space-2, 8px);min-width:0}.feedback-board__management .compact-action,.feedback-board__triage-controls .compact-action{width:100%}.feedback-board__release-editor{display:grid;gap:var(--space-2, 8px);min-width:0;padding:var(--space-2, 8px);background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px}.feedback-board__release-editor textarea{min-height:74px}.feedback-board__release-editor .compact-action{min-height:34px}.feedback-board__own-label{margin-left:var(--space-2, 8px);color:var(--accent-text);background:color-mix(in srgb,var(--accent-primary) 10%,var(--surface-canvas))}.feedback-board__muted{color:var(--text-tertiary);font-size:13px}.feedback-board__discussion-row td{padding-top:0;background:color-mix(in srgb,var(--surface-muted) 72%,transparent)}.feedback-board__discussion{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,380px);gap:var(--space-3, 12px);align-items:start}.feedback-board__discussion p{margin:0;color:var(--text-tertiary);font-size:13px}.feedback-board__discussion ul{display:grid;gap:var(--space-2, 8px);margin:0;padding:0;list-style:none}.feedback-board__discussion li{display:grid;gap:var(--space-1, 4px);padding:var(--space-2, 8px) var(--space-3, 12px);background:var(--surface-canvas);border:1px solid var(--border-subtle);border-radius:8px}.feedback-board__discussion li strong{font-size:12px}.feedback-board__discussion li span{color:var(--text-secondary);font-size:13px;line-height:1.45}.feedback-board__comment-delete{justify-self:start;min-height:30px}.feedback-board__edit-row td{background:color-mix(in srgb,var(--surface-muted) 68%,transparent)}.feedback-board__edit-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,180px) auto;gap:var(--space-3, 12px);align-items:end}.feedback-board__edit-form label{display:grid;gap:var(--space-2, 8px);color:var(--text-secondary);font-size:12px;font-weight:700}.feedback-board__edit-wide{grid-column:1 / -1}.feedback-board__edit-actions{display:inline-flex;flex-wrap:wrap;gap:var(--space-2, 8px)}.feedback-board__discussion form{display:grid;grid-template-columns:minmax(0,1fr) minmax(96px,auto);gap:var(--space-2, 8px);align-items:end}.feedback-board__discussion label{min-width:0}.feedback-board__discussion textarea{min-height:42px}.feedback-board__sr-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;white-space:nowrap;border:0;clip-path:inset(50%)}.feedback-board__empty{display:grid;justify-items:center;gap:var(--space-2, 8px);padding:var(--space-8, 32px) var(--space-4, 16px);text-align:center}.feedback-board__empty h3{font-size:16px;line-height:1.4}.feedback-page .primary-action,.feedback-page .compact-action{min-height:38px;white-space:nowrap}@media(max-width:900px){.feedback-page{padding:var(--space-4, 16px)}.feedback-page__intro,.feedback-composer__form,.feedback-page__operations,.feedback-page__roadmap-header,.feedback-page__status-timeline-header,.feedback-board__header{grid-template-columns:1fr}.feedback-page__intro,.feedback-page__roadmap-header,.feedback-page__status-timeline-header{display:grid}.feedback-page__roadmap-lanes{grid-template-columns:repeat(2,minmax(0,1fr))}.feedback-board__tools{justify-content:stretch}.feedback-board__search,.feedback-board__tools .compact-action{flex:1 1 160px}.feedback-board__discussion,.feedback-board__edit-form{grid-template-columns:1fr}}@media(max-width:720px){.feedback-page{height:calc(100dvh - 122px);overflow-y:auto;overscroll-behavior:contain}.feedback-page__status-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.feedback-page__operations-grid,.feedback-page__roadmap-lanes,.feedback-page__flow{grid-template-columns:1fr}.feedback-page__status-timeline li{grid-template-columns:1fr;align-items:start}.feedback-page__status-timeline-note{grid-column:1}.feedback-board__table{min-width:0}.feedback-board__table thead{display:none}.feedback-board__post-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2, 8px);padding:var(--space-3, 12px)}.feedback-board__post-row td{display:block;padding:0;border-bottom:0}.feedback-board__post-row td:nth-child(1){grid-column:1}.feedback-board__post-row td:nth-child(2){grid-column:2;justify-self:end}.feedback-board__post-row td:nth-child(3),.feedback-board__post-row td:nth-child(4),.feedback-board__post-row td:nth-child(5),.feedback-board__post-row td:nth-child(6){display:none}.feedback-board__post-row td:nth-child(7){grid-column:1 / -1}.feedback-board__management,.feedback-board__triage-controls{grid-template-columns:1fr}.feedback-board__discussion-row,.feedback-board__discussion-row td{display:block}}@media(max-width:520px){.feedback-page__status-strip{grid-template-columns:1fr}.feedback-board{padding:var(--space-4, 16px)}}.data-board-toolbar-stack{display:grid;gap:8px;min-width:0}.data-board-toolbar{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;overflow-x:visible;overflow-y:visible;padding:6px;border:1px solid var(--border-default);border-radius:8px;background:#fff}.data-board-toolbar__leading{display:inline-flex;align-items:center;min-width:0}.data-board-toolbar__search{display:flex;align-items:center;flex:0 1 190px;min-width:150px;max-width:240px;min-height:32px;overflow:hidden;border:1px solid var(--border-default);border-radius:6px;background:#fff}.data-board-toolbar__search:focus-within{border-color:var(--accent-primary);background:var(--surface-selected)}.data-board-toolbar__search-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;color:var(--text-tertiary);font-size:16px;line-height:1}.data-board-toolbar__search-label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.data-board-toolbar__search input{width:100%;min-height:30px;border:0;border-left:0;border-radius:0;background:#fff;color:var(--text-primary);padding:7px 9px;font:inherit;font-size:14px}.data-board-toolbar__search input:focus{outline:none}.data-board-toolbar__button{display:inline-flex;align-items:center;justify-content:center;gap:0;width:32px;min-width:32px;min-height:32px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);padding:0;font:inherit;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer;flex:0 0 auto}.data-board-toolbar__button-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:currentColor;font-size:16px;line-height:1}.data-board-toolbar__button-label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.data-board-toolbar__button:hover{background:var(--surface-hover);color:var(--text-primary)}.data-board-toolbar__button[aria-pressed=true]{background:var(--text-primary);color:#fff}.data-board-toolbar__chips{display:flex;flex:0 0 auto;flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;margin:0;padding:0;border:0}.data-board-toolbar__chip{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid var(--border-default);border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:700;white-space:nowrap}button.data-board-toolbar__chip{cursor:pointer}button.data-board-toolbar__chip:hover{border-color:var(--border-default);background:var(--surface-hover)}@media(max-width:700px){.data-board-toolbar{align-items:stretch;flex-wrap:nowrap}.data-board-toolbar__search{max-width:190px}}.schedule-control-surface{display:grid;gap:12px;margin-bottom:18px}.schedule-default-database{min-width:0;margin-bottom:18px}.schedule-landing-intro{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:18px;min-width:0;margin-bottom:10px;padding:14px 18px;border:none;border-radius:0;background:color-mix(in srgb,var(--surface-panel) 92%,var(--accent-soft));box-shadow:none}.schedule-landing-intro__copy{display:grid;gap:5px;min-width:0}.schedule-landing-intro h1{min-width:0;margin:0;color:var(--text-primary);font-size:clamp(21px,2vw,26px);font-weight:800;letter-spacing:0;line-height:1.12}.schedule-landing-intro__edit-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;min-height:28px;border:0;border-radius:4px;background:transparent;color:var(--text-tertiary);padding:0;cursor:pointer;opacity:0;transition:background-color .12s ease,color .12s ease,opacity .12s ease}.schedule-landing-intro__description{max-width:760px;margin:0;color:var(--text-secondary);font-size:14px;font-weight:600;line-height:1.5}.schedule-landing-intro__stats{display:grid;grid-template-columns:repeat(3,minmax(74px,1fr));gap:0;min-width:284px;margin:0;overflow:hidden;border:1px solid var(--border-subtle);border-radius:7px;background:var(--surface-panel)}.schedule-landing-intro__stats div{display:grid;gap:2px;padding:9px 12px;border-left:1px solid var(--border-subtle)}.schedule-landing-intro__stats div:first-child{border-left:0}.schedule-landing-intro__stats dt{color:var(--text-tertiary);font-size:11px;font-weight:700;line-height:1.2}.schedule-landing-intro__stats dd{margin:0;color:var(--accent-text);font-size:20px;font-weight:800;font-variant-numeric:tabular-nums;line-height:1.1}.schedule-public-workspace{display:grid;min-width:0}.saved-view-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0}.saved-view-tabs,.layout-switch{display:inline-flex;align-items:center;gap:4px;min-width:0;padding:4px;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-muted)}.saved-view-tabs{flex:1;overflow-x:auto;scrollbar-width:thin}.saved-view-tabs button,.layout-switch button,.view-options-button{min-height:34px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);font:inherit;font-weight:700;white-space:nowrap;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.saved-view-tabs button{padding:0 14px}.layout-switch button{min-width:42px;padding:0 10px}.saved-view-tabs button:hover,.layout-switch button:hover,.view-options-button:hover{background:var(--surface-hover);color:var(--text-primary)}.saved-view-tabs button.active,.layout-switch button.active,.view-options-button.active{background:var(--surface-hover);color:var(--text-primary);box-shadow:inset 0 0 0 1px var(--border-default)}.schedule-toolbar-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.view-options-button{padding:0 14px;border:1px solid var(--border-default);background:#fff}.view-options-panel{display:grid;gap:12px;padding:14px;border:1px solid var(--border-default);border-radius:8px;background:#fff;box-shadow:0 18px 50px #0f172a14}.filter-panel.compact{display:grid;grid-template-columns:minmax(180px,1.6fr) repeat(4,minmax(132px,1fr));gap:10px;padding:0;border:0;background:transparent}.filter-panel.compact .filter-field{min-width:0}.filter-panel.compact input,.filter-panel.compact select{min-height:38px}.schedule-side-peek-topbar{display:flex;justify-content:flex-end;min-height:30px;margin-bottom:6px}.schedule-side-peek-close{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--border-default);border-radius:6px;background:#fff;color:var(--text-secondary);font:inherit;font-size:18px;font-weight:700;line-height:1;cursor:pointer}@media(max-width:900px){.schedule-landing-intro{grid-template-columns:1fr;gap:12px}.schedule-landing-intro__stats{width:100%;min-width:0}.saved-view-row{align-items:stretch;flex-direction:column}.schedule-toolbar-actions{justify-content:space-between;width:100%}.filter-panel.compact{grid-template-columns:1fr 1fr}}@media(max-width:560px){.schedule-landing-intro{padding:12px 14px}.schedule-landing-intro h1{font-size:21px}.schedule-landing-intro__description{font-size:13px}.schedule-landing-intro__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.schedule-landing-intro__stats div{padding:8px 9px}.schedule-toolbar-actions{align-items:stretch;flex-direction:column}.layout-switch,.view-options-button{width:100%}.layout-switch button{flex:1}.filter-panel.compact{grid-template-columns:1fr}}:root{color:#171a22;background:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,Apple SD Gothic Neo,Malgun Gothic,Noto Sans KR,sans-serif;word-break:keep-all;background:#fff}button,input,select{font:inherit}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:inherit;text-decoration:none}.app-shell{width:100%;min-height:100vh;margin:0;overflow:hidden;background:#fff}.topbar{min-height:76px;display:grid;grid-template-columns:minmax(220px,280px) 1fr auto auto;align-items:center;gap:16px;padding:0 24px;border-bottom:1px solid var(--border-default);background:var(--surface-panel)}.brand{display:inline-flex;align-items:baseline;gap:5px;font-size:26px;font-weight:700;letter-spacing:0}.brand strong{color:var(--accent-primary)}.brand span{color:#171a22}.topnav{display:flex;justify-content:flex-end;align-items:stretch;gap:26px;height:76px}.topnav a,.topnav button{display:inline-flex;align-items:center;border:0;background:transparent;color:#171a22;font-weight:700;border-bottom:3px solid transparent;cursor:pointer}.topnav a.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}.topbar-cta,.primary-action{border:0;border-radius:5px;color:#fff;background:linear-gradient(135deg,#ff3f3a,#ff5f4c);box-shadow:0 12px 24px color-mix(in srgb,var(--accent-primary) 22%,transparent);font-weight:700;cursor:pointer}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-panel);color:var(--text-secondary);font-size:18px;cursor:pointer;transition:background .12s ease-out,border-color .12s ease-out}.theme-toggle:hover{background:var(--surface-hover);border-color:var(--accent-primary)}.theme-toggle svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.topbar-cta{padding:14px 26px}.workspace-frame{display:grid;grid-template-columns:284px minmax(0,1fr);min-height:calc(100vh - 76px)}.sidebar{display:flex;flex-direction:column;justify-content:space-between;gap:24px;align-self:start;min-height:calc(100vh - 76px);padding:22px;border-right:1px solid #e3e7ec;background:linear-gradient(180deg,#fff,#fbfcfd)}.side-menu{display:grid;gap:8px}.side-menu a{display:flex;align-items:center;gap:14px;min-height:58px;padding:0 16px;border-radius:5px;color:#252a33;font-size:17px;font-weight:700}.side-menu a.active{color:var(--accent-primary);background:#fff0ef}.layout-grid{display:block;min-width:0}.schedule-panel,.auth-panel{min-width:0;background:#fff}.schedule-panel{padding:34px 64px 44px 44px}.school-board{display:grid;gap:18px;min-width:0;padding:8px 64px 54px 44px;background:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.section-heading h2{margin:0;color:#10131a;font-size:28px;line-height:1.2}.auth-panel{padding:0}.schedule-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.schedule-heading h1,.auth-panel h2{margin:0;color:#10131a;letter-spacing:0}.schedule-heading h1{font-size:42px;line-height:1.1}.auth-summary,.auth-notice{color:#606a78;line-height:1.65}.result-count{flex:0 0 auto;padding:8px 12px;border-radius:999px;background:#f3f5f7;color:#495261;font-weight:700}.schedule-board-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.schedule-board-layout.has-detail{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}.schedule-board-main{min-width:0}.schedule-data-board-toggle-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin:-6px 0 18px}.schedule-data-board-preview{margin-bottom:26px}.schedule-admin-board{display:grid;gap:16px;margin:0 0 30px;padding:0;border:none;border-radius:0;background:transparent;overflow:visible}.schedule-admin-board-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 0}.schedule-admin-board-header h2{margin:0;color:#10131a;font-size:24px;line-height:1.18}.schedule-admin-count{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:var(--surface-hover);color:var(--text-secondary);font-size:13px;font-weight:700}.schedule-admin-workspace{display:grid;grid-template-columns:minmax(620px,1fr) minmax(280px,320px);align-items:stretch;min-height:680px;border-top:1px solid var(--border-subtle)}.schedule-admin-main{display:grid;grid-template-rows:auto minmax(0,1fr);gap:0;min-width:0;border-right:1px solid var(--border-subtle)}.schedule-admin-board>.data-board-shell{min-height:680px;gap:8px;padding:16px 16px 0}.schedule-admin-board .data-board-shell__header{align-items:center;gap:14px}.schedule-admin-board .data-board-shell__title{gap:3px}.schedule-admin-board .data-board-shell__eyebrow{font-size:11px}.schedule-admin-board .data-board-shell__title-icon{color:var(--text-tertiary);font-size:17px}.schedule-admin-board .data-board-shell__meta{gap:5px}.schedule-admin-board .data-board-shell__pill{min-height:24px;padding:0 7px;border:0;border-radius:4px;background:transparent;color:var(--text-tertiary);font-size:12px;font-weight:600}.schedule-admin-board .data-board-shell__primary-action button{min-height:32px;border-color:#2383e2;border-radius:5px;background:#2383e2;padding:0 12px;font-size:13px;font-weight:700;box-shadow:0 1px #00000014}.schedule-admin-board .data-board-shell__view-bar{align-items:center;flex-wrap:nowrap;gap:8px;padding:4px 0 8px;border-bottom-color:var(--border-subtle)}.schedule-admin-board .data-board-shell__tabs{flex:1 1 auto;flex-wrap:nowrap;gap:3px;overflow-x:auto;scrollbar-width:none}.schedule-admin-board .data-board-shell__tabs::-webkit-scrollbar{display:none}.schedule-admin-board .data-board-shell__tab{gap:6px;min-height:32px;border:0;border-radius:999px;padding:0 10px;color:var(--text-secondary);font-size:13px;font-weight:700}.schedule-admin-board .data-board-shell__tab[aria-pressed=true]{background:#f1f3f4;color:var(--text-primary)}.schedule-admin-board .data-board-shell__tab-icon{display:none;color:#73777f;font-size:12px}.schedule-admin-board .data-board-shell__view-actions{gap:6px;flex:0 0 auto;flex-wrap:nowrap;justify-content:flex-end}.schedule-admin-board .data-board-toolbar__search{flex:0 1 148px;min-width:132px;min-height:30px;border-color:var(--border-subtle);border-radius:5px;background:#fff}.schedule-admin-board .data-board-toolbar__search-icon{display:inline-flex;width:28px;color:var(--text-secondary);font-size:13px}.schedule-admin-board .data-board-toolbar__search input{min-height:28px;border-left:0;padding:5px 8px 5px 0;font-size:13px}.schedule-admin-board .data-board-toolbar__button{width:30px;min-width:30px;min-height:30px;border:0;border-radius:5px;padding:0;color:var(--text-secondary);font-size:13px;font-weight:700}.schedule-admin-board .layout-switch.compact{min-height:0;gap:2px;padding:2px;border:0;border-radius:5px;background:transparent}.schedule-admin-board .layout-switch.compact button{min-width:0;min-height:30px;border-radius:999px;padding:0 10px;color:var(--text-secondary);font-size:13px;font-weight:700}.schedule-admin-board .data-board-toolbar__chip{min-height:24px;border-radius:5px;padding:0 7px;font-size:11px;font-weight:700}.schedule-admin-board .data-board-shell__toolbar{flex:0 1 auto;justify-content:flex-end}.schedule-admin-board .data-board-shell__body{min-height:560px}.schedule-admin-toolbar-shell{display:grid;gap:8px;min-width:0;padding:12px 14px;border-bottom:1px solid var(--border-subtle);background:var(--surface-muted)}.schedule-admin-board .data-board-shell__toolbar .schedule-admin-toolbar-shell{padding:0;border:0;background:transparent}.schedule-admin-view-tabs,.schedule-admin-toolbar{display:flex;align-items:center;min-width:0;border:1px solid var(--border-default);border-radius:8px;background:#fff}.schedule-admin-view-tabs{gap:4px;overflow-x:auto;padding:4px;scrollbar-width:thin}.schedule-admin-toolbar{flex-wrap:wrap;gap:6px;padding:6px}.schedule-admin-view-tabs button,.schedule-admin-toolbar button{min-height:32px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);padding:0 11px;font:inherit;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}.schedule-admin-view-tabs button:hover,.schedule-admin-toolbar button:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-admin-view-tabs button.active,.schedule-admin-toolbar button.active,.schedule-admin-view-tabs button[aria-selected=true],.schedule-admin-toolbar button[aria-pressed=true]{background:var(--text-primary);color:#fff}.schedule-admin-search{display:flex;align-items:center;flex:1 1 190px;min-width:170px;max-width:320px;min-height:32px;border:1px solid var(--border-default);border-radius:6px;background:#fff;overflow:hidden}.schedule-admin-search span{flex:0 0 auto;padding:0 8px 0 10px;color:var(--text-tertiary);font-size:12px;font-weight:700}.schedule-admin-toolbar input,.schedule-admin-toolbar-panel input,.schedule-admin-toolbar-panel select{width:100%;min-height:36px;border:1px solid var(--border-default);border-radius:6px;background:#fff;color:var(--text-primary);padding:7px 9px;font:inherit;font-size:14px}.schedule-admin-search input{min-height:30px;border:0;border-left:1px solid var(--border-subtle);border-radius:0}.schedule-admin-toolbar-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;padding:10px;border:1px solid var(--border-default);border-radius:8px;background:#fff;box-shadow:0 14px 32px #0f172a14}.schedule-admin-toolbar-panel label{display:grid;gap:5px;min-width:0;color:var(--text-secondary);font-size:12px;font-weight:700}.schedule-admin-toolbar-panel.properties{grid-template-columns:repeat(auto-fit,minmax(116px,1fr))}.schedule-admin-toolbar-panel.properties label{display:flex;align-items:center;gap:7px;min-height:34px}.schedule-admin-toolbar-panel.properties input{width:auto;min-height:0}.schedule-admin-toolbar-panel.layout{min-width:220px;grid-template-columns:1fr}.schedule-admin-layout-options{display:grid;grid-template-columns:repeat(3,minmax(58px,1fr));gap:6px}.schedule-admin-layout-options button{min-height:34px;border:1px solid var(--border-default);border-radius:6px;background:#fff;color:var(--text-secondary);font:inherit;font-size:13px;font-weight:700;cursor:pointer}.schedule-admin-layout-options button:hover,.schedule-admin-layout-options button.active,.schedule-admin-layout-options button[aria-pressed=true]{border-color:var(--border-default);background:var(--surface-hover);color:var(--text-primary)}.schedule-admin-board .data-board__header{display:flex;padding:14px 14px 10px;border-bottom:1px solid var(--border-subtle)}.schedule-admin-board .data-board__meta{justify-content:flex-end}.schedule-admin-board .data-board{height:100%;border:0;border-radius:0;background:#fff}.schedule-admin-board .data-board__surface{padding:0;overflow:auto}.schedule-admin-board .data-board__table{border:0;border-radius:0}.schedule-admin-board .data-board__table th{position:sticky;top:0;z-index:1;background:var(--surface-muted)}.schedule-admin-board .data-board__table th,.schedule-admin-board .data-board__table td{padding:10px 12px;border-right:1px solid var(--border-subtle)}.schedule-admin-board .data-board__table th:last-child,.schedule-admin-board .data-board__table td:last-child{border-right:0}.schedule-admin-inspector{position:sticky;top:0;min-width:0;padding:16px;border:0;border-radius:0;background:var(--surface-muted)}.schedule-side-peek-header{display:grid;gap:8px;padding-bottom:14px;border-bottom:1px solid var(--border-subtle)}.schedule-side-peek-header h3{margin:0;color:#10131a;font-size:19px;line-height:1.25}.schedule-side-peek-chips{display:flex;flex-wrap:wrap;gap:6px}.schedule-side-peek-chips span{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid var(--border-default);border-radius:999px;background:#fff;color:var(--text-secondary);font-size:12px;font-weight:700}.schedule-side-peek-section{display:grid;gap:9px;padding:14px 0;border-bottom:1px solid var(--border-subtle)}.schedule-side-peek-section h4{margin:0;color:#10131a;font-size:14px}.schedule-side-peek-properties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.schedule-side-peek-properties div{min-width:0;padding:9px;border:1px solid var(--border-subtle);border-radius:6px;background:#fff}.schedule-side-peek-properties dt{margin:0 0 4px;color:var(--text-tertiary);font-size:11px;font-weight:700}.schedule-side-peek-properties dd{margin:0;color:var(--text-primary);font-size:13px;font-weight:700;overflow-wrap:anywhere}.schedule-side-peek-checklist{display:grid;gap:7px;margin:0;padding:0;list-style:none}.schedule-side-peek-checklist li{min-width:0;padding:8px 9px;border:1px solid var(--border-subtle);border-radius:6px;background:#fff;color:var(--text-secondary);font-size:13px}.schedule-side-peek-muted{margin:0;color:var(--text-tertiary);font-size:13px}.schedule-admin-empty{display:grid;gap:10px;min-height:160px;align-content:center;color:var(--text-tertiary);text-align:center}.schedule-admin-empty strong{color:var(--text-primary);font-size:15px}.schedule-admin-danger-zone,.schedule-admin-form-actions{display:flex;flex-wrap:wrap;gap:8px}.schedule-admin-danger-zone{min-inline-size:0;margin-top:12px;padding-top:12px;border:0;border-top:1px solid var(--border-subtle)}.schedule-admin-form-actions{justify-content:flex-end}.schedule-admin-form .secondary-button{border:1px solid var(--border-default);background:#fff;color:var(--text-secondary)}.danger-button{min-height:38px;border:1px solid #fecaca;border-radius:6px;background:#fff5f5;color:#b42318;padding:0 12px;font-weight:700;cursor:pointer}.danger-button.confirm{background:#b42318;color:#fff}.board-switch,.quick-filter-strip{display:inline-flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;padding:4px;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-muted)}.board-switch button,.quick-filter-strip button{min-height:36px;border:0;border-radius:5px;background:transparent;color:#4b5565;padding:0 14px;font-weight:700;cursor:pointer}.board-switch .active,.quick-filter-strip .active{background:#10131a;color:#fff;box-shadow:0 8px 20px #1018281f}.filter-panel{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(140px,.7fr) minmax(140px,.7fr);gap:12px;margin-bottom:18px}.view-toolbar{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.view-tabs{display:inline-flex;gap:8px;padding:4px;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-muted)}.view-tabs button{min-height:38px;border:0;border-radius:5px;background:transparent;color:#4b5565;padding:0 18px;font-weight:700;cursor:pointer}.view-tabs .active{background:#fff;color:var(--accent-primary);box-shadow:0 8px 20px #10182814}.view-group-field{display:grid;gap:8px;min-width:180px}.view-group-field label{color:#161a22;font-size:14px;font-weight:700}.view-toolbar select{min-height:42px;border:1px solid var(--border-default);border-radius:5px;background:#fff;color:#252a33;padding:0 14px}.filter-field,.auth-form label{display:grid;gap:8px}.filter-field label,.auth-form label{color:#161a22;font-size:14px;font-weight:700}.filter-panel input,.filter-panel select,.auth-form input{width:100%;min-height:44px;border:1px solid var(--border-default);border-radius:5px;background:#fff;color:#252a33;padding:0 14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.filter-panel input:focus,.filter-panel select:focus,.auth-form input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-primary) 12%,transparent)}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 26px}.auth-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:24px 0}.category-tabs button,.auth-mode-tabs button{min-height:46px;border:1px solid var(--border-default);border-radius:5px;background:#fff;color:#252a33;padding:0 22px;font-weight:700;cursor:pointer}.category-tabs .active,.auth-mode-tabs .active{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff;box-shadow:0 10px 22px color-mix(in srgb,var(--accent-primary) 18%,transparent)}.schedule-grid{display:grid;gap:28px}.schedule-group-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px;margin-bottom:8px;border-bottom:1px solid var(--border-subtle)}.schedule-grid h3{margin:0 0 8px;color:#10131a;font-size:18px}.schedule-group-header h3{margin:0}.schedule-group-actions{display:inline-flex;align-items:center;gap:8px}.schedule-group-actions span{color:var(--text-tertiary);font-size:13px;font-weight:700}.schedule-group-actions button{min-height:30px;border:1px solid var(--border-default);border-radius:5px;background:#fff;color:#394150;padding:0 10px;font-size:13px;font-weight:700;cursor:pointer}.schedule-group.collapsed{padding-bottom:10px}.view-name{margin:0 0 10px;color:var(--text-tertiary);font-size:13px;font-weight:700}.schedule-list{display:grid;margin:0;padding:0;border-top:1px solid #d7dde5;list-style:none}.schedule-list li{display:grid;grid-template-columns:minmax(250px,1fr) 90px minmax(160px,.65fr) 140px;align-items:center;gap:18px;min-height:64px;border-bottom:1px solid var(--border-subtle);color:#252a33}.schedule-board-layout.has-detail .schedule-list li{grid-template-columns:minmax(0,1fr) minmax(104px,.5fr) 104px;gap:12px}.schedule-main-cell,.schedule-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.schedule-title-button{display:block;width:100%;border:0;background:transparent;color:#171a22;padding:0;font-weight:700;line-height:1.45;text-align:left;word-break:keep-all;cursor:pointer}.schedule-title-button:hover,.calendar-chip button:hover{color:var(--accent-primary)}.schedule-admin-board .data-board-toolbar__button:hover,.schedule-admin-board .layout-switch.compact button:hover{background:#f1f3f4;color:var(--text-primary)}.schedule-admin-board .data-board-toolbar__button[aria-pressed=true]{background:#e8f2ff;color:#2383e2}.schedule-admin-board .layout-switch.compact button.active,.schedule-admin-board .layout-switch.compact button[aria-pressed=true]{background:#f1f3f4;color:var(--text-primary)}.schedule-list strong,.schedule-title-button{display:block;color:#171a22;font-size:16px;word-break:keep-all}.schedule-list p{margin:6px 0 0;color:#687384;font-size:13px}.schedule-list span:not(.status-pill),.schedule-list time{color:#444d5c;font-size:14px}.status-pill{justify-self:start;min-width:60px;padding:7px 10px;border-radius:5px;font-size:13px;font-weight:700;text-align:center}.schedule-state-cell{display:flex;align-items:center;gap:8px;min-width:0}.deadline-badge{display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:29px;border-radius:5px;padding:0 8px;font-size:12px;font-weight:700}.deadline-badge.open{color:#23634b;background:#e7f5ee}.deadline-badge.urgent{color:#b42318;background:#fff0ef}.deadline-badge.closed{color:var(--text-tertiary);background:#eef1f4}.icon-button{flex:0 0 auto;width:34px;height:34px;border:1px solid #d6dde6;border-radius:5px;background:#fff;color:#4b5565;font-weight:700;cursor:pointer}.icon-button.favorite.active,.detail-favorite.active{border-color:var(--accent-primary);background:#fff0ef;color:#c72d27}.status-pill.open{color:#0b8c42;background:#dcf7e7}.status-pill.upcoming{color:#156fc7;background:#e9f3ff}.status-pill.closed{color:#e15d11;background:#fff0df}.schedule-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.schedule-card{display:grid;min-height:150px;align-content:space-between;gap:18px;padding:18px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;box-shadow:0 14px 36px #1018280f}.schedule-card strong{display:block;margin-bottom:10px;color:#10131a;line-height:1.45}.schedule-card .schedule-title-button{font-size:15px}.schedule-card p{margin:0;color:#5d6878;font-size:14px}.schedule-card-meta{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:10px;color:#4b5565;font-size:13px;font-weight:700}.calendar-view h4{margin:0 0 12px;color:#10131a;font-size:18px}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays span{padding:9px 8px;color:var(--text-tertiary);font-size:13px;font-weight:700;text-align:center}.calendar-grid{border-top:1px solid #dbe2ea;border-left:1px solid #dbe2ea}.calendar-cell{min-height:92px;padding:9px;border-right:1px solid #dbe2ea;border-bottom:1px solid #dbe2ea;background:#fff}.calendar-cell.muted{background:var(--surface-muted);color:#a0a8b3}.calendar-cell time{display:block;margin-bottom:8px;color:#394150;font-size:13px;font-weight:700}.schedule-board-layout.has-detail .schedule-list time{line-height:1.35;overflow-wrap:anywhere}.schedule-board-layout.has-detail .schedule-list li>span:not(.status-pill){display:none}.schedule-board-layout.has-detail .schedule-state-cell{flex-wrap:wrap;gap:6px}.schedule-board-layout.has-detail .deadline-badge,.schedule-board-layout.has-detail .status-pill{min-width:48px}.calendar-chip{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:4px;margin-top:4px;overflow:hidden;border-radius:4px;background:#fff0ef;color:#c72d27;padding:4px 5px}.calendar-chip button{min-width:0;border:0;background:transparent;color:inherit;padding:0;font-size:12px;font-weight:700;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.calendar-chip .deadline-badge{min-width:44px;min-height:22px;padding:0 5px;font-size:10px}.calendar-chip .icon-button{width:22px;height:22px;border:0;background:transparent;color:inherit}.empty-state{margin:18px 0;padding:20px;border:1px dashed var(--border-default);border-radius:6px;background:#fbfcfd;color:#5d6878;font-weight:700}.schedule-detail-panel{position:sticky;top:18px;display:grid;gap:18px;padding:20px;border:1px solid #dfe5ec;border-radius:6px;background:#fff;box-shadow:0 18px 48px #1018281a}.schedule-detail-header{display:flex;justify-content:space-between;gap:12px;align-items:start}.schedule-detail-header h2{margin:0;color:#10131a;font-size:24px}.detail-kicker{margin:0 0 6px;color:var(--accent-primary);font-size:13px;font-weight:700}.detail-title{color:#10131a;font-size:19px;line-height:1.45}.detail-meta-row{display:flex;flex-wrap:wrap;gap:8px}.detail-definition{display:grid;gap:10px;margin:0}.detail-definition div{display:grid;grid-template-columns:58px 1fr;gap:10px}.detail-definition dt{color:var(--text-tertiary);font-weight:700}.detail-definition dd{margin:0;color:#252a33}.detail-checklist{display:grid;gap:10px;padding-top:4px}.detail-checklist h3{margin:0;font-size:16px}.detail-checklist ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.detail-checklist li{position:relative;padding-left:22px;color:#394150;line-height:1.5}.detail-checklist li:before{position:absolute;left:0;top:.7em;width:6px;height:6px;border-radius:999px;background:var(--accent-primary);content:"";font-weight:700}.detail-favorite{min-height:42px;border:1px solid var(--border-default);border-radius:5px;background:#10131a;color:#fff;font-weight:700;cursor:pointer}.schedule-admin-form{display:grid;gap:10px;padding-top:18px;border-top:1px solid var(--border-subtle)}.schedule-admin-form h3{margin:0;color:#10131a;font-size:16px}.schedule-admin-form label{color:#394150;font-size:13px;font-weight:700}.schedule-admin-form input,.schedule-admin-form select,.schedule-admin-form textarea{width:100%;min-height:38px;border:1px solid var(--border-default);border-radius:5px;background:#fff;color:#252a33;padding:8px 10px;outline:none}.schedule-admin-form textarea{resize:vertical;line-height:1.45}.schedule-admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.schedule-admin-form-grid>div{display:grid;gap:6px}.schedule-admin-form button{min-height:40px;border:0;border-radius:5px;background:var(--accent-primary);color:#fff;font-weight:700;cursor:pointer}.schedule-admin-form [role=status]{margin:0;color:#0b8c42;font-size:13px;font-weight:700}.schedule-admin-form [role=alert],.schedule-admin-empty [role=status]{margin:0;font-size:13px;font-weight:700}.schedule-admin-form [role=alert]{color:#b42318}.schedule-admin-empty [role=status]{color:#0b8c42}.auth-panel h2{margin:0;color:var(--text-primary);font-size:28px;line-height:1.22;letter-spacing:0}.auth-summary{margin:12px 0 0;color:var(--text-secondary);line-height:1.55}.auth-entry-panel{display:grid;grid-template-columns:minmax(0,1fr);gap:0}.auth-entry__intro,.auth-entry__form-panel,.auth-account-panel{min-width:0}.auth-entry__eyebrow{margin:0 0 10px;color:var(--accent-text);font-size:12px;font-weight:800;letter-spacing:0}.auth-entry__trust{display:grid;gap:12px;margin-top:24px;padding:16px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-muted)}.auth-entry__trust h3{margin:0;font-size:15px}.auth-entry__steps{display:grid;gap:10px;margin:0;padding:0;list-style:none}.auth-entry__steps li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start}.auth-entry__steps li>span{display:inline-grid;width:28px;height:28px;place-items:center;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-panel);color:var(--accent-text);font-size:12px;font-weight:800}.auth-entry__steps strong,.auth-entry__steps small{display:block}.auth-entry__steps strong{color:var(--text-primary);font-size:14px}.auth-entry__steps small{margin-top:2px;color:var(--text-secondary);font-size:12px;line-height:1.45}.auth-notice{margin:0;padding:12px 14px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--surface-muted);color:var(--text-secondary);font-size:13px}.auth-form{display:grid;gap:14px}.auth-provider-actions{display:grid;margin:16px 0}.secondary-action{width:100%;min-height:50px;border:1px solid var(--border-subtle);border-radius:5px;background:var(--surface-panel);color:var(--text-primary);font-size:16px;font-weight:700;cursor:pointer}.secondary-action:hover{border-color:var(--accent-primary);background:var(--surface-muted)}.auth-form p[id$=-error],.auth-panel [role=status]{margin:0;color:var(--status-warning);font-size:13px;font-weight:700}.primary-action{width:100%;min-height:54px;margin-top:8px;font-size:18px}.auth-account-panel__header{display:flex;align-items:start;justify-content:space-between;gap:18px}.auth-account-panel__logout{width:auto;min-width:120px;min-height:42px;margin-top:0;padding:0 16px;font-size:15px}.member-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0;padding:14px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-muted)}.member-card p{margin:0;color:var(--text-primary);line-height:1.5;overflow-wrap:anywhere}.member-management{display:grid;gap:16px;margin:20px 0 0;padding:0;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-panel);overflow:hidden}.member-management__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 0}.member-management__eyebrow,.member-management__description,.member-management__empty,.member-management__metrics dt{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.45}.member-management__eyebrow{color:var(--accent-text);font-weight:800;letter-spacing:0}.member-management h3{margin:2px 0 0;color:var(--text-primary);font-size:18px}.compact-action{width:auto;min-height:34px;padding:0 12px;font-size:13px}.member-management__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0 16px}.member-management__metrics div{padding:10px 12px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-muted)}.member-management__metrics dd{margin:3px 0 0;color:var(--text-primary);font-size:18px;font-weight:800}.member-management__search{display:grid;gap:7px;padding:0 16px;color:var(--text-secondary);font-size:13px;font-weight:700}.member-management__search input,.member-management__table select{min-height:36px;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-panel);color:var(--text-primary);padding:0 10px;font:inherit}.member-management__search input:focus,.member-management__table select:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-primary) 12%,transparent)}.member-management__table-wrap{width:100%;overflow-x:auto;border-top:1px solid var(--border-subtle)}.member-management__table{width:100%;min-width:720px;border-collapse:collapse;color:var(--text-primary);font-size:13px}.member-management .member-management__table th,.member-management .member-management__table td{padding:10px 12px;border-bottom:1px solid var(--border-subtle);text-align:left;vertical-align:middle}.member-management .member-management__table thead th{background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:800}.member-management .member-management__table tbody th{min-width:150px}.member-management__table tbody th strong,.member-management__table tbody th span{display:block;overflow-wrap:anywhere}.member-management__table tbody th span{margin-top:2px;color:var(--text-secondary);font-size:12px;font-weight:600}.member-management__table tbody tr:hover{background:var(--surface-hover)}.member-management__badge{justify-self:start;padding:5px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent-text);font-size:12px;font-weight:800}.member-management__badge.suspended{background:#fff1f0;color:#b42318}.members-page{display:grid;gap:22px;width:100%;padding-bottom:32px}.members-page__intro{display:grid;gap:12px;max-width:760px}.members-page__intro h1,.members-page__intro p,.members-page__gate h2,.members-page__gate p{margin:0}.members-page__intro h1{color:var(--text-primary);font-size:38px;line-height:1.12}.members-page__intro p,.members-page__gate p{color:var(--text-secondary);line-height:1.65}.members-page__gate{display:grid;gap:12px;max-width:680px;padding:26px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-panel)}.members-page__gate h2{color:var(--text-primary);font-size:24px}.auth-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;align-items:stretch;justify-items:end;background:#10131a42;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-dialog{position:relative;width:min(980px,100vw);min-height:100vh;padding:56px 38px 38px;background:var(--surface-panel);box-shadow:-28px 0 70px #1018282e;overflow-y:auto}.dialog-close{position:absolute;top:18px;right:18px;width:38px;height:38px;border:1px solid #d7dde5;border-radius:999px;background:#fff;color:#252a33;font-size:25px;line-height:1;cursor:pointer}@media(max-width:1080px){.app-shell{width:100%}.topbar{grid-template-columns:1fr;gap:12px;padding:18px}.topnav{justify-content:flex-start;height:auto}.workspace-frame,.layout-grid{grid-template-columns:1fr}.sidebar{min-height:auto;border-right:0;border-bottom:1px solid #e3e7ec}.side-menu{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-panel{min-height:auto}.auth-entry-panel,.member-card{grid-template-columns:1fr}}@media(max-width:720px){.app-shell{width:100%;min-height:100vh;margin:0;border:0;border-radius:0}.brand{font-size:22px}.topnav{gap:18px;overflow-x:auto}.topbar-cta{width:100%;text-align:center}.sidebar{padding:14px}.side-menu{grid-template-columns:1fr 1fr}.side-menu a{min-height:48px;font-size:14px}.schedule-panel{padding:26px 18px}.school-board{padding:22px 18px 40px}.section-heading{display:grid;align-items:start;gap:12px}.school-board .saved-view-tabs{width:100%;max-width:100%}.school-board .saved-view-tabs button{flex:0 0 auto}.auth-panel{padding:0}.auth-dialog{width:100vw;padding:56px 18px 26px}.auth-account-panel__header,.member-management__header{display:grid}.auth-account-panel__logout,.member-management__header .compact-action{width:100%}.member-management__metrics{grid-template-columns:1fr}.members-page{padding:0 18px 28px}.members-page__intro h1{font-size:32px}.members-page__gate{padding:20px}.schedule-heading{display:grid;align-items:start}.schedule-heading h1{font-size:34px}.filter-panel{grid-template-columns:1fr}.view-toolbar{display:grid;align-items:stretch}.schedule-board-layout.has-detail,.schedule-admin-workspace{grid-template-columns:1fr}.schedule-admin-inspector{position:static}.schedule-admin-board .data-board-shell__view-bar{gap:10px}.schedule-admin-board .data-board-shell__tabs,.schedule-admin-board .data-board-shell__view-actions{width:100%;max-width:100%}.schedule-admin-board .data-board-shell__tabs{flex:0 1 auto}.schedule-admin-board .data-board-shell__view-actions,.schedule-admin-board .data-board-toolbar{flex-wrap:wrap;justify-content:flex-start}.schedule-admin-board .data-board-shell__toolbar{flex:1 1 auto;width:100%;justify-content:stretch}.schedule-admin-toolbar{align-items:stretch}.schedule-admin-search{flex-basis:100%;min-width:0;max-width:none}.schedule-admin-form-grid,.schedule-side-peek-properties{grid-template-columns:minmax(0,1fr)}.schedule-admin-form-actions{justify-content:stretch}.schedule-admin-form-actions button,.schedule-admin-danger-zone button{width:100%}.view-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.schedule-list li{grid-template-columns:1fr;gap:8px;padding:15px 0}.schedule-state-cell{flex-wrap:wrap}.calendar-chip{grid-template-columns:minmax(0,1fr)}.calendar-chip .deadline-badge,.calendar-chip .icon-button{display:none}.schedule-detail-panel{position:static}.auth-panel h2{font-size:24px}.calendar-cell{min-height:74px;padding:6px}.calendar-cell p{font-size:11px}}:root{--surface-canvas: #fbfaf8;--surface-sidebar: #fbfaf8;--surface-panel: #ffffff;--surface-muted: #f7f6f3;--surface-hover: #f1f0ec;--surface-selected: #fff1f0;--text-primary: #191715;--text-secondary: #5f5b55;--text-tertiary: #948f88;--border-default: rgba(25, 23, 21, .14);--border-subtle: rgba(25, 23, 21, .08);--accent-primary: #d92d20;--accent-soft: #fff0ef;--accent-text: #b42318;--status-open-bg: #edf3ec;--status-open-text: #346538;--status-upcoming-bg: #f2f9ff;--status-upcoming-text: #1f6c9f;--status-closed-bg: #fbf3db;--status-closed-text: #956400;--surface-database: #ffffff;--status-success: #027a48;--status-warning: #b54708;--status-info: #2563eb;--status-neutral: var(--text-tertiary);--option-default-bg: var(--surface-muted);--option-default-text: var(--text-secondary);--option-gray-bg: color-mix(in srgb, var(--status-neutral) 14%, transparent);--option-gray-text: var(--status-neutral);--option-brown-bg: #f6eeee;--option-brown-text: #6e4a2f;--option-red-bg: #fef0ef;--option-red-text: #b42318;--option-orange-bg: #fffaeb;--option-orange-text: #b54708;--option-yellow-bg: #fefce8;--option-yellow-text: #9d7a00;--option-green-bg: var(--status-open-bg);--option-green-text: var(--status-open-text);--option-blue-bg: var(--status-upcoming-bg);--option-blue-text: var(--status-upcoming-text);--option-navy-bg: #eef1f8;--option-navy-text: #3b3f8c;--option-purple-bg: #f5f3ff;--option-purple-text: #6d28d9;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 6px;--radius-md: 8px}[data-theme=dark]{--surface-canvas: #12100f;--surface-sidebar: #191715;--surface-panel: #171514;--surface-muted: #23211f;--surface-hover: #2a2724;--surface-selected: #3a211f;--text-primary: #f7f3ef;--text-secondary: #c8c1b8;--text-tertiary: #8d847a;--border-default: rgba(247, 243, 239, .16);--border-subtle: rgba(247, 243, 239, .1);--accent-primary: #ff6a64;--accent-soft: #3a211f;--accent-text: #ffb4af;--status-open-bg: #1a2e1a;--status-open-text: #32d583;--status-upcoming-bg: #1a2433;--status-upcoming-text: #84adff;--status-closed-bg: #2a2010;--status-closed-text: #fdb022;--surface-database: #171514;--status-success: #32d583;--status-warning: #fdb022;--status-info: #84adff;--option-default-bg: var(--surface-muted);--option-default-text: var(--text-secondary);--option-gray-bg: color-mix(in srgb, var(--status-neutral) 18%, transparent);--option-gray-text: var(--status-neutral);--option-brown-bg: #2e211c;--option-brown-text: #d9b399;--option-red-bg: #3a211f;--option-red-text: #ffb4af;--option-orange-bg: #2a2010;--option-orange-text: #fdb022;--option-yellow-bg: #2a2710;--option-yellow-text: #fde68a;--option-green-bg: var(--status-open-bg);--option-green-text: var(--status-open-text);--option-blue-bg: var(--status-upcoming-bg);--option-blue-text: var(--status-upcoming-text);--option-navy-bg: #1a1e2e;--option-navy-text: #b3b8e0;--option-purple-bg: #221f33;--option-purple-text: #c4b5fd}[data-theme=dark] body{background:var(--surface-canvas);color:var(--text-primary)}body{color:var(--text-primary);background:var(--surface-canvas)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,tr[tabindex="0"]:focus-visible{outline:2px solid color-mix(in srgb,var(--accent-primary) 72%,transparent);outline-offset:2px}.app-shell{min-height:100dvh;overflow-x:clip;background:var(--surface-canvas)}.topbar{min-height:56px;grid-template-columns:minmax(210px,260px) minmax(0,1fr) auto auto;gap:16px;padding:0 18px;border-bottom-color:var(--border-subtle);background:color-mix(in srgb,var(--surface-panel) 94%,transparent)}.brand{gap:6px;font-size:20px;font-weight:700}.brand strong{color:var(--accent-text)}.brand span,.topnav a,.topnav button{color:var(--text-secondary)}.topnav{height:56px;gap:18px}.topnav a,.topnav button{font-size:14px;font-weight:600}.topnav a.active{color:var(--accent-text);border-bottom-color:var(--accent-primary)}.topbar-cta,.primary-action{border-radius:5px;background:var(--accent-primary);box-shadow:none}.topbar-cta{min-height:34px;padding:0 14px;font-size:14px}.workspace-frame{grid-template-columns:264px minmax(0,1fr);min-height:calc(100dvh - 56px)}.sidebar{justify-content:flex-start;min-height:calc(100dvh - 56px);padding:14px 10px;border-right-color:var(--border-subtle);background:var(--surface-sidebar)}.side-menu{gap:2px}.side-menu a{position:relative;gap:10px;min-height:36px;padding:0 10px 0 14px;border-radius:4px;color:var(--text-secondary);font-size:14px;font-weight:500;transition:background-color .12s ease,color .12s ease}.side-menu a:hover{background:var(--surface-hover);color:var(--text-primary)}.side-menu a.active{color:var(--accent-text);background:var(--accent-soft)}.side-menu a.active:before{position:absolute;inset-block:7px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--accent-primary);content:""}.side-menu-icon,.app-shell .data-board-shell__title-icon,.app-shell .data-board-shell__tab-icon,.app-shell .data-board-toolbar__search-icon,.app-shell .data-board-toolbar__button-icon{width:16px;height:16px;color:currentColor}.side-menu-icon{flex:0 0 16px}.side-menu-label{min-width:0}.side-menu-icon svg,.data-board-shell__title-icon svg,.data-board-shell__tab-icon svg,.data-board-toolbar__search-icon svg,.data-board-toolbar__button-icon svg,.schedule-side-peek-close svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.schedule-panel{padding:8px 28px 32px;background:var(--surface-panel)}.schedule-heading{align-items:center;margin-bottom:14px}.schedule-heading h1{color:var(--text-primary);font-size:28px;font-weight:700;line-height:1.25}.result-count{padding:0;border-radius:0;background:transparent;color:var(--text-tertiary);font-size:14px;font-weight:500}.schedule-admin-board{gap:0;margin:0;border:none;border-radius:0;background:var(--surface-panel);box-shadow:none}.schedule-admin-board>.data-board-shell{gap:0;min-height:calc(100dvh - 132px);padding:14px 0 0}.schedule-admin-board .data-board-shell__header{align-items:center;padding:0 18px}.schedule-admin-board .data-board-shell__eyebrow{color:var(--text-tertiary);font-size:12px;font-weight:500;text-transform:none}.schedule-admin-board .data-board-shell__title h1{color:var(--text-primary);font-size:20px;font-weight:700}.schedule-admin-board .data-board-shell__title-accessory{gap:6px}.schedule-board-title-edit-button,.schedule-board-add-view-button,.schedule-board-view-settings__trigger,.schedule-board-title-editor button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border:0;border-radius:4px;background:transparent;color:var(--text-secondary);padding:0 8px;font:inherit;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer}.schedule-board-title-edit-button:hover,.schedule-board-add-view-button:hover,.schedule-board-view-settings__trigger:hover,.schedule-board-title-editor button:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-board-title-editor{display:flex;align-items:center;gap:4px;min-width:0}.schedule-board-title-editor input{width:min(240px,42vw);min-height:30px;border:1px solid var(--border-default);border-radius:5px;background:var(--surface-panel);color:var(--text-primary);padding:5px 8px;font:inherit;font-size:13px}.schedule-board-add-view-button{border:1px solid var(--border-subtle);background:var(--surface-panel)}.schedule-board-view-settings{position:relative}.schedule-board-view-settings__trigger{width:30px;min-width:30px;padding:0}.schedule-board-view-settings__trigger[aria-expanded=true]{background:var(--accent-soft);color:var(--accent-text)}.schedule-board-view-settings__panel{position:absolute;z-index:30;top:calc(100% + 6px);right:0;width:min(320px,calc(100vw - 36px));border:1px solid var(--border-default);border-radius:8px;background:var(--surface-panel);box-shadow:0 18px 42px #11182724;padding:6px}.schedule-board-view-settings__section{margin-top:6px;padding-top:6px;border-top:1px solid var(--border-subtle)}.schedule-board-view-settings__section-title{margin:0 0 2px;padding:4px 8px;color:var(--text-tertiary);font-size:11px;font-weight:600}.schedule-board-view-settings__list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.schedule-board-view-settings__item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;border-radius:5px;padding:4px 5px}.schedule-board-view-settings__item:hover{background:var(--surface-hover)}.schedule-board-view-settings__check{display:inline-flex;align-items:center;gap:8px;min-width:0;color:var(--text-primary);font-size:13px;font-weight:500}.schedule-board-view-settings__check span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-board-view-settings__controls{display:inline-flex;align-items:center;gap:2px}.schedule-board-view-settings__controls button{display:inline-flex;align-items:center;justify-content:center;width:26px;min-width:26px;min-height:26px;border:0;border-radius:4px;background:transparent;color:var(--text-secondary);padding:0;cursor:pointer}.schedule-board-view-settings__controls button:hover{background:var(--surface-muted);color:var(--text-primary)}.schedule-board-view-settings__controls button:disabled{cursor:default;opacity:.32}.schedule-board-view-settings__controls button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-text)}.schedule-admin-board .data-board-shell__title-icon{color:var(--text-tertiary)}.schedule-admin-board .data-board-shell__pill{min-height:24px;padding:0 7px;border:1px solid var(--border-subtle);border-radius:4px;background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:500}.schedule-admin-board .data-board-shell__primary-action button{min-height:32px;border-color:var(--accent-primary);border-radius:5px;background:var(--accent-primary);color:var(--surface-panel);padding:0 12px;font-size:13px;font-weight:700;box-shadow:none}.schedule-admin-board .data-board-shell__view-bar{align-items:center;gap:8px;padding:4px 18px;border-bottom-color:var(--border-subtle)}.schedule-admin-board .data-board-shell__tab{gap:6px;min-height:30px;border:0;border-radius:4px;padding:0 8px;color:var(--text-secondary);font-size:14px;font-weight:500}.schedule-admin-board .data-board-shell__tab:hover{background:var(--surface-hover)}.schedule-admin-board .data-board-shell__tab[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-text)}.schedule-admin-board .data-board-shell__tab-icon{display:inline-flex;color:currentColor}.schedule-admin-board .data-board-toolbar-stack{gap:6px}.schedule-admin-board .data-board-toolbar{flex-wrap:nowrap;justify-content:flex-end;gap:2px;padding:0;border:0;background:transparent}.schedule-admin-board .data-board-toolbar__search{flex:0 1 176px;min-width:144px;min-height:30px;border-color:var(--border-subtle);border-radius:4px;background:var(--surface-panel)}.schedule-admin-board .data-board-toolbar__search-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;color:var(--text-tertiary)}.schedule-admin-board .data-board-toolbar__search input{min-height:28px;border-left:0;background:transparent;color:var(--text-primary);padding:5px 8px 5px 0;font-size:13px}.schedule-admin-board .data-board-toolbar__button{width:30px;min-width:30px;min-height:30px;gap:0;border:0;border-radius:4px;padding:0;color:var(--text-secondary);font-size:13px;font-weight:500}.schedule-admin-board .data-board-toolbar__search-label,.schedule-admin-board .data-board-toolbar__button-label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.schedule-admin-board .data-board-toolbar__button:hover,.schedule-admin-board .layout-switch.compact button:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-admin-board .data-board-toolbar__button[aria-pressed=true],.schedule-admin-board .layout-switch.compact button.active,.schedule-admin-board .layout-switch.compact button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent-text)}.schedule-admin-board .layout-switch.compact{gap:2px;padding:2px;border:1px solid var(--border-subtle);border-radius:5px;background:var(--surface-muted)}.schedule-admin-board .layout-switch.compact button{min-height:26px;border-radius:4px;padding:0 8px;color:var(--text-secondary);font-size:13px;font-weight:500}.schedule-admin-board .data-board-toolbar__chips{padding:0}.schedule-admin-board .data-board-toolbar__chip{min-height:24px;border-color:var(--border-subtle);border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);padding:0 8px;font-size:12px;font-weight:500}.schedule-admin-toolbar-panel{border-color:var(--border-default);border-radius:8px;background:var(--surface-panel);box-shadow:0 12px 36px #1917151a;margin:0}.schedule-admin-toolbar-panel--notion{display:flex;flex-direction:column;gap:0;width:var(--schedule-settings-panel-width, min(360px, calc(100vw - 48px) ));padding:0}.schedule-toolbar-panel__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-1) var(--space-2) var(--space-2);border-bottom:1px solid var(--border-subtle)}.schedule-toolbar-panel__header h2{margin:0;color:var(--text-primary);font-size:14px;font-weight:700}.schedule-toolbar-panel__header span{color:var(--text-tertiary);font-size:12px;font-weight:500}.schedule-toolbar-panel__row{display:grid;grid-template-columns:24px minmax(0,1fr) auto 16px;align-items:center;gap:var(--space-2);width:100%;min-height:44px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-primary);padding:var(--space-2);font:inherit;text-align:left;cursor:pointer}.schedule-toolbar-panel__row:hover,.schedule-toolbar-panel__row[aria-expanded=true]{background:var(--surface-hover)}.schedule-toolbar-panel__row-icon,.schedule-toolbar-panel__row-chevron{color:var(--text-tertiary)}.schedule-toolbar-panel__row-icon svg,.schedule-toolbar-panel__row-chevron{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.schedule-toolbar-panel__row-copy{display:grid;gap:2px;min-width:0}.schedule-toolbar-panel__row-copy span{overflow:hidden;color:var(--text-primary);font-size:14px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.schedule-toolbar-panel__row-copy small,.schedule-toolbar-panel__row-value{color:var(--text-tertiary);font-size:12px;font-weight:500}.schedule-admin-toolbar-panel--notion .schedule-admin-layout-options{display:grid;grid-template-columns:repeat(3,minmax(72px,1fr));gap:var(--space-2);margin:0;padding:var(--space-1) 0 0;border:0}.schedule-admin-toolbar-panel--notion .schedule-admin-layout-options button{min-height:56px;border-color:var(--border-default);border-radius:var(--radius-md);background:var(--surface-panel);color:var(--text-secondary);font-size:13px;font-weight:600}.schedule-admin-toolbar-panel--notion .schedule-admin-layout-options button:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-admin-toolbar-panel--notion .schedule-admin-layout-options button.active,.schedule-admin-toolbar-panel--notion .schedule-admin-layout-options button[aria-pressed=true]{border-color:var(--accent-primary);background:var(--accent-soft);color:var(--accent-text)}.schedule-admin-toolbar-panel label{color:var(--text-secondary);font-weight:600}.schedule-admin-toolbar input,.schedule-admin-toolbar-panel input,.schedule-admin-toolbar-panel select,.schedule-admin-form input,.schedule-admin-form select,.schedule-admin-form textarea{border-color:var(--border-default);border-radius:5px;color:var(--text-primary)}.schedule-admin-toolbar-shell .data-board-toolbar-stack{position:relative}.schedule-admin-toolbar-shell .data-board-toolbar-stack>.schedule-admin-toolbar-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:min(360px,calc(100vw - 48px))}.schedule-admin-board .data-board-shell__body{grid-template-columns:minmax(0,1fr);gap:0;min-height:560px}.schedule-admin-board .data-board-shell__surface{border:0;border-radius:0}.schedule-admin-board .data-board{color:var(--text-primary)}.schedule-admin-board .data-board__surface{overflow:auto;border:0;border-radius:0;background:var(--surface-panel)}.schedule-admin-board .data-board__table{min-width:680px;table-layout:fixed;color:var(--text-primary)}.schedule-admin-board .data-board__utility-column,.schedule-admin-board .data-board__utility-cell{width:118px}.schedule-admin-board .data-board__table th{top:0;background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:600}.schedule-admin-board .data-board__table th,.schedule-admin-board .data-board__table td{height:38px;padding:7px 10px;border-right-color:var(--border-subtle);border-bottom-color:var(--border-subtle)}.schedule-admin-board .data-board__table td{color:var(--text-primary);font-size:14px}.data-board__field-name{color:var(--text-secondary);font-weight:600}.data-board__field-type{color:var(--text-tertiary);font-size:11px;font-weight:500;text-transform:none}.data-board__cell-menu{border-color:var(--border-default);background:var(--surface-panel);box-shadow:0 12px 36px #1917151a}.data-board__row[tabindex="0"]{cursor:pointer}.data-board__row[tabindex="0"]:hover td{background:var(--surface-hover)}.schedule-admin-board .data-board__row--selected td{background:var(--surface-selected)}.data-board__row--selected td:first-child{box-shadow:inset 3px 0 0 var(--accent-primary)}.data-board__cell-button{min-height:26px;border-radius:4px;padding:2px 4px}.data-board__cell-button:hover{border-color:var(--border-subtle);background:var(--surface-hover)}.data-board__cell-input,.data-board__cell-select{border-color:var(--accent-primary);border-radius:4px;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-primary) 13%,transparent)}.data-board__record-title,.data-board__item-title{color:var(--text-primary);font-weight:700}.data-board__cell-select-trigger{min-height:24px;border-color:transparent;border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);padding:0 8px;font-size:12px;font-weight:600}.data-board__cell-select-trigger[data-color=default],.data-board__cell-menu button[data-color=default],.data-board__cell-select-trigger[data-color=gray],.data-board__cell-menu button[data-color=gray],.data-board__cell-select-trigger[data-color=brown],.data-board__cell-menu button[data-color=brown],.data-board__cell-select-trigger[data-color=red],.data-board__cell-menu button[data-color=red],.data-board__cell-select-trigger[data-color=pink],.data-board__cell-menu button[data-color=pink],.data-board__cell-select-trigger[data-color=orange],.data-board__cell-menu button[data-color=orange],.data-board__cell-select-trigger[data-color=amber],.data-board__cell-menu button[data-color=amber],.data-board__cell-select-trigger[data-color=yellow],.data-board__cell-menu button[data-color=yellow],.data-board__cell-select-trigger[data-color=green],.data-board__cell-menu button[data-color=green],.data-board__cell-select-trigger[data-color=blue],.data-board__cell-menu button[data-color=blue],.data-board__cell-select-trigger[data-color=navy],.data-board__cell-menu button[data-color=navy],.data-board__cell-select-trigger[data-color=purple],.data-board__cell-menu button[data-color=purple]{background:var(--option-gray-bg);color:var(--option-gray-text)}.data-board__cell-select-trigger[data-color=default],.data-board__cell-menu button[data-color=default]{background:var(--option-default-bg);color:var(--option-default-text)}.data-board__cell-select-trigger[data-color=brown],.data-board__cell-menu button[data-color=brown]{background:var(--option-brown-bg);color:var(--option-brown-text)}.data-board__cell-select-trigger[data-color=red],.data-board__cell-menu button[data-color=red],.data-board__cell-select-trigger[data-color=pink],.data-board__cell-menu button[data-color=pink]{background:var(--option-red-bg);color:var(--option-red-text)}.data-board__cell-select-trigger[data-color=orange],.data-board__cell-menu button[data-color=orange],.data-board__cell-select-trigger[data-color=amber],.data-board__cell-menu button[data-color=amber]{background:var(--option-orange-bg);color:var(--option-orange-text)}.data-board__cell-select-trigger[data-color=yellow],.data-board__cell-menu button[data-color=yellow]{background:var(--option-yellow-bg);color:var(--option-yellow-text)}.data-board__cell-select-trigger[data-color=green],.data-board__cell-menu button[data-color=green]{background:var(--option-green-bg);color:var(--option-green-text)}.data-board__cell-select-trigger[data-color=blue],.data-board__cell-menu button[data-color=blue]{background:var(--option-blue-bg);color:var(--option-blue-text)}.data-board__cell-select-trigger[data-color=navy],.data-board__cell-menu button[data-color=navy]{background:var(--option-navy-bg);color:var(--option-navy-text)}.data-board__cell-select-trigger[data-color=purple],.data-board__cell-menu button[data-color=purple]{background:var(--option-purple-bg);color:var(--option-purple-text)}.schedule-admin-board .data-board__group-row th{height:34px;padding:7px 10px;background:var(--surface-muted);color:var(--text-secondary);font-size:13px;font-weight:600}.data-board__group-row th span:last-child{border-color:var(--border-subtle);background:var(--surface-panel);color:var(--text-tertiary)}.data-board__add-property,.data-board__add-row button{border-radius:4px;color:var(--text-tertiary);font-weight:500}.schedule-admin-board .data-board__add-row td{background:var(--surface-panel)}.data-board__empty{color:var(--text-secondary)}.data-board__collection{gap:10px;padding:14px}.data-board__item{border-color:var(--border-default);border-radius:8px;box-shadow:none}.data-board-shell__side-peek{padding:0;border:0;border-left:1px solid var(--border-subtle);border-radius:0;background:var(--surface-panel);box-shadow:-12px 0 36px #1917150a}.schedule-admin-inspector{min-height:100%;padding:16px 18px;background:var(--surface-panel)}.schedule-side-peek-topbar{margin-bottom:12px}.schedule-side-peek-close{width:30px;height:30px;border-color:transparent;border-radius:4px;background:transparent;color:var(--text-tertiary);font-size:0}.schedule-side-peek-close:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-side-peek-close svg{width:16px;height:16px}.schedule-side-peek-header,.schedule-side-peek-section{border-bottom-color:var(--border-subtle)}.schedule-side-peek-header h3{color:var(--text-primary);font-size:22px;font-weight:700}.detail-kicker{color:var(--text-tertiary);font-size:12px;font-weight:500}.schedule-side-peek-chips span,.schedule-side-peek-checklist li,.schedule-side-peek-properties div{border-color:var(--border-subtle);border-radius:5px;background:var(--surface-muted);color:var(--text-secondary);font-weight:500}.schedule-side-peek-section h4{color:var(--text-primary);font-size:16px;font-weight:700}.schedule-side-peek-properties dt{color:var(--text-tertiary);font-weight:500}.schedule-side-peek-properties dd{color:var(--text-primary);font-weight:600}.schedule-side-peek-muted{color:var(--text-tertiary)}.schedule-admin-empty{color:var(--text-secondary)}.schedule-admin-empty strong{color:var(--text-primary);font-weight:600}.schedule-detail-admin-actions{display:inline-flex;align-items:center;gap:var(--space-2);margin-left:auto}.schedule-detail-edit-button,.schedule-detail-pin-button{min-height:30px;padding:0 var(--space-3);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer}.schedule-detail-pin-button[aria-pressed=true]{border-color:var(--accent-primary);background:var(--accent-soft);color:var(--accent-text)}.schedule-detail-edit-button:hover,.schedule-detail-pin-button:hover{background:var(--surface-hover)}.schedule-detail-body{font-size:14px;line-height:1.6;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.schedule-detail-comments{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3) 0;border-top:1px solid var(--border-subtle)}.schedule-detail-comments__heading{margin:0;font-size:14px;font-weight:700;color:var(--text-primary)}.schedule-detail-comments__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.schedule-detail-comments__empty{color:var(--text-tertiary);font-size:13px}.schedule-detail-comment{padding:var(--space-2) var(--space-3);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-muted)}.schedule-detail-comment__author{font-size:13px;font-weight:700;color:var(--text-primary)}.schedule-detail-comment__body{margin:4px 0 0;font-size:13px;line-height:1.5;color:var(--text-secondary);white-space:pre-wrap;word-break:break-word}.schedule-detail-comment__meta{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-top:6px}.schedule-detail-comment__meta time{font-size:12px;color:var(--text-tertiary)}.schedule-detail-comment__delete{min-height:24px;padding:0 var(--space-2);border:0;background:transparent;color:var(--text-tertiary);font-size:12px;cursor:pointer}.schedule-detail-comment__delete:hover{color:var(--accent-text)}.schedule-detail-comments__form{display:flex;flex-direction:column;gap:var(--space-2)}.schedule-detail-comments__form textarea{resize:vertical}.schedule-detail-comments__form button{align-self:flex-end;min-height:32px;padding:0 var(--space-3);border:1px solid var(--accent-primary);border-radius:var(--radius-sm);background:var(--accent-primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.schedule-detail-comments__form button:disabled{opacity:.4;cursor:default}.schedule-detail-comments__login-hint{font-size:13px;color:var(--text-tertiary)}.schedule-admin-form{border-top-color:var(--border-subtle)}.schedule-admin-form h3{color:var(--text-primary)}.schedule-admin-form label{color:var(--text-secondary);font-weight:600}.schedule-admin-form button{border-radius:5px;background:var(--accent-primary);box-shadow:none}.schedule-admin-form .secondary-button{border-color:var(--border-default);background:var(--surface-panel);color:var(--text-secondary)}.danger-button{border-color:color-mix(in srgb,var(--accent-primary) 32%,white);border-radius:5px;background:var(--accent-soft);color:var(--accent-text)}.danger-button.confirm{background:var(--accent-text)}.detail-checklist li:before{width:10px;height:10px;border:1px solid var(--accent-primary);border-radius:2px;color:transparent;content:"";transform:translateY(6px)}@media(max-width:900px){.workspace-frame{grid-template-columns:1fr}.sidebar{min-height:auto}.schedule-admin-board .data-board-shell__view-bar,.schedule-admin-board .data-board-toolbar{align-items:stretch;flex-wrap:wrap}.schedule-admin-board .data-board-toolbar__search{flex:1 1 220px;max-width:none}.schedule-admin-board .data-board-shell__body{grid-template-columns:minmax(0,1fr)}.data-board-shell__side-peek{border-top:1px solid var(--border-subtle);border-left:0}}@media(max-width:720px){.topbar{grid-template-columns:1fr;min-height:auto;padding:12px 14px}.topnav{height:auto;gap:14px}.topbar-cta{display:none}.workspace-frame{grid-template-columns:minmax(0,1fr)}.layout-grid{order:1}.sidebar{order:2;min-height:auto;padding:0;border-top:1px solid var(--border-subtle);border-right:0}.side-menu{grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.side-menu a{justify-content:center;min-height:64px;padding:6px 4px;border-radius:0;font-size:11px;line-height:1.2;text-align:center;flex-direction:column}.side-menu a.active:before{inset-block:auto;right:24%;bottom:0;left:24%;width:auto;height:3px;border-radius:3px 3px 0 0}.schedule-panel{padding:22px 14px 92px}.schedule-heading h1{font-size:26px}.schedule-admin-board{border-right:0;border-left:0;border-radius:0;margin-inline:-14px}.schedule-admin-board>.data-board-shell{min-height:auto}.schedule-admin-board .data-board-shell__header{align-items:flex-start;padding:0 14px}.schedule-admin-board .data-board-shell__view-bar{padding:8px 14px}.schedule-admin-board .data-board-shell__tabs{width:100%;flex-wrap:nowrap;overflow-x:auto}.schedule-admin-board .data-board-toolbar__button-label{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.schedule-admin-board .data-board-toolbar__button{flex:1 1 42px}.schedule-admin-board .data-board-toolbar__chips{padding:0 14px}.schedule-admin-board .data-board__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-admin-board .data-board__table{display:table;width:max-content;min-width:680px;table-layout:fixed}.schedule-admin-board .data-board__table thead{display:table-header-group;position:sticky;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.schedule-admin-board .data-board__table tbody{display:table-row-group;width:auto;padding:0}.schedule-admin-board .data-board__group-row,.schedule-admin-board .data-board__row,.schedule-admin-board .data-board__add-row{display:table-row}.schedule-admin-board .data-board__row{min-height:0;padding:0;border-bottom:0}.schedule-admin-board .data-board__row td{display:table-cell;width:auto;height:38px;padding:7px 10px;border-right:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:var(--surface-panel);vertical-align:middle}.schedule-admin-board .data-board__row td:first-child{color:var(--text-primary);font-size:14px;font-weight:700;line-height:1.45}.schedule-admin-board .data-board__row td:nth-child(2),.schedule-admin-board .data-board__row td:nth-child(4){color:var(--text-secondary);font-size:14px}.schedule-admin-board .data-board__row td:nth-child(2):before,.schedule-admin-board .data-board__row td:nth-child(4):before{content:none}.schedule-admin-board .data-board__add-row td{display:table-cell;padding:8px 10px}.schedule-admin-board .data-board__add-row button{justify-content:flex-start;width:auto}.schedule-admin-inspector{padding:16px 14px 22px}}.schedule-admin-feedback{margin:0;padding:8px 18px 0;color:var(--accent-text);font-size:12px;font-weight:600}.schedule-admin-board .data-board-shell__view-bar{flex-direction:row;flex-wrap:nowrap;overflow-x:visible;overflow-y:visible;align-items:center}.schedule-admin-board .data-board-shell__tabs,.schedule-admin-board .data-board-shell__view-actions,.schedule-admin-board .data-board-shell__toolbar,.schedule-admin-board .data-board-toolbar,.schedule-admin-board .data-board-toolbar__chips{flex-wrap:nowrap}.schedule-admin-board .data-board-shell__tabs{flex:1 1 auto;overflow:hidden}.schedule-admin-board .data-board-shell__view-actions{flex:0 1 auto;min-width:0}.schedule-admin-board .data-board-toolbar{width:auto;max-width:100%;justify-content:flex-start;overflow-x:visible}.schedule-admin-board .data-board-toolbar__search{flex:0 0 168px;min-width:144px;max-width:168px}.schedule-admin-board .data-board-toolbar__chips{max-width:none;padding:0}.schedule-admin-board .data-board-toolbar__chip{min-height:22px;padding:0 7px}.schedule-admin-board .data-board-shell__body{grid-template-columns:minmax(0,1fr);min-height:560px}.schedule-admin-board .data-board-shell__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;justify-content:flex-end;padding:64px 24px 24px;background:color-mix(in srgb,var(--text-primary) 12%,transparent)}.schedule-admin-board .data-board-shell__side-peek{width:min(430px,calc(100vw - 32px));max-height:calc(100dvh - 88px);overflow:auto;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-panel);box-shadow:0 12px 36px #1917151a}.schedule-admin-board .data-board__row[tabindex="0"]{cursor:default}.schedule-admin-board .data-board__row[tabindex="0"]:hover td{background:transparent}.schedule-admin-board .data-board__row-action{border-color:var(--border-subtle);border-radius:4px;background:transparent;color:var(--text-tertiary);font-size:12px}.schedule-admin-board .data-board__row-action:hover{background:var(--surface-hover);color:var(--text-primary)}@media(max-width:900px){.schedule-admin-board .data-board-shell__view-bar{flex-direction:column;align-items:stretch}.schedule-admin-board .data-board-toolbar{flex-direction:row;flex-wrap:nowrap;align-items:center}.schedule-admin-board .data-board-shell__view-bar{padding-bottom:9px}.data-board-shell__side-peek{border-top:1px solid var(--border-default);border-left:1px solid var(--border-default)}}@media(max-width:720px){.schedule-admin-board .data-board-shell__view-bar,.schedule-admin-board .data-board-toolbar{flex-direction:row;flex-wrap:nowrap}.schedule-admin-board .data-board-shell__tabs{width:auto;flex:0 0 auto;flex-wrap:nowrap;overflow-x:visible}.schedule-admin-board .data-board-shell__view-actions{flex:0 0 auto;justify-content:flex-start;min-width:0}.schedule-admin-board .data-board-shell__toolbar,.schedule-admin-board .data-board-toolbar{flex:0 0 auto}.schedule-admin-board .data-board-shell__toolbar,.schedule-admin-board .schedule-admin-toolbar-shell{width:max-content;max-width:max-content}.schedule-admin-board .data-board-toolbar__search{flex:0 1 92px;min-width:86px;max-width:100px}.schedule-admin-board .data-board-toolbar__search-icon{width:26px}.schedule-admin-board .data-board-toolbar__button{width:28px;min-width:28px}.schedule-admin-board .data-board-shell__primary-action button{min-width:80px;padding:0 10px;font-size:14px}.schedule-admin-board .data-board-shell__primary-action button:before{display:none;font-size:0}.schedule-admin-board .schedule-board-add-view-button{padding:0 6px}.schedule-admin-board .data-board-toolbar__button{flex:0 0 auto}.schedule-admin-board .data-board-shell__overlay{align-items:flex-end;padding:54px 8px 76px}.schedule-admin-board .data-board-shell__side-peek{width:100%;max-height:min(720px,calc(100dvh - 96px))}}.schedule-admin-board .data-board-shell__title{position:relative;width:fit-content;max-width:100%;padding-right:30px}.schedule-admin-board .data-board-shell__title-accessory{position:absolute;top:50%;right:0;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .12s ease,visibility .12s ease}.schedule-admin-board .data-board-shell__title:hover .data-board-shell__title-accessory,.schedule-admin-board .data-board-shell__title:focus-within .data-board-shell__title-accessory,.schedule-admin-board .data-board-shell__title-accessory:has(.schedule-board-title-editor){visibility:visible;opacity:1;pointer-events:auto}.schedule-admin-board .data-board-shell__title-accessory:has(.schedule-board-title-editor){position:static;margin-top:4px;transform:none}.schedule-board-title-edit-button,.schedule-board-add-view-button,.schedule-board-view-settings__trigger{width:28px;min-width:28px;min-height:28px;border:0;border-radius:4px;background:transparent;padding:0;color:var(--text-tertiary)}.schedule-board-add-view-button{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.schedule-board-title-edit-button svg,.schedule-board-add-view-button svg,.schedule-board-view-settings__trigger svg,.schedule-board-view-settings__controls svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.schedule-board-title-edit-button:hover,.schedule-board-add-view-button:hover,.schedule-board-view-settings__trigger:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-board-add-view-tooltip{position:absolute;top:calc(100% + 6px);left:50%;z-index:80;visibility:hidden;opacity:0;transform:translate(-50%);white-space:nowrap;border-radius:4px;background:var(--text-primary);color:var(--surface-panel);padding:4px 7px;font-size:11px;font-weight:600;line-height:1.2;pointer-events:none;transition:opacity .12s ease,visibility .12s ease}.schedule-board-add-view-button:hover .schedule-board-add-view-tooltip,.schedule-board-add-view-button:focus-visible .schedule-board-add-view-tooltip{visibility:visible;opacity:1}.schedule-admin-board .data-board-shell__view-cluster{flex:1 1 auto;overflow:hidden}.schedule-admin-board .data-board-shell__view-actions{margin-left:auto}.schedule-view-management{position:relative;display:inline-flex;flex:0 0 auto}.schedule-view-management__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:50;display:grid;gap:6px;min-width:240px;max-height:min(420px,calc(100dvh - 200px));overflow-y:auto;padding:8px;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-panel);box-shadow:0 12px 36px color-mix(in srgb,var(--text-primary) 12%,transparent)}.schedule-view-management__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 4px 6px;border-bottom:1px solid var(--border-subtle);font-size:13px;font-weight:700;color:var(--text-primary)}.schedule-view-management__header button{border:1px solid var(--border-subtle);border-radius:5px;background:var(--surface-panel);color:var(--text-secondary);padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer}.schedule-view-management__header button:hover{background:var(--surface-hover)}.schedule-view-management__list{display:flex;flex-direction:column;gap:1px;margin:0;padding:0;list-style:none}.schedule-view-management__row{display:grid;grid-template-columns:24px minmax(0,1fr) 34px auto;align-items:center;gap:8px;min-height:32px;padding:2px 4px;border-radius:5px;transition:background-color .12s ease}.schedule-view-management__row[data-dragging=true]{background:var(--surface-hover);opacity:.7}.schedule-view-management__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:28px;color:var(--text-tertiary);cursor:grab}.schedule-view-management__drag-handle:hover{background:var(--surface-hover);color:var(--text-primary);border-radius:var(--radius-sm)}.schedule-view-management__drag-handle svg{display:block;width:14px;height:14px;fill:currentColor}.schedule-view-management__row:active .schedule-view-management__drag-handle{cursor:grabbing}.schedule-view-management__label{display:flex;align-items:center;min-width:0;color:var(--text-primary);font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-view-management__add-slot{margin-top:var(--space-2);padding:var(--space-2) var(--schedule-settings-axis-x);border-top:1px solid var(--border-subtle)}@media(max-width:768px){.schedule-view-management__menu{right:auto;left:0;min-width:200px}}@media(min-width:901px){.schedule-admin-board .data-board-shell__view-bar{display:grid;grid-template-columns:minmax(0,1fr) max-content;height:43px;min-height:0;align-items:center;align-content:center}.schedule-admin-board .data-board-shell__view-cluster,.schedule-admin-board .data-board-shell__view-actions{min-width:0}}@media(max-width:720px){.schedule-admin-board .data-board-shell__view-bar{overflow-x:auto;overflow-y:visible;scrollbar-width:none}.schedule-admin-board .data-board-shell__view-bar::-webkit-scrollbar{display:none}.schedule-admin-board .data-board-shell__view-cluster,.schedule-admin-board .data-board-shell__tabs{flex:0 0 auto;overflow:visible}.schedule-admin-board .schedule-board-add-view-button{padding:0}}.schedule-admin-board{overflow:visible;border:none;border-radius:0;background:var(--surface-panel);box-shadow:none}.schedule-admin-board>.data-board-shell{min-height:min(760px,calc(100dvh - 104px));padding-top:0}.schedule-admin-board .data-board-shell__header{padding:12px 20px 8px;border-bottom:1px solid var(--border-subtle)}.schedule-admin-board .data-board-shell__eyebrow{color:var(--accent-text);font-size:12px;font-weight:700}.schedule-admin-board .data-board-shell__title h1{gap:8px;font-size:clamp(20px,1.65vw,24px);letter-spacing:0}.schedule-admin-board .data-board-shell__title-icon{width:18px;height:18px;color:var(--text-tertiary)}.schedule-admin-board .data-board-shell__view-bar{padding:4px 20px;background:color-mix(in srgb,var(--surface-panel) 88%,var(--surface-muted));box-shadow:0 1px #ffffffb8 inset}.schedule-admin-board .data-board-shell__tab{min-height:30px;border-radius:6px;padding:0 10px;transition:background-color .14s ease,color .14s ease,box-shadow .14s ease}.schedule-admin-board .data-board-shell__tab[aria-pressed=true]{border-color:var(--accent-primary);background:var(--accent-primary);color:#fff;box-shadow:none}.schedule-admin-board .data-board-shell__tab[aria-pressed=true] .data-board-shell__tab-icon{color:currentColor}.schedule-admin-board .data-board-toolbar__search{flex-basis:190px;min-width:172px;max-width:220px;border-color:var(--border-default);border-radius:6px;box-shadow:0 1px #ffffffbd inset}.schedule-admin-board .data-board-toolbar__button,.schedule-admin-board .schedule-board-view-settings__trigger,.schedule-admin-board .schedule-board-add-view-button{border-radius:6px}.schedule-admin-board .data-board-shell__primary-action button{min-height:32px;border-radius:6px;padding:0 12px;box-shadow:none}.schedule-admin-board .data-board-shell__body{min-height:560px;background:var(--surface-panel)}.schedule-admin-board .data-board__surface{background:linear-gradient(180deg,rgb(255 255 255 / 82%) 0%,transparent 42px),var(--surface-panel)}.schedule-admin-board .data-board__table{min-width:720px}.schedule-admin-board .data-board__table th{height:34px;background:color-mix(in srgb,var(--surface-muted) 88%,#fff);color:var(--text-tertiary);font-size:12px;letter-spacing:0}.schedule-admin-board .data-board__table th,.schedule-admin-board .data-board__table td{border-right-color:color-mix(in srgb,var(--border-subtle) 80%,transparent);border-bottom-color:color-mix(in srgb,var(--border-subtle) 86%,transparent)}.schedule-admin-board .data-board__table td{height:38px;padding-block:7px;vertical-align:middle}.schedule-admin-board .data-board__row[tabindex="0"]{cursor:pointer}.schedule-admin-board .data-board__row[tabindex="0"]:hover td{background:color-mix(in srgb,var(--accent-soft) 34%,var(--surface-panel))}.schedule-admin-board .data-board__row--selected td,.schedule-admin-board .data-board__row--selected:hover td{background:color-mix(in srgb,var(--accent-soft) 70%,var(--surface-panel))}.schedule-admin-board .data-board__record-title{font-weight:800;letter-spacing:-.015em}.schedule-admin-board .data-board__cell-select-trigger--readonly{min-height:24px;padding-inline:10px;border:0;box-shadow:inset 0 0 0 1px color-mix(in srgb,currentColor 13%,transparent)}.schedule-admin-board .data-board__row-action{min-height:28px;border-radius:7px;padding-inline:10px}.schedule-admin-board .data-board-shell__overlay{background:radial-gradient(circle at 82% 18%,rgb(255 255 255 / 22%),transparent 28%),color-mix(in srgb,var(--text-primary) 18%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.schedule-admin-board .data-board-shell__side-peek{border-radius:18px;box-shadow:0 24px 70px color-mix(in srgb,var(--text-primary) 18%,transparent),0 1px #fffc inset}.schedule-side-peek-header h3{color:var(--text-primary);letter-spacing:-.02em}.schedule-side-peek-properties div,.schedule-side-peek-checklist li{border-radius:10px;background:color-mix(in srgb,var(--surface-panel) 82%,var(--surface-muted))}@media(max-width:900px){.schedule-panel{padding:18px 14px 28px}.schedule-admin-board .data-board-shell__header{padding:20px 18px 14px}.schedule-admin-board .data-board-shell__view-bar{padding:10px 18px}}@media(max-width:720px){.schedule-admin-board .data-board-toolbar__search{flex-basis:116px;min-width:104px;max-width:126px}.schedule-admin-board .data-board__table{min-width:700px}}.home-landing{--hl-warm-white: color-mix(in srgb, var(--surface-panel) 96%, var(--surface-muted));--hl-cream: var(--surface-muted);--hl-card-bg: color-mix(in srgb, var(--surface-panel) 98%, var(--surface-muted));--hl-card-border: color-mix(in srgb, var(--text-primary) 10%, transparent);--hl-card-divider: color-mix(in srgb, var(--text-primary) 8%, transparent);--hl-peach-border: color-mix(in srgb, var(--accent-primary) 24%, transparent);--hl-peach-grad-1: color-mix(in srgb, var(--accent-soft) 60%, var(--surface-panel));--hl-peach-grad-2: color-mix(in srgb, var(--accent-soft) 85%, var(--surface-panel));--hl-peach-grad-3: color-mix(in srgb, var(--accent-soft) 60%, var(--surface-panel));display:flex;flex-direction:column;background:var(--surface-panel);color:var(--text-primary);width:100%;margin:0;box-sizing:border-box}.home-landing__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-landing__section{padding:120px 56px;width:min(100%,1328px);margin:0 auto;box-sizing:border-box}.home-landing__about{background:var(--hl-cream);width:100%;padding:120px 56px}.home-landing__about-inner{max-width:820px;margin:0 auto;text-align:center}.home-landing__trust{background:var(--hl-cream);width:100%;padding:100px 56px 120px}.home-landing__cta-final{background:var(--hl-cream);width:100%;padding:60px 56px 80px}.home-landing__section-header{max-width:1328px;margin:0 auto 56px;text-align:center}.home-landing__section-header--left{max-width:1328px;margin:0 0 48px;text-align:left}.home-landing__section-eyebrow{font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--accent-text);margin:0 0 10px;text-transform:uppercase}.home-landing__section-sub{font-size:17px;color:var(--text-secondary);margin:10px 0 0}.home-landing__hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center;max-width:1328px;margin:0 auto;padding:100px 56px 90px;width:100%;box-sizing:border-box;background:var(--surface-panel);min-height:600px}.home-landing__hero-copy{display:flex;flex-direction:column;gap:20px}.home-landing__hero h1{font-size:clamp(40px,4.5vw,56px);font-weight:800;line-height:1.2;letter-spacing:-.03em;margin:0;color:var(--text-primary)}.home-landing__hero-sub{font-size:19px;line-height:1.6;color:var(--text-secondary);margin:0;max-width:420px}.home-landing__hero-cta{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.home-landing__hero-visual{display:flex;align-items:center;justify-content:center}.home-landing__hero-image{max-width:100%;width:100%;height:auto;filter:drop-shadow(0 20px 40px color-mix(in srgb,var(--text-primary) 6%,transparent));border-radius:0}.home-landing__cta-primary{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 28px;background:var(--accent-primary);color:var(--surface-panel);font-weight:700;font-size:15px;text-decoration:none;border-radius:6px;border:none;cursor:pointer;transition:transform .16s ease-out,box-shadow .16s ease-out;box-shadow:0 4px 12px color-mix(in srgb,var(--accent-primary) 16%,transparent)}.home-landing__cta-primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px color-mix(in srgb,var(--accent-primary) 24%,transparent)}.home-landing__cta-primary--large{min-width:310px;height:56px;font-size:16px}.home-landing__cta-secondary{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 28px;background:var(--surface-panel);color:var(--accent-text);font-weight:600;font-size:15px;border:1px solid color-mix(in srgb,var(--accent-primary) 32%,var(--border-default));border-radius:6px;cursor:pointer;transition:background .16s ease-out}.home-landing__cta-secondary:hover{background:var(--accent-soft)}.home-landing__about-inner h2{font-size:clamp(28px,3vw,36px);font-weight:800;line-height:1.25;letter-spacing:-.03em;margin:0 0 20px}.home-landing__about-inner h2:after{content:"";display:block;width:48px;height:2px;background:var(--accent-primary);margin:20px auto 0;border-radius:1px}.home-landing__about-inner p{font-size:17px;line-height:1.75;color:var(--text-secondary);margin:0 0 16px}.home-landing__preview-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-landing__preview-card{display:flex;flex-direction:column;gap:10px;padding:28px 24px;background:linear-gradient(180deg,var(--hl-card-bg) 0%,color-mix(in srgb,var(--surface-muted) 30%,var(--surface-panel)) 100%);border:1px solid color-mix(in srgb,var(--accent-primary) 8%,var(--hl-card-border));border-radius:10px;transition:border-color .18s ease-out,box-shadow .18s ease-out,transform .18s ease-out;min-height:280px;box-shadow:0 1px 3px color-mix(in srgb,var(--text-primary) 3%,transparent)}.home-landing__preview-card:hover{border-color:color-mix(in srgb,var(--accent-primary) 24%,transparent);box-shadow:0 12px 32px color-mix(in srgb,var(--text-primary) 6%,transparent);transform:translateY(-2px)}.home-landing__preview-tag{display:inline-block;width:fit-content;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;background:var(--surface-muted);color:var(--text-secondary)}.home-landing__preview-tag--rolling{background:var(--status-upcoming-bg);color:var(--status-upcoming-text)}.home-landing__preview-tag--regular{background:var(--status-closed-bg);color:var(--status-closed-text)}.home-landing__preview-tag--interview{background:var(--accent-soft);color:var(--accent-text)}.home-landing__preview-tag--result{background:var(--status-open-bg);color:var(--status-open-text)}.home-landing__preview-title{font-size:18px;font-weight:700;color:var(--text-primary);line-height:1.35;letter-spacing:-.01em;margin:4px 0 0}.home-landing__preview-desc{font-size:14px;line-height:1.6;color:var(--text-secondary);margin:0;flex:1}.home-landing__preview-link{display:flex;align-items:center;font-size:13px;font-weight:600;color:var(--accent-text);padding-top:12px;border-top:1px solid var(--hl-card-divider)}.home-landing__preview-cta{display:inline-flex;align-items:center;height:50px;padding:0 28px;background:var(--accent-primary);color:var(--surface-panel);font-weight:700;font-size:15px;text-decoration:none;border-radius:6px;margin:40px auto 0;transition:transform .16s ease-out,box-shadow .16s ease-out;box-shadow:0 6px 16px color-mix(in srgb,var(--accent-primary) 16%,transparent)}.home-landing__preview-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px color-mix(in srgb,var(--accent-primary) 22%,transparent)}.home-landing__trust-grid{max-width:1328px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-landing__trust-card{display:flex;flex-direction:column;gap:10px;padding:36px 28px;min-height:220px;background:linear-gradient(180deg,var(--hl-card-bg) 0%,var(--hl-peach-grad-1) 100%);border:1px solid var(--hl-card-border);border-radius:12px;text-align:center;align-items:center;justify-content:center;box-shadow:0 2px 8px color-mix(in srgb,var(--text-primary) 3%,transparent)}.home-landing__trust-number{font-size:clamp(64px,9vw,88px);font-weight:900;line-height:1;letter-spacing:-.04em;background:linear-gradient(135deg,var(--accent-primary) 0%,color-mix(in srgb,var(--accent-primary) 70%,var(--surface-panel)) 50%,color-mix(in srgb,var(--accent-primary) 40%,var(--surface-panel)) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;filter:drop-shadow(0 2px 8px color-mix(in srgb,var(--accent-primary) 18%,transparent))}.home-landing__trust-label{font-size:16px;line-height:1.6;color:var(--text-primary);font-weight:600;margin:8px 0 0}.home-landing__trust-desc{font-size:14px;line-height:1.65;color:var(--text-secondary);margin:6px 0 0;max-width:280px}.home-landing__section-header h2,.home-landing__section h2{font-size:clamp(28px,3vw,36px);font-weight:800;line-height:1.25;letter-spacing:-.03em;margin:0}.home-landing__cta-final-inner{max-width:936px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;border:1px solid var(--hl-peach-border);border-radius:14px;background:linear-gradient(90deg,var(--hl-peach-grad-1),var(--hl-peach-grad-2),var(--hl-peach-grad-3))}.home-landing__cta-final-inner h2{font-size:clamp(24px,3vw,30px);font-weight:800;line-height:1.3;letter-spacing:-.03em;margin:0}.home-landing__cta-final-sub{font-size:16px;color:var(--text-secondary);margin:0 0 12px}@media(max-width:1024px){.home-landing__hero{grid-template-columns:1fr;gap:40px;text-align:center;max-width:640px}.home-landing__hero-copy{align-items:center}.home-landing__hero-visual{order:-1}.home-landing__hero-image{max-width:480px}.home-landing__preview-grid{grid-template-columns:repeat(2,1fr)}.home-landing__trust-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.home-landing__section-header--left{text-align:center}}@media(max-width:640px){.home-landing__section,.home-landing__about,.home-landing__trust,.home-landing__cta-final{padding:56px 20px}.home-landing__hero{padding:48px 20px 56px}.home-landing__hero h1{font-size:32px}.home-landing__hero-sub{font-size:16px}.home-landing__hero-cta{flex-direction:column;align-items:stretch;width:100%}.home-landing__cta-primary,.home-landing__cta-secondary,.home-landing__cta-primary--large{width:100%;text-align:center}.home-landing__preview-grid{grid-template-columns:1fr}.home-landing__cta-final-inner{padding:32px 20px}}.schedule-admin-board .deadline-badge.urgent,.schedule-default-database .deadline-badge.urgent{background:var(--accent-primary);color:var(--surface-panel);font-weight:700;padding:3px 10px;border-radius:999px;font-size:12px;letter-spacing:.02em;box-shadow:0 2px 8px color-mix(in srgb,var(--accent-primary) 24%,transparent)}.schedule-admin-board .deadline-badge.open,.schedule-default-database .deadline-badge.open{background:var(--surface-muted);color:var(--text-secondary);font-weight:600;padding:3px 10px;border-radius:999px;font-size:12px}.schedule-admin-board .deadline-badge.closed,.schedule-default-database .deadline-badge.closed{background:transparent;color:var(--text-tertiary);font-weight:500;padding:3px 10px;border-radius:999px;font-size:12px}.schedule-admin-board .data-board__table thead,.schedule-default-database .data-board__table thead{background:color-mix(in srgb,var(--surface-muted) 50%,var(--surface-panel))}.schedule-admin-board .data-board__table tbody tr,.schedule-default-database .data-board__table tbody tr{transition:background-color .12s ease-out}.schedule-admin-board .data-board__table tbody tr:hover,.schedule-default-database .data-board__table tbody tr:hover{background:color-mix(in srgb,var(--accent-soft) 30%,var(--surface-panel))}.schedule-admin-board .schedule-status--open,.schedule-default-database .schedule-status--open{background:var(--status-open-bg);color:var(--status-open-text);font-weight:600;padding:3px 10px;border-radius:999px;font-size:12px}.schedule-admin-board .schedule-status--upcoming,.schedule-default-database .schedule-status--upcoming{background:var(--status-upcoming-bg);color:var(--status-upcoming-text);font-weight:600;padding:3px 10px;border-radius:999px;font-size:12px}.schedule-admin-board .schedule-status--closed,.schedule-default-database .schedule-status--closed{background:var(--status-closed-bg);color:var(--status-closed-text);font-weight:600;padding:3px 10px;border-radius:999px;font-size:12px}.schedule-admin-board .data-board__table td,.schedule-default-database .data-board__table td{padding:12px 16px}.schedule-admin-board .data-board__table td:first-child,.schedule-default-database .data-board__table td:first-child{font-weight:600}.schedule-admin-board .side-menu .active{background:var(--accent-soft);color:var(--accent-text);border-left:3px solid var(--accent-primary)}.schedule-default-database .schedule-landing-intro{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-muted) 40%,var(--surface-panel)) 0%,var(--surface-panel) 100%);border-radius:0;padding:24px 28px;border:none}.schedule-landing-intro__headline-row{display:flex;align-items:center;gap:8px;min-width:0}.schedule-landing-intro__headline-row h1{flex:0 1 auto}.schedule-landing-intro__edit-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;min-width:28px;min-height:28px;border:0;border-radius:4px;background:transparent;color:var(--text-tertiary);padding:0;cursor:pointer;opacity:0;transition:background-color .12s ease,color .12s ease,opacity .12s ease}.schedule-landing-intro__copy:hover .schedule-landing-intro__edit-button,.schedule-landing-intro__copy:focus-within .schedule-landing-intro__edit-button{opacity:1}.schedule-landing-intro__edit-button:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-landing-intro__edit-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.schedule-landing-intro__editor{display:grid;gap:8px;max-width:760px}.schedule-landing-intro__editor label{display:grid;min-width:0}.schedule-landing-intro__editor input,.schedule-landing-intro__editor textarea{width:100%;box-sizing:border-box;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-panel);color:var(--text-primary);padding:8px 10px;font:inherit}.schedule-landing-intro__editor input{font-size:18px;font-weight:800;line-height:1.2}.schedule-landing-intro__editor textarea{resize:vertical;font-size:14px;font-weight:600;line-height:1.45}.schedule-landing-intro__editor-actions{display:inline-flex;align-items:center;gap:6px}.schedule-landing-intro__editor-actions button{min-height:30px;border:1px solid var(--border-subtle);border-radius:5px;background:var(--surface-panel);color:var(--text-secondary);padding:0 10px;font-size:13px;font-weight:700;cursor:pointer}.schedule-landing-intro__editor-actions button[type=submit]{border-color:var(--accent-primary);background:var(--accent-primary);color:var(--surface-panel)}.schedule-landing-intro__editor-actions button:hover{filter:brightness(.98)}.schedule-admin-board .data-board__table-wrap,.schedule-default-database .data-board__table-wrap{border:none;border-radius:0;overflow:visible;box-shadow:none}.schedule-admin-board .data-board__table,.schedule-default-database .data-board__table{border:none;outline:none}.schedule-admin-board .data-board__table th,.schedule-default-database .data-board__table th{border:none;border-bottom:1px solid color-mix(in srgb,var(--text-primary) 8%,transparent);background:transparent}.schedule-admin-board .data-board__table td,.schedule-default-database .data-board__table td{border:none;border-bottom:1px solid color-mix(in srgb,var(--text-primary) 4%,transparent)}.schedule-admin-board .data-board__table tbody tr:last-child td,.schedule-default-database .data-board__table tbody tr:last-child td{border-bottom:none}.schedule-admin-board .data-board__table .data-board__group-row td,.schedule-default-database .data-board__table .data-board__group-row td{border:none;border-bottom:1px solid color-mix(in srgb,var(--text-primary) 6%,transparent)}.schedule-admin-board .data-board__table td[data-field-id=dday],.schedule-default-database .data-board__table td[data-field-id=dday]{font-weight:700;font-size:13px;color:var(--text-secondary)}.schedule-admin-board .data-board__table tbody,.schedule-default-database .data-board__table tbody{background:transparent}.schedule-detail-page{display:grid;gap:0;width:min(1040px,calc(100% - 48px));min-width:0;margin:0 auto;padding:28px 0 80px}.schedule-detail__board-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:0 0 14px;border-bottom:2px solid var(--text-primary)}.schedule-detail__board-kicker{margin:0 0 10px;color:var(--text-primary);font-size:20px;font-weight:800;line-height:1.25}.schedule-detail__board-tabs{display:flex;flex-wrap:wrap;gap:6px;min-inline-size:0;margin:0;padding:0;border:0;color:var(--text-secondary);font-size:13px;font-weight:700}.schedule-detail__board-tabs span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--surface-muted)}.schedule-detail__board-tabs span.active{border-color:color-mix(in srgb,var(--accent-primary) 34%,var(--border-default));background:var(--accent-soft);color:var(--accent-text)}.schedule-detail__back{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-panel);color:var(--text-primary);font-size:14px;font-weight:800;cursor:pointer}.schedule-detail__back:hover{background:var(--surface-hover);color:var(--accent-text)}.schedule-detail__article{padding:26px 0 0;background:transparent;border-bottom:1px solid var(--border-subtle)}.schedule-detail__header{margin-bottom:30px;padding-bottom:18px;border-bottom:1px solid var(--border-subtle)}.schedule-detail__tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px}.schedule-detail__tags .schedule-status,.schedule-detail__tags .deadline-badge{font-size:12px;font-weight:800;padding:4px 10px;border-radius:6px}.schedule-detail__category{font-size:12px;font-weight:800;padding:4px 10px;border-radius:6px;background:var(--accent-soft);color:var(--accent-text)}.schedule-detail__title{font-size:28px;font-weight:700;line-height:1.3;margin:0 0 16px;letter-spacing:0}.schedule-detail__meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0;font-size:14px;color:var(--text-secondary)}.schedule-detail__meta div{display:inline-flex;gap:6px;align-items:baseline}.schedule-detail__meta dt{color:var(--text-tertiary);font-weight:700}.schedule-detail__meta dd{margin:0;color:var(--text-secondary);font-weight:700}.schedule-detail__body{font-size:16px;line-height:1.7;color:var(--text-primary);margin-bottom:34px}.schedule-detail__body p{max-width:760px;margin:0}.schedule-detail__checklist{max-width:760px;margin-bottom:34px;padding:18px 20px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-muted)}.schedule-detail__checklist h2{font-size:18px;font-weight:600;margin:0 0 12px}.schedule-detail__checklist ul{list-style:none;padding:0;margin:0}.schedule-detail__checklist li{display:flex;gap:8px;padding:8px 0;border-bottom:1px solid var(--border-subtle);font-size:15px}.schedule-detail__actions{display:flex;flex-wrap:wrap;gap:10px;padding:18px 0;border-top:1px solid var(--border-subtle)}.schedule-detail__like-button,.schedule-detail__pin-button,.schedule-detail__list-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 14px;background:var(--surface-muted);border:1px solid var(--border-default);border-radius:6px;cursor:pointer;font-size:14px;font-weight:800;color:var(--text-secondary);transition:all .15s ease-out}.schedule-detail__like-button.liked{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent-primary) 28%,var(--border-default));color:var(--accent-text)}.schedule-detail__pin-button,.schedule-detail__list-button{background:var(--surface-panel);color:var(--text-primary)}.schedule-detail__like-button:hover,.schedule-detail__pin-button:hover,.schedule-detail__list-button:hover{background:var(--surface-hover);color:var(--accent-text)}.schedule-detail__like-icon{font-size:18px}.schedule-detail__like-count{font-weight:600}.schedule-detail__comments{padding:28px 0 0;background:transparent;border:0}.schedule-detail__comments-title{font-size:18px;font-weight:600;margin:0 0 24px}.schedule-detail__comment-form{margin-bottom:32px}.schedule-detail__comment-input{width:100%;padding:12px 16px;border:1px solid var(--border-default);border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;margin-bottom:8px;box-sizing:border-box}.schedule-detail__comment-input:focus{outline:none;border-color:var(--accent-primary)}.schedule-detail__comment-submit{padding:8px 20px;background:var(--accent-primary);color:var(--surface-panel);border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.schedule-detail__login-hint{font-size:14px;color:var(--text-secondary);padding:16px;background:var(--surface-muted);border-radius:8px;border:1px solid var(--border-subtle);margin-bottom:24px}.schedule-detail__login-hint button{background:none;border:none;color:var(--accent-text);font-weight:600;cursor:pointer;padding:0}.schedule-detail__comment-list{list-style:none;padding:0;margin:0}.schedule-detail__comment{padding:16px 0;border-bottom:1px solid var(--border-subtle)}.schedule-detail__comment:last-child{border-bottom:none}.schedule-detail__comment-content{margin-bottom:4px}.schedule-detail__comment-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.schedule-detail__comment-author{font-size:14px;font-weight:600;color:var(--text-primary)}.schedule-detail__comment-time{font-size:12px;color:var(--text-tertiary)}.schedule-detail__comment-delete{margin-left:auto;background:none;border:none;color:var(--text-tertiary);font-size:12px;cursor:pointer}.schedule-detail__comment-delete:hover{color:var(--accent-primary)}.schedule-detail__comment-body{font-size:15px;line-height:1.6;color:var(--text-primary);margin:0}.schedule-detail__reply-toggle{background:none;border:none;color:var(--text-secondary);font-size:13px;cursor:pointer;padding:4px 0;margin-top:4px}.schedule-detail__reply-toggle:hover{color:var(--accent-text)}.schedule-detail__reply-form{margin-top:8px;padding-left:24px}.schedule-detail__reply-list{list-style:none;margin:8px 0 0;padding:0 0 0 24px;border-left:2px solid var(--border-subtle)}.schedule-detail__comment--reply{border-bottom:none;padding:8px 0}.schedule-detail__missing{padding:42px 0;border-bottom:1px solid var(--border-subtle)}.schedule-detail__missing h1{margin:0 0 10px;font-size:26px;letter-spacing:0}.schedule-detail__missing p{margin:0;color:var(--text-secondary)}@media(max-width:720px){.schedule-detail-page{width:min(100% - 28px,100%);padding:14px 0 42px}.schedule-detail__board-toolbar{align-items:flex-end;gap:10px}.schedule-detail__board-toolbar>div{min-width:0}.schedule-detail__board-tabs{gap:4px}.schedule-detail__board-tabs span{min-height:26px;padding:0 8px}.schedule-detail__article{padding-top:20px}.schedule-detail__header{margin-bottom:22px;padding-bottom:14px}.schedule-detail__title{font-size:23px}.schedule-detail__meta{display:grid;grid-template-columns:1fr;gap:8px}.schedule-detail__checklist{padding:16px;margin-bottom:22px}.schedule-detail__actions{display:grid;grid-template-columns:1fr 1fr}.schedule-detail__actions>button:last-child:nth-child(odd){grid-column:1 / -1}}html.schedule-settings-panel-open,body.schedule-settings-panel-open{overflow:hidden;overscroll-behavior:contain}.schedule-admin-toolbar-shell .data-board-toolbar-stack>.schedule-settings-panel,.schedule-admin-toolbar-shell .data-board-toolbar-stack>.schedule-admin-toolbar-panel--notion,.schedule-settings-floating-layer{--schedule-settings-panel-width: min(360px, calc(100vw - 32px) );--schedule-settings-header-height: 56px;--schedule-settings-row-step: 32px;--schedule-settings-control-height: 36px;--schedule-settings-layout-card-height: 68px;--schedule-settings-axis-x: 4px;--schedule-settings-content-x: 8px;--schedule-settings-icon-lane: 18px;--schedule-settings-back-slot: 36px;--schedule-settings-hover-accent: color-mix(in srgb, var(--accent-primary) 6%, transparent);--schedule-settings-hover-shadow: 0 1px 2px color-mix(in srgb, var(--accent-primary) 10%, transparent);--schedule-property-focus-border: color-mix(in srgb, var(--accent-primary) 24%, transparent);--schedule-property-focus-ring: color-mix(in srgb, var(--accent-primary) 10%, transparent);--schedule-settings-title-size: 16px;--schedule-settings-primary-size: 14px;--schedule-settings-secondary-size: 14px;--schedule-settings-value-size: 14px;--schedule-settings-line-height: 1.4;--schedule-settings-radius: 4px;--schedule-settings-radius-panel: 8px;position:fixed;top:var(--data-board-toolbar-panel-top, 96px);bottom:max(12px,env(safe-area-inset-bottom));right:auto;left:var(--data-board-toolbar-panel-left, auto);z-index:45;display:flex;flex-direction:column;background:var(--surface-panel);border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius-panel);box-sizing:border-box;box-shadow:0 8px 24px color-mix(in srgb,var(--text-primary) 8%,transparent);padding:0;gap:0;transform:none;width:var(--schedule-settings-panel-width);max-height:calc(100dvh - var(--data-board-toolbar-panel-top, 96px) - 12px);overflow:hidden}.schedule-settings-panel .schedule-toolbar-panel__header{display:flex;align-items:center;gap:6px;flex:0 0 var(--schedule-settings-header-height);min-height:var(--schedule-settings-header-height);height:var(--schedule-settings-header-height);padding:0 10px 0 var(--schedule-settings-content-x);border-bottom:1px solid var(--border-subtle);box-sizing:border-box;background:var(--surface-panel)}.schedule-settings-panel:has(.schedule-property-panel[data-panel-view=detail])>.schedule-toolbar-panel__header,.schedule-settings-panel:has(.schedule-property-panel[data-panel-view=create])>.schedule-toolbar-panel__header{display:none}.schedule-settings-panel .schedule-toolbar-panel__title-copy{display:flex;align-items:center;min-width:0;flex:1 1 auto;gap:0}.schedule-settings-panel .schedule-toolbar-panel__header:not(:has(.schedule-toolbar-panel__back)) .schedule-toolbar-panel__title-copy{margin-left:calc(var(--schedule-settings-back-slot) + 6px)}.schedule-settings-panel .schedule-toolbar-panel__title-copy h2{margin:0;font-size:var(--schedule-settings-title-size);font-weight:700;line-height:1.35;letter-spacing:0;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-settings-panel .schedule-toolbar-panel__back{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;align-self:center;justify-content:center;flex:0 0 var(--schedule-settings-back-slot);width:var(--schedule-settings-back-slot);min-width:var(--schedule-settings-back-slot);height:var(--schedule-settings-back-slot);min-height:0;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;box-sizing:border-box;color:var(--text-secondary);cursor:pointer}.schedule-settings-panel .schedule-toolbar-panel__back--spacer{pointer-events:none;visibility:hidden}.schedule-settings-panel .schedule-toolbar-panel__back:hover,.schedule-settings-panel .schedule-toolbar-panel__back:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-settings-panel .schedule-toolbar-panel__back svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.schedule-settings-panel .schedule-toolbar-panel__header-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;height:26px;padding:0 8px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-secondary);font-size:var(--schedule-settings-secondary-size);font-weight:500;cursor:pointer}.schedule-settings-panel .schedule-toolbar-panel__header-action:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-settings-panel .schedule-settings-section{flex:1 1 auto;min-height:0;overflow-y:auto;padding:6px 4px;border-bottom:0}.schedule-settings-panel .schedule-settings-section:last-child{border-bottom:0}.schedule-settings-panel .schedule-settings-section--property-visibility{display:flex;flex:1 1 auto;flex-direction:column;padding:6px 4px}.schedule-settings-panel .schedule-settings-section--layout{padding:6px var(--schedule-settings-content-x)}.schedule-settings-panel .schedule-settings-section--property-visibility:has(.schedule-property-panel[data-panel-view=detail]),.schedule-settings-panel .schedule-settings-section--property-visibility:has(.schedule-property-panel[data-panel-view=create]){padding:0}.schedule-settings-menu{display:grid;gap:0;flex:1 1 auto;min-height:0;overflow-y:auto;margin:0;padding:8px;list-style:none}.schedule-settings-menu li{min-width:0}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr) max-content 14px;align-items:center;width:100%;min-height:var(--schedule-settings-row-step);height:var(--schedule-settings-row-step);border:0;border-radius:var(--schedule-settings-radius);background:transparent;box-shadow:none;padding:0 var(--schedule-settings-content-x);gap:6px;cursor:pointer;transition:background-color .12s ease-out,box-shadow .12s ease-out}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row:hover,.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary)}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row-copy{display:flex;align-items:center;min-width:0}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row-copy span{font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row-value{font-size:var(--schedule-settings-value-size);font-weight:400;line-height:var(--schedule-settings-line-height);color:var(--text-tertiary);overflow:hidden;max-width:120px;text-overflow:ellipsis;white-space:nowrap}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row-chevron{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:var(--text-tertiary)}.data-board-shell__toolbar .schedule-admin-toolbar-shell .schedule-settings-panel .schedule-toolbar-panel__row-chevron svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.schedule-settings-panel .schedule-admin-layout-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:0;margin:0;border:0}.schedule-settings-panel .schedule-admin-layout-options button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:var(--schedule-settings-layout-card-height);height:var(--schedule-settings-layout-card-height);gap:4px;padding:6px 4px;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-panel);color:var(--text-secondary);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:center;cursor:pointer;transition:background-color .12s ease-out,color .12s ease-out,border-color .12s ease-out}.schedule-settings-panel .schedule-admin-layout-options button:hover{border-color:var(--border-default);background:var(--surface-hover);color:var(--text-primary)}.schedule-settings-panel .schedule-admin-layout-options button.active,.schedule-settings-panel .schedule-admin-layout-options button[aria-pressed=true]{border-color:var(--accent-primary);background:var(--accent-soft);color:var(--accent-text)}.schedule-settings-panel .schedule-layout-option-icon,.schedule-settings-panel .schedule-layout-option-icon svg{display:inline-flex;width:16px;height:16px}.schedule-settings-panel .schedule-layout-option-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.schedule-settings-panel .schedule-settings-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;max-height:none}.schedule-settings-panel .schedule-settings-list.schedule-settings-list--options{padding:4px;gap:0}.schedule-settings-panel .schedule-settings-option-row{padding:0;min-height:var(--schedule-settings-row-step)}.schedule-settings-panel .schedule-settings-option-row__button{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:var(--schedule-settings-content-x);width:100%;min-height:var(--schedule-settings-row-step);height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);background:transparent;border:0;border-radius:var(--schedule-settings-radius);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);color:var(--text-primary);text-align:left;cursor:pointer;transition:background-color .12s ease-out,box-shadow .12s ease-out}.schedule-settings-panel .schedule-settings-option-row__button:hover{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.schedule-settings-panel .schedule-settings-option-row__button[aria-pressed=true]{background:var(--schedule-settings-hover-accent);color:var(--text-primary)}.schedule-settings-panel .schedule-settings-option-row__label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-settings-panel .schedule-settings-option-row__button[data-destructive=true] .schedule-settings-option-row__label{color:var(--text-secondary)}.schedule-settings-panel .schedule-settings-option-row__check{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:16px;height:16px;color:var(--text-primary)}.schedule-settings-panel .schedule-settings-option-row__check svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.schedule-settings-panel .schedule-settings-icon-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-tertiary);cursor:pointer;transition:background-color .12s ease-out,color .12s ease-out}.schedule-settings-panel .schedule-settings-icon-button:hover:not(:disabled){background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-settings-panel .schedule-settings-icon-button:disabled{opacity:.35;cursor:not-allowed}.schedule-settings-panel .schedule-settings-icon-button svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.schedule-settings-panel .schedule-settings-text-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;height:26px;padding:0 8px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-secondary);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);cursor:pointer;transition:background-color .12s ease-out,color .12s ease-out}.schedule-settings-panel .schedule-settings-text-button:hover{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-settings-panel .schedule-settings-add-inline{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;width:100%;min-height:var(--schedule-settings-row-step);padding:0 4px 0 0;border:0;background:transparent;color:var(--text-secondary);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer;transition:background-color .12s ease-out}.schedule-settings-panel .schedule-settings-add-inline:hover{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-settings-panel .schedule-property-panel{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;margin:0;padding:0;border:0;background:transparent;box-shadow:none;gap:0}.schedule-settings-panel .schedule-property-panel__search{padding:4px;margin:0}.schedule-property-panel__search input{width:100%;min-height:var(--schedule-settings-control-height);padding:0 var(--schedule-settings-content-x);border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height);background:var(--surface-panel);color:var(--text-primary);box-sizing:border-box;margin:0}.schedule-property-panel__search input:focus{outline:none;border-color:var(--border-default)}.schedule-property-panel__search input::placeholder{color:var(--text-tertiary)}.schedule-property-panel__bulk{display:flex;gap:4px;padding:0 4px 4px;margin:0}.schedule-property-panel__bulk button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;height:26px;padding:0 8px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-secondary);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);cursor:pointer;transition:background-color .12s ease-out,color .12s ease-out}.schedule-property-panel__bulk button:hover{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-property-panel__group{display:grid;gap:0;padding:0}.schedule-property-panel__group+.schedule-property-panel__group{border-top:1px solid var(--border-subtle);margin-top:4px;padding-top:4px}.schedule-property-panel__group-header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:26px;padding:2px var(--schedule-settings-content-x)}.schedule-property-panel__group-header h4{margin:0;font-size:var(--schedule-settings-secondary-size);font-weight:600;line-height:var(--schedule-settings-line-height);color:var(--text-tertiary);text-transform:none;letter-spacing:0}.schedule-property-panel__group-header span{color:var(--text-tertiary);font-size:var(--schedule-settings-secondary-size);font-weight:500;line-height:var(--schedule-settings-line-height)}.schedule-property-panel__empty{margin:0;padding:4px var(--schedule-settings-content-x);color:var(--text-tertiary);font-size:var(--schedule-settings-primary-size);background:transparent}.schedule-property-panel__list{list-style:none;margin:0;padding:0 4px;display:flex;flex-direction:column;gap:0;max-height:none;overflow:visible}.schedule-property-row{display:block;flex:0 0 auto;border:0;border-radius:var(--schedule-settings-radius);background:transparent;overflow:visible;transition:background-color .12s ease-out,opacity .12s ease-out}.schedule-settings-panel .schedule-property-row{border-color:transparent;transition:transform .16s cubic-bezier(.2,.8,.2,1),box-shadow .12s ease-out,opacity .12s ease-out;will-change:transform}.schedule-property-row:hover{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.schedule-property-row[data-dragging=true]{opacity:.92;box-shadow:0 4px 12px #1917151f,0 1px 3px #19171514;background:var(--surface-panel);border-radius:var(--schedule-settings-radius);transition:box-shadow .12s ease-out,opacity .12s ease-out;cursor:grabbing}.schedule-property-row__header{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) var(--schedule-settings-icon-lane) minmax(0,1fr) 34px 22px;align-items:center;gap:6px;min-height:var(--schedule-settings-row-step);height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x)}.schedule-property-row__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary);cursor:grab;touch-action:none}.schedule-property-row__drag-handle:hover,.schedule-property-row[data-primary=true] .schedule-property-row__drag-handle{color:var(--text-secondary)}.schedule-property-row[data-dragging=true] .schedule-property-row__drag-handle{cursor:grabbing;color:var(--text-secondary)}.schedule-property-row__type-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary);flex-shrink:0}.schedule-property-row__type-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.schedule-property-row[data-field-type=select] .schedule-property-row__type-icon svg,.schedule-property-row[data-field-type=status] .schedule-property-row__type-icon svg{fill:currentColor;stroke:none}.schedule-property-row__drag-handle:disabled,.schedule-property-row__drag-handle[aria-disabled=true]{cursor:default;opacity:.3;background:transparent}.schedule-property-row__drag-handle svg{display:block;width:14px;height:14px;fill:currentColor}.schedule-property-row:active .schedule-property-row__drag-handle:not(:disabled){cursor:grabbing}.schedule-property-row__name{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;min-width:0;padding:0;border:0;background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-property-row__name:hover{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}.schedule-property-row__visibility-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;box-shadow:none;color:var(--text-secondary);cursor:pointer;transition:background-color .12s ease-out,color .12s ease-out}.schedule-property-row__visibility-button:hover:not(:disabled){background:var(--surface-hover);color:var(--text-primary)}.schedule-property-row__visibility-button:disabled{color:var(--text-tertiary);cursor:default;opacity:.4}.schedule-property-row__visibility-button[aria-pressed=false]{color:var(--text-secondary)}.schedule-property-row__visibility-button[aria-pressed=true]{color:var(--text-tertiary)}.schedule-property-row__visibility-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.schedule-property-row__edit-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-tertiary);cursor:pointer;transition:background-color .12s ease-out,color .12s ease-out}.schedule-property-row__edit-toggle:hover{background:var(--surface-hover);color:var(--text-secondary)}.schedule-property-row__edit-toggle svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.schedule-property-panel__add-slot{margin-top:var(--space-2);padding:var(--space-2) var(--schedule-settings-axis-x);border-top:1px solid var(--border-subtle)}.schedule-settings-action-row{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;width:100%;min-height:var(--schedule-settings-row-step);height:var(--schedule-settings-row-step);margin:0;padding:0 var(--schedule-settings-content-x);border:0;border-radius:var(--schedule-settings-radius);background:transparent;gap:6px}.schedule-settings-action-row>svg{display:block;width:14px;height:14px;justify-self:center;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.schedule-settings-panel .schedule-settings-action-row{display:grid;padding:0 var(--schedule-settings-content-x)}.schedule-settings-panel .schedule-settings-action-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-property-panel__add{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:var(--schedule-settings-row-step);height:var(--schedule-settings-row-step);margin:0;padding:0 var(--schedule-settings-content-x);border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-secondary);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer;transition:background-color .12s ease-out,box-shadow .12s ease-out,color .12s ease-out}.schedule-property-panel__add-icon{grid-column:1;display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary)}.schedule-property-panel__add-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.schedule-property-panel__add-label{grid-column:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-property-panel__add:hover,.schedule-property-panel__add:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-property-subpage{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:0}.schedule-property-subpage__header{display:grid;grid-template-columns:var(--schedule-settings-back-slot) minmax(0,1fr);align-items:center;min-height:var(--schedule-settings-header-height);height:var(--schedule-settings-header-height);gap:6px;padding:0 10px 0 8px;border-bottom:1px solid var(--border-subtle);box-sizing:border-box}.schedule-property-subpage__back{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;align-self:center;justify-content:center;width:var(--schedule-settings-back-slot);min-width:var(--schedule-settings-back-slot);height:var(--schedule-settings-back-slot);min-height:0;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;box-sizing:border-box;color:var(--text-secondary);cursor:pointer}.schedule-property-subpage__back:hover,.schedule-property-subpage__back:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-property-subpage__back svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.schedule-property-subpage__header h3{margin:0;overflow:hidden;color:var(--text-primary);font-size:var(--schedule-settings-title-size);font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.schedule-property-subpage__body{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:10px;padding:8px var(--schedule-settings-content-x);overflow-y:auto}.schedule-property-form-row,.schedule-property-type-section{display:grid;gap:6px}.schedule-property-form-row>span,.schedule-property-form-row>label,.schedule-property-type-section__header h4,.schedule-property-type-list__group h5{margin:0;color:var(--text-primary);font-size:var(--schedule-settings-secondary-size);font-weight:500;line-height:var(--schedule-settings-line-height)}.schedule-property-form-row input{width:100%;min-height:var(--schedule-settings-control-height);padding:0 var(--schedule-settings-content-x);border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);box-sizing:border-box}.schedule-property-form-row input:focus{outline:none;border-color:var(--text-primary)}.schedule-property-form-row input:disabled{color:var(--text-tertiary);background:var(--surface-muted)}.schedule-property-create__submit,.schedule-property-detail__delete{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 12px;border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);cursor:pointer}.schedule-property-create__submit svg,.schedule-property-detail__delete svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.schedule-property-create__submit{align-self:flex-start;border-color:var(--border-default);background:var(--surface-hover);color:var(--text-primary)}.schedule-property-create__submit:disabled,.schedule-property-detail__delete:disabled{cursor:default;opacity:.4}.schedule-property-name-control{display:grid;grid-template-columns:minmax(0,1fr) calc(30px + var(--space-2));align-items:center;width:100%;min-height:var(--schedule-settings-control-height);border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);box-sizing:border-box;overflow:hidden}.schedule-property-name-control:focus-within{border-color:var(--border-default);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-primary) 22%,transparent)}.schedule-property-name-control input{min-width:0;min-height:calc(var(--schedule-settings-control-height) - 2px);border:0;border-radius:0;background:transparent}.schedule-property-name-control input:focus{border-color:transparent;outline:none}.schedule-property-name-control input:disabled{background:transparent}.schedule-property-detail__save{-webkit-appearance:none;-moz-appearance:none;appearance:none;justify-self:start;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--accent-text);cursor:pointer}.schedule-property-detail__save:hover:not(:disabled),.schedule-property-detail__save:focus-visible:not(:disabled){background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.schedule-property-detail__save:disabled{cursor:default;opacity:.28}.schedule-property-detail__save svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.schedule-property-type-section{padding-top:6px;border-top:1px solid var(--border-subtle)}.schedule-property-type-section__header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:28px}.schedule-property-type-section__header span,.schedule-property-subpage__hint{color:var(--text-tertiary);font-size:var(--schedule-settings-secondary-size);font-weight:500;line-height:var(--schedule-settings-line-height)}.schedule-property-subpage__hint{margin:0}.schedule-property-type-list{display:grid;gap:8px}.schedule-property-type-list__group{display:grid;gap:2px}.schedule-property-type-list__buttons{display:grid;gap:0}.schedule-property-type-list__buttons button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;gap:6px;width:100%;min-height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer;transition:background-color .12s ease-out}.schedule-property-type-list__button-icon,.schedule-settings-width-row__icon,.schedule-settings-sort__menu-leading-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary);flex-shrink:0}.schedule-property-type-list__button-icon svg,.schedule-settings-width-row__icon svg,.schedule-settings-sort__menu-leading-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.schedule-property-type-list__buttons button:hover,.schedule-property-type-list__buttons button:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.schedule-property-type-list__buttons button[aria-pressed=true]{background:var(--schedule-settings-hover-accent);color:var(--text-primary);box-shadow:inset 2px 0 0 var(--accent-primary)}.schedule-property-detail-row{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr) auto 16px;align-items:center;gap:6px;min-height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;box-sizing:border-box}.schedule-property-detail-row--button{width:100%;cursor:pointer;transition:background-color .12s ease-out,box-shadow .12s ease-out}.schedule-property-detail-row--button:hover,.schedule-property-detail-row--button:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.schedule-property-detail-row__icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary)}.schedule-property-detail-row__icon svg,.schedule-property-detail-row>svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.schedule-property-detail-row__label{min-width:0;overflow:hidden;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap}.schedule-property-detail-row__value{color:var(--text-tertiary);font-size:var(--schedule-settings-value-size);font-weight:400;white-space:nowrap}.schedule-property-type-detail{display:grid;gap:6px;padding-top:6px;border-top:1px solid var(--border-subtle)}.schedule-property-type-detail .schedule-property-detail-row{grid-template-columns:minmax(0,1fr) 128px;padding:0}.schedule-property-detail-row--sort{align-items:center;min-height:var(--schedule-settings-row-step);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height)}.schedule-property-detail-row--sort .schedule-property-detail-row__label{color:var(--text-primary);font-size:var(--schedule-settings-primary-size);font-weight:500}.schedule-property-detail-row--sort select{min-width:0;min-height:var(--schedule-settings-row-step);border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);padding:0 8px;font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);box-sizing:border-box}.schedule-property-detail-row--sort select:focus,.schedule-property-detail-row--sort select:focus-visible{outline:none;border-color:var(--border-default);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-primary) 22%,transparent)}.schedule-property-detail-row select,.schedule-property-option-row input,.schedule-property-option-add input{min-width:0;min-height:28px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);padding:0 8px;font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height);box-sizing:border-box}.schedule-property-type-detail__summary{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;gap:6px;min-height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);color:var(--text-primary);font-size:var(--schedule-settings-primary-size);font-weight:500}.schedule-property-type-detail__notes{display:grid;gap:4px;margin:0;padding:0 var(--schedule-settings-content-x) 0 calc(var(--schedule-settings-content-x) + var(--schedule-settings-icon-lane) + 6px);color:var(--text-tertiary);font-size:var(--schedule-settings-secondary-size);line-height:1.45}.schedule-property-option-list{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.schedule-property-option-list__empty{min-height:var(--schedule-settings-row-step);padding:6px var(--schedule-settings-content-x);color:var(--text-tertiary);font-size:var(--schedule-settings-primary-size)}.schedule-property-option-editor{display:grid;gap:0}.schedule-property-option-row{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:start;gap:6px;min-height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);border-radius:var(--schedule-settings-radius);transition:transform .16s cubic-bezier(.2,.8,.2,1),box-shadow .12s ease-out,opacity .12s ease-out;will-change:transform}.schedule-property-option-row:hover{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.schedule-property-option-row[data-dragging=true]{opacity:.92;background:var(--surface-panel);box-shadow:0 4px 12px color-mix(in srgb,var(--text-primary) 12%,transparent);cursor:grabbing;transition:box-shadow .12s ease-out,opacity .12s ease-out}.schedule-property-option-row__drag-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-row-step);padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-tertiary);cursor:grab;font:inherit;touch-action:none}.schedule-property-option-row__drag-handle:hover,.schedule-property-option-row__drag-handle:focus-visible,.schedule-property-option-row[data-dragging=true] .schedule-property-option-row__drag-handle{background:var(--schedule-settings-hover-accent);color:var(--text-secondary)}.schedule-property-option-row__drag-handle svg{display:block;width:14px;height:14px;fill:currentColor}.schedule-property-option-row__summary{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:6px;width:100%;max-width:100%;min-height:var(--schedule-settings-row-step);padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer;box-sizing:border-box;transition:background-color .12s ease-out,box-shadow .12s ease-out}.schedule-property-option-row__summary:hover,.schedule-property-option-row__summary:focus-visible{color:var(--text-primary)}.schedule-property-option-row__summary>svg{display:block;justify-self:end;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7;color:var(--text-tertiary);transition:transform .14s ease-out}.schedule-property-option-row__summary[data-open=true]>svg{transform:rotate(90deg)}@media(prefers-reduced-motion:reduce){.schedule-property-option-row,.schedule-property-option-row__summary,.schedule-property-option-row__summary>svg{transition-duration:1ms}}.schedule-property-option-row__pill{display:inline-flex;align-items:center;justify-self:start;gap:6px;min-width:0;max-width:100%;padding:3px 8px 3px 6px;border-radius:var(--schedule-settings-radius);background:var(--status-open-bg);color:var(--status-open-text);font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:1.2;overflow:hidden}.schedule-property-option-row__pill[data-color=default]{background:var(--option-default-bg);color:var(--option-default-text)}.schedule-property-option-row__pill[data-color=brown]{background:var(--option-brown-bg);color:var(--option-brown-text)}.schedule-property-option-row__pill[data-color=red],.schedule-property-option-row__pill[data-color=pink]{background:var(--option-red-bg);color:var(--option-red-text)}.schedule-property-option-row__pill[data-color=orange],.schedule-property-option-row__pill[data-color=amber]{background:var(--option-orange-bg);color:var(--option-orange-text)}.schedule-property-option-row__pill[data-color=yellow]{background:var(--option-yellow-bg);color:var(--option-yellow-text)}.schedule-property-option-row__pill[data-color=green]{background:var(--option-green-bg);color:var(--option-green-text)}.schedule-property-option-row__pill[data-color=blue]{background:var(--option-blue-bg);color:var(--option-blue-text)}.schedule-property-option-row__pill[data-color=navy]{background:var(--option-navy-bg);color:var(--option-navy-text)}.schedule-property-option-row__pill[data-color=purple]{background:var(--option-purple-bg);color:var(--option-purple-text)}.schedule-property-option-row__pill[data-color=gray]{background:var(--option-gray-bg);color:var(--option-gray-text)}.schedule-property-option-row__pill-dot{display:inline-block;flex:0 0 auto;width:10px;height:10px;border-radius:999px;background:currentColor}.schedule-property-option-row__pill-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-property-option-add button{-webkit-appearance:none;-moz-appearance:none;appearance:none;align-self:center;justify-self:start;display:inline-flex;align-items:center;justify-content:center;width:28px;min-width:28px;height:28px;min-height:28px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-secondary);font:inherit;font-weight:500;line-height:1;padding:0;cursor:pointer}.schedule-property-option-add button svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.schedule-property-option-add button:hover:not(:disabled){background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-property-option-add button:disabled{cursor:default;opacity:.35}.schedule-property-option-add{display:grid;grid-template-columns:minmax(0,1fr) calc(28px + var(--space-2));align-items:center;gap:0;width:100%;margin-top:var(--space-2);min-height:var(--schedule-settings-control-height);border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);box-sizing:border-box;overflow:hidden}.schedule-property-option-add:focus-within{border-color:var(--border-default);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent-primary) 22%,transparent)}.schedule-property-panel__search input:focus,.schedule-property-form-row>input:focus,.schedule-property-name-control:focus-within,.schedule-property-detail-row--sort select:focus,.schedule-property-detail-row--sort select:focus-visible,.schedule-property-option-add:focus-within{outline:none;border-color:var(--schedule-property-focus-border);box-shadow:0 0 0 2px var(--schedule-property-focus-ring)}.schedule-property-option-add input{min-width:0;min-height:calc(var(--schedule-settings-control-height) - 2px);border:0;border-radius:0;background:transparent;font-weight:400}.schedule-property-option-add input:focus{outline:none;border-color:transparent}.schedule-property-option-add input::placeholder{color:var(--text-tertiary);font-weight:400}.schedule-property-option-row[data-open=true]{position:relative;z-index:60;overflow:visible}.schedule-property-option-edit{position:fixed;bottom:auto;z-index:90;display:grid;align-content:start;grid-auto-rows:max-content;gap:6px;width:min(320px,calc(100vw - 16px));min-width:0;max-height:calc(100dvh - 16px);margin:0;padding:6px;border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius-panel);background:var(--surface-panel);box-shadow:0 18px 56px color-mix(in srgb,var(--text-primary) 18%,transparent);overflow-y:auto;box-sizing:border-box}.schedule-property-option-edit .schedule-property-form-row{gap:4px}.schedule-property-option-edit .schedule-property-name-control{min-height:28px}.schedule-property-option-edit .schedule-property-name-control input{min-height:26px}.schedule-property-option-edit__header{display:none;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;gap:6px;min-height:var(--schedule-settings-row-step);margin-bottom:4px}.schedule-property-option-edit__header h4{margin:0;color:var(--text-secondary);font-size:var(--schedule-settings-secondary-size);font-weight:600;line-height:var(--schedule-settings-line-height)}.schedule-property-option-edit__back{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-secondary);cursor:pointer}.schedule-property-option-edit__back:hover,.schedule-property-option-edit__back:focus-visible{background:var(--schedule-settings-hover-accent);color:var(--text-primary)}.schedule-property-option-edit__back svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.schedule-property-option-edit__swatches{display:grid;grid-template-columns:repeat(10,24px);justify-content:start;gap:4px;width:max-content;padding:4px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius-panel);background:color-mix(in srgb,var(--surface-muted) 72%,var(--surface-panel));box-sizing:border-box}.schedule-property-option-swatch{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-height:24px;padding:0;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);cursor:pointer;box-sizing:border-box;transition:border-color .12s ease-out,background-color .12s ease-out,box-shadow .12s ease-out}.schedule-property-option-swatch:hover,.schedule-property-option-swatch:focus-visible{border-color:var(--border-default);background:var(--surface-hover)}.schedule-property-option-swatch[aria-pressed=true]{border-color:var(--border-default);background:var(--surface-panel);box-shadow:0 0 0 2px color-mix(in srgb,var(--text-primary) 10%,transparent)}.schedule-property-option-swatch__box{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:18px;height:18px;border-radius:var(--schedule-settings-radius);background:var(--status-open-bg);color:var(--surface-panel);border:1px solid color-mix(in srgb,currentColor 20%,transparent)}.schedule-property-option-swatch__box svg{display:block;width:12px;height:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.schedule-property-option-swatch__box[data-color=default]{background:var(--option-default-text)}.schedule-property-option-swatch__box[data-color=brown]{background:var(--option-brown-text)}.schedule-property-option-swatch__box[data-color=red],.schedule-property-option-swatch__box[data-color=pink]{background:var(--option-red-text)}.schedule-property-option-swatch__box[data-color=orange],.schedule-property-option-swatch__box[data-color=amber]{background:var(--option-orange-text)}.schedule-property-option-swatch__box[data-color=yellow]{background:var(--option-yellow-text)}.schedule-property-option-swatch__box[data-color=green]{background:var(--option-green-text)}.schedule-property-option-swatch__box[data-color=blue]{background:var(--option-blue-text)}.schedule-property-option-swatch__box[data-color=navy]{background:var(--option-navy-text)}.schedule-property-option-swatch__box[data-color=purple]{background:var(--option-purple-text)}.schedule-property-option-swatch__box[data-color=gray]{background:var(--option-gray-text)}.schedule-property-option-swatch__label{position:absolute;width:1px;height:1px;min-width:0;margin:-1px;padding:0;border:0;clip:rect(0,0,0,0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.schedule-property-option-delete,.schedule-property-option-delete-confirm button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:28px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-secondary);font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;cursor:pointer}.schedule-property-option-delete{gap:6px;justify-self:end;padding:0 8px}.schedule-property-option-delete svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.schedule-property-option-delete:hover,.schedule-property-option-delete:focus-visible,.schedule-property-option-delete-confirm button:hover,.schedule-property-option-delete-confirm button:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);color:var(--text-primary)}.schedule-property-option-delete-confirm{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:6px;color:var(--text-secondary);font-size:var(--schedule-settings-primary-size);font-weight:500}.schedule-property-option-delete-confirm button{padding:0 8px}.schedule-property-option-delete-confirm__delete{color:var(--accent-text)}.schedule-property-detail__actions{display:flex;justify-content:flex-end;padding-top:6px;border-top:1px solid var(--border-subtle)}.schedule-property-detail__delete{background:transparent;color:var(--text-tertiary)}.schedule-property-detail__delete:hover:not(:disabled),.schedule-property-detail__delete:focus-visible:not(:disabled){border-color:var(--border-default);background:var(--surface-hover);color:var(--text-primary)}.schedule-settings-panel .schedule-settings-list--width{padding:4px;display:flex;flex-direction:column;gap:0}.schedule-settings-width-row{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr) 48px auto;align-items:center;gap:6px;min-height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);border-radius:var(--schedule-settings-row-radius);transition:background-color .14s ease,box-shadow .14s ease}.schedule-settings-width-row:hover{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow)}.schedule-settings-width-row__label{min-width:0;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-settings-width-row__value{font-size:var(--schedule-settings-value-size);font-weight:400;line-height:var(--schedule-settings-line-height);color:var(--text-tertiary);text-align:right}.schedule-settings-width-row .schedule-settings-inline-actions{display:inline-flex;gap:2px}.schedule-settings-sort{border:0;margin:0;padding:4px 0;min-inline-size:0;display:flex;flex-direction:column}.schedule-settings-sort__rules{display:flex;flex-direction:column;gap:0;margin:0 0 4px;padding:0 4px;list-style:none}.schedule-settings-sort__rule{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr) 88px 28px;align-items:center;gap:4px;min-height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);border-radius:var(--schedule-settings-radius);transition:background-color .12s ease-out,opacity .12s ease-out}.schedule-settings-sort__rule[data-dragging=true]{background:var(--schedule-settings-hover-accent);opacity:.72}.schedule-settings-sort__drag-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:24px;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-tertiary);cursor:grab;touch-action:none}.schedule-settings-sort__drag-handle:hover,.schedule-settings-sort__drag-handle:focus-visible,.schedule-settings-sort__rule[data-dragging=true] .schedule-settings-sort__drag-handle{background:var(--schedule-settings-hover-accent);color:var(--text-secondary)}.schedule-settings-sort__rule[data-dragging=true] .schedule-settings-sort__drag-handle{cursor:grabbing}.schedule-settings-sort__drag-handle svg{display:block;width:14px;height:14px;fill:currentColor}.schedule-settings-sort__menu-select{position:relative;min-width:0}.schedule-settings-sort__menu-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:4px;width:100%;min-height:28px;padding:0 6px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer}.schedule-settings-sort__menu-trigger[data-leading-icon=true]{grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr) 14px}.schedule-settings-sort__menu-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-settings-sort__menu-trigger svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;color:var(--text-tertiary)}.schedule-settings-sort__menu-trigger:hover,.schedule-settings-sort__menu-trigger[aria-expanded=true]{border-color:var(--border-default);background:var(--surface-hover)}.schedule-settings-sort__menu-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--accent-primary) 34%,transparent);outline-offset:1px}.schedule-settings-sort__menu{position:fixed;z-index:70;display:grid;gap:2px;padding:4px;border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius-panel);background:var(--surface-panel);box-shadow:0 8px 24px color-mix(in srgb,var(--text-primary) 12%,transparent);box-sizing:border-box;overflow-y:auto}.schedule-settings-sort__menu-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:32px;padding:0 8px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer}.schedule-settings-sort__menu-option[data-leading-icon=true]{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;gap:4px}.schedule-settings-sort__menu-option-icon,.schedule-settings-filter__menu-option-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary)}.schedule-settings-sort__menu-option:hover,.schedule-settings-sort__menu-option[aria-selected=true]{background:var(--surface-hover)}.schedule-settings-sort__menu-option[data-active=true]{background:var(--surface-panel);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent-primary) 38%,transparent)}.schedule-settings-sort__menu-option:focus-visible{outline:0}.schedule-settings-sort__delete{justify-self:end}.schedule-settings-sort__empty{margin:4px 8px;padding:6px 0;color:var(--text-tertiary);font-size:var(--schedule-settings-primary-size);font-weight:500}.schedule-settings-sort__add-section{margin:var(--space-2) var(--schedule-settings-axis-x) 0;padding:var(--space-2) var(--schedule-settings-axis-x);border-top:1px solid var(--border-subtle)}.schedule-settings-panel .schedule-settings-sort__add-button{display:grid;padding-inline:var(--schedule-settings-content-x)}.schedule-settings-sort__add-button svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.schedule-settings-sort__property-picker{display:grid;gap:4px;padding:4px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius-panel);background:var(--surface-panel);box-shadow:0 8px 24px color-mix(in srgb,var(--text-primary) 8%,transparent)}.schedule-settings-sort__property-picker input{width:100%;min-height:var(--schedule-settings-control-height);padding:0 var(--schedule-settings-content-x);border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height)}.schedule-settings-sort__property-picker input:focus{border-color:var(--accent-primary);outline:2px solid color-mix(in srgb,var(--accent-primary) 20%,transparent);outline-offset:-1px}.schedule-settings-sort__property-options{display:grid;max-height:min(304px,46vh);gap:2px;overflow-y:auto}.schedule-settings-sort__property-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;width:100%;min-height:var(--schedule-settings-row-step);padding:0 8px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer}.schedule-settings-sort__property-option:hover,.schedule-settings-sort__property-option:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);outline:0}.schedule-settings-sort__property-option-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary)}.schedule-settings-sort__property-option-icon svg{width:16px;height:16px}.schedule-settings-sort__property-empty{margin:0;padding:8px;color:var(--text-tertiary);font-size:var(--schedule-settings-primary-size)}.schedule-settings-filter{border:0;margin:0;padding:4px 0;min-inline-size:0;display:flex;flex-direction:column}.schedule-settings-filter__rules{display:flex;flex-direction:column;gap:0;margin:0 0 4px;padding:0 4px;list-style:none}.schedule-settings-filter__rule{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr) 72px minmax(0,1fr) 28px;align-items:center;gap:4px;min-height:var(--schedule-settings-row-step);padding:0 var(--schedule-settings-content-x);border-radius:var(--schedule-settings-radius);transition:background-color .12s ease-out,opacity .12s ease-out}.schedule-settings-filter__rule[data-dragging=true]{background:var(--schedule-settings-hover-accent);opacity:.72}.schedule-settings-filter__drag-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:24px;padding:0;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-tertiary);cursor:grab;touch-action:none}.schedule-settings-filter__drag-handle:hover,.schedule-settings-filter__drag-handle:focus-visible,.schedule-settings-filter__rule[data-dragging=true] .schedule-settings-filter__drag-handle{background:var(--schedule-settings-hover-accent);color:var(--text-secondary)}.schedule-settings-filter__rule[data-dragging=true] .schedule-settings-filter__drag-handle{cursor:grabbing}.schedule-settings-filter__drag-handle svg{display:block;width:14px;height:14px;fill:currentColor}.schedule-settings-filter__menu-select{position:relative;min-width:0}.schedule-settings-filter__menu-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:4px;width:100%;min-height:28px;padding:0 6px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);font-weight:500;line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer}.schedule-settings-filter__menu-trigger[data-leading-icon=true]{grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr) 14px}.schedule-settings-filter__menu-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-settings-filter__menu-trigger svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6;color:var(--text-tertiary)}.schedule-settings-filter__menu-trigger:hover,.schedule-settings-filter__menu-trigger[aria-expanded=true]{border-color:var(--border-default);background:var(--surface-hover)}.schedule-settings-filter__menu-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--accent-primary) 34%,transparent);outline-offset:1px}.schedule-settings-filter__menu-leading-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary)}.schedule-settings-filter__menu-leading-icon svg{width:16px;height:16px}.schedule-settings-filter__menu{position:fixed;z-index:70;display:grid;gap:2px;padding:4px;border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius-panel);background:var(--surface-panel);box-shadow:0 8px 24px color-mix(in srgb,var(--text-primary) 12%,transparent);box-sizing:border-box;overflow-y:auto}.schedule-settings-filter__menu-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:32px;padding:0 8px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer}.schedule-settings-filter__menu-option[data-leading-icon=true]{display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;gap:4px}.schedule-settings-filter__menu-option:hover,.schedule-settings-filter__menu-option[aria-selected=true]{background:var(--surface-hover)}.schedule-settings-filter__menu-option[data-active=true]{background:var(--surface-panel);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent-primary) 38%,transparent)}.schedule-settings-filter__menu-option:focus-visible{outline:0}.schedule-settings-filter__value-input{width:100%;min-height:28px;padding:0 6px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height)}.schedule-settings-filter__value-input::placeholder{color:var(--text-tertiary)}.schedule-settings-filter__value-input:focus{border-color:var(--accent-primary);outline:2px solid color-mix(in srgb,var(--accent-primary) 20%,transparent);outline-offset:-1px}.schedule-settings-filter__delete{justify-self:end}.schedule-settings-filter__empty{margin:4px 8px;padding:6px 0;color:var(--text-tertiary);font-size:var(--schedule-settings-primary-size);font-weight:500}.schedule-settings-filter__add-section{margin:var(--space-2) var(--schedule-settings-axis-x) 0;padding:var(--space-2) var(--schedule-settings-axis-x);border-top:1px solid var(--border-subtle)}.schedule-settings-panel .schedule-settings-filter__add-button{display:grid;padding-inline:var(--schedule-settings-content-x)}.schedule-settings-filter__add-button svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.schedule-settings-filter__property-picker{display:grid;gap:4px;padding:4px;border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius-panel);background:var(--surface-panel);box-shadow:0 8px 24px color-mix(in srgb,var(--text-primary) 8%,transparent)}.schedule-settings-filter__property-picker input{width:100%;min-height:var(--schedule-settings-control-height);padding:0 var(--schedule-settings-content-x);border:1px solid var(--border-subtle);border-radius:var(--schedule-settings-radius);background:var(--surface-panel);color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height)}.schedule-settings-filter__property-picker input:focus{border-color:var(--accent-primary);outline:2px solid color-mix(in srgb,var(--accent-primary) 20%,transparent);outline-offset:-1px}.schedule-settings-filter__property-options{display:grid;max-height:min(304px,46vh);gap:2px;overflow-y:auto}.schedule-settings-filter__property-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:var(--schedule-settings-icon-lane) minmax(0,1fr);align-items:center;width:100%;min-height:var(--schedule-settings-row-step);padding:0 8px;border:0;border-radius:var(--schedule-settings-radius);background:transparent;color:var(--text-primary);font:inherit;font-size:var(--schedule-settings-primary-size);line-height:var(--schedule-settings-line-height);text-align:left;cursor:pointer}.schedule-settings-filter__property-option:hover,.schedule-settings-filter__property-option:focus-visible{background:var(--schedule-settings-hover-accent);box-shadow:var(--schedule-settings-hover-shadow);outline:0}.schedule-settings-filter__property-option-icon{display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane);height:var(--schedule-settings-icon-lane);color:var(--text-tertiary)}.schedule-settings-filter__property-option-icon svg{width:16px;height:16px}svg.schedule-property-type-icon{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}svg.schedule-property-type-icon[data-field-type=select],svg.schedule-property-type-icon[data-field-type=status]{fill:currentColor;stroke:none}.schedule-settings-filter__property-empty{margin:0;padding:8px;color:var(--text-tertiary);font-size:var(--schedule-settings-primary-size)}@media(prefers-reduced-motion:reduce){.schedule-settings-sort__rule,.schedule-settings-filter__rule{transition-duration:1ms}}.schedule-view-management__menu{background:var(--surface-panel);border:1px solid var(--border-default);border-radius:var(--schedule-settings-radius-panel, 8px);box-shadow:0 8px 24px color-mix(in srgb,var(--text-primary) 8%,transparent)}.schedule-view-management__header{display:flex;align-items:center;justify-content:space-between;min-height:var(--schedule-settings-header-height, 56px);padding:0 8px 0 4px;border-bottom:1px solid var(--border-subtle)}.schedule-view-management__header span{font-size:var(--schedule-settings-title-size, 16px);font-weight:600;color:var(--text-primary)}.schedule-view-management__header button{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:26px;padding:0 8px;border:0;border-radius:var(--schedule-settings-radius, 4px);background:transparent;color:var(--text-secondary);font-size:var(--schedule-settings-primary-size, 14px);font-weight:500;cursor:pointer}.schedule-view-management__header button:hover{background:var(--surface-hover);color:var(--text-primary)}.schedule-settings-panel .schedule-view-management__row{display:grid;grid-template-columns:var(--schedule-settings-icon-lane, 18px) minmax(0,1fr) 34px auto;align-items:center;gap:6px;min-height:var(--schedule-settings-row-step, 32px);height:var(--schedule-settings-row-step, 32px);padding:0 var(--schedule-settings-content-x, 8px);border-radius:var(--schedule-settings-radius, 4px);box-sizing:border-box}.schedule-settings-panel .schedule-view-management__panel{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.schedule-settings-panel .schedule-view-management__search,.schedule-settings-panel .schedule-view-management__bulk,.schedule-settings-panel .schedule-view-management__group{flex:0 0 auto}.schedule-settings-panel .schedule-view-management__group-header span{font-variant-numeric:tabular-nums}.schedule-settings-panel .schedule-view-management__drag-handle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:var(--schedule-settings-icon-lane, 18px);height:24px;min-height:0;padding:0;border:0;border-radius:var(--schedule-settings-radius, 4px);background:transparent;color:var(--text-secondary);cursor:grab;touch-action:none}.schedule-settings-panel .schedule-view-management__drag-handle:hover,.schedule-settings-panel .schedule-view-management__drag-handle:focus-visible,.schedule-settings-panel .schedule-view-management__row[data-dragging=true] .schedule-view-management__drag-handle{background:var(--schedule-settings-hover-accent);color:var(--text-secondary)}.schedule-settings-panel .schedule-view-management__drag-handle svg{display:block;width:14px;height:14px;fill:currentColor}.schedule-settings-panel .schedule-view-management__label{display:flex;align-items:center;min-width:0;font-size:var(--schedule-settings-primary-size, 14px);font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.schedule-admin-toolbar-shell .data-board-toolbar-stack>.schedule-settings-panel,.schedule-admin-toolbar-shell .data-board-toolbar-stack>.schedule-admin-toolbar-panel--notion{--schedule-settings-panel-width: min(360px, calc(100vw - 16px) );top:var(--data-board-toolbar-panel-top, 96px);bottom:max(8px,env(safe-area-inset-bottom));right:auto;left:var(--data-board-toolbar-panel-left, 8px);max-height:calc(100dvh - var(--data-board-toolbar-panel-top, 96px) - 8px);border-radius:var(--schedule-settings-radius-panel)}.schedule-settings-panel .schedule-toolbar-panel__header{padding:0 6px 0 var(--schedule-settings-content-x)}.schedule-property-panel__list{gap:0}}@keyframes settings-slide-up{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes settings-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.auth-dialog-backdrop{align-items:center;justify-items:center;padding:32px;background:color-mix(in srgb,var(--text-primary) 18%,transparent)}.auth-dialog{width:min(1020px,calc(100vw - 64px));min-height:0;max-height:min(760px,calc(100dvh - 64px));padding:0;border:1px solid var(--border-default);border-radius:8px;background:var(--surface-panel);box-shadow:0 18px 56px color-mix(in srgb,var(--text-primary) 18%,transparent)}.auth-dialog .dialog-close{top:22px;right:22px;z-index:2;border-color:transparent;background:transparent;color:var(--text-secondary);box-shadow:none}.auth-dialog .dialog-close:hover{background:var(--surface-hover);color:var(--text-primary)}.auth-dialog .auth-panel{padding:0}.auth-entry-panel{display:grid;grid-template-columns:minmax(0,1fr);gap:0;min-height:0;padding:0}.auth-entry__form-panel{display:grid;align-content:start;gap:18px;width:100%;padding:48px 32px;box-sizing:border-box}.auth-entry-panel .auth-summary{margin:0;font-size:14px}.auth-entry-panel .auth-mode-tabs{gap:0;margin:0;border-bottom:1px solid var(--border-subtle)}.auth-entry-panel .auth-mode-tabs button{min-height:42px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--text-secondary);box-shadow:none;font-size:15px}.auth-entry-panel .auth-mode-tabs .active{border-bottom-color:var(--accent-primary);background:transparent;color:var(--accent-primary);box-shadow:none}.auth-entry-panel .auth-provider-actions{margin:0}.auth-entry-panel .auth-google-action{min-height:48px;background:var(--surface-panel)}.auth-divider{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center;color:var(--text-tertiary);font-size:13px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--border-subtle)}.auth-entry-panel .auth-form{gap:13px}.auth-confirmation{display:grid;gap:13px}.auth-confirmation__body{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6}.auth-confirmation__hint{margin:0;color:var(--text-tertiary);font-size:13px;line-height:1.5}.auth-confirmation__resend{min-height:48px}.auth-entry-panel .auth-notice{padding:0;border:0;background:transparent;font-size:13px}.auth-consent{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:13px;font-weight:600}.auth-consent input{width:16px;min-height:16px;height:16px;accent-color:var(--accent-primary)}.auth-choice-group{display:grid;gap:8px;margin:0;border:0;padding:0}.auth-choice-group legend{margin:0;padding:0;color:var(--text-primary);font-size:14px;font-weight:700}.auth-member-preview{display:grid;align-content:start;gap:16px;min-width:0;padding:74px 34px 34px;border-left:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface-panel) 96%,var(--surface-muted))}.auth-member-preview__header,.member-management__header{align-items:flex-start}.auth-member-preview__header{display:flex;justify-content:space-between;gap:16px}.auth-member-preview__header h3,.auth-member-preview__header p{margin:0}.auth-member-preview__header h3{color:var(--text-primary);font-size:22px;line-height:1.3}.auth-member-preview__header p{margin-top:8px;color:var(--text-secondary);font-size:14px;line-height:1.55}.auth-member-preview__header span{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:700}.auth-member-preview__toolbar,.member-management__toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(120px,.55fr) minmax(120px,.55fr);gap:10px}.member-management__toolbar{padding:0 16px}.member-management__toolbar label{display:grid;gap:7px;color:var(--text-secondary);font-size:13px;font-weight:700}.auth-member-preview__toolbar input,.auth-member-preview__toolbar select,.member-management__toolbar input,.member-management__toolbar select,.member-management__footer select{width:100%;min-height:38px;border:1px solid var(--border-default);border-radius:6px;background:var(--surface-panel);color:var(--text-primary);padding:0 10px}.auth-member-preview__toolbar :disabled{color:var(--text-tertiary);opacity:1}.auth-member-preview__count{margin:0;color:var(--text-secondary);font-size:13px}.auth-member-preview__table-wrap{overflow-x:auto;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-panel)}.auth-member-preview__table{width:100%;min-width:610px;border-collapse:collapse;color:var(--text-primary);font-size:13px}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table th,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td{padding:11px 10px;border-bottom:1px solid var(--border-subtle);text-align:left}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table thead th,.member-management .member-management__table thead th{background:var(--surface-panel);color:var(--text-secondary)}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table tbody tr.selected,.member-management .member-management__table tbody tr.selected{background:var(--surface-selected);box-shadow:inset 3px 0 0 var(--accent-primary)}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table tbody th strong,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table tbody th span{display:block}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table tbody th span{margin-top:3px;color:var(--text-secondary);font-size:12px;font-weight:500}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table input,.member-management .member-management__table input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-primary)}.auth-member-preview__notice{margin:0;padding:12px 14px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--surface-muted);color:var(--text-secondary);font-size:13px}.member-management{border-color:var(--border-default);box-shadow:0 1px 3px color-mix(in srgb,var(--text-primary) 4%,transparent)}.member-management__search{padding:0}.member-management .member-management__table{min-width:860px}.member-management .member-management__table th:first-child,.member-management .member-management__table td:first-child{width:48px;text-align:center}.member-management__badge.active{background:color-mix(in srgb,#027a48 14%,var(--surface-panel));color:#027a48}.member-management__footer{display:flex;align-items:center;gap:12px;padding:0 16px 16px;color:var(--text-secondary);font-size:13px}.member-management__footer select{width:auto;min-width:160px;min-height:34px}.member-management__pages{display:flex;gap:6px;margin-left:auto}.member-management__pages button{min-width:34px;height:34px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--surface-panel);color:var(--text-secondary)}.member-management__pages button[aria-current=page]{border-color:var(--accent-primary);color:var(--accent-primary)}.members-page__locked{display:grid;gap:18px;max-width:980px}.members-page__locked .auth-member-preview{padding:22px;border:1px solid var(--border-default);border-radius:8px}@media(max-width:900px){.auth-dialog-backdrop{align-items:stretch;padding:0}.auth-dialog{width:100vw;max-height:100dvh;border:0;border-radius:0}.auth-entry-panel{grid-template-columns:1fr;min-height:0}.auth-entry__form-panel{padding:32px 20px}.auth-member-preview{padding:64px 18px 24px;border-left:0;border-top:1px solid var(--border-subtle)}.auth-member-preview__toolbar,.member-management__toolbar{grid-template-columns:1fr auto auto}}@media(max-width:640px){.auth-member-preview__toolbar,.member-management__toolbar{grid-template-columns:1fr}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table thead,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table tbody,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table thead tr,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table tbody tr,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table th,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td,.member-management .member-management__table,.member-management .member-management__table thead,.member-management .member-management__table tbody,.member-management .member-management__table thead tr,.member-management .member-management__table tbody tr,.member-management .member-management__table th,.member-management .member-management__table td{display:block;min-width:0}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table thead,.member-management .member-management__table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table tbody tr,.member-management .member-management__table tbody tr{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:4px 10px;align-items:center;padding:12px;border-bottom:1px solid var(--border-subtle)}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table th,.member-management .member-management__table td,.member-management .member-management__table th{padding:0;border-bottom:0}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td:nth-child(3),:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td:nth-child(4),:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td:nth-child(6),.member-management .member-management__table td:nth-child(3),.member-management .member-management__table td:nth-child(4),.member-management .member-management__table td:nth-child(6){grid-column:2 / -1;color:var(--text-secondary);font-size:12px}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td:nth-child(5),.member-management .member-management__table td:nth-child(5){grid-column:3;grid-row:1}.member-management__footer{display:grid}.member-management__pages{margin-left:0}}.topbar.workspace-topbar{position:relative;z-index:18;width:calc(100% - 248px);min-height:76px;margin-left:248px;grid-template-columns:minmax(0,1fr) minmax(260px,360px) auto;gap:18px;padding:0 24px;border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb,var(--surface-panel) 94%,transparent)}.workspace-breadcrumb,.workspace-actions,.workspace-search,.sidebar__brand-row,.sidebar__section-header,.sidebar__footer,.sidebar__footer button,.workspace-icon-button,.workspace-account-button{display:flex;align-items:center}.workspace-breadcrumb{min-width:0;gap:10px;color:var(--text-secondary);font-size:14px;font-weight:600}.workspace-breadcrumb a{color:inherit;text-decoration:none}.workspace-breadcrumb__current{color:var(--text-primary);font-weight:700}.workspace-search{display:grid;grid-template-columns:16px minmax(0,1fr) auto;gap:8px;width:100%;min-height:38px;padding:0 10px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--surface-panel);color:var(--text-tertiary)}.workspace-search input{min-width:0;border:0;background:transparent;color:var(--text-primary);font:inherit;outline:0}.workspace-search span{color:var(--text-tertiary);font-size:12px;font-weight:700}.workspace-actions{gap:10px}.workspace-icon-button,.workspace-account-button,.topbar.workspace-topbar .theme-toggle{min-width:34px;min-height:34px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--text-secondary);box-shadow:none}.workspace-icon-button svg,.sidebar__icon-button svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.workspace-icon-button:hover,.workspace-account-button:hover,.topbar.workspace-topbar .theme-toggle:hover{background:var(--surface-hover);color:var(--text-primary)}.workspace-role-pill{display:inline-grid;min-width:36px;min-height:36px;place-items:center;border-radius:999px;background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:800}.workspace-account-button{width:auto;padding:0 2px;font-size:14px;font-weight:700}.workspace-frame{display:block;min-height:calc(100dvh - 76px);padding-left:248px}.workspace-frame>.layout-grid{min-height:calc(100dvh - 76px)}.workspace-frame .sidebar{position:fixed;top:0;left:0;z-index:20;width:248px;height:100dvh;min-height:100dvh;padding:0;border-right:1px solid var(--border-subtle);background:var(--surface-sidebar)}.sidebar__brand-row{flex:0 0 76px;gap:12px;padding:0 22px;border-bottom:1px solid var(--border-subtle)}.sidebar__icon-button{display:inline-grid;width:34px;height:34px;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--text-primary)}.sidebar__icon-button:hover{background:var(--surface-hover)}.sidebar .brand{min-width:0;color:var(--text-primary);font-size:17px}.sidebar .brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__body{display:flex;flex:1 1 auto;flex-direction:column;gap:18px;padding:20px 12px;overflow-y:auto}.sidebar__section-header{justify-content:space-between;min-height:32px;padding:0 12px;color:var(--text-secondary);font-size:12px;font-weight:800}.sidebar__section-header button{display:inline-grid;width:28px;height:28px;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);font-size:20px;line-height:1}.sidebar__section-header button:hover{background:var(--surface-hover);color:var(--text-primary)}.workspace-frame .side-menu{gap:4px}.workspace-frame .side-menu a{min-height:42px;padding:0 12px;border-radius:6px;font-size:14px}.sidebar__section--settings{margin-top:10px;padding-top:18px;border-top:1px solid var(--border-subtle)}.sidebar__footer{justify-content:space-between;gap:8px;padding:14px 16px 18px;border-top:1px solid var(--border-subtle)}.sidebar__footer button{gap:8px;min-height:34px;border:0;border-radius:6px;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:700}.sidebar__footer button:hover{background:var(--surface-hover);color:var(--text-primary)}.auth-dialog{width:min(960px,calc(100vw - 72px));max-height:min(860px,calc(100dvh - 64px))}.auth-entry-panel{grid-template-columns:minmax(0,1fr);min-height:0}.auth-entry__form-panel{gap:16px;padding:48px 32px}.auth-member-preview{gap:13px;padding:72px 30px 30px}.auth-member-preview__header h3{font-size:20px}.auth-member-preview__header p{margin-top:7px;font-size:13px}.auth-member-preview__toolbar{grid-template-columns:minmax(170px,1fr) minmax(104px,.5fr) minmax(104px,.5fr) 92px;gap:10px}.auth-member-preview__add{min-height:38px;border:0;border-radius:6px;background:var(--accent-primary);color:#fff;font-size:13px;font-weight:800;opacity:1}.auth-member-preview__table-wrap{border-radius:6px}.auth-member-preview__table{min-width:580px;font-size:12px}:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table th,:is(.auth-entry-panel,.members-page__locked) .auth-member-preview__table td{padding:9px 10px}.auth-member-preview__row-action{display:inline-grid;width:28px;height:28px;place-items:center;border:0;border-radius:6px;background:transparent;opacity:1}.auth-member-preview__row-action span{width:3px;height:3px;border-radius:999px;background:var(--text-secondary)}.auth-member-preview__row-action span+span{margin-top:3px}.member-management__metrics{display:flex;gap:14px;padding:0 16px}.member-management__metrics div{display:flex;gap:6px;align-items:baseline;padding:0;border:0;background:transparent}.member-management__metrics dd{margin:0;font-size:14px}@media(max-width:1024px){.topbar.workspace-topbar{grid-template-columns:minmax(0,1fr) minmax(210px,300px) auto;padding:0 18px}.workspace-actions{gap:6px}}@media(max-width:900px){.auth-dialog{width:100vw;max-height:100dvh}.auth-entry-panel{grid-template-columns:1fr;min-height:0}.auth-entry__form-panel{padding:32px 20px}.auth-member-preview{padding:64px 18px 24px}.auth-member-preview__toolbar{grid-template-columns:1fr auto auto}.auth-member-preview__add{grid-column:1 / -1}}@media(max-width:720px){.topbar.workspace-topbar{width:100%;min-height:60px;margin-left:0;grid-template-columns:minmax(0,1fr) auto;padding:0 12px}.workspace-search,.workspace-role-pill{display:none}.workspace-account-button{max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-frame{display:flex;flex-direction:column;min-height:calc(100dvh - 60px);padding-left:0;padding-bottom:0}.workspace-frame>.layout-grid{order:1;min-height:calc(100dvh - 60px)}.workspace-frame .sidebar{position:static;order:2;width:100%;height:66px;min-height:0;border-top:1px solid var(--border-subtle);border-right:0}.sidebar__brand-row,.sidebar__section-header,.sidebar__section--settings,.sidebar__footer{display:none}.sidebar__body,.sidebar__section{width:100%}.sidebar__body{padding:0;overflow:visible}.workspace-frame .side-menu{display:grid;height:66px;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.workspace-frame .side-menu a{min-height:66px;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0 4px;border-radius:0;font-size:11px;line-height:14px;text-align:center;white-space:normal}.workspace-frame .side-menu .side-menu-label{display:block;width:100%;min-width:0;max-width:100%;box-sizing:border-box;color:inherit;font-size:11px;line-height:14px;overflow-wrap:normal;text-align:center;white-space:normal;word-break:keep-all}.workspace-frame .side-menu a:nth-child(n+6){display:none}}@media(max-width:360px){.workspace-breadcrumb{gap:0}.workspace-breadcrumb>svg,.workspace-breadcrumb>a,.workspace-breadcrumb>span[aria-hidden=true]{display:none}.workspace-breadcrumb__current{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.schedule-admin-board>.data-board-shell{grid-template-rows:auto auto minmax(0,1fr);gap:0}.schedule-admin-board .data-board-shell__view-bar{padding-block:4px 0}.schedule-admin-board .data-board-shell__body{margin-top:0;padding-top:0}.schedule-admin-board .data-board-shell__surface,.schedule-admin-board .data-board__surface{padding-top:0;margin-top:0}.schedule-admin-board .data-board__table-wrap{margin-top:0;padding-top:0}.schedule-admin-board .data-board__table thead th{padding-top:4px}@media(max-width:720px){.schedule-admin-board .data-board-shell__view-bar{padding-block:6px 0}}.schedule-admin-board .data-board-shell__view-bar,.schedule-admin-board .data-board-shell__view-cluster{align-items:center;overflow:visible}.schedule-admin-board .data-board-shell__tabs{flex:0 1 auto;overflow:hidden}.schedule-admin-board .data-board-shell__tab,.schedule-admin-board .data-board-shell__overflow-trigger,.schedule-admin-board .data-board-toolbar__search,.schedule-admin-board .data-board-toolbar__button{align-items:center;line-height:1}.schedule-admin-board .data-board-shell__tab,.schedule-admin-board .data-board-shell__overflow,.schedule-admin-board .data-board-shell__overflow-trigger{flex:0 0 auto}.schedule-admin-board .data-board-shell__overflow{z-index:70}.schedule-admin-board .data-board-shell__overflow-menu{background:var(--surface-panel);box-shadow:0 12px 36px color-mix(in srgb,var(--text-primary) 12%,transparent)}.schedule-admin-board .data-board__table th{height:34px;padding-block:0;vertical-align:middle;line-height:1.35}@media(max-width:720px){.schedule-admin-board .data-board-shell__view-bar{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;overflow:visible}.schedule-admin-board .data-board-shell__view-cluster,.schedule-admin-board .data-board-shell__view-actions,.schedule-admin-board .data-board-shell__toolbar,.schedule-admin-board .schedule-admin-toolbar-shell,.schedule-admin-board .data-board-toolbar{width:100%;max-width:100%}.schedule-admin-board .data-board-shell__view-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;margin-left:0;justify-content:flex-start}.schedule-admin-board .data-board-shell__toolbar{width:auto;min-width:0;max-width:none}.schedule-admin-board .data-board-toolbar__search{flex:1 1 auto;min-width:0;max-width:none}}[role=status][data-variant]{margin:0;font-size:13px;font-weight:700}[role=status][data-variant=error]{color:var(--status-warning)}[role=status][data-variant=success]{color:var(--status-success)}[role=status][data-variant=info]{color:var(--status-info)}.auth-form-link{display:block;width:fit-content;border:0;padding:0;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;line-height:1.5}.auth-form-link:hover{color:var(--text-primary);text-decoration:underline}
