@charset "UTF-8";:root,[data-theme=light]{--stw-blue-deep: #1e4d8c;--stw-blue: #2b6cb0;--stw-blue-light: #4a90d9;--stw-teal: #3eb8c4;--stw-spark: #f5a623;--stw-spark-deep: #e8890c;--stw-navy: #16365f;--stw-text: #2d3748;--stw-text-muted: #5a6778;--stw-surface: #ffffff;--stw-surface-muted: #f6f9fc;--stw-surface-group: #eef3f9;--stw-border: #e8eef5;--stw-card-shadow: 0 24px 60px rgba(22, 54, 95, .18);--stw-heading: #16365f;--stw-input-bg: #ffffff;--stw-page-overlay: rgba(22, 54, 95, .45);--stw-scrollbar-track: #eef3f8;--stw-scrollbar-thumb: #c5d4e4;--stw-scrollbar-thumb-hover: #9eb4cc;--stw-warning: #b8860b;--stw-danger: #c0392b;--stw-success: #2d7a4f;--stw-schedule-now-line: #dc2626;--stw-app-chrome-height: 3.25rem;--stw-admin-rail-width: 240px;--stw-admin-rail-width-collapsed: 44px;--stw-session-shell-pool-width: 260px}[data-theme=dark]{--stw-text: #e8eef5;--stw-text-muted: #a8b8cc;--stw-surface: #1a2d4a;--stw-surface-muted: #0f1f35;--stw-surface-group: #243a5c;--stw-border: #2d4568;--stw-card-shadow: 0 24px 60px rgba(0, 0, 0, .35);--stw-heading: #e8eef5;--stw-input-bg: #243a5c;--stw-page-overlay: rgba(0, 0, 0, .55);--stw-scrollbar-track: #0f1f35;--stw-scrollbar-thumb: #2d4568;--stw-scrollbar-thumb-hover: #a8b8cc;--stw-navy: #e8eef5;--stw-warning: #e8b84a;--stw-danger: #f07171;--stw-success: #5cb88a;--stw-schedule-now-line: #f87171}.stw-control-panel{display:flex;min-height:calc(100vh - 4.5rem);gap:1.25rem;margin:-.25rem -.5rem 0;align-items:stretch}.stw-control-panel__rail{flex:0 0 var(--stw-admin-rail-width);width:var(--stw-admin-rail-width);display:flex;flex-direction:column;justify-content:space-between;padding:1rem .75rem;background:var(--stw-surface);border-right:1px solid var(--stw-border)}.stw-control-panel__rail--staff{flex:0 0 auto;width:max-content;min-width:var(--stw-admin-rail-width);overflow-x:hidden}.stw-control-panel__rail-top{display:flex;flex-direction:column;gap:1rem;min-height:0;flex:1;overflow-x:hidden;overflow-y:auto}.stw-control-panel__brand{display:flex;flex-direction:row;align-items:center;gap:.35rem;padding:0 .5rem .5rem;border-bottom:1px solid var(--stw-border);flex-shrink:0;min-width:0}.stw-control-panel__pin{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;padding:.2rem .35rem;border:1px solid var(--stw-border);border-radius:6px;background:var(--stw-surface-muted);color:var(--stw-text-muted);font-size:.72rem;font-weight:600;cursor:pointer;font-family:inherit}.stw-control-panel__pin--active{color:var(--stw-blue);border-color:color-mix(in srgb,var(--stw-blue) 35%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 8%,var(--stw-surface))}.stw-control-panel__pin-icon{width:14px;height:14px;flex-shrink:0;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M16 3c-2.2 0-4 1.8-4 4 0 .7.2 1.4.5 2L3 18.5V21h2.5L14.5 11c.6.3 1.3.5 2 .5 2.2 0 4-1.8 4-4s-1.8-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E") center/contain no-repeat}.stw-control-panel__pin--active .stw-control-panel__pin-icon{opacity:1}.stw-control-panel__nav-heading{margin:0 0 .35rem;padding:0 .35rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stw-text-muted);font-weight:700}.stw-control-panel__nav-block{margin-bottom:.75rem}.stw-control-panel__nav-block--session{padding:.55rem .5rem .65rem;border-radius:10px;background:color-mix(in srgb,var(--stw-accent) 8%,var(--stw-surface));border:1px solid var(--stw-border)}.stw-control-panel__nav-block--session .stw-dashboard-session{padding:0 .15rem}.stw-control-panel__nav-block--session .stw-session-switcher-select{width:100%}.stw-control-panel__nav-group{display:flex;flex-direction:column;gap:.12rem}.stw-control-panel__nav-group--admin{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--stw-border)}.stw-control-panel__nav-link--nested{margin-left:.35rem;width:calc(100% - .35rem);padding-left:1rem;border-left:2px solid transparent}.stw-control-panel__nav-link--nested.stw-control-panel__nav-link--active{border-left-color:var(--stw-blue)}.stw-control-panel__rail--collapsed{flex:0 0 var(--stw-admin-rail-width-collapsed);width:var(--stw-admin-rail-width-collapsed);padding:.5rem .25rem;overflow-x:hidden}.stw-control-panel__rail--collapsed .stw-control-panel__rail-top{min-width:0}.stw-control-panel__expand-fab{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:.15rem auto;padding:0;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface-muted);box-shadow:0 2px 8px #0000001f;color:var(--stw-blue);cursor:pointer;font-family:inherit}.stw-control-panel__expand-fab:hover{background:var(--stw-surface);border-color:color-mix(in srgb,var(--stw-blue) 35%,var(--stw-border))}.stw-control-panel__expand-fab-icon{width:16px;height:16px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M10 6L8.6 7.4l4.6 4.6-4.6 4.6L10 18l6-6-6-6z'/%3E%3C/svg%3E") center/contain no-repeat}.stw-control-panel--dashboard .stw-control-panel__rail{transition:width .18s ease,flex-basis .18s ease;border-radius:0}.stw-control-panel__brand-mark{font-family:Montserrat,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.12em;color:var(--stw-blue);text-transform:uppercase}.stw-control-panel__brand-label{font-family:Montserrat,sans-serif;font-weight:600;font-size:1rem;color:var(--stw-heading)}.stw-control-panel__nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.stw-control-panel__nav-spacer{flex:1 1 auto;min-height:0}.stw-control-panel__nav-text{white-space:nowrap}.stw-control-panel__nav-link{display:block;width:100%;text-align:left;border:none;background:transparent;padding:.65rem .75rem;border-radius:10px;color:var(--stw-text);text-decoration:none;font-weight:600;font-size:.92rem;transition:background .15s ease,color .15s ease;cursor:pointer;font-family:inherit}.stw-control-panel__nav-link--button{appearance:none}.stw-control-panel__nav-link:hover{background:var(--stw-surface-muted);color:var(--stw-blue)}.stw-control-panel__nav-link--active{background:linear-gradient(135deg,#2b6cb01f,#3eb8c41a);color:var(--stw-blue-deep);box-shadow:inset 3px 0 0 var(--stw-blue)}.stw-control-panel__nav-link--subtle{font-weight:500;font-size:.875rem;color:var(--stw-text-muted)}.stw-control-panel__rail-footer{display:flex;flex-direction:column;gap:.25rem;padding-top:.75rem;border-top:1px solid var(--stw-border);flex-shrink:0}.stw-control-panel__main{flex:1;min-width:0;padding:.5rem 0 2rem .75rem}.stw-control-panel__main--flush{padding:0}.stw-control-panel-loading{padding:2rem 1rem}.stw-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stw-staff-shell{display:flex;align-items:stretch;gap:0;margin:0;width:100%;min-height:calc(100vh - var(--stw-app-chrome-height, 4.5rem))}.stw-staff-shell>app-sidebar-rail{display:flex;flex-direction:column;align-self:stretch;flex:0 0 auto}.stw-staff-shell__content{flex:1;min-width:0;min-height:calc(100vh - var(--stw-app-chrome-height, 4.5rem))}.stw-dashboard-page{padding:.5rem .75rem 2rem}.stw-admin-outlet--session-shell,.stw-admin-outlet--page-shell{min-height:calc(100vh - var(--stw-app-chrome-height, 4.5rem))}.stw-admin-outlet--session-shell{background:var(--stw-surface-muted)}.stw-admin-outlet--page-shell{padding:.75rem 1rem 1.25rem;background:var(--stw-surface-muted);box-sizing:border-box;border-bottom:1px solid var(--stw-border)}.stw-admin-page-shell__title-block{flex:1;min-width:0}.stw-admin-page-shell__title{margin:0;font-size:1.05rem;font-weight:700;line-height:1.25}.stw-admin-page-shell__lead{margin:.2rem 0 0;font-size:.85rem}.stw-admin-page-shell__main{padding:.85rem 1rem 1.25rem}.stw-session-shell{display:flex;flex-direction:column;height:calc(100vh - var(--stw-app-chrome-height, 4.5rem));min-height:0;min-width:0;overflow:hidden}.stw-session-shell__header{flex-shrink:0;padding:.75rem 1rem 0;background:var(--stw-surface-muted);border-bottom:none}.stw-session-shell__header--subtabs-only{padding-top:.5rem}.stw-session-shell__toolbar{display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;margin-bottom:.65rem;min-width:0}.stw-session-shell__select{flex:0 1 22rem;min-width:10rem;max-width:22rem;font-weight:600;font-size:.95rem}.stw-session-shell__title{flex:0 1 auto;min-width:0;margin:0;font-size:1.15rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stw-session-shell__actions{display:flex;flex:1;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:.4rem;min-width:0;overflow-x:auto}.stw-session-shell__actions .stw-btn-secondary--compact,.stw-session-shell__actions .stw-btn-primary--compact{width:auto;flex:0 0 auto;white-space:nowrap}.stw-session-shell__subtabs{display:flex;flex-wrap:wrap;gap:.15rem;padding-bottom:0;margin-bottom:0;border-bottom:1px solid var(--stw-border)}.stw-session-shell__subtab{padding:.45rem .75rem;border-radius:8px 8px 0 0;text-decoration:none;color:var(--stw-text-muted);font-weight:600;font-size:.88rem;border:1px solid transparent;margin-bottom:-1px;position:relative;z-index:0}.stw-session-shell__subtab:hover{color:var(--stw-blue);background:color-mix(in srgb,var(--stw-surface) 65%,var(--stw-surface-muted))}.stw-session-shell__subtab--active{color:var(--stw-blue-deep);background:var(--stw-surface);border-color:var(--stw-border);border-bottom-color:var(--stw-surface);z-index:1}.stw-session-shell__body{display:flex;flex:1;min-height:0;align-items:stretch;overflow:hidden;background:var(--stw-surface);border:1px solid var(--stw-border);border-top:none}.stw-session-shell__main{flex:1;min-width:0;min-height:0;overflow-y:auto;padding:.65rem 1rem 1.25rem;background:var(--stw-surface)}.stw-session-shell__main .stw-card--inline,.stw-session-shell__main .stw-attendance-report-overview,.stw-session-shell__main .stw-attendance-occasion-detail,.stw-session-shell__main .stw-config-section__panel{background:var(--stw-surface-group);border:1px solid var(--stw-border);border-radius:12px;box-shadow:0 1px color-mix(in srgb,var(--stw-border) 40%,transparent);padding:1rem 1.25rem;max-width:none;text-align:left;margin-bottom:.75rem}.stw-session-shell__pool{flex:0 0 var(--stw-session-shell-pool-width);width:var(--stw-session-shell-pool-width);min-height:0;border-left:1px solid var(--stw-border);background:var(--stw-surface);overflow:hidden;display:flex;flex-direction:column}.stw-session-shell__pool>app-assignment-pool-panel,.stw-session-shell__pool>app-session-staff-pool-panel{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.stw-session-shell__body--pool-open .stw-session-shell__main{margin-right:0}@media (max-width: 899px){.stw-control-panel-rail-host{position:relative;z-index:40;flex:0 0 auto;width:0;min-width:0}.stw-control-panel__mobile-fab{position:fixed;left:.75rem;bottom:1rem;z-index:45;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-width:3.25rem;height:3.25rem;padding:0 1rem 0 .85rem;border:2px solid color-mix(in srgb,var(--stw-blue) 55%,var(--stw-border));border-radius:999px;background:linear-gradient(135deg,var(--stw-blue),var(--stw-blue-deep));box-shadow:0 6px 20px #2b6cb073;color:#fff;cursor:pointer;font-family:inherit;font-weight:700;font-size:.9rem}.stw-control-panel__mobile-fab-label{line-height:1;letter-spacing:.02em}.stw-control-panel__mobile-fab .stw-control-panel__expand-fab-icon{background:#fff;width:1.1rem;height:1.1rem}.stw-control-panel__rail-backdrop{position:fixed;inset:0;z-index:46;background:#0f172a73}.stw-staff-shell .stw-control-panel__rail{position:fixed;top:0;left:0;bottom:0;box-sizing:border-box;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:none;padding-top:var(--stw-app-chrome-height, 3.25rem);z-index:47;width:min(18rem,88vw);max-width:88vw;flex:none;transform:translate(-105%);transition:transform .2s ease;box-shadow:4px 0 24px #00000026;overflow-y:auto;overflow-x:hidden;border-right:1px solid var(--stw-border);background:var(--stw-surface)}.stw-staff-shell .stw-control-panel__rail--mobile-open{transform:translate(0)}.stw-staff-shell .stw-control-panel__rail--collapsed{width:min(18rem,88vw);flex:none}.stw-staff-shell .stw-control-panel__nav-link{padding:.4rem .6rem;font-size:.86rem}.stw-staff-shell .stw-control-panel__nav{gap:.1rem;flex:0 0 auto}.stw-staff-shell .stw-control-panel__nav-heading{margin:.35rem 0 .1rem}.stw-staff-shell .stw-control-panel__rail-top{flex:1 1 auto;gap:.65rem;min-height:0}.stw-staff-shell .stw-control-panel__rail{display:flex;flex-direction:column}.stw-staff-shell .stw-dashboard-session{padding:0 .5rem}.stw-session-shell__pool{position:static;width:100%;flex:none}.stw-session-shell__body--pool-open .stw-session-shell__main{margin-right:0}}@media (min-width: 900px){.stw-staff-shell .stw-control-panel__nav{flex:0 0 auto}.stw-staff-shell .stw-control-panel-rail-host{display:flex;flex-direction:column;flex:1 1 auto;align-self:stretch;width:auto;min-height:100%}.stw-staff-shell .stw-control-panel__rail--staff{position:relative;top:auto;align-self:stretch;flex:1 1 auto;width:max-content;min-width:var(--stw-admin-rail-width);height:auto;min-height:calc(100vh - var(--stw-app-chrome-height, 4.5rem));max-height:none;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.stw-staff-shell .stw-control-panel__rail--staff.stw-control-panel__rail--collapsed{width:var(--stw-admin-rail-width-collapsed);min-width:var(--stw-admin-rail-width-collapsed);flex:0 0 var(--stw-admin-rail-width-collapsed)}.stw-staff-shell .stw-control-panel__rail-top{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow-x:hidden}.stw-staff-shell .stw-control-panel__nav-link--nested{width:auto;min-width:100%;box-sizing:border-box}.stw-control-panel__mobile-fab,.stw-control-panel__rail-backdrop{display:none}}@media (min-width: 900px){.stw-app-shell--admin-desktop .stw-app-main--admin-desktop{max-width:none;margin:0;width:100%;padding:0;padding-top:var(--stw-app-chrome-height, 3.25rem)}.stw-app-shell--admin-desktop .stw-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.stw-app-shell--admin-desktop .stw-admin-split{align-items:flex-start;gap:1.5rem}.stw-app-shell--admin-desktop .stw-admin-list{flex:0 0 240px;max-height:calc(100vh - 10rem);overflow-y:auto}.stw-app-shell--admin-desktop .stw-detail-panel{flex:1;min-width:0}.stw-app-shell--admin-desktop .stw-admin-toolbar{flex-wrap:wrap;gap:.75rem}.stw-app-shell--admin-desktop .stw-admin-toolbar .stw-input{min-width:12rem;flex:1}.stw-app-shell--admin-desktop .stw-admin-toolbar .stw-btn-secondary{width:auto}.stw-app-shell--admin-desktop .stw-placement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.stw-app-shell--admin-desktop .stw-placement-card{margin:0}.stw-app-shell--admin-desktop .stw-import-table{font-size:.9rem}.stw-app-shell--admin-desktop .stw-import-table th,.stw-app-shell--admin-desktop .stw-import-table td{padding:.5rem .65rem}.stw-app-shell--admin-desktop .stw-import-table--delegates{min-width:1040px}.stw-app-shell--admin-desktop .stw-lookup-split{flex-direction:row;align-items:flex-start;gap:1.5rem}.stw-app-shell--admin-desktop .stw-lookup-list{flex:0 0 320px;max-height:calc(100vh - 12rem);overflow-y:auto}.stw-app-shell--admin-desktop .stw-lookup-detail{flex:1;min-width:0}.stw-app-shell--admin-desktop .stw-roster-list,.stw-app-shell--admin-desktop .stw-users-workspace__roster{max-height:calc(100vh - 14rem);overflow-y:auto}.stw-app-shell--admin-desktop .stw-form-actions-bar{position:sticky;top:0;z-index:5;background:var(--stw-surface-muted);padding:.5rem 0 1rem;margin-bottom:.5rem}}@media (min-width: 1200px){.stw-app-shell--admin-desktop .stw-placement-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.stw-session-overview__hero{margin-bottom:1rem;padding:1rem 1.25rem;background:var(--stw-surface-group);border:1px solid var(--stw-border);border-radius:12px;box-shadow:0 1px color-mix(in srgb,var(--stw-border) 40%,transparent)}.stw-session-overview__hero-layout{display:grid;grid-template-columns:1fr min(15rem,34%);gap:1.25rem;align-items:stretch}.stw-session-overview__hero-main{min-width:0}.stw-session-overview__hero-aside{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;min-width:0}.stw-session-overview__dates-panel{display:flex;flex-direction:column;gap:.5rem}.stw-session-overview__date-field{display:flex;flex-direction:column;gap:.2rem}.stw-session-overview__date-field .stw-input{width:100%}.stw-session-overview__hero-footer{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;margin-top:auto;padding-top:.75rem}.stw-session-overview__config-grids{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.65rem}.stw-mini-grid__heading{margin:0 0 .3rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--stw-text-muted)}.stw-mini-grid__table{border:1px solid var(--stw-border);border-radius:6px;overflow:hidden;background:var(--stw-surface-muted)}.stw-mini-grid__row{display:flex;align-items:center;justify-content:space-between;gap:.35rem;min-height:2rem;padding:.22rem .4rem;border-bottom:1px solid var(--stw-border)}.stw-mini-grid__row:last-child{border-bottom:none}.stw-mini-grid__row .stw-inline-edit-label{flex:1;min-width:0}.stw-mini-grid__row--add{background:color-mix(in srgb,var(--stw-accent) 4%,var(--stw-surface))}.stw-mini-grid__add-input{flex:1;min-width:0}.stw-mini-grid__add-btn{flex-shrink:0;font-size:.82rem;white-space:nowrap}.stw-session-overview__title-readonly{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;line-height:1.2;color:var(--stw-heading)}.stw-session-overview__meta-readonly{margin:0 0 .65rem;font-size:.92rem;color:var(--stw-text-muted)}.stw-session-overview__date-readonly{display:flex;flex-direction:column;gap:.15rem;font-size:.88rem}.stw-session-overview__active-badge{font-size:.88rem;color:var(--stw-text-muted)}.stw-session-overview__active-badge--on{color:var(--stw-accent);font-weight:600}.stw-mini-grid__readonly-value{font-size:.88rem}.stw-mini-grid__empty{margin:0;padding:.35rem .45rem;font-size:.82rem}.stw-session-overview__title-input{width:100%;border:none;background:transparent;font-family:Montserrat,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--stw-heading);padding:.15rem .25rem;margin:0 0 .35rem;border-radius:6px}.stw-session-overview__title-input:focus{outline:2px solid var(--stw-blue-light);background:var(--stw-surface-muted)}.stw-session-overview__dates{margin:0 0 .75rem;color:var(--stw-text-muted);font-size:.95rem}.stw-session-overview__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:0}.stw-session-overview__meta-input{border:none;background:transparent;color:var(--stw-text);font-size:.95rem;padding:.2rem .35rem;border-radius:4px;min-width:8rem}.stw-session-overview__meta-input--wide{flex:1;min-width:12rem}.stw-session-overview__meta-input:focus{outline:1px solid var(--stw-blue-light);background:var(--stw-surface-muted)}.stw-session-overview__meta-sep{color:var(--stw-text-muted)}.stw-session-overview__date-edit{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.stw-session-overview__date-input{max-width:280px;font-size:.85rem}.stw-session-overview__active{margin:0;font-size:.88rem}.stw-session-overview__save-hint{font-size:.85rem;color:var(--stw-text-muted)}.stw-session-overview__save-hint--ok{color:var(--stw-teal);font-weight:600}.stw-setup-reminder{margin-bottom:1.25rem;padding:.75rem 1rem;background:var(--stw-surface-group);border:1px solid var(--stw-border);border-radius:12px;box-shadow:0 1px color-mix(in srgb,var(--stw-border) 40%,transparent);border-left:3px solid var(--stw-teal)}.stw-setup-reminder__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin-bottom:.5rem;font-size:.85rem}.stw-setup-reminder__title{font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.stw-setup-reminder__pct{font-weight:700;color:var(--stw-teal)}.stw-setup-reminder__counts{color:var(--stw-text-muted)}.stw-setup-reminder__steps{display:flex;flex-wrap:wrap;gap:.35rem}.stw-setup-reminder__chip{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .55rem;border-radius:999px;border:1px solid var(--stw-border);background:var(--stw-surface-muted);font-size:.78rem;font-weight:600;color:var(--stw-text-muted);cursor:default}.stw-setup-reminder__chip:not(:disabled){cursor:pointer}.stw-setup-reminder__chip:not(:disabled):hover{border-color:var(--stw-blue-light);color:var(--stw-blue)}.stw-setup-reminder__chip--complete{border-color:#3eb8c466;color:var(--stw-teal)}.stw-setup-reminder__chip--progress{border-color:#f5a62373;color:var(--stw-spark-deep)}.stw-setup-reminder__chip-icon{font-size:.7rem}.stw-config-table-wrap{margin:.75rem 0;overflow-x:auto}.stw-config-table{width:100%;border-collapse:collapse;font-size:.9rem}.stw-config-table th,.stw-config-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--stw-border)}.stw-config-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--stw-text-muted);font-weight:700}.stw-config-table__sort{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:0;background:none;font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.stw-config-table__sort:hover{color:var(--stw-text)}.stw-config-table__sort:focus-visible{outline:2px solid var(--stw-blue);outline-offset:2px}.stw-config-table__sort-icon{font-size:.65rem;line-height:1;min-width:.75rem;color:var(--stw-blue)}.stw-config-table--compact{font-size:.8125rem}.stw-config-table--compact th,.stw-config-table--compact td{padding:.3rem .45rem;vertical-align:middle}.stw-config-table--compact th{font-size:.65rem;letter-spacing:.04em}.stw-config-table--compact .stw-btn-link{font-size:.8125rem;padding:.1rem .25rem}.stw-config-table tbody tr:last-child td{border-bottom:none}.stw-config-table tbody tr:hover td{background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-config-table__actions{text-align:right;white-space:nowrap}.stw-config-section__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-bottom:.35rem}.stw-config-section__toolbar h3{margin:0;flex:1}.stw-config-section__toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;margin-left:auto}.stw-config-section__toolbar-actions .stw-btn-secondary{width:auto}.stw-session-import{margin-bottom:1.25rem;border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface-muted)}.stw-session-import__summary{padding:.65rem 1rem;font-weight:700;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.stw-session-import__summary::-webkit-details-marker{display:none}.stw-session-import__body{padding:0 1rem 1rem;border-top:1px solid var(--stw-border)}.stw-dashboard-session{display:flex;flex-direction:column;gap:.15rem;padding:0;font-size:.85rem}.stw-dashboard-session strong{color:var(--stw-heading);line-height:1.3}.stw-dashboard-welcome{margin-bottom:1rem}.stw-dashboard-welcome h1{margin:0;font-size:clamp(1.35rem,2.5vw,1.75rem)}@media (max-width: 768px){.stw-session-overview__hero-layout,.stw-session-overview__config-grids{grid-template-columns:1fr}.stw-session-overview__hero-footer{align-items:flex-start}}.stw-session-overview__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-top:.25rem}.stw-session-overview__card{background:var(--stw-surface-group);border:1px solid var(--stw-border);border-radius:12px;box-shadow:0 1px color-mix(in srgb,var(--stw-border) 40%,transparent);padding:1rem 1.25rem;min-width:0}.stw-session-overview__card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid var(--stw-border)}.stw-session-overview__card-header h3{margin:0;font-size:1.05rem;font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading)}.stw-session-overview__card-body{min-width:0}.stw-setup-tags{display:none}.stw-session-empty{display:flex;justify-content:center;padding:3rem 1rem}.stw-session-empty__card{max-width:520px;padding:2rem;background:var(--stw-surface);border-radius:18px;border:1px solid var(--stw-border);box-shadow:var(--stw-card-shadow);text-align:center}.stw-session-empty__card h1{margin-top:0}.stw-session-empty__actions{margin-top:1.5rem}.stw-session-panel__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:0;padding:.85rem 1rem .5rem;background:var(--stw-surface-group);border:1px solid var(--stw-border);box-shadow:0 1px color-mix(in srgb,var(--stw-border) 40%,transparent);border-radius:12px 12px 0 0;border-bottom:none}.stw-session-panel__stats{background:var(--stw-surface-group);border:1px solid var(--stw-border);box-shadow:0 1px color-mix(in srgb,var(--stw-border) 40%,transparent);border-radius:0 0 12px 12px;border-top:none;margin-bottom:.75rem;padding:0 1rem .75rem}.stw-session-panel__header+.stw-session-panel__stats{margin-top:-1px}.stw-session-panel__header:not(:has(+.stw-session-panel__stats)){margin-bottom:.75rem;border-bottom:1px solid var(--stw-border);border-radius:12px;padding-bottom:.85rem}.stw-session-panel__header-text{flex:1;min-width:min(100%,16rem)}.stw-session-panel__header-actions{flex-shrink:0;margin-left:auto}.stw-import-trigger{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:none;background:transparent;color:var(--stw-blue-deep);font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;white-space:nowrap}.stw-import-trigger:hover{color:var(--stw-blue);text-decoration:underline}.stw-import-trigger:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.stw-session-panel__header h2{margin:0 0 .35rem}.stw-session-panel__header .stw-lead{margin:0}.stw-stat-chip{display:inline-flex;flex-direction:column;padding:.75rem 1.25rem;background:var(--stw-surface);border:1px solid var(--stw-border);border-radius:12px}.stw-stat-chip__value{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:700;color:var(--stw-heading);line-height:1}.stw-stat-chip__label{font-size:.85rem;color:var(--stw-text-muted);margin-top:.25rem}.stw-session-panel__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.stw-session-delegates__search-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.stw-session-delegates__search-row .stw-input{flex:1;min-width:12rem}.stw-session-delegates__search-row .stw-btn-secondary{width:auto}.stw-session-delegates__table{min-width:720px}.stw-session-delegates__table tbody tr.stw-session-delegates__row{cursor:pointer}.stw-session-delegates__table tbody tr.stw-session-delegates__row:hover{background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-session-delegates__name{font-weight:600;color:var(--stw-heading);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--stw-blue) 35%,transparent);text-underline-offset:2px}.stw-session-delegates__pager{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem}.stw-session-delegates__pager .stw-btn-secondary{width:auto}.stw-users-workspace__pager{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem}.stw-users-workspace__pager .stw-btn-secondary{width:auto}.stw-users-workspace__bulk-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin:0 0 .75rem;padding:.65rem .85rem;border-radius:var(--stw-radius-sm, 6px);background:color-mix(in srgb,var(--stw-blue) 8%,transparent);border:1px solid color-mix(in srgb,var(--stw-blue) 18%,transparent)}.stw-users-workspace__bulk-bar .stw-btn-secondary{width:auto}.stw-users-workspace__select-col{width:2.25rem;text-align:center;vertical-align:middle}.stw-users-workspace__select-col input[type=checkbox]{margin:0}.stw-config-section__intro{margin-bottom:1rem}.stw-config-section__intro h2{margin:0 0 .35rem;font-size:1.15rem}.stw-config-section__intro .stw-muted{margin:0}.stw-config-section__intro .stw-form-error,.stw-config-section__intro .stw-success-note{margin-top:.65rem}.stw-config-section__alert{margin:0 0 .75rem}.stw-config-section__list{margin-top:0}.stw-config-section__list .stw-field-help{margin:.35rem 0 .5rem;font-size:.8125rem}.stw-config-section__summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;list-style:none}.stw-config-section__summary::-webkit-details-marker{display:none}.stw-config-section__summary:before{content:"";flex-shrink:0;width:0;height:0;border-top:.3rem solid transparent;border-bottom:.3rem solid transparent;border-left:.42rem solid var(--stw-text-muted);margin-right:.15rem;transition:transform .15s ease}.stw-config-section__list[open]>.stw-config-section__summary:before{transform:rotate(90deg)}.stw-config-section__summary-label{flex:1;min-width:8rem;font-weight:600}.stw-config-section__summary-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;flex-shrink:0}.stw-config-section__summary-actions .stw-btn-secondary{width:auto}.stw-config-apply{min-width:min(100%,36rem)}.stw-config-apply .stw-field-help,.stw-config-apply__intro{margin:0 0 1rem}.stw-config-apply-choices{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.stw-config-apply-choice{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:.85rem 1rem;text-align:left;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface-muted);color:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease}.stw-config-apply-choice:hover{border-color:color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface-muted))}.stw-config-apply-choice__title{font-weight:700;font-size:.95rem;color:var(--stw-heading)}.stw-config-apply-choice__desc{font-size:.8125rem;line-height:1.4}.stw-config-editor{display:flex;flex-direction:column;gap:.5rem;min-width:min(100%,22rem)}.stw-config-section__panel{margin-bottom:1rem}.stw-config-section__panel .stw-import-details{margin:0}.stw-config-section__edit{margin-top:1rem;padding:1rem 1.15rem;border-radius:10px;border:1px solid var(--stw-border);background:var(--stw-surface-muted)}.stw-config-section__edit h4{margin:0 0 .75rem;font-size:.95rem;font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading)}.stw-config-section__session-tools{display:grid;gap:1rem;margin-top:.75rem}@media (min-width: 900px){.stw-config-section__session-tools{grid-template-columns:repeat(3,minmax(0,1fr))}}.stw-config-section__tool{padding:.85rem 1rem;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface-muted)}.stw-config-section__tool .stw-btn-secondary{width:100%;margin-top:.5rem}.stw-users-workspace__subtabs{flex-wrap:wrap;align-items:center}.stw-users-workspace__user-tab{display:inline-flex;align-items:stretch;max-width:min(100%,14rem);border-radius:8px 8px 0 0;border:1px solid transparent;margin-bottom:-1px;position:relative;z-index:0}.stw-users-workspace__user-tab--active{border-color:var(--stw-border);border-bottom-color:var(--stw-surface);background:var(--stw-surface);z-index:1}.stw-users-workspace__user-tab-link{display:inline-flex;align-items:center;padding:.45rem .5rem .45rem .75rem;text-decoration:none;color:var(--stw-text-muted);font-weight:600;font-size:.88rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:8px 0 0}.stw-users-workspace__user-tab-link:hover{color:var(--stw-blue)}.stw-users-workspace__user-tab-link.stw-session-shell__subtab--active{color:var(--stw-blue-deep)}.stw-users-workspace__user-tab-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.65rem;padding:0;border:none;border-left:1px solid var(--stw-border);background:transparent;color:var(--stw-text-muted);font-size:1.1rem;line-height:1;cursor:pointer;border-radius:0 8px 0 0}.stw-users-workspace__user-tab-close:hover{color:var(--stw-text);background:color-mix(in srgb,var(--stw-blue) 8%,var(--stw-surface))}.stw-user-create-wizard__heading{margin:0 0 .75rem;font-size:1rem;font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading)}.stw-user-create-wizard__panel{display:flex;flex-direction:column;gap:.25rem}.stw-users-workspace__shell-toolbar{flex-wrap:wrap;align-items:flex-start}.stw-users-workspace__shell-toolbar .stw-admin-page-shell__title-block{flex:0 1 auto;min-width:min(100%,10rem)}.stw-users-workspace__shell-toolbar .stw-session-shell__actions{flex:1 1 18rem;min-width:min(100%,14rem)}.stw-users-workspace__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.75rem}.stw-users-workspace__header-text{flex:0 1 auto;min-width:min(100%,10rem)}.stw-users-workspace__title{margin:0;font-size:1rem;font-weight:600;font-family:Montserrat,sans-serif;color:var(--stw-heading)}.stw-users-workspace__count{margin:.2rem 0 0;font-size:.8125rem}.stw-users-workspace__toolbar{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;flex:1 1 20rem;min-width:min(100%,16rem);max-width:none;margin-left:auto}.stw-users-workspace__search-group{display:flex;align-items:center;gap:.35rem;flex:1 1 auto;min-width:min(100%,14rem);max-width:32rem}.stw-users-workspace__search-inline{flex:1 1 auto;width:auto;min-width:0}.stw-users-workspace__filter-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;padding:0;border:1px solid var(--stw-border);border-radius:8px;background:var(--stw-surface);color:var(--stw-text-muted);cursor:pointer}.stw-users-workspace__filter-btn:hover{color:var(--stw-text);border-color:color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-users-workspace__filter-btn--active{color:var(--stw-blue);border-color:color-mix(in srgb,var(--stw-blue) 50%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 10%,var(--stw-surface))}.stw-users-workspace__filter-icon{width:1rem;height:1rem}.stw-users-workspace__filter-summary{margin:0 0 .65rem;font-size:.8125rem}.stw-users-workspace__filters-modal{min-width:min(100%,20rem)}.stw-users-workspace__table-wrap{margin-top:.25rem}.stw-user-profile__panel{display:flex;flex-direction:column;gap:.65rem;margin-bottom:0;padding:.75rem 1rem 1rem}.stw-user-profile__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding-bottom:.65rem;margin-bottom:.15rem;border-bottom:1px solid var(--stw-border)}.stw-user-profile__session-select{flex:0 1 22rem;min-width:10rem;max-width:22rem;font-weight:600;font-size:.95rem}.stw-user-profile__toolbar-actions{margin-left:auto}.stw-user-profile__identity{min-width:0}.stw-user-profile__password-status{display:inline-flex;align-items:center;gap:.3rem;vertical-align:baseline}.stw-user-profile__password-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;border-radius:50%;font-size:.62rem;font-weight:800;line-height:1}.stw-user-profile__password-status--set .stw-user-profile__password-icon{background:color-mix(in srgb,var(--stw-teal) 18%,var(--stw-surface));color:var(--stw-teal);border:1px solid color-mix(in srgb,var(--stw-teal) 45%,var(--stw-border))}.stw-user-profile__password-status--unset .stw-user-profile__password-icon{background:color-mix(in srgb,var(--stw-spark-deep) 12%,var(--stw-surface));color:var(--stw-spark-deep);border:1px solid color-mix(in srgb,var(--stw-spark-deep) 35%,var(--stw-border))}.stw-user-profile__account-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem;padding-top:.15rem}.stw-user-profile__login-field{display:flex;flex-direction:column;gap:.2rem;flex:1 1 16rem;min-width:min(100%,14rem);max-width:28rem}.stw-user-profile__login-field--email{flex:2 1 20rem;max-width:36rem}.stw-user-profile__person-panel .stw-user-profile__kv-row dd{word-break:break-word}.stw-user-profile__login-value{width:100%;word-break:break-all}.stw-user-profile__login-value[readonly]{background:var(--stw-surface-muted);cursor:default}.stw-user-profile__login-readonly{font-size:.9rem;padding:.35rem 0;color:var(--stw-heading)}.stw-user-profile__options-json{margin-top:.65rem}.stw-user-profile__options-json .stw-field-help{margin:.25rem 0 0;font-size:.8125rem}.stw-user-profile__person-options-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 1.25rem;margin-top:.65rem;padding-top:.65rem;border-top:1px solid color-mix(in srgb,var(--stw-border) 70%,transparent)}@media (max-width: 1100px){.stw-user-profile__person-options-row{grid-template-columns:1fr}}.stw-user-profile__session-summary-panel{min-width:0}.stw-user-profile__personality-panel{min-width:0;margin-bottom:.75rem}.stw-user-profile__options-panel{min-width:0}.stw-user-profile__options-table{width:100%;border-collapse:collapse;font-size:.875rem}.stw-user-profile__options-table td{padding:.2rem 0;vertical-align:middle}.stw-user-profile__options-table td:first-child{width:100%}.stw-user-profile__options-cell-input{width:100%;max-width:none}.stw-user-profile__options-table-actions{width:2.5rem;text-align:right;white-space:nowrap}.stw-user-profile__options-add{margin-top:.45rem}.stw-user-profile__person-options-row .stw-user-profile__person-panel{padding-top:0;border-top:none}.stw-user-profile__csp-intro{margin:0 0 .65rem;font-size:.8125rem}.stw-user-profile__incidents-body{display:flex;flex-direction:column;gap:.75rem}.stw-user-profile__incidents-list{margin:0;padding:0;list-style:none}.stw-user-profile__incident{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.65rem 0;border-bottom:1px solid color-mix(in srgb,var(--stw-border) 65%,transparent)}.stw-user-profile__incident:last-child{border-bottom:none;padding-bottom:0}.stw-user-profile__incident-main{min-width:0;flex:1 1 auto}.stw-user-profile__incident-text{margin:.25rem 0 0;white-space:pre-wrap}.stw-user-profile__incident-meta{margin:.2rem 0 0;font-size:.78rem}.stw-user-profile__incident-form{display:flex;flex-direction:column;gap:.65rem;padding-top:.35rem;border-top:1px solid color-mix(in srgb,var(--stw-border) 65%,transparent)}.stw-user-profile__options-textarea{width:100%;max-width:36rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem}.stw-user-profile__options-textarea[readonly]{background:var(--stw-surface-muted);cursor:default}.stw-user-profile__person-panel{padding-top:.65rem;border-top:1px solid color-mix(in srgb,var(--stw-border) 70%,transparent)}.stw-user-profile__inline-section-label{margin:0 0 .45rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--stw-text-muted)}.stw-user-profile__session-panel{margin-bottom:.85rem;padding:.85rem 1rem}.stw-user-profile__kv--inline{gap:.2rem}.stw-user-profile__kv-control{width:100%;max-width:16rem;margin:0;min-height:1.65rem;padding-top:.2rem;padding-bottom:.2rem}.stw-user-profile__kv-controls{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;width:100%}.stw-user-profile__kv-check{margin:0}.stw-user-profile__csp-drag{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.8125rem}.stw-user-profile__csp-drag-chip{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;border:1px dashed var(--stw-border);background:var(--stw-surface-muted);color:var(--stw-text-muted);font-size:.8125rem;cursor:default}.stw-user-profile__csp-drag-chip--active{border-style:solid;border-color:color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 8%,var(--stw-surface));color:var(--stw-heading);cursor:grab}.stw-user-profile__csp-drag-chip--active:active{cursor:grabbing}.stw-user-profile__kv-value{display:inline;margin:0;padding:0;border:none;background:none;font:inherit;color:inherit;text-align:left;cursor:default}.stw-user-profile__kv-value--empty{color:var(--stw-text-muted)}.stw-user-profile__account-row .stw-user-profile__kv-value,.stw-user-profile__session-panel .stw-user-profile__kv-value{cursor:pointer;border-radius:4px}.stw-user-profile__account-row .stw-user-profile__kv-value:hover,.stw-user-profile__session-panel .stw-user-profile__kv-value:hover{color:var(--stw-blue);background:color-mix(in srgb,var(--stw-blue) 8%,transparent)}.stw-user-profile__kv-hint{font-size:.8125rem}.stw-user-profile__kv-row .stw-input--compact{width:100%;max-width:16rem;min-height:1.65rem;padding-top:.2rem;padding-bottom:.2rem;margin:0}.stw-user-profile__email-field{display:flex;flex-direction:column;gap:.2rem;flex:0 1 16rem;min-width:min(100%,12rem);max-width:16rem}.stw-user-profile__email-field .stw-input{width:100%}.stw-user-profile__email-field .stw-input[readonly]{background:var(--stw-surface-muted);cursor:default}.stw-user-profile__active-check{margin:0;white-space:nowrap}.stw-user-profile__account-toggles{display:flex;flex-direction:column;gap:.45rem;align-self:flex-end;padding-bottom:.35rem}.stw-user-profile__admin-role-check{margin:0;white-space:nowrap}.stw-user-profile__global-role-slot{min-height:1.35rem;display:flex;align-items:center}.stw-user-profile__role-badge{display:inline-flex;align-items:center;padding:.32rem .9rem;border-radius:999px;font-family:Montserrat,sans-serif;font-size:.88rem;font-weight:700;line-height:1.2;letter-spacing:.02em;color:color-mix(in srgb,var(--stw-spark-deep) 88%,var(--stw-heading));background:color-mix(in srgb,var(--stw-spark) 16%,var(--stw-surface));border:1px solid color-mix(in srgb,var(--stw-spark-deep) 42%,var(--stw-border));box-shadow:inset 0 1px color-mix(in srgb,#fff 8%,transparent)}.stw-user-profile__permissions{padding-top:.65rem;border-top:1px solid color-mix(in srgb,var(--stw-border) 70%,transparent)}.stw-user-profile__permissions-label{margin:0 0 .45rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--stw-text-muted)}.stw-user-profile__permissions-grid{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.stw-user-profile__permissions-grid .stw-check{margin:0}.stw-user-profile__session-body{display:flex;flex-direction:column;gap:.85rem;margin-top:.85rem}.stw-user-profile__section{padding:.85rem 1rem;background:var(--stw-surface);border:1px solid var(--stw-border);border-radius:18px}.stw-user-profile__section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.stw-user-profile__section-title{margin:0 0 .65rem;font-size:.95rem;font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading)}.stw-user-profile__section-header .stw-user-profile__section-title{margin-bottom:0}.stw-user-profile__section-body{display:flex;flex-direction:column;gap:.65rem}.stw-user-profile__grid-section .stw-user-profile__section-title{margin-bottom:.45rem}.stw-user-profile__assignment-panel{border:1px solid var(--stw-border);border-radius:18px;background:var(--stw-surface);overflow:hidden}.stw-user-profile__assignments-heading{margin:0 0 .65rem}.stw-user-profile__assignment-row{border-bottom:1px solid var(--stw-border)}.stw-user-profile__assignment-row:last-child{border-bottom:none}.stw-user-profile__assignment-row[open]>.stw-user-profile__assignment-row-summary{border-bottom:1px solid var(--stw-border)}.stw-user-profile__assignment-row-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.65rem 1rem;font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.stw-user-profile__assignment-row-summary::-webkit-details-marker{display:none}.stw-user-profile__assignment-row-summary:before{content:"\25b8";flex-shrink:0;margin-right:.35rem;font-size:.75rem;color:var(--stw-text-muted);transition:transform .15s ease}.stw-user-profile__assignment-row[open]>.stw-user-profile__assignment-row-summary:before{transform:rotate(90deg)}.stw-user-profile__assignment-row-label{flex-shrink:0}.stw-user-profile__assignment-row-meta{flex:1 1 auto;min-width:0;font-family:Open Sans,Segoe UI,Roboto,Helvetica,Arial,sans-serif,sans-serif;font-size:.8125rem;font-weight:400;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stw-user-profile__assignment-row-body{padding:.75rem 1rem .85rem;background:var(--stw-surface-muted)}.stw-user-profile__assignment-row-grids{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.75rem}.stw-user-profile__assignment-row-grid{flex:1 1 12rem;min-width:min(100%,12rem)}.stw-user-profile__unplaced{margin:0;font-size:.8125rem;padding:.15rem 0}.stw-user-profile__assignment-list{margin:0;padding-left:1.1rem;font-size:.875rem}.stw-user-profile__assignment-list li+li{margin-top:.25rem}.stw-delegate-name-list__cell--highlight,.stw-staff-name-list__cell--highlight{background:color-mix(in srgb,var(--stw-blue) 20%,var(--stw-surface));font-weight:600;outline:1px solid color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border))}.stw-user-profile{display:flex;flex-direction:column;gap:0}.stw-user-profile__back{margin-bottom:.5rem;padding:0}.stw-user-profile__kv{margin:0;display:flex;flex-direction:column;gap:.35rem}.stw-user-profile__kv-row{display:grid;grid-template-columns:minmax(5rem,7rem) 1fr;gap:.35rem .75rem;align-items:center;min-height:1.65rem}.stw-user-profile__kv-row dt{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--stw-text-muted)}.stw-user-profile__kv-row dd{margin:0;font-size:.9rem;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;min-height:1.65rem}.stw-user-profile__sublist{margin:.35rem 0 0;padding-left:1.1rem;font-size:.85rem}.stw-user-profile__empty{margin:0;font-size:.875rem}.stw-user-profile__actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.stw-users-workspace__table tbody tr.stw-users-workspace__row{cursor:pointer}.stw-users-workspace__table tbody tr.stw-users-workspace__row:hover td{background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-users-workspace__table tbody tr.stw-users-workspace__row:focus-visible{outline:2px solid var(--stw-blue);outline-offset:-2px}.stw-users-workspace__name{font-weight:600;color:var(--stw-heading)}.stw-users-workspace__email{min-width:12rem;max-width:20rem;word-break:break-word}.stw-attendance-report-overview{display:flex;flex-direction:column;gap:1.25rem}.stw-attendance-report-overview h2{margin:0;font-size:.95rem;font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading)}.stw-attendance-report-section{display:flex;flex-direction:column;gap:.35rem}.stw-attendance-report-section__toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.35rem .25rem;border:none;background:transparent;font:inherit;text-align:left;cursor:pointer;color:var(--stw-heading)}.stw-attendance-report-section__toggle:hover{color:var(--stw-blue)}.stw-attendance-report-section__body{display:flex;flex-direction:column;gap:.5rem;margin-left:.35rem;padding-left:.65rem;border-left:2px solid color-mix(in srgb,var(--stw-border) 70%,transparent)}.stw-attendance-report-section__body--tab{margin-left:0;padding-left:0;border-left:none}.stw-attendance-report-attention-types{display:flex;flex-direction:column;gap:.35rem}.stw-attendance-report-attention-type__body{margin:.15rem 0 .35rem .5rem;padding-left:.5rem;border-left:2px solid color-mix(in srgb,var(--stw-border) 55%,transparent)}.stw-attendance-report-section__lead{margin:0 0 .5rem;font-size:.88rem}.stw-attendance-report-actions__list{display:flex;flex-direction:column;gap:.35rem}.stw-attendance-report-action-row{display:flex;align-items:stretch;gap:.5rem}@media (max-width: 639px){.stw-attendance-report-action-row{flex-direction:column}}.stw-attendance-report-action__resolve{flex:0 0 auto;align-self:center;white-space:nowrap;padding:.45rem .75rem;font-size:.85rem}@media (max-width: 639px){.stw-attendance-report-action__resolve{align-self:stretch;width:100%}}.stw-attendance-report-action{display:flex;align-items:flex-start;gap:.65rem;flex:1;min-width:0;width:auto;padding:.55rem .75rem;border:1px solid var(--stw-border);border-radius:8px;background:var(--stw-surface);text-align:left;cursor:pointer;font:inherit;color:var(--stw-text)}.stw-attendance-report-action:hover:not(:disabled){border-color:color-mix(in srgb,var(--stw-blue) 35%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 5%,var(--stw-surface))}.stw-attendance-report-action:disabled{cursor:default;opacity:.85}.stw-attendance-report-action--info{border-style:dashed}.stw-attendance-report-action .stw-badge{flex-shrink:0;margin-top:.05rem}.stw-attendance-resolve-dialog{max-width:28rem;width:min(28rem,100vw - 2rem)}.stw-attendance-resolve-dialog h2{margin:0 0 .35rem;font-size:1.1rem}.stw-attendance-resolve-dialog__hint{margin:0 0 .75rem;font-size:.88rem}.stw-attendance-resolve-dialog__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.stw-attendance-report-events{display:flex;flex-direction:column;gap:.5rem}.stw-attendance-report-events__lead{margin:-.25rem 0 .35rem;font-size:.88rem}.stw-attendance-report-event{display:flex;flex-direction:column;gap:.35rem;margin-left:.75rem}.stw-attendance-report-event__toggle{font-size:.92rem}.stw-attendance-report-day__body{display:flex;flex-direction:column;gap:.5rem;margin:.25rem 0 .35rem .5rem;padding-left:.5rem;border-left:2px solid color-mix(in srgb,var(--stw-border) 70%,transparent)}.stw-attendance-report-days{display:flex;flex-direction:column;gap:.5rem}.stw-attendance-report-day__toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .25rem;border:none;background:transparent;font:inherit;text-align:left;cursor:pointer;color:var(--stw-heading)}.stw-attendance-report-day__toggle:hover{color:var(--stw-blue)}.stw-attendance-report-day__toggle strong{font-weight:700}.stw-attendance-report-table tbody tr.stw-attendance-report-table__row{cursor:pointer}.stw-attendance-report-table tbody tr.stw-attendance-report-table__row--disabled{cursor:default}.stw-attendance-report-table tbody tr.stw-attendance-report-table__row--disabled:hover td{background:transparent}.stw-attendance-report-table tbody tr.stw-attendance-report-table__row:hover td{background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-attendance-report-table tbody tr.stw-attendance-report-table__row:focus-visible{outline:2px solid var(--stw-blue);outline-offset:-2px}.stw-attendance-report-table--master{font-size:.88rem}.stw-attendance-report-table--master th{white-space:nowrap}.stw-attendance-report-table--nested{font-size:.85rem;margin:0}.stw-attendance-report-table__expand-col{width:1.75rem;text-align:center;color:var(--stw-text-muted)}.stw-attendance-report-table__day-row{cursor:pointer;font-weight:600}.stw-attendance-report-table__day-row:hover td{background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-attendance-report-table__day-row:focus-visible{outline:2px solid var(--stw-blue);outline-offset:-2px}.stw-attendance-report-table__day-detail{padding:.35rem .5rem .65rem 2rem!important;background:color-mix(in srgb,var(--stw-border) 8%,var(--stw-surface));border-left:2px solid color-mix(in srgb,var(--stw-border) 70%,transparent)}.stw-attendance-report-table--attention .stw-attendance-report-action{width:100%}.stw-attendance-report-table__day,.stw-attendance-report-table__time{white-space:nowrap}.stw-attendance-report-table__event{min-width:8rem;font-weight:600}.stw-attendance-report-table__actions{width:1%;white-space:nowrap;vertical-align:middle}.stw-attendance-report-table__attention-row td{vertical-align:middle}.stw-attendance-report-table__warn{color:var(--stw-danger, #b42318);font-weight:700}.stw-attendance-report-table__missing{max-width:16rem;font-size:.85rem;color:var(--stw-text-muted)}.stw-attendance-report-master-wrap{overflow-x:auto}.stw-attendance-occasion-detail__absent td,.stw-attendance-occasion-detail__absent th{background:color-mix(in srgb,var(--stw-danger, #b42318) 8%,var(--stw-surface))}.stw-attendance-occasion-detail__excused td,.stw-attendance-occasion-detail__excused th{background:color-mix(in srgb,var(--stw-warning, #b54708) 8%,var(--stw-surface))}.stw-users-directory{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.35rem;max-height:calc(100vh - 18rem);overflow-y:auto;padding:.15rem}.stw-users-directory__cell{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;min-height:2.35rem;padding:.45rem .65rem;border:1px solid var(--stw-border);border-radius:8px;background:var(--stw-surface);text-align:left;cursor:pointer;font-family:inherit;font-size:.88rem;line-height:1.25}.stw-users-directory__cell:hover{border-color:color-mix(in srgb,var(--stw-blue) 35%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-users-directory__name{font-weight:600;color:var(--stw-heading)}.stw-users-directory__meta{font-size:.78rem;line-height:1.2}.stw-user-create__type{border:none;margin:0 0 1rem;padding:0}.stw-user-create__type .stw-radio{margin-right:1rem}.stw-config-placeholder__card{padding:1.5rem}@media (max-width: 899px){.stw-control-panel{flex-direction:column}.stw-control-panel__rail{flex:none;position:static;max-height:none;flex-direction:column;border-right:none;border-bottom:1px solid var(--stw-border);padding:.75rem}.stw-control-panel__rail-top{overflow:visible}.stw-control-panel__brand{flex-direction:row;align-items:baseline;gap:.5rem;border-bottom:none;padding:0}.stw-control-panel__nav{flex-direction:row;flex-wrap:wrap}.stw-control-panel__rail-footer{flex-direction:row;border-top:none;padding:.5rem 0 0;width:100%}}@media (min-width: 900px){.stw-app-shell--admin-desktop .stw-control-panel:not(.stw-staff-shell){margin-left:0;margin-right:0;gap:1.5rem}.stw-app-shell--admin-desktop .stw-control-panel:not(.stw-staff-shell) .stw-control-panel__main{padding-left:1rem;padding-right:.5rem}}.stw-entity-workspace{display:flex;flex-direction:column;min-height:calc(100vh - 11rem);min-width:0}.stw-entity-workspace__mobile{display:block;margin-bottom:.5rem}@media (min-width: 900px){.stw-entity-workspace__mobile{display:none}}.stw-entity-workspace__body{display:flex;flex:1;min-height:0;gap:0;min-width:0;align-items:stretch}.stw-entity-workspace__main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;min-height:0;padding:0 1rem 1.5rem 0;overflow-y:auto}.stw-entity-workspace__content{flex:1;min-height:0;min-width:0;width:100%;max-width:none}.stw-entity-workspace__empty{padding:1rem 0;margin:0}.stw-entity-workspace__rail{display:none;flex:0 0 240px;width:240px;min-height:calc(100vh - 11rem);max-height:calc(100vh - 11rem);overflow:hidden;border:none;border-left:1px solid var(--stw-border);border-radius:0;background:var(--stw-surface);position:sticky;top:0;align-self:flex-start}@media (min-width: 900px){.stw-entity-workspace__rail{display:flex;flex-direction:column}}.stw-entity-list-panel{display:flex;flex-direction:column;min-height:0;flex:1;padding:.65rem .75rem;gap:.4rem}.stw-entity-list-panel__search .stw-input{width:100%}.stw-entity-list-panel__new-btn{width:100%;text-align:left;padding:.4rem .5rem;border:1px dashed var(--stw-border);border-radius:8px;background:transparent;color:var(--stw-blue-deep);font-weight:600;font-size:.88rem;cursor:pointer}.stw-entity-list-panel__new-btn:hover{border-color:var(--stw-blue);background:#2b6cb00f}.stw-entity-list-panel__new-form{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.stw-entity-list-panel__new-form .stw-input{flex:1;min-width:8rem}.stw-entity-list-panel__label{margin:.15rem 0 0;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--stw-text-muted)}.stw-entity-list-panel__list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0}.stw-entity-list-panel__empty{padding:.5rem;font-size:.88rem}.stw-entity-list-panel__item{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;padding:.45rem .55rem;margin-bottom:.2rem;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;font-family:inherit;font-size:.9rem;color:var(--stw-text)}.stw-entity-list-panel__item:hover{background:var(--stw-surface-muted)}.stw-entity-list-panel__item--active{background:linear-gradient(135deg,#2b6cb01a,#3eb8c414);border-color:#2b6cb038;color:var(--stw-blue-deep)}.stw-entity-list-panel__item-label{font-weight:600;line-height:1.3;word-break:break-word}.stw-entity-list-panel__item-sub{font-size:.78rem;line-height:1.25;margin-top:.1rem}.stw-entity-mobile-picker__topbar{display:flex;align-items:center;gap:.5rem;padding:.35rem 0}.stw-entity-mobile-picker__topbar-btn{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .65rem;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface);font-weight:600;font-size:.92rem;cursor:pointer;text-align:left;min-width:0}.stw-entity-mobile-picker__topbar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stw-entity-mobile-picker__popout-btn,.stw-entity-mobile-picker__dock-btn{flex-shrink:0;font-size:.82rem}.stw-entity-mobile-picker__float{position:fixed;z-index:1040;width:48px;height:48px;border-radius:50%;border:2px solid rgba(43,108,176,.35);background:var(--stw-surface);box-shadow:0 4px 16px #16365f2e;font-weight:700;color:var(--stw-blue-deep);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.stw-entity-mobile-picker__float:active{cursor:grabbing}.stw-entity-mobile-picker__dock-btn{position:fixed;z-index:1039;bottom:1rem;left:1rem;padding:.25rem .5rem;background:var(--stw-surface);border-radius:8px;box-shadow:0 2px 8px #16365f1f}.stw-entity-mobile-picker__backdrop{position:fixed;inset:0;z-index:1045;background:var(--stw-page-overlay)}.stw-entity-mobile-picker__drawer{position:fixed;z-index:1050;background:var(--stw-surface);border:1px solid var(--stw-border);border-radius:12px;box-shadow:0 12px 40px #16365f33;display:flex;flex-direction:column;min-height:0;overflow:hidden}.stw-entity-mobile-picker__drawer--sheet{left:.5rem!important;right:.5rem;bottom:.5rem;top:auto!important;width:auto!important;max-height:min(70vh,480px)!important}.stw-entity-mobile-picker__drawer--anchored app-entity-list-panel{max-height:100%}.stw-entity-mobile-picker__drawer-head{display:flex;align-items:center;justify-content:space-between;padding:.5rem .65rem;border-bottom:1px solid var(--stw-border);flex-shrink:0}.stw-entity-mobile-picker__close{border:none;background:transparent;font-size:1.35rem;line-height:1;cursor:pointer;color:var(--stw-text-muted);padding:0 .25rem}.stw-sheet-entity-detail{width:100%;max-width:22rem}.stw-sheet-grid--wrap .stw-sheet-grid__column--entity{flex:none;width:14rem;min-width:14rem;max-width:14rem}.stw-sheet-grid__column--entity{flex:none;width:100%;max-width:22rem;display:flex;flex-direction:column}.stw-sheet-grid__column--drop-target{outline:2px dashed var(--stw-teal);outline-offset:-2px;background:color-mix(in srgb,var(--stw-teal) 12%,transparent)}.stw-sheet-grid__column--drop-target-warn{outline:2px dashed var(--stw-amber, #d97706);outline-offset:-2px;background:color-mix(in srgb,var(--stw-amber, #d97706) 14%,transparent)}.stw-sheet-grid--drag-active .stw-sheet-grid__column--entity,body.stw-placement-dragging .stw-sheet-grid__column--entity{transition:outline-color .1s ease,background .1s ease;pointer-events:auto}.stw-sheet-grid--drag-active .stw-sheet-grid__column--entity *,body.stw-placement-dragging .stw-sheet-grid__column--entity *{pointer-events:none}.stw-sheet-grid--drag-active .stw-sheet-grid__column--entity .stw-staff-name-list,body.stw-placement-dragging .stw-sheet-grid__column--entity .stw-staff-name-list,.stw-sheet-grid--dragging-staff .stw-staff-name-list,.stw-sheet-grid--dragging-staff-account .stw-staff-name-list,body.stw-placement-dragging-staff .stw-staff-name-list,body.stw-placement-dragging-staff-account .stw-staff-name-list{pointer-events:auto}.stw-sheet-grid--dragging-staff .stw-staff-name-list__cell,.stw-sheet-grid--dragging-staff-account .stw-staff-name-list__cell:not(.stw-staff-name-list__cell--pending),body.stw-placement-dragging-staff .stw-staff-name-list__cell,body.stw-placement-dragging-staff-account .stw-staff-name-list__cell:not(.stw-staff-name-list__cell--pending){pointer-events:none}.stw-sheet-grid--dragging-staff-account .stw-staff-name-list__cell--pending,body.stw-placement-dragging-staff-account .stw-staff-name-list__cell--pending{pointer-events:auto;position:relative;z-index:2}.stw-sheet-grid--dragging-delegate .stw-sheet-grid__column--entity .stw-placement-delegate-zone,.stw-sheet-grid--dragging-delegate .stw-sheet-grid__column--entity .stw-delegate-name-list,body.stw-placement-dragging-delegate .stw-sheet-grid__column--entity .stw-placement-delegate-zone,body.stw-placement-dragging-delegate .stw-sheet-grid__column--entity .stw-delegate-name-list{pointer-events:auto}.stw-sheet-grid--drag-active .stw-staff-name-list__cell--draggable,body.stw-placement-dragging .stw-staff-name-list__cell--draggable{pointer-events:none}.stw-placement-delegate-zone{flex:1;display:flex;flex-direction:column;min-height:4.5rem}.stw-delegate-name-list{flex:1;min-height:2.25rem}.stw-dorm-groups.stw-sheet-grid--drag-active .stw-dorm-groups__rooms,body.stw-placement-dragging .stw-dorm-groups .stw-dorm-groups__rooms{pointer-events:auto}.stw-admin-placement-shell,.stw-lookup-placement-shell{margin-right:-.5rem;width:calc(100% + .5rem)}.stw-app-shell--admin-desktop .stw-entity-workspace{min-height:calc(100vh - var(--stw-app-chrome-height))}.stw-app-shell--admin-desktop .stw-entity-workspace__rail{min-height:calc(100vh - var(--stw-app-chrome-height));max-height:calc(100vh - var(--stw-app-chrome-height))}.stw-app-shell--admin-desktop .stw-control-panel__main--placement{padding-right:0}.stw-app-shell--admin-desktop .stw-staff-shell .stw-control-panel__rail{border-radius:0}.stw-app-shell--admin-desktop .stw-control-panel__main--placement{padding-left:1rem}.stw-session-panel__header{width:100%}.stw-lookup-placement{min-height:calc(100vh - 6rem)}.stw-lookup-placement-shell{margin-right:-.75rem;width:calc(100% + .75rem)}@media (max-width: 899px){.stw-admin-placement-shell,.stw-lookup-placement-shell{margin-right:0;width:100%}.stw-app-shell--admin-desktop .stw-control-panel__main--placement{padding-right:.5rem}}.stw-app-shell--admin-desktop .stw-app-main--admin-desktop.stw-app-main--full-bleed{max-width:none;width:100%;margin:0;padding:0;padding-top:var(--stw-app-chrome-height, 3.25rem)}.stw-staff-shell__content,.stw-assignment-pool-panel{user-select:none;-webkit-user-select:none}.stw-staff-shell__content .stw-label,.stw-staff-shell__content .stw-sheet-grid__label,.stw-assignment-pool-panel .stw-label,.stw-assignment-pool-panel .stw-sheet-grid__label,.stw-staff-shell__content .stw-sheet-grid__subheader,.stw-assignment-pool-panel .stw-sheet-grid__subheader,.stw-staff-shell__content input,.stw-staff-shell__content textarea,.stw-staff-shell__content select,.stw-staff-shell__content .stw-input,.stw-staff-shell__content .stw-inline-edit-label__input,.stw-assignment-pool-panel input,.stw-assignment-pool-panel textarea,.stw-assignment-pool-panel select,.stw-assignment-pool-panel .stw-input,.stw-assignment-pool-panel .stw-inline-edit-label__input{user-select:text;-webkit-user-select:text}.stw-sheet-grid,.stw-sheet-grid__column,.stw-sheet-grid__header,.stw-sheet-grid__staff,.stw-dorm-groups,.stw-dorm-groups__section,.stw-delegate-name-list,.stw-staff-name-list,.stw-users-directory__cell{user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.stw-delegate-name-list__cell--draggable{-webkit-user-drag:element}.stw-staff-name-list__cell--draggable{cursor:grab;-webkit-user-drag:element}.stw-staff-name-list__cell--draggable:active{cursor:grabbing}.stw-staff-name-list__cell--pending{font-style:italic;opacity:.85}.stw-staff-name-list__cell--drop-target,.stw-staff-name-list--drop-target{outline:2px dashed var(--stw-teal);outline-offset:-1px;background:color-mix(in srgb,var(--stw-teal) 10%,transparent)}.stw-staff-name-list__cell--pending.stw-staff-name-list__cell--drop-target{outline:2px solid var(--stw-teal);outline-offset:-1px;background:color-mix(in srgb,var(--stw-teal) 18%,transparent);z-index:1;position:relative;pointer-events:auto}.stw-assignment-pool__section-actions{margin:.35rem .55rem .25rem}.stw-placement-tab__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.75rem;padding:.65rem 1rem;background:var(--stw-surface-group);border:1px solid var(--stw-border);border-radius:12px;box-shadow:0 1px color-mix(in srgb,var(--stw-border) 40%,transparent)}.stw-placement-tab__toolbar{display:flex;align-items:center;gap:.65rem;width:100%;min-width:0}.stw-placement-tab__search{flex:1 1 auto;min-width:0;width:100%}.stw-placement-tab__toolbar .stw-session-panel__header-actions{flex:0 0 auto;display:flex;align-items:center;gap:.5rem}.stw-sheet-grid--wrap{margin:0;border:none;background:transparent;box-shadow:none}.stw-sheet-grid--wrap .stw-sheet-grid__scroll{overflow:visible;padding:0}.stw-sheet-grid--wrap .stw-sheet-grid__columns{display:grid;grid-template-columns:repeat(auto-fill,14rem);gap:.65rem;min-width:0;align-items:stretch}.stw-sheet-grid--wrap .stw-sheet-grid__column,.stw-sheet-grid--wrap .stw-sheet-grid__column--entity{flex:none;width:14rem;min-width:14rem;max-width:14rem}.stw-sheet-grid--wrap.stw-sheet-grid--compact{margin:0}.stw-sheet-grid--wrap.stw-sheet-grid--compact .stw-sheet-grid__scroll{padding:0}.stw-sheet-grid__type-select{width:100%;font-size:.72rem}.stw-sheet-grid--overview-wrap .stw-sheet-grid__columns{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr))}.stw-inline-edit-label{display:inline-flex;align-items:center;gap:.25rem;min-width:0;max-width:100%}.stw-inline-edit-label__text{font-weight:inherit;word-break:break-word}.stw-inline-edit-label__input{min-width:6rem;max-width:100%}.stw-inline-edit-label__icon-btn{flex-shrink:0;border:none;background:transparent;color:var(--stw-text-muted);cursor:pointer;padding:.1rem .25rem;font-size:.85rem;line-height:1;border-radius:4px}.stw-inline-edit-label__icon-btn:hover{color:var(--stw-blue);background:var(--stw-surface-muted)}.stw-inline-edit-label__icon-btn--ok{color:var(--stw-teal)}.stw-inline-edit-label__icon-btn--danger:hover{color:var(--stw-spark)}.stw-assignment-pool{display:flex;flex-direction:column;gap:.5rem;padding:.65rem .75rem;min-height:0;flex:1;overflow-y:auto}.stw-assignment-pool__hint{margin:0;font-size:.78rem}.stw-assignment-pool__section{border:1px solid var(--stw-border);border-radius:8px;background:var(--stw-surface-muted)}.stw-assignment-pool__summary{padding:.45rem .55rem;font-weight:700;font-size:.82rem;cursor:pointer;list-style:none}.stw-assignment-pool__summary::-webkit-details-marker{display:none}.stw-assignment-pool__section .stw-input{margin:0 .55rem .45rem;width:calc(100% - 1.1rem)}.stw-assignment-pool__list{list-style:none;margin:0;padding:0 .55rem .55rem;font-size:.84rem}.stw-assignment-pool__item{padding:.35rem .4rem;border-radius:6px;border:1px solid transparent;margin-bottom:.2rem}.stw-assignment-pool__item:hover{background:var(--stw-surface);border-color:var(--stw-border)}.stw-assignment-pool__item--draggable{cursor:grab;user-select:none;-webkit-user-select:none}.stw-assignment-pool__item--draggable,.stw-assignment-pool__item--draggable *{user-select:none;-webkit-user-select:none;-webkit-user-drag:element}.stw-assignment-pool__item--draggable:active{cursor:grabbing}.stw-assignment-pool--drop-target{outline:2px dashed var(--stw-teal);outline-offset:-2px;background:color-mix(in srgb,var(--stw-teal) 8%,transparent)}.stw-assignment-pool--drag-active .stw-assignment-pool__item--draggable,.stw-assignment-pool--drag-active .stw-assignment-pool__item--draggable *,body.stw-placement-dragging .stw-assignment-pool__item--draggable,body.stw-placement-dragging .stw-assignment-pool__item--draggable *{pointer-events:none}.stw-assignment-pool__filters{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.35rem}.stw-assignment-pool__filter-field{display:flex;flex-direction:column;gap:.15rem;font-size:.78rem}.stw-assignment-pool__filter-check{font-size:.78rem}.stw-assignment-pool__item-name{display:block;font-weight:600;line-height:1.3}.stw-assignment-pool__item-meta{display:block;font-size:.75rem;line-height:1.25}.stw-assignment-pool__empty{margin:0 .55rem .55rem;font-size:.78rem}.stw-placement-drop-alert{margin:0 0 .85rem;padding:.7rem .9rem;border-radius:8px;font-size:.88rem;line-height:1.45;text-align:left;white-space:pre-line;border:1px solid color-mix(in srgb,#c53030 45%,var(--stw-border));background:color-mix(in srgb,#c53030 7%,var(--stw-surface));color:#c53030}.stw-csp-slot-table th,.stw-csp-slot-table td{padding:.22rem .35rem!important;vertical-align:middle}.stw-dorm-groups{display:flex;flex-direction:column;gap:1rem}.stw-dorm-groups__section-title{margin:0 0 .45rem;font-size:.92rem;font-weight:700}.stw-dorm-groups__rooms{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.65rem}.stw-btn-toggle.stw-btn-toggle--active{background:linear-gradient(135deg,#2b6cb024,#3eb8c41a);border-color:#2b6cb059;color:var(--stw-blue-deep)}.stw-session-staff-workspace__zones{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:.85rem;margin-top:.5rem}.stw-session-staff-workspace__zone{display:flex;flex-direction:column;min-height:10rem;padding:.65rem;border:1px solid var(--stw-border);border-radius:.45rem;background:var(--stw-surface-group, var(--stw-surface))}.stw-session-staff-workspace__zone--drop-target{outline:2px dashed var(--stw-teal);outline-offset:-1px;background:color-mix(in srgb,var(--stw-teal) 8%,var(--stw-surface))}.stw-session-staff-workspace__zone-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.stw-session-staff-workspace__zone-header h3{margin:0;font-size:.95rem;font-weight:600;color:var(--stw-blue-deep)}.stw-session-staff-workspace__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;flex:1}.stw-session-staff-workspace__item{padding:.45rem .55rem;border:1px solid var(--stw-border);border-radius:.35rem;background:var(--stw-surface);cursor:pointer}.stw-session-staff-workspace__item--draggable{cursor:grab}.stw-session-staff-workspace__item--draggable:active{cursor:grabbing}.stw-session-staff-workspace__item-name{display:block;font-weight:500}.stw-session-staff-workspace__item-meta{display:block;font-size:.82rem;margin-top:.15rem}.stw-session-staff-workspace__empty{margin:.35rem 0 0;font-size:.88rem}.stw-session-staff-workspace,.stw-session-staff-pool{user-select:none;-webkit-user-select:none}.stw-session-staff-workspace__item--draggable{-webkit-user-drag:element}.stw-import-modal-backdrop{position:fixed;inset:0;background:var(--stw-page-overlay);display:flex;align-items:flex-start;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) 1rem 1rem;z-index:1100;overflow-y:auto}.stw-import-modal-panel{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);width:min(920px,100%);max-height:calc(100vh - 2rem);display:flex;flex-direction:column;margin:auto 0}.stw-import-modal-panel--wizard{width:min(98vw,1480px);max-width:1480px}.stw-import-modal-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--stw-border);flex-shrink:0}.stw-import-modal-panel__header h2{margin:0;font-size:1.15rem}.stw-import-modal-panel__close{flex-shrink:0;width:2rem;height:2rem;border:none;border-radius:8px;background:transparent;color:var(--stw-text-muted);font-size:1.5rem;line-height:1;cursor:pointer}.stw-import-modal-panel__close:hover{background:var(--stw-surface-muted);color:var(--stw-text)}.stw-import-modal-panel__body{padding:1rem 1.25rem 1.25rem;overflow-y:auto;min-height:0}.stw-import-modal-panel__body .stw-import-table-wrap--wide{overflow-x:visible}.stw-import-modal-panel__body .stw-import-table--delegates{min-width:0;width:100%}.stw-import-panel-body{display:flex;flex-direction:column;gap:.75rem}.stw-delegate-name-list{display:flex;gap:0;min-width:0;border:1px solid var(--stw-border);border-radius:4px;overflow:hidden}.stw-delegate-name-list__column{flex:1;min-width:0;display:flex;flex-direction:column}.stw-delegate-name-list__column+.stw-delegate-name-list__column{border-left:1px solid var(--stw-border)}.stw-delegate-name-list__cell{padding:.32rem .45rem;font-size:.84rem;line-height:1.35;border-bottom:1px solid var(--stw-border);min-height:1.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stw-delegate-name-list__cell:last-child{border-bottom:none}.stw-delegate-name-list__cell--ok{color:var(--stw-text);background:var(--stw-surface-muted)}.stw-delegate-name-list__cell--warn{color:var(--stw-text);background:color-mix(in srgb,var(--stw-warning) 22%,var(--stw-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-warning) 55%,transparent)}.stw-delegate-name-list__cell--error{color:var(--stw-text);background:color-mix(in srgb,var(--stw-danger) 16%,var(--stw-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-danger) 45%,transparent)}.stw-delegate-name-list__cell--placeholder{min-height:1.65rem;opacity:.2;background:var(--stw-surface-muted)}.stw-delegate-name-list__cell--draggable{cursor:grab;user-select:none;-webkit-user-select:none;-webkit-user-drag:element}.stw-delegate-name-list__cell--draggable:active{cursor:grabbing}.stw-delegate-name-list__cell--clickable{cursor:pointer;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--stw-blue) 35%,transparent);text-underline-offset:2px}.stw-delegate-name-list__cell--clickable:hover{color:var(--stw-blue);background:color-mix(in srgb,var(--stw-blue) 8%,var(--stw-surface-muted))}.stw-delegate-name-list--dual .stw-delegate-name-list__column:first-child{border-right:none}.stw-import-table-wrap{overflow-x:auto;margin:1rem 0}.stw-import-table-wrap--wide{max-width:none}.stw-import-map-table{min-width:420px}.stw-import-map-table th:nth-child(1),.stw-import-map-table td:nth-child(1){width:45%}.stw-import-map-table th:nth-child(2),.stw-import-map-table td:nth-child(2){width:55%}.stw-import-map-table select.stw-input{width:100%;max-width:none}.stw-field-help{margin:-.25rem 0 .5rem;font-size:.85rem}.stw-import-notes{margin:.75rem 0 1rem;padding:.75rem 1rem;background:var(--stw-surface-muted);border-radius:8px;border-left:3px solid var(--stw-border)}.stw-import-table{width:100%;border-collapse:collapse;font-size:.85rem}.stw-import-table th,.stw-import-table td{border:1px solid var(--stw-border);padding:.4rem .5rem;text-align:left;vertical-align:top}.stw-import-table th{background:var(--stw-surface-muted);color:var(--stw-text-muted);font-weight:600}.stw-import-row--error td{color:var(--stw-text);background:color-mix(in srgb,var(--stw-danger) 16%,var(--stw-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-danger) 45%,transparent)}.stw-import-row--warn td{color:var(--stw-text);background:color-mix(in srgb,var(--stw-warning) 22%,var(--stw-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-warning) 55%,transparent)}.stw-import-table--delegates{min-width:920px}.stw-import-table--delegates th:nth-child(1),.stw-import-table--delegates td:nth-child(1){width:2.5rem;white-space:nowrap}.stw-import-table--delegates th:nth-child(2),.stw-import-table--delegates td:nth-child(2){min-width:9rem}.stw-import-table--delegates th:nth-child(3),.stw-import-table--delegates td:nth-child(3){min-width:10rem}.stw-import-table--delegates th:nth-child(4),.stw-import-table--delegates td:nth-child(4){min-width:11rem}.stw-import-table--delegates th:nth-child(5),.stw-import-table--delegates td:nth-child(5){min-width:7.5rem}.stw-import-table--delegates th:nth-child(6),.stw-import-table--delegates td:nth-child(6){min-width:7rem}.stw-import-table--delegates th:nth-child(7),.stw-import-table--delegates td:nth-child(7){width:6.5rem;white-space:nowrap}.stw-import-table--schedule{min-width:1100px}.stw-import-table--schedule th:nth-child(1),.stw-import-table--schedule td:nth-child(1){min-width:8.5rem;white-space:nowrap}.stw-import-table--schedule th:nth-child(2),.stw-import-table--schedule td:nth-child(2){min-width:12rem}.stw-import-table--schedule th:nth-child(3),.stw-import-table--schedule td:nth-child(3){min-width:9.5rem}.stw-import-table--schedule th:nth-child(4),.stw-import-table--schedule td:nth-child(4){min-width:9rem}.stw-import-table--schedule th:nth-child(5),.stw-import-table--schedule td:nth-child(5){min-width:11rem}.stw-import-table--schedule th:nth-child(6),.stw-import-table--schedule td:nth-child(6){min-width:8rem}.stw-import-table--schedule th:nth-child(7),.stw-import-table--schedule td:nth-child(7){min-width:10rem}.stw-import-table--schedule select.stw-input{width:100%;max-width:none}.stw-import-attendance-cell{vertical-align:top}.stw-import-attendance-cell__primary{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem}.stw-import-attendance-cell--expanded{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;min-width:10rem}.stw-import-attendance-rule{width:100%}.stw-import-named-staff-trigger{font-size:.82rem;font-weight:500;text-align:left;padding:.1rem .35rem;margin-left:.15rem;border-radius:.35rem;border:1px solid color-mix(in srgb,var(--stw-accent, var(--stw-blue)) 45%,var(--stw-border));background:color-mix(in srgb,var(--stw-accent, var(--stw-blue)) 12%,var(--stw-surface));white-space:nowrap}.stw-import-named-staff-modal{position:fixed;inset:0;z-index:1200}.stw-import-named-staff-panel{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);width:min(520px,100%);max-height:min(80vh,640px);display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.25rem;margin:auto}.stw-import-named-staff-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stw-import-named-staff-panel__header h3{margin:0;font-size:1.05rem}.stw-import-named-staff-panel__chips{max-height:16rem;overflow-y:auto}.stw-import-named-staff-panel__actions{display:flex;justify-content:flex-end;padding-top:.25rem}.stw-import-status-cell{max-width:7rem}.stw-import-status{display:inline-block;font-size:.8rem;font-weight:600}.stw-import-status--warn{color:var(--stw-warning, #b8860b)}.stw-import-status--error{color:var(--stw-danger, #c0392b)}.stw-input--compact{padding:.35rem .5rem;font-size:.85rem}.stw-import-modal-panel .stw-form-actions-bar{position:static;margin-top:1rem;padding-top:.75rem;border-bottom:none;border-top:1px solid var(--stw-border);background:transparent}.stw-import-details{margin:1rem 0}.stw-import-details summary{cursor:pointer;font-weight:600}.stw-import-conflict-banner{padding:.75rem 1rem;border-radius:8px;border:1px solid var(--stw-danger, #dc2626);background:color-mix(in srgb,var(--stw-danger, #dc2626) 8%,transparent)}.stw-import-conflict-panel{padding:.75rem 1rem;border:1px solid var(--stw-border);border-radius:8px;background:var(--stw-surface-muted, #f8fafc)}.stw-import-conflict-card{display:flex;flex-direction:column;gap:.35rem;padding:.65rem 0;border-bottom:1px solid var(--stw-border)}.stw-import-conflict-card:last-child{border-bottom:none;padding-bottom:0}.stw-import-replace-notice{padding:.75rem 1rem;border-radius:8px;border:1px solid var(--stw-border);background:color-mix(in srgb,var(--stw-warning, #d97706) 10%,transparent)}.stw-check--emphasis{font-weight:600}.stw-sheet-grid{margin:1rem 0 1.5rem;border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface)}.stw-sheet-grid.stw-sheet-grid--wrap{margin:0;border:none;border-radius:0;background:transparent;box-shadow:none}.stw-sheet-grid__scroll{overflow-x:auto;padding:.75rem}.stw-sheet-grid__columns{display:flex;gap:.75rem;min-width:min-content}.stw-sheet-grid__column{flex:0 0 14.5rem;border:1px solid var(--stw-grid-border, var(--stw-border));border-radius:10px;background:color-mix(in srgb,var(--stw-accent) 6%,var(--stw-surface));overflow:hidden}[data-theme=light]{--stw-grid-border: #b8c9d9}[data-theme=light] .stw-sheet-grid,[data-theme=light] .stw-mini-grid__table,[data-theme=light] .stw-sheet-grid__column,[data-theme=light] .stw-csp-site,[data-theme=light] .stw-dorm-groups__section,[data-theme=light] .stw-session-overview__card,[data-theme=light] .stw-session-overview__hero,[data-theme=light] .stw-placement-card{border-color:var(--stw-grid-border)}[data-theme=light] .stw-csp-site[open]>.stw-csp-site__summary{border-bottom-color:var(--stw-grid-border)}.stw-sheet-grid__column--wide-names{min-width:14rem}.stw-sheet-grid__column--dual-delegates{flex-basis:32rem}.stw-sheet-grid__delegate-panes{display:flex;align-items:stretch}.stw-sheet-grid__delegate-panes .stw-sheet-grid__table{flex:1;min-width:9.5rem;border-right:1px solid var(--stw-border)}.stw-sheet-grid__delegate-panes .stw-sheet-grid__table:last-child{border-right:none}.stw-sheet-grid__header{padding:.45rem .5rem;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:700;text-align:center;background:color-mix(in srgb,var(--stw-accent) 18%,var(--stw-surface));border-bottom:1px solid var(--stw-border)}.stw-sheet-grid__header-title{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.15rem}.stw-sheet-grid__header-prefix{font-weight:700}.stw-sheet-grid__header-count{display:block;margin-top:.15rem;font-size:.68rem;font-weight:500;color:var(--stw-muted)}.stw-sheet-grid__subheader{padding:.25rem .5rem;font-size:.72rem;text-align:center;color:var(--stw-muted);border-bottom:1px solid var(--stw-border)}.stw-sheet-grid__staff{min-height:3.5rem;padding:.35rem .45rem;border-bottom:1px solid var(--stw-border)}.stw-sheet-grid__staff-name{font-size:.78rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stw-sheet-grid__staff-empty{font-size:.78rem;color:var(--stw-muted)}.stw-sheet-grid__label{display:block;width:100%;box-sizing:border-box;padding:.25rem .45rem;font-size:.72rem;font-weight:600;border-bottom:1px solid var(--stw-border)}.stw-sheet-grid__table{font-size:.78rem}.stw-sheet-grid__row{display:grid;grid-template-columns:1.75rem 1fr 1fr;border-bottom:1px solid color-mix(in srgb,var(--stw-border) 55%,transparent)}.stw-sheet-grid__row:last-child{border-bottom:none}.stw-sheet-grid__row--head{font-weight:600;background:color-mix(in srgb,var(--stw-accent) 10%,var(--stw-surface))}.stw-sheet-grid__row--placeholder{opacity:.55}.stw-sheet-grid__cell{padding:.3rem .45rem;min-height:1.45rem;border-right:1px solid color-mix(in srgb,var(--stw-border) 55%,transparent);white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:1.3}.stw-sheet-grid__cell:last-child{border-right:none}.stw-sheet-grid__cell--error{color:var(--stw-text);background:color-mix(in srgb,var(--stw-danger) 16%,var(--stw-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-danger) 45%,transparent)}.stw-sheet-grid__cell--warn{color:var(--stw-text);background:color-mix(in srgb,var(--stw-warning) 22%,var(--stw-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-warning) 55%,transparent)}.stw-sheet-grid__cell--ok{color:var(--stw-text);background:var(--stw-surface-muted)}.stw-staff-pairing{padding:.75rem 0;border-bottom:1px solid var(--stw-border)}.stw-staff-pairing:last-child{border-bottom:0}.stw-staff-pairing__header{margin-bottom:.35rem}.stw-staff-pairing__controls{display:flex;flex-wrap:wrap;gap:.5rem}.stw-lookup-split{display:flex;flex-direction:column;gap:1rem}@media (min-width: 900px){.stw-lookup-split{flex-direction:row;align-items:flex-start}}.stw-lookup-list{flex:1;min-width:0}.stw-lookup-detail{flex:1;min-width:0;background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);padding:1.25rem;text-align:left}.stw-roster-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;padding:.85rem 1rem;margin-bottom:.35rem;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface);cursor:pointer;gap:.15rem}.stw-roster-row__name{font-size:.98rem;font-weight:700;color:var(--stw-heading);line-height:1.3}.stw-roster-row__meta{margin:0;font-size:.84rem;line-height:1.4;color:var(--stw-text)}.stw-roster-row__sub{margin:0;font-size:.78rem;color:var(--stw-text-muted)}.stw-roster-row.active{border-color:var(--stw-blue);background:color-mix(in srgb,var(--stw-blue) 14%,var(--stw-surface))}.stw-lookup-health{display:flex;flex-direction:column;gap:.75rem;text-align:left}.stw-lookup-health__panel{border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface);overflow:hidden}.stw-lookup-health__panel-summary{padding:.75rem 1rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;list-style:none;background:color-mix(in srgb,var(--stw-accent) 8%,var(--stw-surface));border-bottom:1px solid transparent}.stw-lookup-health__panel-summary::-webkit-details-marker{display:none}.stw-lookup-health__panel-summary:before{content:"\25b8";display:inline-block;margin-right:.4rem;color:var(--stw-text-muted)}.stw-lookup-health__panel[open]>.stw-lookup-health__panel-summary{border-bottom-color:var(--stw-border)}.stw-lookup-health__panel[open]>.stw-lookup-health__panel-summary:before{content:"\25be"}.stw-lookup-health__panel-body{padding:.85rem 1rem 1rem}.stw-lookup-health__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin:.35rem 0 1rem}.stw-lookup-health__title{margin:0;font-family:Montserrat,sans-serif;font-size:1.35rem;line-height:1.25;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.stw-lookup-health__title-sep{color:var(--stw-text-muted);font-weight:500}.stw-lookup-health__admin-edit{margin-left:auto}.stw-lookup-health__facts{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.35rem .75rem;margin:0}.stw-lookup-health__facts>div{display:contents}.stw-lookup-health__facts dt{margin:0;color:var(--stw-text-muted);font-weight:600;font-size:.82rem;align-self:start;padding-top:.05rem}.stw-lookup-health__facts dd{margin:0;font-size:.92rem;line-height:1.35;min-width:0;white-space:pre-wrap}.stw-lookup-health__hint{margin:.15rem 0 0;font-size:.85rem}.stw-lookup-health__save{padding-top:.15rem}.stw-lookup-health-incidents{margin-top:1.5rem;text-align:left}.stw-lookup-health-incidents__actions{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;gap:.75rem;margin-top:.75rem}@media (max-width: 899px){.stw-lookup-health-incidents__actions{padding-bottom:max(4.5rem,env(safe-area-inset-bottom))}}.stw-lookup-health-incidents__field{flex:1 1 100%;min-width:0;margin:0}.stw-lookup-health-incidents__add{flex:0 0 auto;width:auto;margin-left:auto}@media (min-width: 900px){.stw-only-mobile{display:none}}@media (max-width: 899px){.stw-lookup-detail:not(:empty){display:block}}.stw-lookup-page__header{margin-bottom:1.25rem}.stw-lookup-page__header .stw-btn-back{margin-bottom:.5rem}.stw-lookup-page__title{margin:.35rem 0 .25rem;font-family:Montserrat,sans-serif;font-size:1.35rem}.stw-my-stuff-section{margin-bottom:1.5rem}.stw-my-stuff-section__title{margin:0 0 .65rem;font-size:1.05rem;font-weight:700}.stw-my-stuff-hub{display:flex;flex-direction:column;gap:.85rem}.stw-my-stuff-hub__schedule,.stw-my-stuff-hub__link{width:100%;max-width:none;box-sizing:border-box}.stw-my-stuff-hub__schedule-title{margin:0 0 .5rem;font-size:1rem}.stw-my-stuff-hub__schedule-block:not(:last-child){margin-bottom:.45rem}.stw-my-stuff-hub__schedule-block .stw-lead,.stw-my-stuff-hub__schedule-block .stw-muted{margin:.15rem 0 0}.stw-my-stuff-hub__schedule-empty{margin:0}.stw-my-stuff-hub__links{display:grid;gap:.65rem;grid-template-columns:minmax(0,1fr)}@media (min-width: 900px){.stw-my-stuff-hub__links{grid-template-columns:repeat(2,minmax(0,1fr))}}.stw-my-stuff-hub__link{display:flex;flex-direction:column;width:100%;min-width:0;min-height:5.5rem;text-align:left;text-decoration:none;color:inherit;padding:1rem 1.1rem;margin:0;box-sizing:border-box}.stw-my-stuff-hub__link-title{margin:0 0 .25rem;font-size:1.05rem}.stw-my-stuff-hub__link-summary{margin:0 0 auto;padding-bottom:.35rem;font-size:.92rem;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.stw-my-stuff-hub__link-meta{font-size:.82rem}@media (max-width: 899px){.stw-my-stuff-hub{margin-inline:-1.5rem;width:calc(100% + 3rem);gap:.5rem}.stw-my-stuff-hub__schedule,.stw-my-stuff-hub__link{border-radius:0;border-left:none;border-right:none;margin-bottom:0}.stw-my-stuff-hub__links{gap:.5rem}}.stw-my-stuff-detail__tabs{display:flex;flex-wrap:nowrap;gap:.35rem;overflow-x:auto;margin-bottom:.75rem;padding-bottom:.15rem}.stw-my-stuff-detail__tab{flex:0 0 auto;padding:.4rem .75rem;border:1px solid var(--stw-border);border-radius:999px;background:var(--stw-surface);color:var(--stw-text);font-size:.85rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap}.stw-my-stuff-detail__tab--active{border-color:color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border));background:color-mix(in srgb,var(--stw-blue) 12%,var(--stw-surface));color:var(--stw-blue-deep)}@media (max-width: 899px){.stw-sheet-grid--mobile-full{width:100%}.stw-sheet-grid--mobile-full .stw-sheet-grid--wrap .stw-sheet-grid__scroll,.stw-sheet-grid--mobile-full .stw-sheet-grid__scroll{overflow-x:visible;padding-inline:0}.stw-sheet-grid--mobile-full .stw-sheet-grid--wrap .stw-sheet-grid__columns,.stw-sheet-grid--mobile-full .stw-sheet-grid__columns{display:flex;flex-direction:column;gap:.65rem;min-width:0;width:100%}.stw-sheet-grid--mobile-full .stw-sheet-grid--wrap .stw-sheet-grid__column,.stw-sheet-grid--mobile-full .stw-sheet-grid--wrap .stw-sheet-grid__column--entity,.stw-sheet-grid--mobile-full .stw-sheet-grid__column{flex:1 1 auto;width:100%;min-width:0;max-width:none}.stw-sheet-grid--mobile-full .stw-dorm-groups__rooms{grid-template-columns:1fr}}.stw-lookup-delegate-detail{display:flex;flex-direction:column;gap:.75rem;text-align:left}.stw-lookup-delegate-detail__summary{padding:.85rem 1rem;display:flex;flex-direction:column;gap:.85rem;text-align:left}.stw-lookup-delegate-detail__schedule{padding-bottom:.65rem;border-bottom:1px solid var(--stw-border);border-left:3px solid var(--stw-blue);padding-left:.65rem}.stw-lookup-delegate-detail__schedule-title{margin:0 0 .45rem;font-size:1rem}.stw-lookup-delegate-detail__schedule-block:not(:last-child){margin-bottom:.35rem}.stw-lookup-delegate-detail__schedule-block .stw-lead,.stw-lookup-delegate-detail__schedule-block .stw-muted{margin:.15rem 0 0}.stw-lookup-delegate-detail__facts{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.35rem .75rem;margin:0;width:100%;text-align:left}.stw-lookup-delegate-detail__fact{display:contents}.stw-lookup-delegate-detail__facts dt{margin:0;color:var(--stw-text-muted);font-weight:600;font-size:.82rem;align-self:start;padding-top:.05rem;text-align:left}.stw-lookup-delegate-detail__facts dd{margin:0;font-size:.92rem;line-height:1.35;min-width:0;text-align:left}.stw-lookup-delegate-detail__csp{display:flex;flex-direction:column;gap:.5rem;text-align:left}.stw-lookup-delegate-detail__csp-day{border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface);padding:.65rem .85rem}.stw-lookup-delegate-detail__csp-day:not(:first-of-type){margin-top:.35rem}.stw-lookup-delegate-detail__csp-day-title{margin:0 0 .35rem;font-size:.88rem;font-weight:700;color:var(--stw-heading);padding-bottom:.35rem;border-bottom:1px solid color-mix(in srgb,var(--stw-border) 70%,transparent)}.stw-lookup-delegate-detail__csp-list{margin:0;padding:0;list-style:none}.stw-lookup-delegate-detail__csp-list li{padding:.35rem 0;line-height:1.35}.stw-lookup-delegate-detail__csp-list li:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--stw-border) 55%,transparent)}.stw-lookup-delegate-detail__csp-address{display:block;margin-top:.1rem;font-size:.82rem}.stw-lookup-delegate-detail__csp-table{font-size:.88rem}.stw-lookup-delegate-detail__actions{padding-top:.25rem}.stw-sheet-grid__staff-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--stw-muted);margin-bottom:.2rem}.stw-csp-sites{display:flex;flex-direction:column;gap:.85rem}.stw-csp-site{border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface);overflow:hidden}.stw-csp-site[open]>.stw-csp-site__summary{border-bottom:1px solid var(--stw-border)}.stw-csp-site__summary{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem 1rem;padding:.75rem 1rem;cursor:pointer;list-style:none;background:color-mix(in srgb,var(--stw-accent) 8%,var(--stw-surface))}.stw-csp-site__summary::-webkit-details-marker{display:none}.stw-csp-site__summary:before{content:"\25b8";margin-right:.35rem;color:var(--stw-muted)}.stw-csp-site[open]>.stw-csp-site__summary:before{content:"\25be"}.stw-csp-site__address{flex-basis:100%;font-size:.85rem}.stw-csp-site-detail__header{margin-bottom:.5rem}.stw-csp-site-detail__title{margin:0 0 .15rem;font-size:1.1rem}.stw-csp-site-detail__meta,.stw-csp-site-detail__address{margin:.1rem 0 0;font-size:.85rem}.stw-sheet-grid--compact{margin:.35rem 0 .75rem}.stw-sheet-grid--compact .stw-sheet-grid__scroll{padding:.45rem}.stw-sheet-grid--compact .stw-sheet-grid__columns{gap:.5rem}.stw-sheet-grid--compact .stw-sheet-grid__column{flex:0 0 13.5rem}.stw-csp-site__config{margin:0 0 .5rem;border:1px solid var(--stw-border);border-radius:10px;background:color-mix(in srgb,var(--stw-accent) 4%,var(--stw-surface))}.stw-csp-site__config-summary{padding:.55rem .75rem;cursor:pointer;font-size:.85rem;font-weight:600;list-style:none}.stw-csp-site__config-summary::-webkit-details-marker{display:none}.stw-csp-slot-table{min-width:640px}.stw-csp-slot-table .stw-input--compact{min-width:7rem}.stw-csp-slot-table__actions{white-space:nowrap}.stw-csp-slot-table__actions .stw-btn-secondary+.stw-btn-secondary{margin-left:.35rem}.stw-csp-slot-table__assigned{font-size:.85rem;white-space:nowrap}.stw-csp-slot-table__add-row td{border-top:2px solid var(--stw-border)}.stw-csp-delete-prompt{margin:0 .75rem .75rem;padding:.75rem;border:1px solid color-mix(in srgb,var(--stw-danger, #c0392b) 35%,var(--stw-border));border-radius:8px;background:color-mix(in srgb,var(--stw-danger, #c0392b) 6%,var(--stw-surface))}.stw-csp-delete-prompt p{margin:0 0 .5rem}.stw-csp-delete-prompt__choices{margin:.5rem 0}.stw-csp-delete-prompt__choices .stw-radio{display:block;margin:.35rem 0;font-size:.9rem;cursor:pointer}.stw-csp-delete-prompt__choices .stw-radio input{margin-right:.4rem}.stw-csp-delete-prompt__actions{display:flex;gap:.5rem;margin-top:.75rem}.stw-csp-site__empty-slots{margin:0 .75rem .75rem;font-size:.85rem}.stw-btn-secondary--danger{border-color:color-mix(in srgb,var(--stw-danger, #c0392b) 50%,var(--stw-border));color:var(--stw-danger, #c0392b)}.stw-btn-secondary--compact{padding:.35rem .65rem;font-size:.82rem}.stw-sheet-grid--csp.stw-sheet-grid--wrap{margin:0}.stw-context-list{display:grid;gap:.75rem}@media (min-width: 640px){.stw-context-list{grid-template-columns:repeat(2,1fr)}}.stw-context-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;text-align:left;padding:1rem;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface);cursor:pointer}.stw-attendance-hub__header{margin-bottom:1rem}.stw-attendance-hub__header h1{margin:0 0 .25rem}.stw-attendance-hub__adhoc-btn{margin-top:.65rem;width:auto}.stw-attendance-adhoc-modal{max-width:28rem}.stw-attendance-adhoc-modal__hint{margin:.35rem 0 0;font-size:.85rem}.stw-attendance-adhoc-modal select option.stw-select-section-label{font-weight:700;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--stw-text-muted)}.stw-attendance-active-list{display:flex;flex-direction:column;gap:.65rem}.stw-attendance-active-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem 1rem;padding:.85rem 1rem;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface)}.stw-attendance-active-card--upcoming{opacity:.92}.stw-attendance-active-card__info{min-width:0}.stw-attendance-active-card__meta{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-top:.25rem;font-size:.9rem}.stw-attendance-active-card__title{display:block;font-size:1rem;line-height:1.35}.stw-attendance-active-card__aside{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;flex-shrink:0}.stw-attendance-active-card__aside .stw-badge{white-space:nowrap}.stw-attendance-active-card__action{width:auto;min-width:7.5rem;padding-inline:.85rem}.stw-attendance-hub__refresh{margin:.35rem 0 0;font-size:.85rem}@media (max-width: 640px){.stw-attendance-active-card{grid-template-columns:1fr;align-items:stretch}.stw-attendance-active-card__aside{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.stw-attendance-active-card__action{min-width:0;flex:0 1 auto}}.stw-attendance-hub__empty{padding:1.25rem}.stw-badge--live{background:#3eb8c426;color:#339ca6;border:1px solid rgba(62,184,196,.35)}.stw-badge--upcoming{background:#2b6cb01f;color:#255d97;border:1px solid rgba(43,108,176,.3)}.stw-badge--in-progress{background:#f5a62324;color:#db8c0a;border:1px solid rgba(245,166,35,.35)}.stw-badge--submitted{background:#16365f14;color:var(--stw-text);border:1px solid var(--stw-border)}.stw-badge--just-ended{background:#f5a6231f;color:#d1860a;border:1px solid rgba(245,166,35,.35)}.stw-rollcall-update-banner{display:flex;flex-direction:column;gap:.15rem;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(245,166,35,.35);background:#f5a6231a;margin-bottom:.5rem}body.stw-rollcall-staff-page{overflow:hidden;height:100dvh}body.stw-rollcall-staff-page .stw-app-shell{height:100dvh;overflow:hidden}body.stw-rollcall-staff-page .stw-app-main{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}body.stw-rollcall-staff-page .stw-dashboard-page{padding:0}body.stw-rollcall-staff-page .stw-rollcall-scroll{user-select:auto;-webkit-user-select:auto}.stw-rollcall{display:block}.stw-rollcall--staff .stw-rollcall-head{padding:.65rem max(.75rem,env(safe-area-inset-left)) .75rem max(.75rem,env(safe-area-inset-right))}.stw-rollcall--staff .stw-rollcall-head .stw-rollcall-head__back,.stw-rollcall--staff .stw-rollcall-head .stw-btn-back{margin-bottom:0}.stw-rollcall--staff .stw-rollcall-scroll{display:flex;flex-direction:column;gap:.75rem;padding:.75rem max(.75rem,env(safe-area-inset-left)) 0 max(.75rem,env(safe-area-inset-right))}.stw-rollcall-head{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;gap:.35rem;padding:.35rem 0 .75rem;background:var(--stw-page-bg, var(--stw-bg));border-bottom:1px solid var(--stw-border);box-shadow:0 4px 12px #16365f0f}.stw-rollcall-head__back{margin-bottom:0;align-self:flex-start}.stw-rollcall-head__title{margin:0;font-size:1.15rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stw-rollcall-head__meta{margin:0;font-size:.85rem;line-height:1.35}.stw-rollcall-head__submit{width:100%;margin-top:.15rem}.stw-rollcall-scroll{display:flex;flex-direction:column;gap:.75rem;padding-top:.75rem}.stw-session-shell__main:has(.stw-rollcall){display:flex;flex-direction:column;overflow:hidden}.stw-session-shell__main .stw-rollcall{flex:1;min-height:0;display:flex;flex-direction:column}.stw-session-shell__main .stw-rollcall-head{flex-shrink:0;position:static;padding:.35rem 0 .75rem}.stw-session-shell__main .stw-rollcall-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.stw-rollcall-header{display:flex;flex-direction:column;gap:.5rem}.stw-rollcall-header h1{margin:0;font-size:1.35rem}.stw-rollcall-header__actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.stw-rollcall-header__actions .stw-btn-back{margin-bottom:0}.stw-rollcall-header__actions .stw-btn-primary{width:auto;flex:0 0 auto}.stw-rollcall-grid-wrap{overflow-x:auto;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface-group, var(--stw-surface))}.stw-rollcall-grid{width:100%;border-collapse:collapse;font-size:.95rem}.stw-rollcall-grid thead th{padding:.5rem .65rem;text-align:center;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--stw-muted);background:var(--stw-surface-raised, var(--stw-surface));border-bottom:1px solid var(--stw-border)}.stw-rollcall-grid tbody th,.stw-rollcall-grid tbody td{padding:.35rem .5rem;border-bottom:1px solid var(--stw-border);vertical-align:middle}.stw-rollcall-grid tbody tr:last-child th,.stw-rollcall-grid tbody tr:last-child td{border-bottom:none}.stw-rollcall-grid--disabled{opacity:.65}.stw-rollcall-grid tbody tr.stw-rollcall-grid__row--pending .stw-rollcall-grid__name{color:var(--stw-text-muted);font-style:italic}.stw-rollcall-grid__name-col{text-align:left!important;width:100%}.stw-rollcall-grid__status-col{width:3.25rem}@media (max-width: 899px){.stw-rollcall-grid__status-col{width:2.75rem;padding-inline:.25rem}}.stw-rollcall-grid__name{text-align:left;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}@media (max-width: 899px){.stw-rollcall-grid__name{max-width:9rem;font-size:.88rem}}.stw-rollcall-grid__status{text-align:center}.stw-rollcall-grid__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-size:.95rem;cursor:pointer;text-decoration:none;transition:opacity .15s ease,transform .15s ease;min-height:44px;min-width:44px;background:transparent;color:#2b6cb0;border:1px solid rgba(43,108,176,.35);width:2.75rem;min-width:2.75rem;height:2.75rem;padding:0;font-weight:700;font-size:.85rem}.stw-rollcall-grid__btn:disabled{opacity:.55;cursor:not-allowed}.stw-rollcall-grid__btn:hover:not(:disabled){border-color:#e8890c;color:#e8890c}.stw-rollcall-grid__btn--active{background:#2b6cb0;color:#fff;border-color:#2b6cb0}.stw-rollcall-list{display:flex;flex-direction:column;gap:.75rem}.stw-rollcall-row{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);padding:.75rem 1rem}.stw-rollcall-name{display:block;font-weight:600;margin-bottom:.5rem}.stw-status-toggle{display:flex;flex-wrap:wrap;gap:.35rem}.stw-status-toggle--disabled{opacity:.6}.stw-status-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;transition:opacity .15s ease,transform .15s ease;min-width:44px;background:transparent;color:#2b6cb0;border:1px solid rgba(43,108,176,.35);padding:.45rem .75rem;min-height:44px}.stw-status-btn:disabled{opacity:.55;cursor:not-allowed}.stw-status-btn:hover:not(:disabled){border-color:#e8890c;color:#e8890c}.stw-status-btn.active{background:#2b6cb0;color:#fff;border-color:#2b6cb0}.stw-rollcall-actions{display:flex;gap:.75rem;position:sticky;bottom:0;padding:.75rem 0;background:var(--stw-page-bg, var(--stw-bg));border-top:1px solid var(--stw-border);margin-top:.25rem}.stw-rollcall-actions .stw-btn-primary,.stw-rollcall-actions .stw-btn-secondary{width:auto;flex:1}.stw-schedule-view__header{margin-bottom:1rem}.stw-schedule-view__header h2{margin:0 0 .35rem}.stw-schedule-view--mobile-compact{margin-top:-.25rem}.stw-schedule-view--desktop-compact{margin-top:-.35rem}@media (min-width: 900px){.stw-schedule-view__timeline-hint{display:none}}.stw-schedule-view__fixed-toolbar{position:fixed;top:var(--stw-app-chrome-height, 3.25rem);left:var(--stw-schedule-toolbar-left, 0);width:var(--stw-schedule-toolbar-width, 100%);z-index:90;box-sizing:border-box;margin:0;padding:.5rem max(.75rem,env(safe-area-inset-right)) .5rem max(.75rem,env(safe-area-inset-left));background:var(--stw-surface);border-bottom:1px solid var(--stw-border);box-shadow:0 2px 10px #0f172a1a}.stw-schedule-view__toolbar-spacer{height:var(--stw-schedule-toolbar-height, 0);flex-shrink:0}.stw-schedule-view__fixed-toolbar-inner{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0}.stw-schedule-view__fixed-toolbar-group{display:flex;align-items:center;flex:0 0 auto;min-width:0}.stw-schedule-view__fixed-toolbar-group .stw-schedule-preview-mode__controls{display:flex;flex-wrap:nowrap;gap:.35rem}.stw-schedule-view__fixed-toolbar-group--scope{flex:0 0 auto}.stw-schedule-view__fixed-toolbar-divider{flex:0 0 1px;align-self:stretch;min-height:1.75rem;margin:0 .65rem;background:var(--stw-border)}@media (max-width: 899px){.stw-dashboard-page:has(.stw-schedule-view--mobile-compact) .stw-dashboard-welcome{display:none}.stw-schedule-view__fixed-toolbar-inner{flex-wrap:wrap;row-gap:.4rem}}.stw-schedule-staff-mobile-list{display:flex;flex-direction:column;gap:1rem}.stw-schedule-staff-mobile-day-wrap{touch-action:pan-y}.stw-schedule-staff-mobile-day{display:block}.stw-schedule-staff-mobile-day .stw-schedule-builder{min-height:20rem;width:100%;min-width:0}.stw-schedule-preview-mode--staff-mobile{margin-bottom:.75rem}.stw-schedule-view__placeholder,.stw-schedule-admin__placeholder{padding:1.25rem}.stw-schedule-view__placeholder h3,.stw-schedule-admin__placeholder h3{margin:0 0 .5rem}.stw-schedule-workspace{display:flex;gap:1rem;align-items:stretch;max-width:100%;min-height:0;max-height:calc(100vh - 13.5rem);overflow:hidden}.stw-schedule-workspace__main{flex:1;min-width:0;min-height:0;max-width:100%;display:flex;flex-direction:column;overflow:hidden}.stw-schedule-workspace__main .stw-schedule-filter{flex-shrink:0}.stw-schedule-workspace__main app-schedule-builder{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.stw-schedule-workspace__main .stw-schedule-day-preview__grid{flex:1 1 auto;min-height:0;min-width:0;display:flex;flex-direction:column}.stw-schedule-workspace__main .stw-schedule-day-preview__grid app-schedule-builder{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.stw-schedule-workspace .stw-schedule-builder__scroll{flex:1 1 auto;min-height:0;max-height:none;overflow:auto}.stw-session-schedule .stw-schedule-workspace{max-height:calc(100vh - 14.5rem)}.stw-schedule-workspace--day-preview{align-items:stretch}.stw-schedule-workspace--day-preview.stw-schedule-workspace--split-drag{cursor:col-resize;-webkit-user-select:none;user-select:none}.stw-schedule-workspace--day-preview .stw-schedule-workspace__main{flex:0 0 auto;min-width:0;overflow:hidden;display:flex;flex-direction:column}.stw-schedule-workspace--day-preview .stw-schedule-day-preview__grid{flex:1 1 auto;width:100%;min-width:0;min-height:0;display:flex;flex-direction:column}.stw-schedule-workspace--day-preview .stw-schedule-day-preview__grid app-schedule-builder,.stw-schedule-workspace--day-preview .stw-schedule-day-preview__grid .stw-schedule-builder-host{flex:1 1 auto;width:100%;min-width:0;min-height:0}.stw-schedule-workspace--day-preview .stw-schedule-day-preview__grid .stw-schedule-builder__scroll{flex:1 1 auto;width:100%;max-width:100%;max-height:calc(100vh - 14.5rem);overflow-x:hidden;overflow-y:auto}.stw-schedule-workspace--day-preview .stw-schedule-day-preview__grid .stw-schedule-builder{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.stw-schedule-workspace--day-preview .stw-schedule-day-preview__list{flex:1 1 auto;width:auto;min-width:16rem;max-width:none}.stw-schedule-day-preview__splitter{flex:0 0 .5rem;width:.5rem;align-self:stretch;margin:0 -.1rem;cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none;position:relative;z-index:2}.stw-schedule-day-preview__splitter:before{content:"";position:absolute;top:.75rem;bottom:.75rem;left:50%;width:3px;transform:translate(-50%);border-radius:4px;background:var(--stw-border);transition:background .12s ease}.stw-schedule-day-preview__splitter:hover:before,.stw-schedule-workspace--split-drag .stw-schedule-day-preview__splitter:before{background:color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border))}.stw-session-schedule__hints{margin-top:.75rem;flex-shrink:0}.stw-session-schedule__hints p{margin:0 0 .35rem}.stw-session-schedule__hints p:last-child{margin-bottom:0}.stw-session-schedule__header{flex-wrap:nowrap;align-items:center;gap:.65rem 1rem;padding-top:.75rem;padding-bottom:.75rem}.stw-session-schedule__title{margin:0;flex:0 0 auto;font-size:1.05rem;white-space:nowrap}.stw-session-schedule__tips{flex:1 1 auto;min-width:0;margin:0;font-size:.82rem;line-height:1.35}.stw-session-schedule__tip-keys{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.25rem .35rem;margin-left:.35rem;padding:.15rem .45rem;border-radius:6px;background:color-mix(in srgb,var(--stw-blue) 8%,var(--stw-surface));border:1px solid color-mix(in srgb,var(--stw-blue) 18%,var(--stw-border))}.stw-session-schedule__tip-keys kbd{display:inline-block;padding:.05rem .35rem;border-radius:4px;border:1px solid color-mix(in srgb,var(--stw-blue) 25%,var(--stw-border));background:var(--stw-surface);font-family:inherit;font-size:.78rem;font-weight:600;color:var(--stw-heading);box-shadow:0 1px color-mix(in srgb,var(--stw-border) 60%,transparent)}.stw-session-schedule__tip-sep{opacity:.55;-webkit-user-select:none;user-select:none}@media (max-width: 900px){.stw-session-schedule__header{flex-wrap:wrap}.stw-session-schedule__tips{flex-basis:100%;order:3}}.stw-schedule-palette{width:18rem;flex-shrink:0;min-height:0;max-height:100%;overflow-y:auto;border:1px solid var(--stw-border);border-radius:12px;padding:.75rem;background:var(--stw-surface);box-sizing:border-box}.stw-schedule-palette__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.stw-schedule-palette__header h3{margin:0;font-size:.95rem}.stw-schedule-palette__hint{font-size:.8rem;margin:0 0 .75rem}.stw-schedule-palette__list{list-style:none;margin:0;padding:0}.stw-schedule-palette__item{display:flex;align-items:center;gap:.5rem;padding:.45rem 0;border-bottom:1px solid var(--stw-border)}.stw-schedule-palette__item:last-child{border-bottom:none}.stw-schedule-palette__swatch{width:.65rem;height:2rem;border-radius:4px;flex-shrink:0}.stw-schedule-palette__item-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem;font-size:.85rem}.stw-schedule-palette__item-actions{display:flex;flex-direction:row;gap:.2rem;flex-shrink:0}.stw-schedule-palette__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border:1px solid var(--stw-border);border-radius:6px;background:transparent;color:var(--stw-text-muted);cursor:pointer;padding:0}.stw-schedule-palette__icon-btn:hover{color:var(--stw-text);border-color:color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border))}.stw-schedule-palette__icon-btn--danger:hover{color:#ef4444;border-color:color-mix(in srgb,#ef4444 45%,var(--stw-border))}.stw-schedule-palette__color-row{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.stw-schedule-palette__color-swatch{width:1.35rem;height:1.35rem;border-radius:4px;border:2px solid transparent;cursor:pointer;padding:0}.stw-schedule-palette__color-swatch--selected{border-color:var(--stw-text);box-shadow:0 0 0 1px var(--stw-surface)}.stw-schedule-palette__hex-label{margin-top:.35rem}.stw-schedule-palette__item--draggable{cursor:grab}.stw-schedule-palette__item--draggable:active{cursor:grabbing}.stw-schedule-palette__list--drag-active{opacity:.92}.stw-schedule-builder__scroll{overflow-x:auto;overflow-y:auto;max-width:100%;max-height:min(72rem,85vh);padding-bottom:.25rem}.stw-schedule-builder-host{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.stw-schedule-builder-host .stw-schedule-builder__scroll{flex:1 1 auto;min-height:0}.stw-schedule-builder{--stw-schedule-day-width: 15rem;--stw-schedule-day-header-height: 2.25rem;--stw-schedule-day-header-offset: calc(var(--stw-schedule-day-header-height) + .25rem);--stw-schedule-grid-hour-line: color-mix(in srgb, var(--stw-text) 16%, transparent);--stw-schedule-grid-half-line: color-mix(in srgb, var(--stw-text) 11%, transparent);--stw-schedule-grid-quarter-line: color-mix(in srgb, var(--stw-text) 8%, transparent);--stw-schedule-grid-five-line: color-mix(in srgb, var(--stw-text) 5%, transparent);display:flex;flex-direction:column;gap:0;border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface);padding:.5rem;min-height:28rem;box-sizing:border-box;width:fit-content;min-width:100%}.stw-schedule-builder--drag-active .stw-schedule-builder__day-grid{outline:1px dashed color-mix(in srgb,var(--stw-blue) 45%,transparent)}.stw-schedule-builder--saving{opacity:.92;pointer-events:none}.stw-schedule-builder--zoom-drag{-webkit-user-select:none;user-select:none}.stw-schedule-builder--time-zoom-drag{cursor:ns-resize}.stw-schedule-builder--time-zoom-drag .stw-schedule-builder__time-axis{background:color-mix(in srgb,var(--stw-blue) 8%,transparent)}.stw-schedule-builder--day-zoom-drag{cursor:ew-resize}.stw-schedule-builder--day-zoom-drag .stw-schedule-builder__day-width-axis{background:color-mix(in srgb,var(--stw-blue) 8%,transparent)}.stw-schedule-builder--day-nav{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.stw-schedule-builder--day-nav .stw-schedule-builder__header-band{width:100%;max-width:100%;box-sizing:border-box}.stw-schedule-builder--day-nav .stw-schedule-builder__body-band{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.stw-schedule-builder--day-nav .stw-schedule-builder__day-header-band{flex:1 1 0;min-width:0;width:0;max-width:100%;cursor:default}.stw-schedule-builder--day-nav .stw-schedule-builder__day-headers{width:100%;min-width:0;max-width:100%}.stw-schedule-builder--day-nav .stw-schedule-builder__day-header{flex:1 1 0;width:100%;min-width:0;max-width:100%}.stw-schedule-builder--day-nav .stw-schedule-builder__days{flex:1 1 0;width:0;min-width:0;max-width:100%}.stw-schedule-builder--day-nav .stw-schedule-builder__day{flex:1 1 0;width:100%;min-width:0;max-width:100%}.stw-schedule-builder--day-nav .stw-schedule-builder__day-grid{width:100%;max-width:100%}.stw-schedule-builder__time-axis{width:3.5rem;flex-shrink:0;position:sticky;left:0;z-index:30;align-self:flex-start;font-size:.7rem;color:var(--stw-text-muted);cursor:ns-resize;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:6px;background:var(--stw-surface);box-shadow:2px 0 6px color-mix(in srgb,#000 8%,transparent)}.stw-schedule-builder__time-axis:hover{background:color-mix(in srgb,var(--stw-border) 35%,var(--stw-surface))}.stw-schedule-builder__header-band{display:flex;gap:.5rem;position:sticky;top:0;z-index:35;flex-shrink:0;padding:.5rem .5rem .25rem;background:var(--stw-surface);box-shadow:0 2px 8px color-mix(in srgb,#000 10%,transparent)}.stw-schedule-builder__body-band{display:flex;gap:.5rem;padding:0 .5rem .5rem;align-items:flex-start}.stw-schedule-builder__time-axis-corner{width:3.5rem;flex-shrink:0;height:var(--stw-schedule-day-header-height, 2.25rem);position:sticky;left:0;z-index:36;background:var(--stw-surface);border-radius:6px}.stw-schedule-builder__day-header-band{position:relative;flex:1 0 auto;min-width:max-content;min-height:var(--stw-schedule-day-header-height, 2.25rem)}.stw-schedule-builder__day-width-axis{position:absolute;inset:0;z-index:3;cursor:ew-resize;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:6px}.stw-schedule-builder__day-width-axis:hover{background:color-mix(in srgb,var(--stw-border) 35%,transparent)}.stw-schedule-builder__day-headers{position:relative;z-index:4;display:flex;gap:.5rem;min-width:max-content;pointer-events:none}.stw-schedule-builder__time-axis-track{position:relative;flex-shrink:0;width:100%}.stw-schedule-builder__time-mark{position:absolute;left:0;right:0;line-height:1;padding-right:.2rem;text-align:right;white-space:nowrap;pointer-events:none}.stw-schedule-builder__time-mark--hour{font-size:.7rem;font-weight:600;color:var(--stw-text-muted)}.stw-schedule-builder__time-mark--half{font-size:.62rem;font-weight:500;color:color-mix(in srgb,var(--stw-text-muted) 78%,transparent)}.stw-schedule-builder__time-mark--quarter{font-size:.58rem;font-weight:500;color:color-mix(in srgb,var(--stw-text-muted) 62%,transparent)}.stw-schedule-builder__days-column{display:flex;flex-direction:column;flex:1 0 auto;min-width:0}.stw-schedule-builder__day-width-axis--legacy{display:none}.stw-schedule-builder__days{display:flex;flex:1 0 auto;gap:.5rem;min-width:max-content}.stw-schedule-builder__day{flex:0 0 var(--stw-schedule-day-width);width:var(--stw-schedule-day-width);display:flex;flex-direction:column}.stw-schedule-builder__day-header{flex:0 0 var(--stw-schedule-day-width);width:var(--stw-schedule-day-width);display:flex;align-items:center;justify-content:center;gap:.15rem;text-align:center;font-size:.8rem;font-weight:700;height:var(--stw-schedule-day-header-height, 2.25rem);line-height:1.1;padding:0 .2rem;box-sizing:border-box;border-bottom:1px solid var(--stw-border);cursor:default;background:transparent;pointer-events:none}.stw-schedule-builder__day-header--paste-target{background:color-mix(in srgb,var(--stw-blue) 12%,var(--stw-surface));border-radius:6px 6px 0 0}.stw-schedule-builder__day-header--navigable{padding-inline:0}.stw-schedule-builder__day-header-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;padding:0 .15rem}.stw-schedule-builder__day-nav{flex:0 0 1.35rem;width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--stw-border);border-radius:6px;background:var(--stw-surface);color:var(--stw-text);font-size:1rem;line-height:1;padding:0;cursor:pointer;pointer-events:auto;position:relative;z-index:4}.stw-schedule-builder__day-nav:hover{border-color:color-mix(in srgb,var(--stw-blue) 45%,var(--stw-border));color:var(--stw-blue)}.stw-schedule-builder__day-grid{position:relative;flex:1;min-height:var(--stw-schedule-grid-height, 54rem);background:color-mix(in srgb,var(--stw-border) 18%,transparent);border-radius:8px;overflow:hidden}.stw-schedule-builder__day-grid--drop-target{background:color-mix(in srgb,var(--stw-blue) 12%,var(--stw-surface));outline:2px solid color-mix(in srgb,var(--stw-blue) 55%,transparent)}.stw-schedule-builder__day-grid-lines{position:absolute;inset:0;z-index:0;pointer-events:none}.stw-schedule-builder__grid-line{position:absolute;left:0;right:0;height:0;border-top-width:1px;border-top-style:solid;border-top-color:var(--stw-schedule-grid-hour-line)}.stw-schedule-builder__grid-line--hour{border-top-style:solid;border-top-color:var(--stw-schedule-grid-hour-line)}.stw-schedule-builder__grid-line--half{border-top-style:dashed;border-top-color:var(--stw-schedule-grid-half-line)}.stw-schedule-builder__grid-line--quarter{border-top-style:dotted;border-top-color:var(--stw-schedule-grid-quarter-line)}.stw-schedule-builder__grid-line--five{border-top-style:dotted;border-top-color:var(--stw-schedule-grid-five-line)}.stw-schedule-builder__now-line{position:absolute;left:0;right:0;height:0;z-index:85;pointer-events:none;border-top:2px solid var(--stw-schedule-now-line, #ef4444);filter:drop-shadow(0 0 1px var(--stw-surface)) drop-shadow(0 0 2px color-mix(in srgb,#000 35%,transparent))}.stw-schedule-builder__now-line:before{content:"";position:absolute;left:0;top:-5px;width:10px;height:10px;border-radius:50%;background:var(--stw-schedule-now-line, #ef4444);box-shadow:0 0 0 2px var(--stw-surface),0 0 0 3px color-mix(in srgb,var(--stw-schedule-now-line, #ef4444) 45%,transparent)}.stw-schedule-builder__block{position:absolute;min-width:0;max-width:100%;min-height:.28rem;border-radius:6px;border:1px solid color-mix(in srgb,var(--stw-schedule-block-border, #1e293b) 35%,transparent);padding:0;font-size:.72rem;color:var(--stw-text);background:color-mix(in srgb,var(--stw-schedule-block-fill, #2563eb) 78%,#0f172a);overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column;z-index:1}.stw-schedule-builder__block--selected{z-index:2;border-color:color-mix(in srgb,var(--stw-schedule-block-fill, #2563eb) 55%,transparent);box-shadow:0 0 0 1px var(--stw-surface),0 0 0 2px color-mix(in srgb,var(--stw-schedule-block-fill, #2563eb) 50%,transparent)}.stw-schedule-builder__block--hovered:not(.stw-schedule-builder__block--selected){z-index:2;box-shadow:0 0 0 1px var(--stw-surface),0 0 0 2px color-mix(in srgb,var(--stw-text) 28%,transparent)}.stw-schedule-builder__block--preview{z-index:100;opacity:.78;box-shadow:0 2px 10px color-mix(in srgb,#000 28%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--stw-surface) 55%,transparent);outline:2px dashed color-mix(in srgb,var(--stw-text) 50%,transparent);outline-offset:-1px}.stw-schedule-builder__block--dimmed{opacity:.22;filter:grayscale(.5)}.stw-schedule-builder__block--named-staff-warn{outline:2px dashed color-mix(in srgb,var(--stw-warning, #d97706) 70%,transparent);outline-offset:-1px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-warning, #d97706) 25%,transparent)}.stw-schedule-builder__block--overnight-cont{border-style:dashed}.stw-schedule-builder__block--attendance{cursor:pointer;outline:1px dashed color-mix(in srgb,#f59e0b 55%,transparent)}.stw-schedule-builder__block--attendance:hover{outline-width:2px;box-shadow:0 0 0 1px color-mix(in srgb,#f59e0b 25%,transparent)}.stw-schedule-builder__block--label-compact .stw-schedule-builder__block-body,.stw-schedule-builder__block--label-compact .stw-schedule-builder__block-readonly{padding:.04rem .12rem}.stw-schedule-builder__block--label-compact .stw-schedule-builder__label-line--time,.stw-schedule-builder__block--label-compact .stw-schedule-builder__desc{display:none}.stw-schedule-builder__block--label-compact .stw-schedule-builder__label{font-size:.58rem;font-weight:600;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stw-schedule-builder__block--label-short .stw-schedule-builder__block-body,.stw-schedule-builder__block--label-short .stw-schedule-builder__block-readonly{padding:.08rem .18rem}.stw-schedule-builder__block--label-short .stw-schedule-builder__label{font-size:.64rem;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stw-schedule-builder__block-body,.stw-schedule-builder__block-readonly{flex:1;padding:.2rem .3rem;min-height:0;overflow:hidden}.stw-schedule-builder__block-readonly{cursor:pointer}.stw-schedule-builder__block-body{cursor:grab;touch-action:none}.stw-schedule-builder__block-body:active{cursor:grabbing}.stw-schedule-builder__label-line{line-height:1.15;max-width:100%}.stw-schedule-builder__label-line--time{margin-top:.05rem}.stw-schedule-builder__label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;color:#fff;-webkit-font-smoothing:antialiased;paint-order:stroke fill;-webkit-text-stroke:.045em rgba(15,23,42,.88)}.stw-schedule-builder__label--small{font-weight:600;font-size:.66rem;-webkit-text-stroke-width:.04em}.stw-schedule-builder__overnight-tag{font-weight:600;opacity:.85}.stw-schedule-builder__desc{margin-top:.12rem;opacity:.95}.stw-schedule-builder__resize{position:relative;z-index:3;height:8px;flex-shrink:0;touch-action:none}.stw-schedule-builder__resize--top{cursor:n-resize;margin-bottom:-4px}.stw-schedule-builder__resize--bottom{cursor:s-resize;margin-top:-4px}.stw-schedule-builder__block-time{opacity:.85}.stw-schedule-filter{margin-bottom:.75rem}.stw-schedule-filter__chips{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-top:.35rem}.stw-schedule-filter__chip{border:1px solid var(--stw-border);border-radius:999px;padding:.2rem .65rem;font-size:.78rem;background:var(--stw-surface);color:var(--stw-text);cursor:pointer}.stw-schedule-filter__chip--active{border-color:color-mix(in srgb,var(--stw-accent, var(--stw-blue)) 75%,var(--stw-border));background:color-mix(in srgb,var(--stw-accent, var(--stw-blue)) 28%,var(--stw-surface));color:var(--stw-text);font-weight:600;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--stw-accent, var(--stw-blue)) 35%,transparent)}.stw-schedule-filter__chip--clear{min-width:1.65rem;padding:.2rem .45rem;font-size:.95rem;line-height:1}.stw-schedule-filter__chip--disabled{opacity:.35;cursor:default}.stw-schedule-filter__hint{margin:.35rem 0 0;font-size:.78rem}.stw-schedule-event-editor{max-width:56rem;width:min(56rem,96vw);max-height:min(92vh,56rem);display:flex;flex-direction:column}.stw-schedule-event-editor__body{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex:1;min-height:0;padding-right:.15rem}.stw-schedule-event-editor__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 36rem){.stw-schedule-event-editor__row{grid-template-columns:1fr}}.stw-schedule-event-editor__row--checks{grid-template-columns:1fr}.stw-schedule-event-editor__title-input{width:100%;margin:0;padding:.35rem .5rem;font-size:1.15rem;font-weight:700;line-height:1.25;border:1px solid var(--stw-border);border-radius:8px;background:var(--stw-surface);color:var(--stw-text);box-sizing:border-box}.stw-schedule-event-editor__title-input:focus{outline:2px solid color-mix(in srgb,var(--stw-blue) 45%,transparent);border-color:color-mix(in srgb,var(--stw-blue) 55%,transparent)}.stw-schedule-event-editor__title-input::placeholder{color:var(--stw-text-muted);font-weight:600}.stw-schedule-event-editor__meta{margin:.35rem 0 0}.stw-schedule-event-editor__checks{display:flex;flex-wrap:wrap;gap:.75rem}.stw-schedule-event-editor__hint{margin:.25rem 0 0;font-size:.78rem}.stw-schedule-event-editor__color-section{border-top:1px solid var(--stw-border);padding-top:.75rem;margin-top:.25rem}.stw-schedule-event-editor__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.stw-schedule-event-editor__heading{flex:1;min-width:0}.stw-schedule-event-editor__delete{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid var(--stw-border);border-radius:8px;background:transparent;color:var(--stw-text-muted);cursor:pointer;flex-shrink:0}.stw-schedule-event-editor__delete:hover:not(:disabled){color:#ef4444;border-color:color-mix(in srgb,#ef4444 45%,var(--stw-border))}.stw-schedule-event-editor__delete:disabled{opacity:.5;cursor:not-allowed}.stw-schedule-event-editor__csp-link{margin-bottom:.75rem}.stw-schedule-event-viewer{max-width:28rem;width:min(28rem,94vw);padding:1rem 1.15rem 1.15rem}.stw-schedule-event-viewer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.stw-schedule-event-viewer__header h2{margin:0;font-size:1.1rem;line-height:1.3}.stw-schedule-event-viewer__meta{margin:.35rem 0 .85rem}.stw-schedule-event-viewer__details{margin:0 0 1rem;display:grid;gap:.55rem}.stw-schedule-event-viewer__details div{display:grid;gap:.15rem}.stw-schedule-event-viewer__details dt{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--stw-text-muted)}.stw-schedule-event-viewer__details dd{margin:0;line-height:1.45}.stw-schedule-event-viewer__actions{display:flex;flex-direction:column;gap:.5rem}.stw-confirm-dialog__panel{max-width:24rem}.stw-confirm-dialog__message{margin:0 0 1rem;color:var(--stw-text-muted)}.stw-btn-primary--danger{background:#dc2626;border-color:#dc2626}.stw-btn-primary--danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.stw-schedule-preview-mode{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.65rem;flex-shrink:0}.stw-schedule-preview-mode__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.stw-schedule-preview-mode__day-picker{display:inline-flex;align-items:center;gap:.35rem}.stw-schedule-preview-mode__day-picker .stw-input{min-width:9rem}.stw-schedule-day-preview__list{flex:0 0 22rem;width:22rem;max-width:34%;min-height:0;display:flex;flex-direction:column;gap:.65rem;overflow:hidden;border:1px solid var(--stw-border);border-radius:12px;padding:.75rem;background:var(--stw-surface);box-sizing:border-box}.stw-schedule-list-filter{flex-shrink:0}.stw-schedule-agenda{flex:1 1 auto;min-height:0;overflow-y:auto}.stw-schedule-agenda__day{margin:0 0 .65rem;font-size:.95rem;font-weight:700}.stw-schedule-agenda__segments{display:flex;flex-direction:column;gap:0;border:1px solid var(--stw-border);border-radius:8px;overflow:hidden;font-size:.82rem}.stw-schedule-agenda__segments>.stw-schedule-agenda__box--full:last-child,.stw-schedule-agenda__segments>.stw-schedule-agenda__band:last-child{border-bottom:none}.stw-schedule-agenda__segments>.stw-schedule-agenda__box--full:last-child{border-bottom:none}.stw-schedule-agenda__box{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;width:100%;min-height:3.25rem;padding:.45rem .55rem;border:none;border-bottom:1px solid var(--stw-border);background:var(--stw-surface);text-align:left;cursor:pointer;color:inherit;font:inherit;box-sizing:border-box}.stw-schedule-agenda__box:hover{background:color-mix(in srgb,var(--stw-blue) 6%,var(--stw-surface))}.stw-schedule-agenda__box--full{border-right:none}.stw-schedule-agenda__box--now{background:color-mix(in srgb,#ef4444 8%,var(--stw-surface));box-shadow:inset 3px 0 #ef4444}.stw-schedule-agenda__box--roll-call{outline:1px dashed color-mix(in srgb,#f59e0b 55%,transparent);outline-offset:-1px}.stw-schedule-agenda__box--now.stw-schedule-agenda__box--roll-call{background:color-mix(in srgb,#f59e0b 10%,var(--stw-surface))}.stw-schedule-agenda__box-now-label,.stw-schedule-agenda__box-roll-call-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.stw-schedule-agenda__box-now-label{color:#ef4444}.stw-schedule-agenda__box-roll-call-label{color:color-mix(in srgb,#f59e0b 85%,var(--stw-text))}.stw-schedule-agenda__band{display:flex;align-items:stretch;width:100%;border-bottom:1px solid var(--stw-border)}.stw-schedule-agenda__band:last-child{border-bottom:none}.stw-schedule-agenda__column{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-self:stretch;border-right:1px solid var(--stw-border)}.stw-schedule-agenda__column:last-child{border-right:none}.stw-schedule-agenda__column .stw-schedule-agenda__box{flex:1 1 auto;height:100%;min-height:100%}.stw-schedule-agenda__column .stw-schedule-agenda__box:last-child{border-bottom:none}.stw-schedule-agenda__box-time{font-size:.72rem;font-variant-numeric:tabular-nums;color:var(--stw-text-muted);white-space:nowrap}.stw-schedule-agenda__box-title{font-weight:600;line-height:1.3}.stw-schedule-agenda__box-meta{font-size:.76rem;color:var(--stw-text-muted);line-height:1.3}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%;margin:0;overflow-x:hidden;max-width:100%}body{font-family:Open Sans,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--stw-text);line-height:1.6;background:linear-gradient(160deg,#16365f,#1e4d8c 35%,#2b6cb0 68%,#3eb8c4)}[data-theme=dark] body{background:linear-gradient(160deg,#0a1525,#0f1f35 40%,#1a3a5c)}h1,h2,h3{font-family:Montserrat,sans-serif;color:var(--stw-heading);line-height:1.25}@media (max-width: 767px){h1{font-size:1.65rem;line-height:1.2}}a{color:#2b6cb0;font-weight:600;text-decoration:none}a:hover{color:#e8890c}.stw-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.25rem calc(3rem + env(safe-area-inset-bottom));position:relative;overflow:hidden}.stw-card{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);position:relative;z-index:1;width:100%;max-width:640px;padding:2.5rem 2rem 2.25rem;text-align:center}@media (min-width: 640px){.stw-card{padding:3rem}}.stw-divider{width:72px;height:4px;margin:0 auto 1.5rem;border-radius:999px;background:linear-gradient(90deg,#4a90d9,#f5a623)}.stw-logo{max-width:min(100%,320px);height:auto;display:inline-block}.stw-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;transition:opacity .15s ease,transform .15s ease;min-height:44px;min-width:44px;background:linear-gradient(90deg,#2b6cb0,#1e4d8c);color:#fff;width:100%}.stw-btn-primary:disabled{opacity:.55;cursor:not-allowed}.stw-btn-primary:hover:not(:disabled){opacity:.92}.stw-btn-primary--compact{width:auto;flex:0 0 auto;white-space:nowrap}.stw-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;transition:opacity .15s ease,transform .15s ease;min-height:44px;min-width:44px;background:transparent;color:#2b6cb0;border:1px solid rgba(43,108,176,.35)}.stw-btn-secondary:disabled{opacity:.55;cursor:not-allowed}.stw-btn-secondary:hover:not(:disabled){border-color:#e8890c;color:#e8890c}.stw-btn-back{align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;transition:opacity .15s ease,transform .15s ease;min-height:44px;min-width:44px;background:transparent;color:#2b6cb0;border:1px solid rgba(43,108,176,.35);display:inline-flex;width:auto;padding:.45rem .9rem;font-size:.88rem;margin-bottom:.65rem;text-decoration:none}.stw-btn-back:disabled{opacity:.55;cursor:not-allowed}.stw-btn-back:hover:not(:disabled){border-color:#e8890c;color:#e8890c}.stw-btn-link{background:none;border:none;color:#2b6cb0;font-weight:600;cursor:pointer;padding:.25rem;min-height:44px;min-width:44px}.stw-btn-link:hover{color:#e8890c}.stw-field-group{margin-bottom:1rem;text-align:left}.stw-label{display:block;font-size:.85rem;font-weight:600;color:var(--stw-text-muted);margin-bottom:.35rem;text-align:left}.stw-input{width:100%;padding:.75rem 1rem;border:1px solid var(--stw-border);border-radius:10px;font:inherit;color:var(--stw-text);background:var(--stw-input-bg);min-height:44px;min-width:44px}.stw-input:focus{outline:2px solid rgba(74,144,217,.45);border-color:#4a90d9}.stw-form-error{margin:0 0 .85rem;padding:.7rem .9rem;border-radius:8px;font-size:.88rem;line-height:1.45;text-align:left;white-space:pre-line;border:1px solid color-mix(in srgb,#c53030 45%,var(--stw-border));background:color-mix(in srgb,#c53030 7%,var(--stw-surface));color:#c53030}.stw-lead{font-size:1.05rem;color:var(--stw-text-muted);margin-bottom:1.5rem}@media (max-width: 767px){.stw-lead{font-size:.95rem;margin-bottom:1rem}}.stw-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.45rem .95rem;border-radius:999px;background:linear-gradient(90deg,#f5a62329,#f5a62314);border:1px solid rgba(245,166,35,.35);color:#e8890c;font-family:Montserrat,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stw-app-shell{display:flex;flex-direction:column;background:var(--stw-surface-muted);overflow-x:clip;max-width:100%}.stw-app-main{flex:1;min-height:0;padding:.75rem;padding-top:calc(var(--stw-app-chrome-height, 3.25rem) + .75rem);padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right));padding-bottom:max(.75rem,env(safe-area-inset-bottom));max-width:960px;margin:0 auto;width:100%;min-width:0}@media (min-width: 768px){.stw-app-main{padding:1rem;padding-top:calc(var(--stw-app-chrome-height, 3.25rem) + 1rem)}}.stw-app-main--wide{max-width:1200px}.stw-app-shell--menu-open{overflow:hidden}.stw-app-top{position:fixed;top:0;left:0;right:0;z-index:110;background:var(--stw-surface);border-bottom:2px solid rgba(43,108,176,.18);box-shadow:0 2px 12px #16365f14}.stw-app-header{display:flex;align-items:center;justify-content:space-between;gap:.65rem;width:100%;max-width:100%;padding:calc(.55rem + env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) .55rem max(.75rem,env(safe-area-inset-left))}@media (min-width: 768px){.stw-app-header{padding:calc(.75rem + env(safe-area-inset-top)) 1rem .65rem}}.stw-app-session-bar{padding:0 max(.75rem,env(safe-area-inset-right)) .55rem max(.75rem,env(safe-area-inset-left));border-top:1px solid rgba(43,108,176,.12);background:#4a90d90f}@media (min-width: 768px){.stw-app-session-bar{padding:0 1rem .65rem}}.stw-app-session-bar:not(:has(.stw-session-switcher-host:not([hidden]))){display:none}.stw-header-logo{flex-shrink:0;min-width:0}.stw-header-logo .stw-logo{display:block;height:auto;max-height:2rem;width:auto;max-width:min(11.5rem,58vw)}@media (min-width: 768px){.stw-header-logo .stw-logo{max-height:2.25rem;max-width:min(20rem,320px)}}.stw-header-user{flex-shrink:0;min-width:0;margin-left:auto;display:flex;align-items:center;gap:.35rem}.stw-notif-backdrop{position:fixed;inset:0;z-index:1200;background:transparent}.stw-notif-section h4{margin:0;padding:.45rem 1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--stw-text-muted);background:#2b6cb00f}.stw-notif-list{max-height:14rem;overflow-y:auto}.stw-notif-item{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.75rem 1rem;border:0;border-bottom:1px solid rgba(43,108,176,.08);background:transparent;text-align:left;cursor:pointer}.stw-notif-item:hover{background:#2b6cb00d}.stw-notif-item:last-child{border-bottom:0}.stw-notif-item__content{flex:1;min-width:0}.stw-notif-item__text{display:block;font-size:.9rem;line-height:1.35;color:var(--stw-text)}.stw-notif-item__time{display:block;margin-top:.2rem;font-size:.75rem;color:var(--stw-text-muted)}.stw-notif-item__unread{flex-shrink:0;width:.5rem;height:.5rem;margin-top:.35rem;border-radius:50%;background:#f5a623}.stw-notif-empty{padding:2rem 1rem;text-align:center;color:var(--stw-text-muted)}.stw-notif-popup{position:fixed;top:calc(var(--stw-app-chrome-height, 4rem) + .75rem);right:1rem;width:min(22rem,100vw - 2rem);border-radius:14px;background:linear-gradient(145deg,#16365f,#1e4d8c 55%,color-mix(in srgb,#2b6cb0 70%,#16365f));border:1px solid rgba(74,144,217,.45);box-shadow:0 14px 36px #00000052,inset 0 1px #ffffff14;z-index:1300;border-left:4px solid #3eb8c4;animation:stw-notif-popup-in .25s ease-out;cursor:pointer;color:#fff}.stw-notif-popup--important{border-left-color:#f5a623;background:linear-gradient(145deg,color-mix(in srgb,#e8890c 18%,#16365f),#1e4d8c 55%,color-mix(in srgb,#2b6cb0 65%,#16365f));box-shadow:0 14px 36px #00000052,0 0 0 1px #f5a62347,inset 0 1px #ffffff1a}.stw-notif-popup--warning{border-left-color:var(--stw-warning);background:linear-gradient(145deg,color-mix(in srgb,var(--stw-warning) 14%,#16365f),#1e4d8c 58%,color-mix(in srgb,#2b6cb0 68%,#16365f))}.stw-notif-popup--info{border-left-color:#4a90d9}[data-theme=dark] .stw-notif-popup{background:linear-gradient(145deg,#0a1525,#1a2d4a 45%,#243a5c);border-color:#4a90d959}[data-theme=dark] .stw-notif-popup.stw-notif-popup--important{background:linear-gradient(145deg,color-mix(in srgb,#f5a623 12%,#0a1525),#1a2d4a,#243a5c)}[data-theme=dark] .stw-notif-popup.stw-notif-popup--warning{background:linear-gradient(145deg,color-mix(in srgb,var(--stw-warning) 10%,#0a1525),#1a2d4a,#243a5c)}@keyframes stw-notif-popup-in{0%{transform:translate(12%);opacity:0}to{transform:translate(0);opacity:1}}.stw-notif-popup__content{padding:.85rem 1rem}.stw-notif-popup__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.stw-notif-popup__time{flex:1;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#ffffffb8}.stw-notif-popup__dismiss{border:0;background:transparent;color:#ffffffc7;font-size:1.1rem;line-height:1;cursor:pointer;padding:.15rem .35rem;border-radius:6px}.stw-notif-popup__dismiss:hover{background:#ffffff24;color:#fff}.stw-notif-popup__message{margin:0;font-family:Montserrat,sans-serif;font-size:.92rem;font-weight:600;line-height:1.45;color:#fff}.stw-header-row{display:flex;flex-wrap:nowrap;align-items:center;gap:.65rem;flex:1;min-width:0}.stw-menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;flex-shrink:0;margin-left:auto;padding:.65rem;border:2px solid rgba(43,108,176,.25);border-radius:10px;background:#4a90d91f;cursor:pointer;min-height:44px;min-width:44px}@media (min-width: 768px){.stw-menu-toggle{display:none}}.stw-app-shell--menu-open .stw-menu-toggle{background:#4a90d938;border-color:#2b6cb073}.stw-menu-toggle-bar{display:block;width:1.35rem;height:2px;border-radius:999px;background:#1e4d8c;transition:transform .2s ease,opacity .2s ease}.stw-app-shell--menu-open .stw-menu-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.stw-app-shell--menu-open .stw-menu-toggle-bar:nth-child(2){opacity:0}.stw-app-shell--menu-open .stw-menu-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.stw-top-nav{display:none;gap:.35rem;margin-left:auto}.stw-top-nav a{font-family:Montserrat,sans-serif;font-weight:600;color:var(--stw-text-muted);text-decoration:none;min-height:44px;min-width:44px;white-space:nowrap;padding:.45rem .75rem;border-radius:10px}.stw-top-nav a.active{color:#1e4d8c;font-weight:700;background:#4a90d92e;box-shadow:inset 0 0 0 1px #2b6cb040}.stw-top-nav a:hover{color:#1e4d8c}@media (min-width: 768px){.stw-top-nav{display:flex;flex-wrap:wrap;justify-content:flex-end}}.stw-mobile-menu-backdrop{position:fixed;inset:0;z-index:120;background:var(--stw-page-overlay)}@media (min-width: 768px){.stw-mobile-menu-backdrop{display:none}}.stw-mobile-menu{position:fixed;top:0;right:0;z-index:130;display:flex;flex-direction:column;gap:.35rem;width:min(18rem,85vw);height:100%;padding:calc(4.5rem + env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));background:var(--stw-surface);border-left:2px solid rgba(43,108,176,.22);box-shadow:-8px 0 32px #16365f29;transform:translate(100%);transition:transform .25s ease;overflow-y:auto}.stw-mobile-menu a{font-family:Montserrat,sans-serif;font-weight:600;color:var(--stw-text-muted);text-decoration:none;min-height:44px;min-width:44px;display:block;padding:.85rem 1rem;border-radius:10px;font-size:1rem}.stw-mobile-menu a.active{color:#1e4d8c;font-weight:700;background:#4a90d92e;box-shadow:inset 0 0 0 1px #2b6cb040}.stw-mobile-menu a:hover{color:#1e4d8c}.stw-mobile-menu--open{transform:translate(0)}@media (min-width: 768px){.stw-mobile-menu{display:none}}.stw-session-switcher{width:100%;min-width:0;max-width:28rem}.stw-session-switcher-label{margin-bottom:.2rem;font-size:.75rem}.stw-session-switcher-select{width:100%;min-width:0;padding:.55rem .75rem;font-size:.92rem}.stw-overlay-backdrop{position:fixed;inset:0;background:var(--stw-page-overlay);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.stw-overlay-panel{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);max-width:420px;width:100%;text-align:left;padding:1.75rem}.stw-overlay-panel h2{margin:0 0 1rem;font-size:1.25rem}.stw-overlay-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.stw-overlay-actions--row{flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem}.stw-overlay-actions__spacer{flex:1}.stw-overlay-panel--wide{max-width:480px}.stw-tab-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.stw-tab{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;transition:opacity .15s ease,transform .15s ease;min-height:44px;min-width:44px;background:transparent;color:#2b6cb0;border:1px solid rgba(43,108,176,.35);padding:.5rem 1rem;min-height:auto}.stw-tab:disabled{opacity:.55;cursor:not-allowed}.stw-tab:hover:not(:disabled){border-color:#e8890c;color:#e8890c}.stw-tab.active{background:#1e4d8c;color:#fff;border-color:#1e4d8c}.stw-card--inline{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);text-align:left;padding:1rem;margin-bottom:1rem;max-width:none}@media (min-width: 768px){.stw-card--inline{padding:1.25rem}}.stw-card--link{display:block;text-align:center;text-decoration:none;color:inherit;padding:1.5rem;margin-bottom:.75rem}.stw-link-grid{display:grid;gap:.75rem}@media (min-width: 640px){.stw-link-grid{grid-template-columns:repeat(2,1fr)}}.stw-link-grid--lookup{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:.75rem;align-items:start}.stw-link-grid--lookup .stw-link-grid__col{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.stw-link-grid--lookup .stw-link-grid__spacer{min-width:0}.stw-link-grid--lookup .stw-card--link{width:max-content;min-width:11rem;margin-bottom:0}@media (max-width: 899px){.stw-link-grid--lookup{grid-template-columns:1fr;align-items:stretch}.stw-link-grid--lookup .stw-link-grid__col{align-items:stretch}.stw-link-grid--lookup .stw-link-grid__spacer{display:none}.stw-link-grid--lookup .stw-card--link{width:100%;min-width:0}}.stw-list{list-style:none;padding:0;margin:.5rem 0 0;text-align:left}.stw-list li{padding:.25rem 0}.stw-check{display:flex;align-items:center;gap:.5rem;cursor:pointer}.stw-quick-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}textarea.stw-input{resize:vertical;min-height:4rem}.stw-muted{color:var(--stw-text-muted);font-size:.9rem}.stw-warning-note{margin:0 0 .85rem;padding:.7rem .9rem;border-radius:8px;font-size:.88rem;line-height:1.45;text-align:left;white-space:pre-line;border:1px solid rgba(245,166,35,.3);background:#f5a6231f;color:var(--stw-text)}.stw-success-note{margin:0 0 .85rem;padding:.7rem .9rem;border-radius:8px;font-size:.88rem;line-height:1.45;text-align:left;white-space:pre-line;border:1px solid color-mix(in srgb,#3eb8c4 35%,var(--stw-border));background:color-mix(in srgb,#3eb8c4 8%,var(--stw-surface));color:#30959f}.stw-admin-link{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);padding:1.25rem;text-align:center;font-weight:700;color:var(--stw-heading)}.stw-admin-toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.stw-admin-toolbar .stw-input{flex:1;min-width:140px}.stw-admin-section{margin-bottom:1rem;min-width:0}.stw-admin-section--actions{display:flex;justify-content:flex-start}.stw-admin-section--search{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);padding:1rem}@media (min-width: 768px){.stw-admin-section--search{padding:1.25rem}}.stw-admin-create-link{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:10rem;padding:.65rem 1.25rem;text-decoration:none}.stw-admin-filters{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);padding:0;overflow:hidden}.stw-admin-filters[open] .stw-admin-filters-summary:after{transform:rotate(180deg)}.stw-admin-filters-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;font-family:Montserrat,sans-serif;font-weight:700;color:var(--stw-heading);cursor:pointer;list-style:none;min-height:44px;min-width:44px}.stw-admin-filters-summary::-webkit-details-marker{display:none}.stw-admin-filters-summary:after{content:"\e2\2013\be";flex-shrink:0;font-size:.85rem;color:var(--stw-text-muted);transition:transform .2s ease}.stw-admin-filters-body{padding:0 1rem 1rem;border-top:1px solid var(--stw-border)}.stw-admin-filters-note{margin:.85rem 0 0}.stw-admin-search-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}@media (max-width: 479px){.stw-admin-search-row{grid-template-columns:1fr}.stw-admin-search-row .stw-btn-secondary{width:100%}}.stw-admin-split{display:flex;flex-direction:column;gap:1rem}@media (min-width: 900px){.stw-admin-split{flex-direction:row}}.stw-admin-list{min-width:200px;display:flex;flex-direction:column;gap:.35rem}.stw-admin-list-new{width:100%;margin-bottom:.5rem}.stw-pre{white-space:pre-wrap;font-size:.85rem;background:var(--stw-surface-muted);padding:.75rem;border-radius:8px}.stw-wizard-card{max-width:560px}.stw-wizard-steps{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.stw-wizard-step{width:2.5rem;height:4px;border-radius:999px;background:var(--stw-border)}.stw-wizard-step.active{background:linear-gradient(90deg,#4a90d9,#f5a623)}.stw-placement-card{text-align:left}.stw-placement-header{width:100%;text-align:left;background:none;border:none;padding:0;cursor:pointer;color:inherit}.stw-placement-body{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--stw-border)}.stw-install-hint{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;margin-bottom:1rem}.stw-install-hint p{margin:0;font-size:.92rem;color:var(--stw-text)}.stw-install-prompt{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);position:relative;z-index:111;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1rem;margin:0 .75rem .75rem;border-left:3px solid var(--stw-accent, #3b82f6);pointer-events:auto;touch-action:manipulation}app-install-prompt-banner{display:block;position:relative;z-index:111}.stw-app-update{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);position:fixed;bottom:.75rem;left:50%;transform:translate(-50%);z-index:112;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;width:min(36rem,100vw - 1.5rem);padding:.85rem 1rem;border-left:3px solid var(--stw-accent, #3b82f6);pointer-events:auto;touch-action:manipulation;box-shadow:0 8px 24px #0000002e}.stw-app-update__title{margin:0 0 .35rem;font-family:var(--stw-font-heading);font-size:.95rem;font-weight:700;color:var(--stw-text)}.stw-app-update__lead{margin:0;font-size:.88rem;color:var(--stw-muted);line-height:1.45}.stw-app-update__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.stw-app-update__btn{white-space:nowrap}.stw-app-update__dismiss{font-size:.88rem}.stw-install-prompt__title{margin:0 0 .35rem;font-family:var(--stw-font-heading);font-size:.95rem;font-weight:700;color:var(--stw-text)}.stw-install-prompt__lead{margin:0;font-size:.88rem;color:var(--stw-muted);line-height:1.45}.stw-install-prompt__steps{margin:.65rem 0 0;padding-left:1.15rem;font-size:.88rem;color:var(--stw-text);line-height:1.5}.stw-install-prompt__steps li+li{margin-top:.35rem}.stw-install-prompt__ios-share{display:inline-block;font-size:1rem;vertical-align:middle}.stw-install-prompt__actions{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;flex-shrink:0;width:100%}@media (min-width: 480px){.stw-install-prompt__actions{width:auto;align-items:flex-end}}.stw-install-prompt__btn{min-height:44px;width:100%}@media (min-width: 480px){.stw-install-prompt__btn{width:auto;min-width:7rem}}.stw-install-prompt__note{margin:.65rem 0 0;font-size:.82rem;color:var(--stw-muted);line-height:1.45}.stw-install-prompt__note code{font-size:.8rem;word-break:break-all}.stw-install-prompt__note--warn{color:var(--stw-text);padding:.5rem .65rem;border-radius:8px;background:#f5a6231f;border:1px solid rgba(245,166,35,.35)}.stw-install-prompt__dismiss{font-size:.85rem}.stw-push-toast-stack{position:fixed;z-index:1200;top:calc(var(--stw-app-chrome-height, 3.5rem) + .5rem);left:max(1rem,env(safe-area-inset-left));right:max(1rem,env(safe-area-inset-right));max-width:28rem;margin-inline:auto;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.stw-push-toast{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:18px;background:var(--stw-surface-elevated, #243a5c);border:1px solid rgba(74,144,217,.35);box-shadow:0 8px 24px #0000002e;pointer-events:auto;animation:stw-push-toast-in .25s ease-out}.stw-push-toast--exit{animation:stw-push-toast-out .3s ease-in forwards}@keyframes stw-push-toast-in{0%{opacity:0;transform:translateY(-.4rem)}to{opacity:1;transform:translateY(0)}}@keyframes stw-push-toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-.35rem)}}.stw-push-toast__body{flex:1;min-width:0}.stw-push-toast__title{margin:0 0 .15rem;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:700;color:var(--stw-text)}.stw-push-toast__text{margin:0;font-size:.88rem;line-height:1.35;color:var(--stw-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.stw-push-toast__actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.4rem;flex-shrink:0}@media (max-width: 480px){.stw-push-toast-stack{max-width:none}.stw-push-toast{flex-direction:column;align-items:stretch}.stw-push-toast__actions{justify-content:flex-end}}@media (min-width: 901px){.stw-install-prompt{display:none}}.stw-picker-field{margin-bottom:1rem}.stw-picker-results{max-height:220px;overflow-y:auto;margin-top:.5rem}.stw-page-header{margin-bottom:1.25rem;min-width:0}.stw-page-header--compact{margin-bottom:.85rem}.stw-page-header--compact .stw-lead{margin-bottom:0;font-size:.92rem}.stw-page-header__main{min-width:0}.stw-page-header__main h1{margin:0 0 .35rem}.stw-page-header__main .stw-page-back{margin-bottom:.5rem;font-size:.92rem}.stw-detail-panel{background:var(--stw-surface);border-radius:18px;box-shadow:var(--stw-card-shadow);border:1px solid var(--stw-border);position:relative;flex:1;min-width:0;padding:1.25rem;text-align:left}.stw-detail-panel--flush{padding-top:.75rem}.stw-form-actions-bar{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;margin:-.25rem 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--stw-border);position:sticky;top:calc(5.75rem + env(safe-area-inset-top));z-index:20;background:var(--stw-surface);padding-top:.25rem}@media (min-width: 768px){.stw-form-actions-bar{top:calc(3.75rem + env(safe-area-inset-top))}}.stw-form-actions-bar .stw-btn-primary,.stw-form-actions-bar .stw-btn-secondary{width:auto;min-width:5.5rem}.stw-form-actions-bar--wizard{position:static;margin:1rem 0 0;padding:.75rem 0 0;border-bottom:none;border-top:1px solid var(--stw-border);gap:.65rem;flex-wrap:wrap}.stw-form-actions-bar--wizard .stw-btn-primary,.stw-form-actions-bar--wizard .stw-btn-secondary{width:auto;min-width:auto;padding:.4rem .9rem;flex:0 0 auto}*{scrollbar-width:thin;scrollbar-color:var(--stw-scrollbar-thumb) var(--stw-scrollbar-track)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--stw-scrollbar-track)}*::-webkit-scrollbar-thumb{background:var(--stw-scrollbar-thumb);border-radius:6px;border:2px solid var(--stw-scrollbar-track)}*::-webkit-scrollbar-thumb:hover{background:var(--stw-scrollbar-thumb-hover)}.stw-managed-section{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--stw-border)}.stw-managed-section h3{margin:0 0 .35rem}.stw-managed-section .stw-lead{margin-bottom:1rem;font-size:.95rem}.stw-managed-list__header{display:none}@media (min-width: 480px){.stw-managed-list__header{display:grid;grid-template-columns:1fr auto;gap:.75rem;padding:0 0 .35rem;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--stw-text-muted)}}.stw-managed-list{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.stw-managed-list__row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.75rem;padding:.55rem .75rem;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface-muted)}.stw-managed-list__row span{min-width:0;overflow:hidden;text-overflow:ellipsis}.stw-btn-compact{padding:.35rem .75rem;min-height:auto;font-size:.88rem;white-space:nowrap}.stw-managed-list__add{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center}.stw-user-menu{position:relative;flex-shrink:0}.stw-user-menu-trigger{display:flex;align-items:center;gap:.5rem;max-width:min(14rem,42vw);padding:.35rem .55rem .35rem .35rem;border:2px solid rgba(43,108,176,.22);border-radius:999px;background:var(--stw-surface);cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;color:var(--stw-text);min-height:44px;min-width:44px}@media (max-width: 767px){.stw-user-menu-trigger{max-width:none;padding:.2rem;border-width:1px;min-width:auto;min-height:auto}}.stw-user-menu-trigger:hover{border-color:#2b6cb066;background:#4a90d914}.stw-user-menu-avatar{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#4a90d9,#2b6cb0);color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}.stw-user-menu-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem}@media (max-width: 767px){.stw-user-menu-label{display:none}}.stw-user-menu-caret{flex-shrink:0;font-size:.65rem;color:var(--stw-text-muted)}@media (max-width: 767px){.stw-user-menu-caret{display:none}}.stw-user-menu-backdrop{position:fixed;inset:0;z-index:140}.stw-user-menu-dropdown{position:absolute;top:calc(100% + .35rem);right:0;z-index:150;min-width:11rem;width:min(22rem,100vw - 1.5rem);max-height:min(28rem,100vh - 6rem);overflow:hidden;padding:.35rem;border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface);box-shadow:0 8px 28px #16365f24;display:flex;flex-direction:column}@media (max-width: 767px){.stw-user-menu-dropdown{position:fixed;top:calc(var(--stw-app-chrome-height, 3.25rem) + .35rem);left:auto;right:max(.75rem,env(safe-area-inset-right));width:min(22rem,100vw - max(.75rem,env(safe-area-inset-left)) - max(.75rem,env(safe-area-inset-right)));max-width:calc(100vw - max(.75rem,env(safe-area-inset-left)) - max(.75rem,env(safe-area-inset-right)))}}.stw-user-menu-notifications{min-height:0;overflow:hidden;display:flex;flex-direction:column}.stw-user-menu-notifications__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem .5rem .5rem}.stw-user-menu-notifications__header h3{margin:0;font-size:.95rem}.stw-user-menu-avatar--count{background:linear-gradient(135deg,#f5a623,#db8c0a);font-size:.72rem;letter-spacing:-.02em}.stw-notif-list--menu{max-height:10rem}.stw-user-menu-item{display:block;width:100%;text-align:left;padding:.65rem .85rem;border:none;border-radius:8px;background:transparent;font-family:Montserrat,sans-serif;font-weight:600;font-size:.92rem;color:var(--stw-text);cursor:pointer;min-height:44px;min-width:44px}.stw-user-menu-item:hover{background:#4a90d91f;color:#1e4d8c}.stw-user-menu-item--danger{color:#e5930a}.stw-user-menu-item--danger:hover{background:#f5a6231a;color:#c88009}.stw-user-menu-divider{height:1px;margin:.35rem .25rem;background:var(--stw-border)}.stw-dashboard-layout{display:flex;flex-direction:column;gap:.85rem;min-width:0}@media (min-width: 768px){.stw-dashboard-layout{flex-direction:row;align-items:flex-start;gap:1.5rem}}.stw-dashboard-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(5.75rem,1fr));gap:.35rem;width:100%;min-width:0}@media (min-width: 768px){.stw-dashboard-sidebar{display:flex;flex-direction:column;flex-wrap:nowrap;flex-shrink:0;width:11.5rem;padding:.35rem;border:1px solid var(--stw-border);border-radius:12px;background:var(--stw-surface)}}.stw-dashboard-nav-item{font-weight:600;color:var(--stw-text-muted);text-decoration:none;min-height:44px;min-width:44px;border:1px solid var(--stw-border);border-radius:10px;background:var(--stw-surface);cursor:pointer;font-family:Montserrat,sans-serif;font-size:.82rem;padding:.55rem .4rem;text-align:center;white-space:normal;line-height:1.25;min-width:0}.stw-dashboard-nav-item.active{color:#1e4d8c;font-weight:700;background:#4a90d92e;box-shadow:inset 0 0 0 1px #2b6cb040}.stw-dashboard-nav-item:hover{color:#1e4d8c}@media (min-width: 768px){.stw-dashboard-nav-item{width:100%;font-size:.92rem;padding:.55rem .85rem;text-align:left;white-space:nowrap;border-color:transparent;background:transparent}}.stw-dashboard-nav-item.active{border-color:#2b6cb059;background:#4a90d91f;color:#1e4d8c;font-weight:700}@media (min-width: 768px){.stw-dashboard-nav-item.active{border-color:#2b6cb040}}.stw-dashboard-content{flex:1;min-width:0}
