:root{color:#173659;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--navy:#132946;--soft-navy:#264c73;--blue:#0a70e8;--blue-hover:#0862ce;--background:#f1f4f8;--sidebar:#f4f6fa;--surface:#fff;--subtle-surface:#eaf0f3;--ink:#24496f;--muted:#8298b0;--border:#1329461a;--danger:#bc3346;--warning:#bd7311;--success:#26924a;--radius:16px;--radius-small:11px;--shadow:0 10px 30px #13294614;background:#f0f4f8;font-family:Inter,ui-rounded,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background);min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:var(--blue)}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #0a70e847}#root{min-height:100vh}.loading-page{min-height:100vh;color:var(--navy);place-content:center;justify-items:center;gap:18px;display:grid}.loading-mark{border:5px solid #1329461f;border-top-color:var(--blue);border-radius:50%;width:52px;height:52px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brand{align-items:center;gap:13px;min-width:0;display:flex}.brand__mark{color:#fff;background:var(--navy);border-radius:50%;flex:none;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 8px 20px #13294624}.brand__copy{min-width:0;line-height:1.12;display:grid}.brand__copy strong{color:var(--navy);letter-spacing:-.2px;font-size:18px}.brand__copy small{color:#72869d;margin-top:4px;font-size:12px;font-weight:600}.auth-page{isolation:isolate;background:linear-gradient(140deg, #eef4fbf5, #f8fafcf5), var(--background);place-items:center;min-height:100vh;padding:32px 20px;display:grid;position:relative;overflow:hidden}.auth-page:before{content:"";z-index:-2;opacity:.3;background-image:linear-gradient(#1329460d 1px,#0000 1px),linear-gradient(90deg,#1329460d 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 84%);mask-image:linear-gradient(#000,#0000 84%)}.auth-page__glow{z-index:-1;filter:blur(12px);opacity:.28;border-radius:50%;width:420px;height:420px;position:absolute}.auth-page__glow--one{background:#5f9ae6;top:-190px;left:-130px}.auth-page__glow--two{background:#8dc8b0;bottom:-210px;right:-180px}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff0;border:1px solid #1329461a;border-radius:24px;width:min(100%,480px);padding:34px;box-shadow:0 28px 70px #13294626}.auth-card__heading{margin:34px 0 26px}.eyebrow{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.auth-card h1,.page-heading h2{color:var(--navy);letter-spacing:-.035em;margin:0}.auth-card h1{font-size:clamp(30px,5vw,40px)}.auth-card__heading>p:last-child,.page-heading>p:last-child{color:var(--muted);margin:9px 0 0;line-height:1.5}.auth-form{gap:16px;display:grid}.auth-form label{color:var(--ink);gap:7px;font-size:13px;font-weight:750;display:grid}.input-shell{min-height:48px;color:var(--muted);background:#fbfcfe;border:1px solid #13294624;border-radius:11px;align-items:center;gap:10px;padding:0 13px;transition:border-color .14s,box-shadow .14s,background .14s;display:flex}.input-shell:focus-within{background:#fff;border-color:#0a70e88c;box-shadow:0 0 0 4px #0a70e81a}.input-shell input{width:100%;min-width:0;color:var(--navy);background:0 0;border:0;outline:0}.input-shell input::placeholder{color:#9aaabd}.input-shell__action{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:6px;display:grid}.button{cursor:pointer;border:0;border-radius:11px;min-height:42px;padding:0 16px;font-weight:750}.button--primary{color:#fff;background:var(--navy);box-shadow:0 8px 18px #1329462e}.button--primary:hover:not(:disabled){background:#1a3a61}.button--large{min-height:50px;margin-top:3px}.button:disabled{opacity:.58;cursor:wait}.text-button{color:var(--soft-navy);cursor:pointer;background:0 0;border:0;padding:5px;font-weight:700}.text-button:hover{color:var(--blue)}.form-message{color:var(--ink);background:#eef4fa;border-radius:9px;padding:11px 12px;font-size:13px;font-weight:600;line-height:1.4}.form-message--error{color:#8b2030;background:#fae8eb}.auth-card__footer{border-top:1px solid var(--border);color:var(--muted);text-align:center;margin:27px 0 0;padding-top:20px;font-size:13px}.app-shell{background:var(--background);grid-template-columns:300px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:20;border-right:1px solid var(--border);background:var(--sidebar);flex-direction:column;min-width:0;height:100vh;transition:width .18s,transform .18s;display:flex;position:sticky;top:0}.sidebar__top{justify-content:space-between;align-items:center;min-height:112px;padding:25px 25px 17px;display:flex}.sidebar__nav{scrollbar-width:thin;flex:1;padding:5px 14px 22px;overflow-y:auto}.nav-section{gap:3px;margin-bottom:15px;display:grid}.nav-section__label{color:var(--soft-navy);padding:5px 10px 3px;font-size:12px;font-weight:800}.nav-item{color:#395b7d;border-radius:10px;align-items:center;gap:12px;min-height:39px;padding:0 11px;font-size:13px;font-weight:650;text-decoration:none;transition:color .13s,background .13s,transform .13s;display:flex}.nav-item:hover{color:var(--navy);background:#1329460e}.nav-item--active{color:#fff;background:linear-gradient(135deg,#0875eb,#0668d7);box-shadow:0 7px 16px #0a70e838}.nav-item--active:hover{color:#fff;background:linear-gradient(135deg,#0875eb,#0668d7)}.sidebar__account{border-top:1px solid var(--border);align-items:center;gap:10px;min-height:78px;padding:14px 17px;display:flex}.sidebar__account-trigger{width:100%;min-width:0;color:var(--soft-navy);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:10px;margin:-8px;padding:8px;display:flex}.sidebar__account-trigger:hover{background:#1329460e}.avatar{color:#fff;background:var(--soft-navy);border-radius:50%;flex:none;place-items:center;width:35px;height:35px;font-size:13px;font-weight:800;display:grid}.sidebar__account-copy{flex:1;min-width:0;line-height:1.25;display:grid}.sidebar__account-copy strong,.sidebar__account-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar__account-copy strong{color:var(--navy);font-size:12px}.sidebar__account-copy small{color:var(--muted);font-size:10px}.icon-button{width:36px;height:36px;color:var(--soft-navy);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;place-items:center;padding:0;display:grid}.icon-button:hover{background:#13294612}.sidebar__mobile-close,.topbar__menu{display:none}.workspace{min-width:0}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f9fce0;border-bottom:1px solid #1329460f;justify-content:space-between;align-items:center;gap:18px;height:64px;padding:0 22px;display:flex}.topbar__title{align-items:center;gap:10px;min-width:0;display:flex}.topbar__title h1{color:#3c3f43;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;overflow:hidden}.organization-chip{border:1px solid var(--border);max-width:320px;color:var(--soft-navy);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-family:inherit;font-size:12px;font-weight:700;display:flex;box-shadow:0 4px 12px #1329460a}.organization-chip:hover{color:var(--blue);border-color:#0a70e83d}.organization-chip>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.organization-chip__dot{background:#2ab05e;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 3px #2ab05e1f}.workspace__content{min-height:calc(100vh - 64px);padding:30px 22px 56px}.page-stack{gap:24px;width:min(100%,1580px);margin:0 auto;display:grid}.page-heading h2{font-size:clamp(30px,3vw,42px)}.metric-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:13px;display:grid}.metric-card{border:1px solid var(--border);border-radius:var(--radius);min-height:132px;color:var(--navy);text-align:left;box-shadow:var(--shadow);cursor:pointer;background:#fff;align-content:center;gap:11px;padding:20px;transition:transform .15s,box-shadow .15s,border-color .15s;display:grid}.metric-card:hover{border-color:#1329462e;transform:translateY(-2px);box-shadow:0 14px 34px #1329461f}.metric-card span{color:#667789;font-size:14px;font-weight:750}.metric-card strong{letter-spacing:-.04em;font-size:34px}.metric-card--urgent{background:#fff8ed;border-color:#dc761880}.metric-card--urgent strong{color:#c96812}.action-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:13px;display:grid}.quick-action{color:#fff;background:var(--navy);cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:96px;padding:20px;font-weight:750;transition:transform .15s,background .15s;display:flex;box-shadow:0 10px 22px #13294629}.quick-action:hover{background:#1a3a61;transform:translateY(-2px)}.quick-action--emergency{background:#b95c0d}.quick-action--emergency:hover{background:#9e4b08}.quick-action--danger{background:#a53a3a}.quick-action--danger:hover{background:#8d2f2f}.quick-action:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;transform:none}.dashboard-section{gap:10px;display:grid}.dashboard-section__heading{justify-content:space-between;align-items:center;gap:15px;display:flex}.dashboard-section h3{color:var(--ink);margin:0;font-size:20px}.dashboard-concern-list,.dashboard-help-list{gap:10px;display:grid}.dashboard-concern-card{border:1px solid var(--border);background:#fff;border-radius:14px;gap:13px;padding:17px;display:grid;box-shadow:0 7px 20px #1329460e}.dashboard-concern-card>header,.dashboard-concern-card>footer{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.dashboard-concern-card>header>div{gap:3px;display:grid}.dashboard-concern-card>header strong{color:var(--ink);font-size:15px}.dashboard-concern-card>header span,.dashboard-concern-card>header small,.dashboard-concern-card>header time{color:var(--muted);font-size:12px}.dashboard-concern-card>header time{white-space:nowrap}.dashboard-concern-card>p{color:#41566b;margin:0;font-size:14px;line-height:1.5}.dashboard-status-pills{flex-wrap:wrap;gap:8px;display:flex}.dashboard-status-pills>span{background:#f3f6f9;border-radius:10px;gap:2px;min-width:116px;padding:8px 10px;display:grid}.dashboard-status-pills small{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:750}.dashboard-status-pills strong{color:var(--ink);font-size:12px}.dashboard-help-list>button{border:1px solid var(--border);width:100%;color:var(--muted);text-align:left;cursor:pointer;background:#fff;border-radius:13px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:15px 17px;transition:border-color .15s,transform .15s;display:grid}.dashboard-help-list>button:hover{border-color:#13294638;transform:translateY(-1px)}.dashboard-help-list>button>div{gap:4px;min-width:0;display:grid}.dashboard-help-list strong{color:var(--ink);font-size:14px}.dashboard-help-list p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.dashboard-emergency-summary,.dashboard-confirm-copy{align-items:flex-start;gap:12px;display:flex}.dashboard-emergency-summary{color:#8d4a0c;background:#fff5e8;border:1px solid #f0c38d;border-radius:12px;padding:13px}.dashboard-emergency-summary p,.dashboard-confirm-copy p{margin:0;line-height:1.5}.dashboard-emergency-channels{color:var(--muted);line-height:1.45}.dashboard-send-emergency,.dashboard-sign-out-confirm{color:#fff;border-color:#0000}.dashboard-send-emergency{background:#b95c0d}.dashboard-sign-out-confirm{background:#a53a3a}.notice--warning>span{flex:1}.empty-panel,.module-placeholder{color:#6f8194;background:#ffffffd9;border:1px solid #1329460e;border-radius:13px}.empty-panel{padding:20px;font-size:14px}.notice,.milestone-note{border-radius:12px;align-items:flex-start;gap:10px;padding:13px 15px;font-size:13px;font-weight:650;line-height:1.45;display:flex}.notice--warning{color:#795013;background:#fff3d9}.notice--success{color:#22613a;background:#e1f4e8;align-items:center}.notice--success>span{flex:1}.notice--success button{width:30px;height:30px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.milestone-note{color:#416382;background:#e5eef6}.module-placeholder{text-align:center;place-content:center;justify-items:center;min-height:420px;padding:48px 24px;display:grid}.module-placeholder__icon{color:#fff;background:var(--navy);border-radius:18px;place-items:center;width:62px;height:62px;margin-bottom:17px;display:grid;box-shadow:0 11px 24px #13294629}.bulk-action-dialog{border:1px solid var(--border);background:#fff;border-radius:18px;grid-template-rows:auto minmax(0,1fr) auto;width:min(620px,100vw - 30px);max-height:min(760px,100vh - 30px);display:grid;overflow:hidden;box-shadow:0 28px 80px #13294640}.bulk-action-dialog>header,.bulk-action-dialog>footer{align-items:center;gap:12px;padding:17px 19px;display:flex}.bulk-action-dialog>header{border-bottom:1px solid var(--border)}.bulk-action-dialog>header>span{color:#8a5c13;background:#fff1d6;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.bulk-action-dialog>header>span.is-danger{color:#9b3434;background:#fde7e7}.bulk-action-dialog>header>div{flex:1;min-width:0}.bulk-action-dialog h3,.bulk-action-dialog p{margin:0}.bulk-action-dialog h3{color:var(--ink);font-size:19px}.bulk-action-dialog>footer{border-top:1px solid var(--border);justify-content:flex-end}.bulk-action-dialog__body{align-content:start;gap:15px;padding:19px;display:grid;overflow:auto}.bulk-action-dialog__body>p{color:var(--muted);font-size:14px;line-height:1.5}.bulk-action-dialog__list{gap:7px;max-height:250px;display:grid;overflow:auto}.bulk-action-dialog__list>span{color:var(--ink);background:#f3f6f9;border-radius:9px;padding:9px 11px;font-size:13px;font-weight:700}.bulk-selection-bar{border:1px solid var(--border);background:#f8fafc;border-radius:14px;gap:13px;padding:16px;display:grid}.bulk-selection-bar>header,.bulk-selection-bar>footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.bulk-selection-bar>header>div,.bulk-selection-bar>footer{flex-wrap:wrap;gap:8px;display:flex}.bulk-selection-list{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:7px;max-height:230px;display:grid;overflow:auto}.bulk-selection-list>button{border:1px solid var(--border);min-width:0;color:var(--ink);text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:8px;padding:9px 10px;font-size:13px;font-weight:700;display:flex;overflow:hidden}.bulk-selection-list>button>span{border:1px solid #b8c4d0;border-radius:6px;flex:none;place-items:center;width:20px;height:20px;display:grid}.bulk-selection-list>button.is-selected{background:#eaf3ff;border-color:#7ba5d6}.bulk-selection-list>button.is-selected>span{color:#fff;border-color:var(--blue);background:var(--blue)}.location-card.is-selected{background:#f1f7ff;border-color:#7ba5d6}.location-card__selection{color:#fff;cursor:pointer;background:#fff;border:1px solid #aebdca;border-radius:8px;place-items:center;width:28px;height:28px;padding:0;display:grid}.location-card.is-selected .location-card__selection{border-color:var(--blue);background:var(--blue)}.module-placeholder h3{color:var(--navy);margin:0;font-size:21px}.module-placeholder p{max-width:580px;margin:9px 0 0;line-height:1.6}.app-shell--collapsed{grid-template-columns:82px minmax(0,1fr)}.app-shell--collapsed .sidebar__top{justify-content:center;padding-inline:12px}.app-shell--collapsed .brand__mark{width:44px;height:44px}.app-shell--collapsed .brand__copy,.app-shell--collapsed .nav-section__label,.app-shell--collapsed .nav-item span,.app-shell--collapsed .sidebar__account-copy{display:none}.app-shell--collapsed .nav-item{justify-content:center;padding:0}.app-shell--collapsed .sidebar__account{justify-content:center;padding-inline:8px}.app-shell--collapsed .sidebar__account .avatar{display:grid}.app-shell--collapsed .sidebar__account-trigger{justify-content:center;width:auto}.app-shell--collapsed .sidebar__account-trigger>svg{display:none}.app-shell--collapsed .topbar__collapse svg{transform:rotate(180deg)}.sidebar-scrim{display:none}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.kiosk-page{gap:20px}.kiosk-tabs-wrap{color:var(--soft-navy);justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.segmented-control{background:#13294617;border-radius:10px;grid-template-columns:repeat(4,1fr);min-width:min(100%,430px);padding:2px;display:grid}.segmented-control button{color:#253e58;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;min-height:34px;padding:5px 14px}.segmented-control button.is-selected{color:#fff;background:var(--soft-navy);box-shadow:0 3px 9px #13294626}.kiosk-section{gap:18px;display:grid}.kiosk-hero{text-align:center}.kiosk-hero h2,.section-title-row h2,.section-title-row h3,.daily-log-heading h2{color:var(--ink);margin:0}.kiosk-hero h2,.daily-log-heading h2{letter-spacing:-.035em;font-size:clamp(28px,3vw,38px)}.kiosk-hero p,.daily-log-heading p{color:var(--muted);margin:7px 0 0}.kiosk-search{color:#8ca0b4;background:var(--subtle-surface);border-radius:16px;align-items:center;gap:12px;min-height:58px;padding:0 18px;display:flex}.kiosk-search:focus-within{box-shadow:0 0 0 3px #0a70e81f}.kiosk-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.kiosk-search input::placeholder{color:#74879a}.section-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.section-title-row h2{font-size:24px}.section-title-row h3{font-size:21px}.section-title-row>span{color:var(--muted);font-size:13px}.family-list,.present-list{gap:12px;display:grid}.family-card{width:100%;min-height:96px;color:var(--ink);background:var(--subtle-surface);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:17px;align-items:center;gap:18px;padding:18px 22px;transition:transform .14s,border-color .14s,background .14s;display:flex}.family-card:hover{background:#edf4f7;border-color:#0a70e829;transform:translateY(-1px)}.family-card__icon,.present-card__icon{width:46px;height:46px;color:var(--blue);background:#0a70e817;border-radius:13px;flex:none;place-items:center;display:grid}.family-card__copy{flex:1;gap:4px;min-width:0;display:grid}.family-card__copy strong,.present-card strong{color:var(--ink);font-size:15px}.family-card__copy small,.present-card small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.family-card>svg{color:#a5b5c5;flex:none}.present-card{background:var(--subtle-surface);border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;min-height:84px;padding:16px 20px;display:grid}.present-card--action{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;border:1px solid #0000;grid-template-columns:auto minmax(0,1fr) auto auto;transition:transform .14s,border-color .14s,background .14s}.present-card--action:hover{background:#edf4f7;border-color:#0a70e829;transform:translateY(-1px)}.present-card--action:focus-visible{outline-offset:2px;outline:3px solid #0a70e833}.present-card--action>svg{color:#a5b5c5}.present-card>span:nth-child(2){gap:4px;min-width:0;display:grid}.present-card__family{max-width:260px}.student-detail-dialog{background:#f9fbfd;border:1px solid #ffffff8f;border-radius:24px;flex-direction:column;width:min(100%,820px);max-height:min(92vh,980px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3340}.student-detail-dialog__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.student-detail-dialog__header h3{color:var(--navy);letter-spacing:-.025em;margin:0;font-size:27px}.student-detail-dialog__body{gap:20px;padding:22px 24px 26px;display:grid;overflow-y:auto}.student-detail-hero{background:linear-gradient(135deg,#0a70e817,#ffffffeb);border:1px solid #0a70e81a;border-radius:17px;align-items:center;gap:16px;padding:20px;display:flex}.student-detail-hero__icon{width:54px;height:54px;color:var(--blue);background:#fff;border-radius:15px;flex:none;place-items:center;display:grid;box-shadow:0 8px 24px #0d1f3314}.student-detail-hero>div{gap:4px;min-width:0;display:grid}.student-detail-hero h4,.student-detail-card h4,.student-detail-section h4{color:var(--navy);margin:0}.student-detail-hero h4{font-size:24px}.student-detail-hero strong{color:#56718a;font-size:14px}.student-detail-hero small{color:var(--muted)}.student-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.student-detail-actions .button{justify-content:center}.student-detail-card,.student-detail-list article,.student-detail-empty{background:var(--subtle-surface);border:1px solid #13294612;border-radius:14px}.student-detail-card{gap:7px;padding:18px;display:grid}.student-detail-card h4,.student-detail-section h4{font-size:19px}.student-detail-card>strong{color:var(--ink)}.student-detail-card p,.student-detail-list p{color:var(--muted);margin:0;line-height:1.5}.student-detail-section{gap:11px;display:grid}.student-detail-section__toggle{width:100%;color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:0;display:flex}.student-detail-list{gap:9px;display:grid}.student-detail-list article{gap:6px;padding:15px 16px;display:grid}.student-detail-list article>strong,.student-detail-list__heading strong{color:var(--ink)}.student-detail-list article>small{color:var(--muted)}.student-detail-list__heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.student-detail-list__heading .severity{text-transform:capitalize}.student-detail-empty{color:var(--muted);padding:15px 16px}.student-message-layer{z-index:70}.dialog-layer{z-index:60;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c1b2d6b;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.family-action-panel{background:#f9fbfd;border:1px solid #ffffff8f;border-radius:24px;flex-direction:column;width:min(100%,780px);max-height:min(90vh,900px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3340}.family-action-panel--confirmation{width:min(100%,620px)}.attendance-confirmation{justify-items:stretch;gap:22px;padding:40px 34px 34px;display:grid;overflow-y:auto}.attendance-confirmation__icon{color:#fff;background:#2b9a66;border-radius:50%;justify-self:center;place-items:center;width:88px;height:88px;display:grid;box-shadow:0 14px 34px #2b9a663d}.attendance-confirmation h3{color:var(--navy);text-align:center;margin:0;font-size:30px}.attendance-confirmation dl{background:var(--subtle-surface);border:1px solid #13294614;border-radius:16px;gap:0;margin:0;padding:4px 18px;display:grid}.attendance-confirmation dl>div{border-bottom:1px solid #13294614;gap:4px;padding:14px 0;display:grid}.attendance-confirmation dl>div:last-child{border-bottom:0}.attendance-confirmation dt{color:var(--ink);font-size:14px;font-weight:800}.attendance-confirmation dd{color:var(--muted);margin:0;line-height:1.45}.attendance-confirmation>.button{justify-content:center;min-height:48px}.family-action-panel__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 18px;display:flex}.family-action-panel__header h3{color:var(--navy);letter-spacing:-.025em;margin:0;font-size:27px}.family-action-panel__body{gap:20px;padding:22px 24px;display:grid;overflow-y:auto}.person-select-group{border:0;gap:10px;padding:0;display:grid}.person-select-group legend{color:var(--ink);margin-bottom:10px;font-size:15px;font-weight:800}.person-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.person-choice{min-height:58px;color:var(--ink);background:var(--subtle-surface);text-align:left;cursor:pointer;border:1px solid #13294614;border-radius:12px;align-items:center;gap:11px;padding:11px 13px;display:flex}.person-choice.is-selected{background:#0a70e817;border-color:#0a70e847}.person-choice__check{border:1.5px solid #8498aa;border-radius:6px;flex:none;place-items:center;width:21px;height:21px;display:grid}.person-choice.is-selected .person-choice__check{border-color:var(--blue);color:#fff;background:var(--blue)}.person-choice>span:last-child{gap:2px;font-weight:700;display:grid}.person-choice small{color:var(--muted);font-size:11px;font-weight:600}.notes-field{gap:8px;display:grid}.notes-field>span{color:var(--ink);align-items:center;gap:7px;font-size:14px;font-weight:800;display:flex}.notes-field textarea{resize:vertical;border:1px solid var(--border);width:100%;color:var(--ink);background:#fff;border-radius:11px;outline:0;padding:12px}.notes-field textarea:focus{border-color:#0a70e880;box-shadow:0 0 0 3px #0a70e81a}.family-action-panel__actions{border-top:1px solid var(--border);background:#fff;grid-template-columns:repeat(5,1fr);gap:8px;padding:16px 24px 22px;display:grid}.attendance-action{color:#fff;background:var(--soft-navy);cursor:pointer;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:54px;padding:9px;font-size:12px;font-weight:750;display:flex}.attendance-action--danger{background:#a33d4a}.attendance-action:disabled{opacity:.42;cursor:not-allowed}.daily-log-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.log-export{white-space:nowrap;align-items:center;gap:9px;display:inline-flex}.daily-log-export-status{color:#287a47;background:#f2fbf5;border:1px solid #26924a2e;border-radius:11px;align-items:flex-start;gap:8px;padding:11px 13px;font-size:12px;line-height:1.45;display:flex}.daily-log-export-status svg{flex:none;margin-top:1px}.daily-log-export-status--error{color:#9b3042;background:#fff5f6;border-color:#bc33462e}.date-field{width:fit-content;color:var(--ink);gap:8px;font-weight:800;display:grid}.date-field input{min-height:48px;color:var(--ink);background:var(--subtle-surface);border:0;border-radius:12px;padding:0 13px}.daily-log-table{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);background:#fff;border-radius:16px;overflow-x:auto}.daily-log-row{border-bottom:1px solid var(--border);grid-template-columns:1.1fr repeat(4,1fr) 1.2fr;min-width:1040px;display:grid}.daily-log-row:last-child{border-bottom:0}.daily-log-row>*{border-right:1px solid var(--border);min-width:0;padding:14px 12px}.daily-log-row>:last-child{border-right:0}.daily-log-row--header{color:#58718a;background:#f4f7fa;font-size:12px;font-weight:800}.daily-log-row>strong{color:var(--ink);font-size:14px}.daily-log-row>span{color:#667b90;font-size:12px}.log-event-list,.log-event-list>span{gap:2px;display:grid}.log-event-list{gap:9px}.log-event-list strong{color:var(--ink)}.log-event-list small,.log-empty{color:var(--muted);font-size:11px}.kiosk-loading{color:#fff;background:var(--navy);box-shadow:var(--shadow);border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-size:12px;font-weight:700;display:flex;position:fixed;bottom:22px;right:22px}.attendance-page{gap:20px}.classroom-tabs-wrap{color:var(--soft-navy);justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.classroom-tabs{background:#13294617;border-radius:10px;grid-template-columns:repeat(3,1fr);width:min(100%,480px);min-width:0;padding:2px;display:grid}.classroom-tabs button{color:#253e58;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:34px;padding:5px 14px}.classroom-tabs button.is-selected{color:#fff;background:var(--soft-navy)}.classroom-attendance-section{gap:20px;display:grid}.attendance-heading h2,.attendance-log-heading h2{color:var(--ink);letter-spacing:-.025em;margin:0;font-size:26px}.attendance-heading p,.attendance-log-heading p{color:var(--muted);margin:6px 0 0}.class-selector{width:min(100%,360px);color:var(--ink);gap:8px;font-weight:800;display:grid}.class-selector__control{background:var(--subtle-surface);border-radius:14px;align-items:center;gap:12px;min-height:62px;padding:10px 14px;display:flex}.class-selector__control>span{font-weight:500}.class-selector select,.class-selector input{color:#2f3439;background:#13294614;border:0;border-radius:8px;outline:0;flex:1;min-width:0;min-height:36px;padding:0 10px}.attendance-roster{gap:12px;width:min(100%,720px);margin:0 auto;padding-bottom:78px;display:grid}.attendance-student{background:var(--subtle-surface);border-radius:16px;gap:13px;padding:18px 20px;display:grid}.attendance-student>strong{color:var(--ink);font-size:15px}.attendance-status-control{color:var(--ink);align-items:center;gap:14px;display:flex}.attendance-status-control>span{font-size:14px}.attendance-status-control>div{background:#13294617;border-radius:9px;flex:1;grid-template-columns:repeat(4,1fr);padding:2px;display:grid}.attendance-status-control button{color:#323a42;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:7px;min-height:32px;padding:4px 8px}.attendance-status-control button.is-selected{color:#fff;background:var(--soft-navy)}.attendance-save-message{z-index:10;color:#22613a;box-shadow:var(--shadow);background:#e1f4e8;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:89px;right:28px}.attendance-save-bar{z-index:9;position:fixed;bottom:18px;left:322px;right:22px}.app-shell--collapsed .attendance-save-bar{left:104px}.attendance-save-bar button{color:#fff;background:var(--navy);cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:54px;font-weight:750;display:flex;box-shadow:0 10px 25px #13294633}.attendance-save-bar button:disabled{opacity:.5;cursor:not-allowed}.attendance-log-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.attendance-log-actions{align-items:center;gap:9px;display:flex}.attendance-log-actions .button{justify-content:center;align-items:center;gap:7px;display:inline-flex}.attendance-log-filters{align-items:end;gap:18px;display:flex}.attendance-log-filters .class-selector:last-child{width:180px}.attendance-log-title{align-items:end;gap:10px;display:flex}.attendance-log-title h3{color:var(--ink);margin:0;font-size:20px}.attendance-log-title span{color:var(--muted);font-size:13px}.class-attendance-log{border:1px solid var(--border);background:#fff;border-radius:15px;display:grid;overflow:hidden}.class-attendance-log article{border-bottom:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto 140px;align-items:center;gap:16px;min-height:68px;padding:12px 16px;display:grid}.class-attendance-log article:last-child{border-bottom:0}.class-attendance-log article>span:first-child{gap:3px;min-width:0;display:grid}.class-attendance-log strong{color:var(--ink)}.class-attendance-log small{color:var(--muted);font-size:11px}.attendance-log-editor{gap:16px;display:grid}.attendance-log-editor h3,.attendance-log-editor p{margin:0}.attendance-log-editor p{color:var(--muted);margin-top:4px;font-size:13px}.attendance-log-editor__actions{justify-content:flex-end;gap:9px;display:flex}.attendance-log-editor__actions .button{align-items:center;gap:7px;display:inline-flex}.status-pill{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.status-pill--present{color:#22613a;background:#e1f4e8}.status-pill--late{color:#795013;background:#fff3d9}.status-pill--absent{color:#8b2030;background:#fae8eb}.status-pill--leftEarly{color:#714a84;background:#f1e8f5}.classrooms-page{gap:20px}.classrooms-toolbar{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.classrooms-toolbar h2{color:var(--ink);letter-spacing:-.025em;margin:0;font-size:26px}.classrooms-toolbar p{color:var(--muted);margin:6px 0 0}.classrooms-toolbar>div:last-child,.roster-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.toolbar-button,.roster-actions button{border:1px solid var(--border);min-height:40px;color:var(--soft-navy);cursor:pointer;background:#fffc;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:750;display:inline-flex}.toolbar-button--primary{border-color:var(--navy);color:#fff;background:var(--navy)}.toolbar-button:disabled{opacity:.5;cursor:not-allowed}.classroom-page-selector{width:min(100%,380px)}.classroom-page-selector .class-selector__control{min-height:58px}.classroom-page-selector select{appearance:none;background:#13294614}.classroom-page-selector svg{pointer-events:none}.roster-manager{gap:18px;display:grid}.roster-manager__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.roster-manager__header h2{color:var(--ink);letter-spacing:-.035em;margin:0;font-size:clamp(28px,3vw,38px)}.roster-manager__header p{color:var(--muted);margin:5px 0 0;font-size:13px}.roster-actions .roster-action--danger{color:#9a2939}.roster-search{min-height:54px}.roster-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0;display:grid}.roster-columns>section{align-content:start;gap:11px;min-width:0;display:grid}.roster-column-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.roster-column-title h3{color:var(--ink);margin:0;font-size:18px}.roster-column-title span{min-width:26px;color:var(--soft-navy);background:var(--subtle-surface);text-align:center;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:800}.roster-student-list{scrollbar-width:thin;align-content:start;gap:10px;max-height:720px;padding-right:3px;display:grid;overflow-y:auto}.roster-student-card{background:var(--subtle-surface);border-radius:14px;align-items:center;gap:13px;min-height:78px;padding:14px 16px;display:flex}.roster-student-card>span:first-child{flex:1;gap:4px;min-width:0;display:grid}.roster-student-card strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.roster-student-card small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.roster-student-card button{color:#fff;background:var(--navy);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 13px;font-size:12px;font-weight:750;display:inline-flex}.roster-student-card .roster-remove{color:var(--soft-navy);background:#ffffff9e}.roster-student-card button:disabled{opacity:.5;cursor:wait}.roster-added{color:var(--muted);font-size:11px;font-weight:750}.class-form-dialog{background:#f9fbfd;border-radius:22px;flex-direction:column;width:min(100%,760px);max-height:min(92vh,920px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3340}.class-form-dialog>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 18px;display:flex}.class-form-dialog h3,.delete-class-dialog h3{color:var(--navy);letter-spacing:-.025em;margin:0;font-size:24px}.class-form-dialog__body{gap:22px;padding:22px 24px;display:grid;overflow-y:auto}.class-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.class-form-grid label,.force-confirmation{min-width:0;color:var(--ink);gap:7px;font-size:13px;font-weight:750;display:grid}.class-form-grid input,.force-confirmation input{border:1px solid var(--border);width:100%;min-height:46px;color:var(--ink);background:#fff;border-radius:10px;outline:0;padding:0 12px}.class-form-grid input:focus,.force-confirmation input:focus{border-color:#0a70e880;box-shadow:0 0 0 3px #0a70e81a}.class-form-grid input:disabled{color:var(--muted);background:#edf1f4}.class-form-grid__wide{grid-column:1/-1}.class-teacher-picker{color:var(--ink);gap:9px;font-size:13px;font-weight:750;display:grid}.class-teacher-picker__selected{background:var(--subtle-surface);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.class-teacher-picker__selected>svg{color:var(--blue)}.class-teacher-picker__selected>span,.class-teacher-picker__search button>span{gap:2px;min-width:0;display:grid}.class-teacher-picker__selected small,.class-teacher-picker__search small,.class-teacher-picker__manual small{color:var(--muted);font-size:10px;font-weight:500}.class-teacher-picker__selected button{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.class-teacher-picker__search,.class-teacher-picker__manual{gap:8px;display:grid}.class-teacher-picker__search>label{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:center;gap:8px;padding-left:11px;display:flex}.class-teacher-picker__search>label input{border:0;min-height:44px;padding-left:0}.class-teacher-picker__search>label input:focus{box-shadow:none}.class-teacher-picker__search>div{gap:5px;max-height:220px;display:grid;overflow-y:auto}.class-teacher-picker__search>div>button{border:1px solid var(--border);color:var(--ink);text-align:left;cursor:pointer;background:#fff;border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:9px 10px;display:grid}.class-teacher-picker__search>div>button:hover{background:var(--subtle-surface)}.class-teacher-picker__search .button,.class-teacher-picker__manual .button{align-items:center;gap:6px;width:fit-content;display:inline-flex}.class-teacher-picker__manual>div{flex-wrap:wrap;gap:8px;display:flex}.class-teacher-picker__error{color:#9b3445!important}.class-location-picker{color:var(--ink);gap:9px;font-size:13px;font-weight:750;display:grid}.class-location-picker__selected{background:var(--subtle-surface);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.class-location-picker__selected>svg{color:var(--blue)}.class-location-picker__selected>span,.class-location-picker__options button>span:last-child{gap:2px;min-width:0;display:grid}.class-location-picker small{color:var(--muted);font-size:10px;font-weight:500}.class-location-picker__selected>button{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.class-location-picker>label{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:center;gap:8px;padding-left:11px;display:flex}.class-location-picker>label input{border:0;min-height:44px;padding-left:0}.class-location-picker>label input:focus{box-shadow:none}.class-location-picker__options{gap:5px;max-height:150px;display:grid;overflow-y:auto}.class-location-picker__options>button{border:1px solid var(--border);color:var(--ink);text-align:left;cursor:pointer;background:#fff;border-radius:9px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;padding:9px 10px;display:grid}.class-location-picker__options>button:hover,.class-location-picker__options>button.is-selected{background:var(--subtle-surface)}.class-location-picker__options>button.is-selected{color:var(--blue);border-color:#0a70e859}.class-location-picker__legacy{align-items:center;gap:6px;display:flex;color:#795013!important}.class-location-picker__error,.meeting-day-fieldset__error{color:#9b3445!important}.class-teacher-conflicts{color:#795013;background:#fff3d9;border-radius:10px;gap:6px;padding:11px 12px;font-size:11px;display:grid}.class-teacher-conflicts strong{align-items:center;gap:7px;font-size:12px;display:flex}.meeting-day-fieldset{border:0;gap:10px;padding:0;display:grid}.meeting-day-fieldset legend{color:var(--ink);margin-bottom:8px;font-size:13px;font-weight:800}.meeting-day-fieldset>div{flex-wrap:wrap;gap:8px;display:flex}.meeting-day-fieldset button{border:1px solid var(--border);min-height:38px;color:var(--soft-navy);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:6px;padding:0 11px;display:inline-flex}.meeting-day-fieldset button.is-selected{border-color:var(--soft-navy);color:#fff;background:var(--soft-navy)}.meeting-day-fieldset>small{color:var(--muted);font-size:11px}.class-form-dialog>footer,.delete-class-dialog>footer{border-top:1px solid var(--border);background:#fff;justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px 20px;display:flex}.delete-class-dialog{background:#f9fbfd;border-radius:22px;grid-template-columns:auto minmax(0,1fr);gap:15px;width:min(100%,560px);padding-top:24px;display:grid;overflow:hidden;box-shadow:0 30px 90px #0d1f3340}.delete-class-dialog__icon{color:#a33d4a;background:#fae8eb;border-radius:14px;place-items:center;width:50px;height:50px;margin-left:24px;display:grid}.delete-class-dialog>div:nth-child(2){padding-right:24px}.delete-class-dialog p{color:var(--muted);margin:7px 0 0;font-size:13px;line-height:1.5}.blocked-reference-list,.force-confirmation,.delete-class-dialog>.form-message{grid-column:1/-1;margin:0 24px}.blocked-reference-list{color:#795013;background:#fff3d9;border-radius:11px;padding:13px 14px;font-size:13px;line-height:1.45}.blocked-reference-list ul{margin:7px 0;padding-left:20px}.blocked-reference-list>span{font-weight:700}.delete-class-dialog>footer{grid-column:1/-1;margin-top:3px}.delete-button{color:#fff;background:#a33d4a;align-items:center;gap:7px;display:inline-flex}.delete-button:disabled{opacity:.45;cursor:not-allowed}.schedule-page{gap:20px;min-width:0}.schedule-page>*{min-width:0}.schedule-command-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#ffffffeb;border-radius:20px;gap:20px;padding:22px;display:grid}.schedule-command-card>*{min-width:0}.schedule-title-row,.schedule-controls,.schedule-context-row{justify-content:space-between;align-items:center;gap:18px;display:flex}.schedule-title-row h2{color:var(--ink);letter-spacing:-.035em;margin:0;font-size:clamp(29px,3vw,38px)}.schedule-title-row p:last-child{color:var(--muted);margin:6px 0 0;font-size:13px}.schedule-mode{color:var(--soft-navy);align-items:center;gap:10px;font-size:13px;font-weight:750;display:flex}.schedule-mode>div{background:#13294617;border-radius:9px;grid-template-columns:repeat(2,1fr);padding:2px;display:grid}.schedule-mode button{color:#2d3e50;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:70px;min-height:34px;padding:4px 12px}.schedule-mode button.is-selected{color:#fff;background:var(--soft-navy)}.schedule-date-controls{align-items:center;gap:7px;display:flex}.schedule-date-controls .icon-button{background:#f3f6f9}.schedule-date-controls input{border:1px solid var(--border);min-height:40px;color:var(--ink);background:#fff;border-radius:10px;outline:0;padding:0 10px;font-weight:700}.schedule-search{color:#8398ac;background:var(--subtle-surface);border-radius:13px;flex:1;align-items:center;gap:10px;min-width:240px;min-height:48px;padding:0 14px;display:flex}.schedule-search:focus-within{box-shadow:0 0 0 3px #0a70e81c}.schedule-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.schedule-search .icon-button{width:30px;height:30px}.schedule-filter-button{border:1px solid var(--border);min-height:48px;color:var(--soft-navy);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-weight:750;display:inline-flex}.schedule-filter-button.is-active{color:#075dab;background:#edf5fe;border-color:#0a70e84d}.schedule-filter-button>span{color:#fff;background:var(--blue);border-radius:999px;min-width:20px;padding:3px 6px;font-size:10px}.schedule-filter-panel{border-top:1px solid var(--border);grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto auto auto;align-items:end;gap:13px;padding-top:17px;display:grid}.schedule-filter-panel>label:not(.schedule-check-filter){min-width:0;color:var(--ink);gap:6px;font-size:12px;font-weight:750;display:grid}.schedule-filter-panel select{border:1px solid var(--border);width:100%;min-height:40px;color:var(--ink);background:#fff;border-radius:9px;outline:0;padding:0 10px}.schedule-check-filter{min-height:40px;color:var(--soft-navy);white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.schedule-check-filter input{width:17px;height:17px;accent-color:var(--soft-navy)}.schedule-filter-panel .text-button{white-space:nowrap;min-height:40px}.schedule-metrics{grid-template-columns:repeat(5,minmax(145px,1fr));gap:12px;display:grid}.schedule-metrics article{border:1px solid var(--border);min-height:94px;box-shadow:var(--shadow);background:#fff;border-radius:16px;align-items:center;gap:13px;padding:16px;display:flex}.schedule-metric-icon{color:#639271;background:#edf5f0;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.schedule-metrics article>span:last-child{gap:4px;min-width:0;display:grid}.schedule-metrics small{color:#8193a5;font-size:11px;font-weight:700}.schedule-metrics strong{color:var(--soft-navy);font-size:22px}.schedule-metrics article.has-warning .schedule-metric-icon{color:#9a5d19;background:#fff0d7}.schedule-context-row{align-items:end;padding:2px 2px 0}.schedule-context-row>div{gap:4px;display:grid}.schedule-context-row strong{color:var(--ink);font-size:17px}.schedule-context-row span{color:var(--muted);font-size:12px}.schedule-timeline-shell{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);background:#fff;border-radius:18px;overflow:hidden}.schedule-timeline-scroll{scrollbar-width:thin;min-width:0;overflow-x:auto}.schedule-timeline{min-width:100%}.schedule-time-header,.schedule-room-row{grid-template-columns:190px minmax(0,1fr);display:grid}.schedule-time-header{z-index:5;border-bottom:1px solid var(--border);background:#f7f9fb;min-height:58px;position:sticky;top:0}.schedule-room-heading,.schedule-room-label{z-index:4;border-right:1px solid var(--border);background:#fbfcfd;align-content:center;padding:12px 16px;display:grid;position:sticky;left:0}.schedule-room-heading{color:#718397;text-transform:uppercase;font-size:11px;font-weight:800}.schedule-time-track,.schedule-room-track{position:relative}.schedule-time-track span{color:#8193a6;white-space:nowrap;padding-left:7px;font-size:11px;position:absolute;top:20px;transform:translate(-1px)}.schedule-room-row{border-bottom:1px solid var(--border);min-height:118px}.schedule-room-row:last-child{border-bottom:0}.schedule-room-label{align-content:start;gap:5px;padding-top:19px}.schedule-room-label strong{color:var(--ink);font-size:14px}.schedule-room-label span{color:var(--muted);font-size:11px}.schedule-room-track{background-image:repeating-linear-gradient(90deg,#0000 0 63.5px,#13294613 63.5px 64.5px);min-height:118px}.schedule-open-period{color:#8093a6;white-space:nowrap;background:#1329460b;border-radius:999px;place-items:center;height:24px;font-size:10px;font-weight:700;display:grid;position:absolute;top:14px;overflow:hidden}.schedule-class-block{min-width:0;color:var(--ink);text-align:left;cursor:pointer;border:1px solid #13294621;border-radius:11px;align-content:center;justify-items:start;gap:3px;padding:9px 11px;display:grid;position:absolute;top:44px;bottom:12px;overflow:hidden}.schedule-class-block:hover,.schedule-week-class:hover{filter:brightness(.98);box-shadow:0 6px 16px #1329461c}.schedule-class-block strong,.schedule-class-block span,.schedule-class-block small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.schedule-class-block strong{font-size:12px}.schedule-class-block span,.schedule-class-block small{color:#6d8194;font-size:10px}.schedule-class-block>svg,.schedule-week-class>svg{color:#a63d3d;position:absolute;top:6px;right:6px}.schedule-class-block--sage,.schedule-week-class--sage{background:#e5efea}.schedule-class-block--lavender,.schedule-week-class--lavender{background:#ece8f2}.schedule-class-block--blue,.schedule-week-class--blue{background:#e3eaf3}.schedule-class-block--sand,.schedule-week-class--sand{background:#f0eae2}.schedule-class-block--sky,.schedule-week-class--sky{background:#e3eef1}.schedule-class-block.has-conflict,.schedule-week-class.has-conflict{border-color:#b53b3b8c;box-shadow:inset 3px 0 #c04b4b}.schedule-now-line{z-index:3;pointer-events:none;background:#d85757;width:2px;position:absolute;top:0;bottom:0}.schedule-now-line:before{content:"Now";color:#c54848;font-size:9px;font-weight:800;position:absolute;top:2px;left:5px}.schedule-week-grid{scrollbar-width:thin;grid-template-columns:repeat(7,minmax(155px,1fr));gap:10px;min-width:0;padding-bottom:6px;display:grid;overflow-x:auto}.schedule-week-grid>article{border:1px solid var(--border);background:#ffffffd1;border-radius:15px;min-height:360px;overflow:hidden}.schedule-week-grid>article.is-today{border-color:#0a70e866;box-shadow:0 0 0 2px #0a70e814}.schedule-week-grid article>header{border-bottom:1px solid var(--border);background:#f5f8fa}.schedule-week-grid article>header button{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;gap:3px;padding:13px;display:grid}.schedule-week-grid article>header span{color:var(--muted);font-size:10px}.schedule-week-grid article>div{align-content:start;gap:8px;padding:10px;display:grid}.schedule-week-class{min-height:78px;color:var(--ink);text-align:left;cursor:pointer;border:1px solid #1329461a;border-radius:10px;justify-items:start;gap:3px;padding:10px;display:grid;position:relative;overflow:hidden}.schedule-week-class>span,.schedule-week-class>small{color:var(--muted);font-size:9px}.schedule-week-class>strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;overflow:hidden}.schedule-week-empty{color:var(--muted);padding:12px 4px;font-size:11px}.schedule-attention{background:#fffaf0;border:1px solid #ead7b9;border-radius:16px;overflow:hidden}.schedule-attention>header{color:#8b5b18;border-bottom:1px solid #ead7b9;align-items:center;gap:11px;padding:16px 18px;display:flex}.schedule-attention h3{margin:0;font-size:15px}.schedule-attention p{margin:3px 0 0;font-size:11px}.schedule-attention>div{display:grid}.schedule-attention>div button{min-height:62px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ead7b9;justify-content:space-between;align-items:center;gap:16px;padding:12px 18px;display:flex}.schedule-attention>div button:last-child{border-bottom:0}.schedule-attention button>span:first-child{gap:3px;display:grid}.schedule-attention small,.schedule-attention button>span:last-child{color:var(--muted);font-size:10px}.schedule-class-dialog{background:#f9fbfd;border-radius:22px;width:min(100%,620px);overflow:hidden;box-shadow:0 30px 90px #0d1f3340}.schedule-class-dialog>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:22px 24px 18px;display:flex}.schedule-class-dialog h3{color:var(--navy);margin:0;font-size:25px}.schedule-class-dialog__body{gap:18px;padding:22px 24px;display:grid}.schedule-class-dialog dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.schedule-class-dialog dl>div{background:var(--subtle-surface);border-radius:11px;gap:4px;padding:13px;display:grid}.schedule-class-dialog dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:750}.schedule-class-dialog dd{color:var(--ink);margin:0;font-size:13px;font-weight:750}.schedule-class-dialog>footer{border-top:1px solid var(--border);background:#fff;justify-content:flex-end;align-items:center;gap:9px;padding:16px 24px 20px;display:flex}.staffing-page{gap:18px}.staffing-page>*{min-width:0}.staffing-page-header{justify-content:center;align-items:center;gap:18px;min-height:44px;display:flex;position:relative}.staffing-tabs-wrap{color:var(--soft-navy);justify-content:center;align-items:center;gap:11px;font-size:13px;font-weight:750;display:flex}.staffing-tabs{background:#13294617;border-radius:10px;grid-template-columns:repeat(5,1fr);min-width:min(100%,620px);padding:2px;display:grid}.staffing-tabs button{color:#273e55;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;min-height:35px;padding:5px 14px}.staffing-tabs button.is-selected{color:#fff;background:var(--soft-navy);box-shadow:0 3px 9px #13294626}.staffing-add-button{color:#fff;background:var(--navy);cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:12px;font-weight:750;display:inline-flex;position:absolute;right:0;box-shadow:0 8px 19px #1329462b}.staffing-header-actions{align-items:center;gap:8px;display:flex;position:absolute;right:0}.staffing-header-actions .staffing-add-button{position:static}.staffing-schedule-controls{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:13px;display:flex}.staffing-date-control{align-items:center;gap:8px;min-width:0;display:flex}.staffing-date-control .icon-button{background:#f3f6f9}.staffing-date-control input{border:1px solid var(--border);min-height:38px;color:var(--ink);background:#fbfcfd;border-radius:9px;padding:0 9px;font-weight:700}.staffing-date-control strong{color:#52677c;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.staffing-control-actions{align-items:center;gap:10px;display:flex}.staffing-role-filter{position:relative}.staffing-role-filter__menu{z-index:12;border:1px solid var(--border);background:#fff;border-radius:12px;gap:3px;width:240px;padding:9px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #1329462e}.staffing-role-filter__menu button,.staffing-role-filter__menu label{min-height:36px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:7px 9px;font-size:12px;display:flex}.staffing-role-filter__menu button:hover,.staffing-role-filter__menu label:hover{background:var(--subtle-surface)}.staffing-role-filter__menu input{accent-color:var(--soft-navy)}.staffing-display-toggle{color:var(--soft-navy);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.staffing-display-toggle>div,.staffing-coverage-filter>div{background:#13294617;border-radius:9px;grid-auto-flow:column;padding:2px;display:grid}.staffing-display-toggle button,.staffing-coverage-filter button{color:#273e55;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:4px 12px;display:inline-flex}.staffing-display-toggle button.is-selected,.staffing-coverage-filter button.is-selected{color:#fff;background:var(--soft-navy)}.staffing-coverage-panel{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:15px;padding:15px;display:grid}.staffing-coverage-panel>p{color:var(--muted);grid-column:1/-1;margin:0;font-size:11px}.staffing-coverage-metrics{grid-template-columns:repeat(5,minmax(92px,1fr));gap:12px;display:grid}.staffing-coverage-metrics article{align-items:flex-start;gap:7px;min-width:0;display:flex}.staffing-coverage-dot{background:#abb6c1;border-radius:50%;flex:none;width:9px;height:9px;margin-top:3px}.staffing-coverage-dot--fullyStaffed{background:#55a56d}.staffing-coverage-dot--partiallyStaffed{background:#f29a36}.staffing-coverage-dot--understaffed,.staffing-coverage-dot--uncovered{background:#c6545b}.staffing-coverage-metrics article>span:last-child{gap:3px;min-width:0;display:grid}.staffing-coverage-metrics small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.staffing-coverage-metrics strong{color:var(--soft-navy);font-size:19px}.staffing-coverage-filter{color:var(--soft-navy);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.staffing-coverage-filter button{padding-inline:10px}.staffing-search{color:#8095a9;background:var(--subtle-surface);border-radius:14px;align-items:center;gap:10px;min-height:52px;padding:0 15px;display:flex}.staffing-search:focus-within{box-shadow:0 0 0 3px #0a70e81c}.staffing-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.staffing-timeline-shell{border:1px solid var(--border);min-width:0;box-shadow:var(--shadow);background:#fff;border-radius:17px;overflow:hidden}.staffing-timeline-scroll{scrollbar-width:thin;overflow-x:auto}.staffing-timeline-header,.staffing-person-row{grid-template-columns:220px minmax(0,1fr);display:grid}.staffing-timeline-header{border-bottom:1px solid var(--border);color:#718398;background:#f7f9fb;min-height:55px;font-size:11px;font-weight:800}.staffing-timeline-header>div:first-child,.staffing-person-label{z-index:4;border-right:1px solid var(--border);background:#fbfcfd;padding:14px 16px;position:sticky;left:0}.staffing-timeline-header>div:last-child{position:relative}.staffing-timeline-header span{white-space:nowrap;padding-left:7px;position:absolute;top:19px}.staffing-person-row{border-bottom:1px solid var(--border);min-height:110px}.staffing-person-row:last-child{border-bottom:0}.staffing-person-label{align-content:center;gap:4px;display:grid}.staffing-person-label strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.staffing-person-label span,.staffing-person-label small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.staffing-person-track{background-image:repeating-linear-gradient(90deg,#0000 0 119px,#13294613 119px 120px);min-height:110px;position:relative}.staffing-assignment-block{border:1px solid #1329462e;border-left:5px solid var(--soft-navy);min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#e6ebf0;border-radius:11px;align-content:center;justify-items:start;gap:4px;padding:10px 12px;display:grid;position:absolute;top:14px;bottom:14px;overflow:hidden}.staffing-assignment-block:hover{filter:brightness(.98);box-shadow:0 7px 18px #1329461f}.staffing-assignment-block strong,.staffing-assignment-block span,.staffing-assignment-block small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.staffing-assignment-block strong{font-size:12px}.staffing-assignment-block span,.staffing-assignment-block small{color:#6f8194;font-size:10px}.coverage-fullyStaffed{border-left-color:#55a56d!important}.coverage-partiallyStaffed{border-left-color:#f29a36!important}.coverage-understaffed,.coverage-uncovered{border-left-color:#c6545b!important}.staffing-assignment-block.status-needsCoverage,.staffing-assignment-block.status-absent{background:#fae8eb}.staffing-assignment-list,.staffing-record-list,.staffing-absence-list{gap:10px;display:grid}.staffing-people-list{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:10px;display:grid}.staffing-people-list>article{border:1px solid var(--border);background:var(--subtle-surface);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:14px 15px;display:grid}.staffing-people-list>article>div{gap:4px;min-width:0;display:grid}.staffing-people-list strong,.staffing-people-list span,.staffing-people-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.staffing-people-list>article>div>span,.staffing-people-list small{color:var(--muted);font-size:10px}.staffing-assignment-list>button,.staffing-record-list>button{width:100%;min-height:80px;color:var(--ink);background:var(--subtle-surface);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:14px;grid-template-columns:auto minmax(180px,1fr) minmax(150px,auto) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.staffing-assignment-list>button:hover,.staffing-record-list>button:hover{background:#edf4f7;border-color:#0a70e826}.staffing-list-icon,.staffing-record-icon{width:40px;height:40px;color:var(--soft-navy);background:#fff;border-radius:11px;flex:none;place-items:center;display:grid}.staffing-record-icon.is-inactive{color:var(--muted);background:#e9edf0}.staffing-assignment-list button>span:not(.staffing-list-icon,.staffing-coverage-pill),.staffing-record-list button>span:not(.staffing-record-icon,.staffing-status,.staffing-ratio){gap:4px;min-width:0;display:grid}.staffing-assignment-list strong,.staffing-record-list strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.staffing-assignment-list small,.staffing-record-list small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.staffing-coverage-pill,.staffing-status{color:#5f7183;white-space:nowrap;background:#e5eaee;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800}.staffing-coverage-pill.coverage-fullyStaffed,.staffing-status.is-active{color:#286440;background:#e1f4e8}.staffing-coverage-pill.coverage-partiallyStaffed{color:#795013;background:#fff3d9}.staffing-coverage-pill.coverage-understaffed,.staffing-coverage-pill.coverage-uncovered,.staffing-status.status-submitted{color:#8b2030;background:#fae8eb}.staffing-status.status-acknowledged{color:#795013;background:#fff3d9}.staffing-section{gap:18px;display:grid}.staffing-section>header{justify-content:space-between;align-items:flex-start;gap:18px;min-height:58px;display:flex}.staffing-section h2{color:var(--ink);letter-spacing:-.025em;margin:0;font-size:25px}.staffing-section header p{color:var(--muted);margin:6px 0 0;font-size:12px}.staffing-ratio{justify-items:end;gap:3px;display:grid}.staffing-ratio strong{font-size:17px}.staffing-absence-header{align-items:center!important}.staffing-absence-list>article{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:16px;overflow:hidden}.staffing-absence-list article>header{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 17px;display:grid}.staffing-absence-list article>header>span:nth-child(2){gap:3px;display:grid}.staffing-absence-list article>header strong{color:var(--ink)}.staffing-absence-list article>header small{color:var(--muted);font-size:10px}.staffing-absence-list article>p{color:#526a81;margin:0;padding:14px 17px;font-size:12px}.staffing-absence-assignments{background:var(--subtle-surface);border-radius:11px;gap:7px;margin:0 17px 14px;padding:12px;display:grid}.staffing-absence-assignments>strong{color:var(--ink);font-size:11px}.staffing-absence-assignments>button{width:fit-content;color:var(--blue);text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.staffing-absence-assignments>span{color:var(--muted);font-size:10px}.staffing-absence-list article>footer{border-top:1px solid var(--border);background:#fbfcfd;justify-content:flex-end;gap:9px;padding:13px 17px 16px;display:flex}.staffing-dialog{background:#f9fbfd;border-radius:22px;flex-direction:column;width:min(100%,780px);max-height:min(92vh,920px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3340}.staffing-dialog>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:22px 24px 18px;display:flex}.staffing-dialog h3{color:var(--navy);letter-spacing:-.025em;margin:0;font-size:24px}.staffing-dialog__body{gap:18px;padding:22px 24px;display:grid;overflow-y:auto}.staffing-import-dialog{width:min(100%,980px)}.staffing-import-body{gap:14px}.staffing-import-guidance{color:var(--soft-navy);background:#edf5fb;border:1px solid #0a70e821;border-radius:14px;align-items:flex-start;gap:14px;padding:16px;display:flex}.staffing-import-guidance h4,.staffing-import-guidance p{margin:0 0 5px}.staffing-import-guidance small{color:var(--muted)}.staffing-import-actions{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.staffing-template-links{flex-wrap:wrap;gap:7px;display:flex}.staffing-template-links .button{min-height:35px;padding:7px 9px;font-size:10px}.staffing-import-metrics{grid-template-columns:repeat(4,minmax(110px,1fr));gap:9px;display:grid}.staffing-import-metrics>div{border:1px solid var(--border);background:#fff;border-radius:12px;gap:4px;padding:12px;display:grid}.staffing-import-metrics span{color:var(--muted);font-size:10px;font-weight:750}.staffing-import-metrics strong{color:var(--navy);font-size:20px}.staffing-import-metrics .has-errors strong{color:var(--danger)}.staffing-import-errors{background:#fff1f2;border:1px solid #c6545b33;border-radius:13px;gap:8px;padding:13px;display:grid}.staffing-import-errors>header{color:var(--danger);align-items:center;gap:9px;display:flex}.staffing-import-errors>header>div,.staffing-import-errors article{gap:3px;display:grid}.staffing-import-errors article{background:#fff;border-radius:9px;padding:10px}.staffing-import-errors article span{color:var(--danger);font-size:11px}.staffing-import-errors article small{overflow-wrap:anywhere;color:var(--muted)}.staffing-import-records{gap:8px;display:grid}.staffing-import-records details{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden}.staffing-import-records summary{color:var(--navy);cursor:pointer;justify-content:space-between;padding:11px 13px;font-weight:800;display:flex}.staffing-import-records summary span{color:var(--muted);font-size:10px}.staffing-import-records details>div{border-top:1px solid var(--border);max-height:250px;display:grid;overflow-y:auto}.staffing-import-records article{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr);gap:11px;padding:10px 13px;display:grid}.staffing-import-records article>div{gap:2px;min-width:0;display:grid}.staffing-import-records article span,.staffing-import-records article small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.import-action{border-radius:999px;align-self:start;padding:4px 7px;font-weight:800}.import-action--create{background:#e1f4e8;color:#286440!important}.import-action--update{background:#e6f1fb;color:#155ea8!important}.import-action--skip{background:#e5eaee;color:#5f7183!important}.staffing-import-confirm{color:var(--ink);align-items:flex-start;gap:9px;font-size:12px;font-weight:700;display:flex}.staffing-import-confirm input{width:18px;height:18px;accent-color:var(--blue)}.user-import-provisioning{border:1px solid var(--border);background:var(--surface-soft);color:var(--ink);border-radius:12px;grid-template-columns:auto auto minmax(0,1fr);align-items:start;gap:10px;padding:13px;display:grid}.user-import-provisioning.is-enabled{color:#8c2828;background:#fff0f0;border-color:#d79595}.user-import-provisioning input{accent-color:#b53939;width:18px;height:18px}.user-import-provisioning span{gap:3px;display:grid}.user-import-provisioning small{color:var(--muted);font-weight:600;line-height:1.45}.user-import-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}.staffing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.staffing-form-grid>label:not(.staffing-toggle){min-width:0;color:var(--ink);gap:7px;font-size:12px;font-weight:750;display:grid}.staffing-form-grid input:not([type=checkbox]),.staffing-form-grid select,.staffing-form-grid textarea{border:1px solid var(--border);width:100%;min-height:44px;color:var(--ink);background:#fff;border-radius:9px;outline:0;padding:10px 11px}.staffing-form-grid textarea{resize:vertical}.staffing-form-grid input:focus,.staffing-form-grid select:focus,.staffing-form-grid textarea:focus{border-color:#0a70e873;box-shadow:0 0 0 3px #0a70e817}.staffing-form-grid__wide{grid-column:1/-1}.staffing-form-grid label small{color:var(--muted);font-weight:500;line-height:1.35}.staffing-autofill-note{color:#22613a;background:#e1f4e8;margin-top:14px}.staffing-recurrence{border:1px solid var(--border);background:var(--subtle-surface);border-radius:11px;gap:14px;min-width:0;margin:0;padding:14px;display:grid}.staffing-recurrence legend{color:var(--ink);align-items:center;gap:7px;padding:0 6px;font-size:12px;font-weight:800;display:inline-flex}.staffing-recurrence__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.staffing-recurrence__grid>label,.staffing-recurrence__weekdays{min-width:0;color:var(--ink);gap:7px;font-size:12px;font-weight:750;display:grid}.staffing-recurrence__weekdays{grid-column:1/-1}.staffing-recurrence__weekdays>div{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.staffing-recurrence__weekdays button{border:1px solid var(--border);min-height:34px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px}.staffing-recurrence__weekdays button.is-selected{color:#fff;border-color:var(--navy);background:var(--navy)}.staffing-recurrence__summary{color:var(--muted);gap:5px;font-size:12px;line-height:1.45;display:grid}.staffing-recurrence__summary p{margin:0}.staffing-recurrence__summary strong{color:var(--ink)}.staffing-series-actions{color:var(--ink);background:var(--subtle-surface);border-radius:10px;gap:10px;margin-top:14px;padding:13px;display:grid}.staffing-series-actions p{margin:0;font-size:12px}.staffing-series-actions>div{flex-wrap:wrap;gap:8px;display:flex}.staffing-series-actions>span{color:#22613a;font-size:12px;font-weight:700}.staffing-toggle{min-height:40px;color:var(--ink);align-items:center;gap:9px;font-size:12px;font-weight:700;display:flex}.staffing-toggle input{width:18px;height:18px;accent-color:var(--soft-navy)}.staffing-days{border:0;gap:8px;padding:0;display:grid}.staffing-days legend{color:var(--ink);margin-bottom:8px;font-size:12px;font-weight:750}.staffing-days>div{grid-template-columns:repeat(7,1fr);gap:7px;display:grid}.staffing-days button{border:1px solid var(--border);min-height:38px;color:var(--soft-navy);cursor:pointer;background:#fff;border-radius:9px}.staffing-days button.is-selected{border-color:var(--soft-navy);color:#fff;background:var(--soft-navy)}.staffing-dialog>footer{border-top:1px solid var(--border);background:#fff;align-items:center;gap:9px;padding:16px 24px 20px;display:flex}.staffing-dialog__footer-spacer{flex:1}.staffing-dialog__danger{color:#963243;background:#fae8eb;align-items:center;gap:6px;display:inline-flex}.teacher-maintenance-dialog{background:#f7f9fb;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1180px,96vw);max-height:94vh;display:grid;overflow:hidden;box-shadow:0 30px 90px #0d1f3347}.teacher-maintenance-dialog>header,.teacher-maintenance-dialog>footer{border-bottom:1px solid var(--border);background:#fff;align-items:center;gap:10px;padding:18px 22px;display:flex}.teacher-maintenance-dialog>header{justify-content:space-between}.teacher-maintenance-dialog h3{color:var(--navy);margin:0;font-size:24px}.teacher-maintenance-dialog>footer{border-top:1px solid var(--border);border-bottom:0}.teacher-maintenance-dialog>footer>span{flex:1}.teacher-maintenance-dialog__body{align-content:start;gap:14px;padding:18px 22px 24px;display:grid;overflow-y:auto}.teacher-maintenance-controls,.teacher-maintenance-overview{border:1px solid var(--border);background:#fff;border-radius:14px;gap:12px;padding:14px;display:grid}.teacher-maintenance-segments{background:#13294617;border-radius:10px;grid-auto-columns:minmax(max-content,1fr);grid-auto-flow:column;padding:2px;display:grid;overflow-x:auto}.teacher-maintenance-segments button{min-height:35px;color:var(--soft-navy);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:750}.teacher-maintenance-segments button.is-selected{color:#fff;background:var(--soft-navy)}.teacher-maintenance-date-range,.teacher-maintenance-selection-actions{flex-wrap:wrap;align-items:end;gap:9px;display:flex}.teacher-maintenance-date-range label{color:var(--muted);gap:5px;font-size:11px;font-weight:750;display:grid}.teacher-maintenance-date-range input{border:1px solid var(--border);min-height:38px;color:var(--ink);background:#fff;border-radius:8px;padding:6px 9px}.teacher-maintenance-selection-actions .button{align-items:center;gap:6px;display:inline-flex}.teacher-maintenance-overview>div:first-child{gap:4px;display:grid}.teacher-maintenance-overview>div:first-child span,.teacher-maintenance-overview>p{color:var(--muted);margin:0;font-size:11px}.teacher-maintenance-metrics{grid-template-columns:repeat(7,minmax(78px,1fr));gap:8px;display:grid}.teacher-maintenance-metrics>span{background:var(--subtle-surface);border-radius:9px;gap:3px;padding:9px;display:grid}.teacher-maintenance-metrics small{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:750}.teacher-maintenance-metrics strong{color:var(--navy);font-size:18px}.teacher-maintenance-dates,.teacher-maintenance-dates>section,.teacher-maintenance-dates>section>div{gap:10px;display:grid}.teacher-maintenance-dates h4{color:var(--navy);margin:4px 2px 0;font-size:14px}.teacher-preview-row{border:1px solid var(--border);background:#fff;border-left:4px solid #6d8194;border-radius:13px;gap:9px;padding:14px;display:grid}.teacher-preview-row.state-missing{border-left-color:var(--navy)}.teacher-preview-row.state-updateAvailable{border-left-color:#c87917}.teacher-preview-row.state-alreadyCurrent{border-left-color:#31845a}.teacher-preview-row.state-conflictAfterUpdate,.teacher-preview-row.state-manuallyModifiedGeneratedAssignment{border-left-color:#b63f50}.teacher-preview-row__header{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:start;gap:11px;display:grid}.teacher-preview-row__icon{color:#7a5423}.teacher-preview-row__header>div{gap:3px;min-width:0;display:grid}.teacher-preview-row__header span,.teacher-preview-row__header small,.teacher-preview-row p{color:var(--muted);font-size:11px}.teacher-preview-row__select input{width:18px;height:18px;accent-color:var(--navy)}.teacher-preview-row__badge{white-space:nowrap;background:#edf1f5;border-radius:999px;padding:5px 8px;font-weight:800;color:var(--soft-navy)!important}.teacher-preview-row p{align-items:flex-start;gap:6px;margin:0 0 0 30px;line-height:1.4;display:flex}.teacher-preview-row p svg{flex:none}.teacher-preview-row dl{gap:5px;margin:0 0 0 30px;display:grid}.teacher-preview-row dl>div{grid-template-columns:minmax(90px,.3fr) minmax(0,1fr);gap:8px;font-size:10px;display:grid}.teacher-preview-row dt{color:var(--ink);font-weight:750}.teacher-preview-row dd{color:var(--muted);margin:0}.kiosk-loading .loading-mark{border-width:2px;width:16px;height:16px}@media (width<=1180px){.metric-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}.schedule-title-row{flex-wrap:wrap;align-items:flex-start}.schedule-controls{flex-wrap:wrap;align-items:stretch}.schedule-search{flex-basis:100%;order:3}.schedule-metrics{grid-template-columns:repeat(3,minmax(145px,1fr))}.schedule-filter-panel{grid-template-columns:repeat(2,minmax(180px,1fr));align-items:center}.staffing-schedule-controls{flex-direction:column;align-items:stretch}.staffing-control-actions{justify-content:space-between}.staffing-coverage-panel{grid-template-columns:1fr}.staffing-coverage-filter{justify-content:space-between}.action-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.family-action-panel__actions{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.app-shell,.app-shell--collapsed{display:block}.sidebar{width:min(88vw,310px);position:fixed;left:0;transform:translate(-105%);box-shadow:22px 0 50px #13294633}.sidebar--open{transform:translate(0)}.sidebar-scrim{z-index:19;opacity:0;pointer-events:none;background:#0d1d316b;border:0;transition:opacity .18s;display:block;position:fixed;inset:0}.sidebar-scrim--visible{opacity:1;pointer-events:auto}.sidebar__mobile-close,.topbar__menu{display:grid}.topbar__collapse{display:none}.topbar{z-index:12;position:sticky;top:0}.workspace__content{padding:26px 18px 48px}.attendance-save-bar,.app-shell--collapsed .attendance-save-bar{left:18px;right:18px}.classrooms-toolbar,.roster-manager__header{flex-direction:column;align-items:stretch}.schedule-controls{flex-wrap:wrap;align-items:stretch}.schedule-search{flex-basis:100%;order:3}.staffing-page-header{justify-content:flex-start}.staffing-add-button{margin-left:auto;position:static}.staffing-control-actions{flex-wrap:wrap}.staffing-display-toggle{order:3;justify-content:space-between;width:100%}.staffing-display-toggle>div{flex:1}.staffing-display-toggle button{width:100%}.app-shell--collapsed .brand__copy,.app-shell--collapsed .nav-section__label,.app-shell--collapsed .nav-item span,.app-shell--collapsed .sidebar__account-copy{display:initial}.app-shell--collapsed .sidebar__top{justify-content:space-between;padding-inline:25px}.app-shell--collapsed .nav-item{justify-content:flex-start;padding:0 11px}.app-shell--collapsed .sidebar__account{justify-content:flex-start;padding-inline:17px}.app-shell--collapsed .sidebar__account .avatar{display:grid}.teacher-maintenance-metrics{grid-template-columns:repeat(4,minmax(70px,1fr))}}@media (width<=700px){.auth-card{border-radius:20px;padding:27px 22px}.organization-chip{max-width:46vw}.metric-grid,.action-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:112px;padding:16px}.quick-action{min-height:84px}.dashboard-section__heading{flex-direction:column;align-items:flex-start}.dashboard-concern-card>footer{flex-direction:column;align-items:stretch}.dashboard-concern-card>footer .toolbar-button{justify-content:center}.dashboard-help-list>button{grid-template-columns:minmax(0,1fr) auto}.dashboard-help-list>button>svg{display:none}.kiosk-tabs-wrap{flex-direction:column;align-items:stretch;gap:7px}.kiosk-tabs-wrap>span{font-size:12px}.daily-log-heading{flex-direction:column;align-items:flex-start}.present-card__family{max-width:180px}.family-action-panel{border-radius:20px;max-height:94vh}.classroom-tabs-wrap{flex-direction:column;align-items:stretch;gap:7px}.classroom-tabs-wrap>span{font-size:12px}.schedule-title-row{align-items:flex-start}.schedule-metrics{grid-template-columns:repeat(2,minmax(140px,1fr))}.schedule-filter-panel{grid-template-columns:1fr;align-items:stretch}.schedule-check-filter{min-height:32px}.staffing-page-header{flex-direction:column;align-items:stretch}.staffing-tabs-wrap{flex-direction:column;align-items:stretch;gap:6px;min-width:0}.staffing-header-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));width:100%;display:grid;position:static}.staffing-header-actions .toolbar-button,.staffing-header-actions .staffing-add-button{width:100%;min-width:0}.staffing-add-button{width:100%;margin-left:0}.staffing-coverage-metrics{grid-template-columns:repeat(3,minmax(90px,1fr))}.staffing-coverage-filter{flex-direction:column;align-items:stretch}.staffing-coverage-filter>div{overflow-x:auto}.teacher-maintenance-dialog{border-radius:20px 20px 0 0;width:100%;max-height:96vh}.teacher-maintenance-dialog>header,.teacher-maintenance-dialog__body,.teacher-maintenance-dialog>footer{padding-inline:15px}.teacher-maintenance-dialog>footer{flex-direction:column;align-items:stretch}.teacher-maintenance-dialog>footer>span{display:none}.teacher-maintenance-metrics{grid-template-columns:repeat(2,minmax(70px,1fr))}.teacher-preview-row__header{grid-template-columns:auto minmax(0,1fr) auto}.teacher-preview-row__badge{grid-column:2/-1;justify-self:start}.staffing-section>header,.staffing-absence-header{flex-direction:column;align-items:stretch!important}.staffing-record-list>button,.staffing-assignment-list>button{grid-template-columns:auto minmax(0,1fr) auto}.staffing-record-list>button>span:nth-child(3),.staffing-assignment-list>button>span:nth-child(3){display:none}.roster-columns{grid-template-columns:1fr}.roster-student-list{max-height:520px}}@media (width<=470px){.organization-chip{display:none}.metric-grid,.action-grid{grid-template-columns:1fr}.workspace__content{padding-inline:14px}.segmented-control{width:100%;min-width:0;overflow-x:auto}.segmented-control button{padding-inline:8px;font-size:12px}.kiosk-search{min-height:52px;padding-inline:14px}.family-card{gap:12px;min-height:88px;padding:15px}.family-card__icon{width:40px;height:40px}.family-card__copy small:nth-of-type(2){display:none}.present-card{grid-template-columns:auto minmax(0,1fr)}.present-card--action{grid-template-columns:auto minmax(0,1fr) auto}.present-card__family{display:none}.student-detail-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}.dialog-layer:has(.student-detail-dialog){align-items:end;padding:0}.student-detail-dialog__header,.student-detail-dialog__body{padding-left:18px;padding-right:18px}.student-detail-actions{grid-template-columns:1fr}.dialog-layer{align-items:end;padding:0}.family-action-panel{border-radius:22px 22px 0 0;width:100%;max-height:95vh}.family-action-panel__header,.family-action-panel__body{padding-inline:18px}.person-choice-grid{grid-template-columns:1fr}.family-action-panel__actions{grid-template-columns:repeat(2,1fr);padding-inline:18px}.attendance-action:last-child{grid-column:1/-1}.log-export{justify-content:center;width:100%}.classroom-tabs{width:100%;min-width:0}.classroom-tabs button{padding-inline:7px;font-size:12px}.attendance-status-control{flex-direction:column;align-items:stretch;gap:8px}.attendance-status-control>div{overflow-x:auto}.attendance-status-control button{padding-inline:5px;font-size:11px}.attendance-log-heading,.attendance-log-filters{flex-direction:column;align-items:stretch}.attendance-log-actions{flex-wrap:wrap;width:100%}.attendance-log-actions .button{flex:145px}.attendance-log-filters .class-selector,.attendance-log-filters .class-selector:last-child{width:100%}.class-attendance-log article{grid-template-columns:minmax(0,1fr) auto}.class-attendance-log article>small:last-child{display:none}.attendance-save-message{justify-content:center;bottom:84px;left:14px;right:14px}.classrooms-toolbar>div:last-child,.roster-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.toolbar-button,.roster-actions button{width:100%}.class-form-grid{grid-template-columns:1fr}.schedule-command-card{padding:18px}.schedule-title-row{flex-direction:column}.schedule-mode{justify-content:space-between;width:100%}.schedule-mode>div{flex:1}.schedule-controls{grid-template-columns:1fr auto;display:grid}.schedule-date-controls{min-width:0}.schedule-date-controls input{width:100%;min-width:0}.schedule-search{grid-column:1/-1;min-width:0}.schedule-metrics{grid-template-columns:1fr}.schedule-metrics article{min-height:76px}.schedule-context-row{flex-direction:column;align-items:flex-start;gap:7px}.schedule-time-header,.schedule-room-row{grid-template-columns:150px minmax(0,1fr)}.schedule-timeline{width:auto!important}.schedule-class-dialog{border-radius:22px 22px 0 0;width:100%}.dialog-layer:has(.schedule-class-dialog){align-items:end;padding:0}.schedule-class-dialog dl{grid-template-columns:1fr}.schedule-class-dialog>footer{grid-template-columns:1fr 1fr;display:grid}.schedule-class-dialog>footer .button--primary{grid-column:1/-1}.staffing-tabs{overscroll-behavior-inline:contain;scrollbar-width:thin;grid-template-columns:none;grid-auto-columns:minmax(94px,max-content);grid-auto-flow:column;width:100%;min-width:0;max-width:calc(100vw - 28px);overflow-x:auto}.staffing-header-actions{max-width:calc(100vw - 28px)}.staffing-tabs button{padding-inline:8px;font-size:11px}.staffing-date-control{grid-template-columns:auto minmax(0,1fr) auto;display:grid}.staffing-date-control strong{text-align:center;grid-column:1/-1}.staffing-control-actions{grid-template-columns:1fr 1fr;display:grid}.staffing-control-actions>.toolbar-button,.staffing-role-filter>.toolbar-button{width:100%}.staffing-display-toggle{grid-column:1/-1}.staffing-coverage-metrics{grid-template-columns:repeat(2,minmax(90px,1fr))}.staffing-coverage-filter>div{grid-template-columns:repeat(2,1fr);grid-auto-flow:row}.staffing-timeline-header,.staffing-person-row{grid-template-columns:160px minmax(0,1fr)}.staffing-record-list>button,.staffing-assignment-list>button{grid-template-columns:auto minmax(0,1fr)}.staffing-record-list>button>.staffing-status,.staffing-record-list>button>.staffing-ratio,.staffing-assignment-list>button>.staffing-coverage-pill{grid-column:2;justify-self:start}.staffing-absence-list article>footer{grid-template-columns:1fr;display:grid}.staffing-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}.dialog-layer:has(.staffing-dialog){align-items:end;padding:0}.staffing-form-grid{grid-template-columns:1fr}.staffing-form-grid__wide,.staffing-days{grid-column:auto}.staffing-days>div{grid-template-columns:repeat(4,1fr)}.staffing-dialog>footer{flex-wrap:wrap;padding-inline:18px}.staffing-dialog__footer-spacer{flex-basis:100%;order:3;height:0}.staffing-dialog>footer .button:not(.staffing-dialog__danger){flex:1;order:4}.class-form-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}.delete-class-dialog{border-radius:22px 22px 0 0;width:100%}:is(.dialog-layer:has(.class-form-dialog),.dialog-layer:has(.delete-class-dialog)){align-items:end;padding:0}.roster-student-card{padding-inline:13px}.roster-student-card button{padding-inline:10px}}.families-page{color:var(--soft-navy);gap:20px;display:grid}.families-toolbar{justify-content:flex-end;display:flex}.families-toolbar>div{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.families-search{color:#91a3b8;background:#e8eff3c2;border:1px solid #1329460f;border-radius:18px;align-items:center;gap:12px;min-height:64px;padding:0 20px;display:flex}.families-search:focus-within{background:#fff;border-color:#0a70e861;box-shadow:0 0 0 4px #0a70e814}.families-search input{width:100%;min-width:0;color:var(--navy);background:0 0;border:0;outline:0;font-size:16px}.families-search button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:7px;display:grid}.family-selection-bar,.family-action-message{background:#f6faff;border:1px solid #0a70e824;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:13px 16px;display:flex}.family-selection-bar>div{align-items:center;gap:8px;display:flex}.family-action-message{color:#315578;background:#eef6ff}.family-list{gap:12px;display:grid}.family-list-card{min-height:120px;color:inherit;text-align:left;cursor:pointer;background:#e8eff3c7;border:1px solid #0000;border-radius:18px;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;transition:transform .15s,border-color .15s,box-shadow .15s,background .15s;display:grid}.family-list-card:hover{background:#f5f9fc;border-color:#0a70e82e;transform:translateY(-1px);box-shadow:0 13px 28px #13294614}.family-list-card.is-selected{border-color:#0a70e88a;box-shadow:0 0 0 3px #0a70e817}.family-list-card__selection,.family-choice-check{border:1.5px solid #8da0b4;border-radius:6px;flex:none;place-items:center;width:22px;height:22px;display:grid}.family-list-card.is-selected .family-list-card__selection,.family-choice-grid button.is-selected .family-choice-check{border-color:var(--blue);color:#fff;background:var(--blue)}.family-list-card__icon{color:#087bf2;background:#0a7bf217;border-radius:15px;place-items:center;width:52px;height:52px;display:grid}.family-list-card__copy{gap:6px;min-width:0;display:grid}.family-list-card__copy strong{color:var(--soft-navy);font-size:17px}.family-list-card__copy small{color:#8aa0b8}.family-list-card__copy>span{flex-wrap:wrap;gap:7px;display:flex}.family-list-card__copy em{color:#6f849b;background:#ffffffb8;border-radius:999px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:700}.family-empty-card,.module-loading{color:#8297ad;background:#e8eff3b8;border-radius:16px;padding:22px}.family-page-footer{color:#8297ad;align-items:center;gap:14px;padding-top:4px;font-size:12px;display:flex}.family-page-footer>span,.family-page-footer button{align-items:center;gap:6px;display:inline-flex}.family-page-footer>span{margin-right:auto}.family-detail-page{max-width:1580px}.family-detail-back{color:var(--navy);align-items:center;gap:10px;display:flex}.family-detail-hero{background:#e8eff3cc;border:1px solid #1329460f;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;padding:26px;display:flex}.family-detail-hero h2{color:var(--soft-navy);letter-spacing:-.035em;margin:0;font-size:clamp(28px,4vw,38px)}.family-detail-hero p:last-child{color:#8095ac;margin:6px 0 0;font-weight:650}.family-detail-actions{grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;display:grid}.family-detail-actions button{color:#315578;cursor:pointer;background:#eef2f6;border:1px solid #13294614;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 13px;font-weight:750;display:inline-flex}.family-detail-actions button:hover{color:var(--navy);background:#e5edf4}.family-detail-actions button.is-danger{color:#b64747}.family-detail-card{background:#e8eff3c7;border:1px solid #1329460d;border-radius:18px;padding:22px}.family-detail-card h3,.family-detail-section>h3{color:var(--soft-navy);margin:0 0 17px;font-size:22px}.family-detail-list{gap:14px;margin:0;display:grid}.family-detail-list>div{gap:3px;display:grid}.family-detail-list dt{color:var(--soft-navy);font-weight:750}.family-detail-list dd{color:#8398af;margin:0;line-height:1.45}.family-detail-note{color:#8398af;margin:16px 0 0;font-size:12px}.family-detail-section{gap:12px;display:grid}.family-detail-section>h3{margin:0}.family-adult-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.family-person-card__heading,.family-student-heading,.family-history-list article>div:first-child,.family-message-history>div:first-child{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.family-person-card__heading>div,.family-student-heading>div{gap:5px;display:grid}.family-person-card__heading strong,.family-student-heading strong{color:var(--soft-navy);font-size:17px}.family-person-card__heading small,.family-student-heading small{color:#8197ae}.family-person-card .family-detail-list{margin-top:17px}.status-pill{color:#28734b;background:#dcf3e5;border-radius:999px;align-items:center;width:fit-content;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.status-pill--archived{color:#6c5e33;background:#f4ebc8}.family-student-list{gap:14px;display:grid}.family-student-schedule{border-top:1px solid #1329461a;gap:12px;margin-top:17px;padding-top:16px;display:grid}.family-student-schedule>strong{color:var(--soft-navy)}.family-student-schedule>div{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.family-student-schedule>div>span{gap:3px;display:grid}.family-student-schedule small{color:#8197ae}.family-history-section{gap:12px;display:grid}.family-history-section>button{color:var(--soft-navy);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:4px 2px;font-size:22px;font-weight:800;display:flex}.family-history-list{gap:12px;display:grid}.family-history-list article{gap:8px;display:grid}.family-history-list article p{color:#71879f;margin:0;line-height:1.5}.family-history-list article small{color:#8298af}.severity{color:#86581a;background:#fff1d1;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.severity--high,.severity--emergency{color:#a43c3c;background:#ffe1e1}.family-message-history>div:first-child>span{align-items:center;gap:8px;display:inline-flex}.message-direction{color:#1478d0!important}.message-direction--inbound{color:#b96c19!important}.family-editor-dialog,.family-message-dialog,.delete-family-dialog{background:#fbfcfe;border:1px solid #1329461a;border-radius:22px;flex-direction:column;width:min(100%,780px);max-height:min(92vh,920px);display:flex;overflow:hidden;box-shadow:0 30px 90px #13294642}.family-editor-dialog>header,.family-message-dialog>header{border-bottom:1px solid #13294614;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.family-editor-dialog h3,.family-message-dialog h3,.delete-family-dialog h3{color:var(--navy);margin:0;font-size:24px}.family-editor-dialog__body{gap:22px;padding:24px;display:grid;overflow-y:auto}.family-form-section{border-bottom:1px solid #13294614;gap:14px;padding-bottom:21px;display:grid}.family-form-section:last-child{border-bottom:0;padding-bottom:0}.family-form-section h4{color:var(--soft-navy);margin:0;font-size:17px}.family-form-section__heading,.student-editor-list__heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.family-form-section__heading .text-button{align-items:center;gap:6px;display:inline-flex}.family-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.family-form-grid label,.family-field,.delete-family-dialog label{color:#486681;gap:6px;font-size:12px;font-weight:750;display:grid}.family-form-grid__wide{grid-column:1/-1}.family-form-grid input,.family-form-grid textarea,.family-field input,.family-message-dialog textarea,.delete-family-dialog input{width:100%;min-height:42px;color:var(--navy);font:inherit;background:#fff;border:1px solid #13294624;border-radius:9px;outline:0;padding:9px 11px}.family-form-grid input:focus,.family-form-grid textarea:focus,.family-field input:focus,.family-message-dialog textarea:focus,.delete-family-dialog input:focus{border-color:#0a70e88a;box-shadow:0 0 0 3px #0a70e817}.family-check-row{color:#486681;align-items:center;gap:9px;font-weight:650;display:inline-flex}.family-check-row--compact{place-content:end start;min-height:42px}.family-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.family-choice-grid button{color:#496782;text-align:left;cursor:pointer;background:#fff;border:1px solid #1329461a;border-radius:10px;align-items:center;gap:9px;min-height:44px;padding:8px 10px;display:flex}.family-choice-grid button.is-selected{background:#f2f8ff;border-color:#0a70e859}.family-choice-grid button>span:last-child{gap:2px;min-width:0;display:grid}.family-choice-grid small{color:#8ba0b6;text-overflow:ellipsis;font-size:10px;overflow:hidden}.family-form-help{color:#8499af;margin:0;font-size:13px}.student-editor-list{gap:12px;display:grid}.student-editor-list article{background:#f3f7fa;border:1px solid #13294614;border-radius:12px;gap:13px;padding:14px;display:grid}.icon-button--danger{color:#ba4848}.family-editor-dialog>footer,.family-message-dialog>footer,.delete-family-dialog>footer{background:#fff;border-top:1px solid #13294614;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.family-message-dialog{width:min(100%,620px)}.family-message-dialog>div{gap:13px;padding:24px;display:grid}.family-message-dialog p{color:#71879f;margin:0}.family-message-dialog textarea{resize:vertical;min-height:210px}.family-message-dialog small{color:#8297ad}.delete-family-dialog{width:min(100%,520px);padding-top:22px}.delete-family-dialog>header,.delete-family-dialog>p,.delete-family-dialog>label,.delete-family-dialog>.form-message,.delete-family-dialog__blocked{margin-left:24px;margin-right:24px}.delete-family-dialog>header{align-items:center;gap:13px;display:flex}.delete-family-dialog__icon{color:#b74343;background:#fee7e7;border-radius:14px;flex:none;place-items:center;width:48px;height:48px;display:grid}.delete-family-dialog>p{color:#71879f;line-height:1.5}.delete-family-dialog>label{margin-bottom:20px}.delete-family-dialog__blocked{color:#8b5d24;background:#fff4db;border-radius:11px;gap:7px;margin-bottom:20px;padding:13px;font-size:13px;display:grid}.delete-family-dialog__blocked ul{margin:0;padding-left:20px}.button--danger{color:#fff;background:#b84343}.button--danger:hover:not(:disabled){background:#9d3434}@media (width<=900px){.family-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.family-adult-grid{grid-template-columns:1fr}}@media (width<=640px){.families-toolbar>div,.families-toolbar .toolbar-button{width:100%}.families-toolbar>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.family-selection-bar,.family-selection-bar>div{flex-direction:column;align-items:stretch}.family-selection-bar>div{grid-template-columns:1fr 1fr;display:grid}.family-selection-bar .button{grid-column:1/-1}.family-list-card{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;min-height:100px;padding:15px}.family-list-card__selection+.family-list-card__icon{display:none}.family-list-card__icon{width:42px;height:42px}.family-detail-hero{flex-direction:column;align-items:flex-start;padding:20px}.family-detail-actions{grid-template-columns:1fr}.family-detail-card{padding:17px}.family-student-schedule>div{flex-direction:column;gap:5px}.family-page-footer{flex-direction:column;align-items:flex-start}.family-form-grid,.family-choice-grid{grid-template-columns:1fr}.family-form-grid__wide{grid-column:auto}.family-editor-dialog,.family-message-dialog,.delete-family-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}:is(.dialog-layer:has(.family-editor-dialog),.dialog-layer:has(.family-message-dialog),.dialog-layer:has(.delete-family-dialog)){align-items:end;padding:0}.family-editor-dialog__body,.family-message-dialog>div{padding:18px}.family-editor-dialog>header,.family-message-dialog>header,.family-editor-dialog>footer,.family-message-dialog>footer{padding-left:18px;padding-right:18px}}.user-management-page{color:var(--soft-navy);gap:20px;display:grid}.admin-section-tabs{border-bottom:1px solid #1329461a;justify-content:center;align-items:center;gap:12px;padding-bottom:18px;display:flex}.admin-section-tabs>span{color:#315578;font-weight:750}.admin-section-tabs>div,.request-status-tabs{background:#e1e5e9;border-radius:9px;grid-auto-columns:minmax(150px,1fr);grid-auto-flow:column;display:grid;overflow:hidden}.admin-section-tabs button,.request-status-tabs button{color:#232c34;cursor:pointer;background:0 0;border:0;min-height:38px;padding:0 16px;font-weight:700}.admin-section-tabs button.is-selected,.request-status-tabs button.is-selected{color:#fff;background:#315a80}.users-section,.groups-section,.access-requests-section{gap:18px;display:grid}.users-toolbar{justify-content:flex-end;display:flex}.users-toolbar>div{flex-wrap:wrap;gap:9px;display:flex}.users-search{color:#879cb3;background:#e8eff3c7;border:1px solid #13294614;border-radius:15px;align-items:center;gap:11px;min-height:56px;padding:0 17px;display:flex}.users-search:focus-within{background:#fff;border-color:#0a70e86b;box-shadow:0 0 0 4px #0a70e814}.users-search input{width:100%;min-width:0;color:var(--navy);background:0 0;border:0;outline:0}.users-search button{color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:6px;display:grid}.user-selection-bar,.user-action-message{background:#f3f8ff;border:1px solid #0a70e824;border-radius:13px;justify-content:space-between;align-items:center;gap:14px;padding:13px 15px;display:flex}.user-selection-bar>span{align-items:center;gap:8px;display:flex}.admin-user-list{display:grid}.admin-user-row{border-bottom:1px solid #1329461c;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:22px;padding:17px 4px;display:grid}.admin-user-row:has(.admin-user-row__select){cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto}.admin-user-row.is-selected{background:#0a70e80f;border-radius:12px;padding-inline:12px}.admin-user-row__select{background:0 0;border:0;padding:0}.admin-user-row__select>span,.user-choice-grid button>span:first-child,.user-choice-list button>span:first-child,.group-membership-editor button>span:first-child{border:1.5px solid #8ca0b4;border-radius:6px;flex:none;place-items:center;width:21px;height:21px;display:grid}.admin-user-row.is-selected .admin-user-row__select>span,.user-choice-grid button.is-selected>span:first-child,.user-choice-list button.is-selected>span:first-child,.group-membership-editor button.is-selected>span:first-child{border-color:var(--blue);color:#fff;background:var(--blue)}.admin-user-row__identity{gap:5px;min-width:0;display:grid}.admin-user-row__identity strong{color:var(--soft-navy);font-size:17px}.admin-user-row__identity span,.admin-user-row__identity small{color:#8298af}.admin-user-row__identity small.is-error{color:#b84242}.user-status{color:#28734b;text-transform:capitalize;background:#ddf3e5;border-radius:999px;width:fit-content;padding:5px 10px;font-size:11px;font-weight:800}.user-status--pending{color:#8a621f;background:#fff1cf}.user-status--disabled,.user-status--denied{color:#8a4b4b;background:#f8dfdf}.user-status--approved{color:#28734b;background:#ddf3e5}.admin-user-row__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-user-row__actions button,.user-group-list article button{color:#315578;cursor:pointer;background:#f1f4f7;border:0;border-radius:9px;min-height:34px;padding:0 14px;font-weight:700}.admin-user-row__actions button:hover,.user-group-list article button:hover:not(:disabled){background:#e6edf3}.section-command-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.section-command-row h2{color:var(--navy);margin:0;font-size:28px}.section-command-row>div:last-child{gap:9px;display:flex}.locked-module-note{color:#6e5a2e;background:#f8f0d9;border-radius:12px;align-items:center;gap:8px;padding:13px 15px;display:flex}.user-group-list{display:grid}.user-group-list article{border-bottom:1px solid #1329461c;justify-content:space-between;align-items:center;gap:20px;min-height:88px;padding:14px 3px;display:flex}.user-group-list article>div:first-child{gap:5px;min-width:0;display:grid}.user-group-list article strong{color:var(--soft-navy);font-size:17px}.user-group-list article span,.user-group-list article small{color:#8398af}.user-group-list article>div:last-child{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.user-group-list article button:disabled{opacity:.5;cursor:not-allowed}.request-status-tabs{grid-auto-columns:minmax(110px,1fr);width:min(100%,620px);margin-inline:auto}.access-request-list{gap:14px;display:grid}.access-request-list>article{background:#e8eff3bd;border:1px solid #1329460f;border-radius:16px;gap:15px;padding:20px;display:grid}.access-request-list article>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.access-request-list article>header>div{gap:4px;display:grid}.access-request-list article>header strong{color:var(--soft-navy);font-size:17px}.access-request-list article>header span,.access-request-list article>header small{color:#8096ad}.access-request-list dl,.access-summary-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin:0;display:grid}.access-request-list dl>div,.access-summary-card dl>div{gap:3px;display:grid}.access-request-list dt,.access-summary-card dt{color:#8297ad;text-transform:uppercase;font-size:10px;font-weight:800}.access-request-list dd,.access-summary-card dd{color:#46637d;overflow-wrap:anywhere;margin:0}.access-request-list p,.access-request-list>article>small{color:#7e94aa;margin:0;font-size:12px;line-height:1.5}.user-editor-dialog,.group-editor-dialog,.access-review-dialog,.remove-user-dialog{background:#fbfcfe;border:1px solid #1329461a;border-radius:22px;flex-direction:column;width:min(100%,800px);max-height:min(93vh,940px);display:flex;overflow:hidden;box-shadow:0 30px 90px #13294645}.user-editor-dialog>header,.group-editor-dialog>header,.access-review-dialog>header{border-bottom:1px solid #13294614;justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.user-editor-dialog h3,.group-editor-dialog h3,.access-review-dialog h3,.remove-user-dialog h3{color:var(--navy);margin:0;font-size:24px}.user-editor-dialog__body,.access-review-dialog__body{gap:21px;padding:24px;display:grid;overflow-y:auto}.user-form-section{border-bottom:1px solid #13294614;gap:13px;padding-bottom:20px;display:grid}.user-form-section:last-child{border-bottom:0;padding-bottom:0}.user-form-section h4,.group-membership-editor h4,.access-summary-card h4,.remove-user-dialog h4{color:var(--soft-navy);margin:0;font-size:17px}.user-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.user-form-grid label,.remove-user-dialog label{color:#496781;gap:6px;font-size:12px;font-weight:750;display:grid}.user-form-grid__wide{grid-column:1/-1}.user-form-grid input,.user-form-grid select,.user-form-grid textarea,.group-editor-dialog input,.group-editor-dialog textarea,.access-select,.remove-user-dialog input{width:100%;min-height:42px;color:var(--navy);font:inherit;background:#fff;border:1px solid #13294624;border-radius:9px;outline:0;padding:9px 11px}.user-form-grid input:focus,.user-form-grid select:focus,.user-form-grid textarea:focus,.group-editor-dialog input:focus,.group-editor-dialog textarea:focus,.access-select:focus,.remove-user-dialog input:focus{border-color:#0a70e885;box-shadow:0 0 0 3px #0a70e817}.user-check-row{align-items:center;gap:9px;min-height:42px;display:flex!important}.user-check-row input{width:auto;min-height:auto}.user-form-help{color:#8096ad;margin:0;font-size:12px;line-height:1.5}.user-segmented{background:#e2e7eb;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.user-segmented--three{grid-template-columns:repeat(3,minmax(0,1fr))}.user-segmented button{color:#34485c;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;min-height:40px;font-weight:700;display:inline-flex}.user-segmented button.is-selected{color:#fff;background:#315a80}.user-segmented button:disabled{opacity:.45;cursor:not-allowed}.user-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.user-choice-grid button,.user-choice-list button,.group-membership-editor button{color:#496781;text-align:left;cursor:pointer;background:#fff;border:1px solid #1329461a;border-radius:10px;align-items:center;gap:9px;min-height:43px;padding:8px 10px;display:flex}.user-choice-grid button.is-selected,.user-choice-list button.is-selected,.group-membership-editor button.is-selected{background:#f1f7ff;border-color:#0a70e85c}.user-choice-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.user-choice-list--compact{max-height:240px;overflow-y:auto}.user-choice-list button>span:last-child,.group-membership-editor button>span:last-child{gap:2px;min-width:0;display:grid}.user-choice-list small,.group-membership-editor small{color:#8ca0b5;text-overflow:ellipsis;font-size:10px;overflow:hidden}.user-editor-dialog>footer,.group-editor-dialog>footer,.access-review-dialog>footer{background:#fff;border-top:1px solid #13294614;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.group-editor-dialog{width:min(100%,650px)}.group-editor-dialog>div{gap:20px;padding:24px;display:grid;overflow-y:auto}.group-membership-editor{border-top:1px solid #13294614;gap:12px;padding-top:19px;display:grid}.group-membership-editor .users-search{min-height:42px}.group-membership-editor>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:310px;display:grid;overflow-y:auto}.access-review-dialog{width:min(100%,760px)}.access-review-dialog>header span{color:#8096ad;margin-top:5px;display:block}.access-summary-card{background:#eef3f6;border-radius:13px;gap:14px;padding:16px;display:grid}.access-select{min-height:44px}.access-review-dialog>footer>span{flex:1}.remove-user-dialog{width:min(100%,590px);padding-top:22px}.remove-user-dialog>header{align-items:center;gap:13px;padding:0 24px 18px;display:flex}.remove-user-dialog>header>span{color:#b64242;background:#fee7e7;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.remove-user-dialog>section{border-top:1px solid #13294614;gap:10px;padding:18px 24px;display:grid}.remove-user-dialog p{color:#7389a0;margin:0;line-height:1.5}.remove-user-dialog section .button{width:fit-content}.remove-user-dialog .form-message{margin:0 24px 16px}.remove-user-dialog>footer{border-top:1px solid #13294614;justify-content:flex-end;padding:16px 24px;display:flex}.user-working-toast{z-index:90;color:#fff;background:var(--navy);border-radius:12px;align-items:center;gap:8px;padding:12px 15px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 32px #13294640}.is-spinning{animation:.8s linear infinite spin}@media (width<=980px){.admin-user-row{grid-template-columns:minmax(0,1fr) auto}.admin-user-row__actions{grid-column:1/-1;justify-content:flex-start}.access-request-list dl,.access-summary-card dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.admin-section-tabs{flex-direction:column;align-items:stretch}.admin-section-tabs>div{grid-auto-columns:minmax(120px,1fr);overflow-x:auto}.admin-section-tabs button{padding-inline:8px;font-size:11px}.users-toolbar>div,.users-toolbar .toolbar-button{width:100%}.users-toolbar>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.users-toolbar .toolbar-button--primary{grid-column:1/-1}.user-selection-bar,.user-selection-bar>span{flex-direction:column;align-items:stretch}:is(.admin-user-row,.admin-user-row:has(.admin-user-row__select)){grid-template-columns:auto minmax(0,1fr);gap:12px}.admin-user-row:not(:has(.admin-user-row__select)){grid-template-columns:minmax(0,1fr) auto}.admin-user-row .user-status{grid-column:2}.admin-user-row__actions{grid-column:1/-1}.section-command-row,.user-group-list article{flex-direction:column;align-items:stretch}.section-command-row>div:last-child,.user-group-list article>div:last-child{justify-content:stretch}.section-command-row .toolbar-button,.user-group-list article button{flex:1}.request-status-tabs{grid-auto-columns:minmax(86px,1fr);overflow-x:auto}.access-request-list article>header{flex-direction:column;align-items:stretch}.access-request-list dl,.access-summary-card dl,.user-form-grid,.user-choice-grid,.user-choice-list,.group-membership-editor>div{grid-template-columns:1fr}.user-form-grid__wide{grid-column:auto}.user-segmented,.user-segmented--three{grid-template-columns:1fr}.user-editor-dialog,.group-editor-dialog,.access-review-dialog,.remove-user-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}:is(.dialog-layer:has(.user-editor-dialog),.dialog-layer:has(.group-editor-dialog),.dialog-layer:has(.access-review-dialog),.dialog-layer:has(.remove-user-dialog)){align-items:end;padding:0}.user-editor-dialog__body,.access-review-dialog__body,.group-editor-dialog>div{padding:18px}.user-editor-dialog>header,.group-editor-dialog>header,.access-review-dialog>header,.user-editor-dialog>footer,.group-editor-dialog>footer,.access-review-dialog>footer{padding-left:18px;padding-right:18px}.access-review-dialog>footer{grid-template-columns:1fr 1fr;display:grid}.access-review-dialog>footer>span{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.communications-page{gap:18px}.communications-section{align-content:start;gap:20px;min-width:0;display:grid}.communications-loading{min-height:260px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.communications-search{color:#8aa0b6;background:#e8eff3cc;border:1px solid #1329460f;border-radius:16px;align-items:center;gap:12px;min-height:58px;padding:0 18px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.communications-search:focus-within{background:#fff;border-color:#0a70e866;box-shadow:0 0 0 4px #0a70e814}.communications-search input{width:100%;min-width:0;color:var(--navy);background:0 0;border:0;outline:0}.communications-search button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:6px;display:grid}.communication-section-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.communication-section-heading h2,.communication-composer h2,.recipient-preview h3,.communication-log h3{color:var(--ink);letter-spacing:-.025em;margin:0}.communication-section-heading h2,.communication-composer h2{font-size:24px}.communication-section-heading>span{color:var(--muted);font-size:12px;font-weight:700}.communication-section-heading--toolbar h2{font-size:30px}.communication-section-heading--toolbar .eyebrow{margin-bottom:5px}.communication-warning,.communication-feedback{border-radius:12px;align-items:center;gap:9px;margin:0;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.4;display:flex}.communication-warning{color:#875314;background:#fff5dd}.communication-feedback{color:#245d3a;background:#e8f5ed}.communication-empty{color:var(--muted);background:#eaf0f3b3;border-radius:12px;margin:0;padding:17px;font-size:13px}.communication-empty--large{text-align:center;place-content:center;justify-items:center;gap:8px;min-height:190px;display:grid}.communication-empty--large strong{color:var(--ink);font-size:16px}.inbox-list{gap:16px;display:grid}.inbox-card{background:#e8eff3c7;border:1px solid #1329460e;border-radius:18px;gap:13px;min-width:0;padding:20px;display:grid}.inbox-card>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.inbox-card>header>div{gap:3px;display:grid}.inbox-card h3{color:var(--ink);margin:0;font-size:17px}.inbox-card>header span,.inbox-card>header time,.conversation-list time{color:var(--muted);font-size:12px}.inbox-card__conversation-label{color:#5d7690;font-size:12px}.conversation-list{gap:8px;display:grid}.conversation-list>article{background:#ffffff6b;border:1px solid #13294609;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;padding:12px 14px;display:flex}.conversation-list>article.is-inbound{border-left:3px solid var(--blue);background:#fffc}.conversation-list>article>div{min-width:0}.conversation-list strong{color:var(--ink);font-size:12px}.conversation-list strong+span{color:var(--blue);margin-left:8px;font-size:11px;font-weight:750}.conversation-list p{color:var(--soft-navy);overflow-wrap:anywhere;margin:5px 0 0;font-size:13px;line-height:1.4}.inbox-card>textarea,.communication-field input,.communication-field textarea{width:100%;color:var(--navy);resize:vertical;background:#fff;border:1px solid #1329461f;border-radius:10px;outline:0}.inbox-card>textarea{min-height:62px;padding:10px 12px}.inbox-card>textarea:focus,.communication-field input:focus,.communication-field textarea:focus{border-color:#0a70e880;box-shadow:0 0 0 4px #0a70e814}.inbox-card>footer{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.communication-inline-check{color:var(--soft-navy);cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.communication-inline-check input,.communication-check-list input{width:17px;height:17px;accent-color:var(--blue)}.communication-inline-check:has(input:disabled){opacity:.45;cursor:not-allowed}.inbox-card>footer .communication-inline-check{margin-left:auto}.communication-composer{background:#e8eff3c7;border:1px solid #1329460e;border-radius:20px;gap:17px;min-width:0;padding:22px;display:grid}.communication-composer>h3{color:var(--ink);margin:4px 0 -5px;font-size:14px}.communication-check-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px 18px;display:grid}.communication-check-list label{min-height:34px;color:var(--soft-navy);cursor:pointer;align-items:center;gap:9px;font-size:14px;font-weight:650;display:flex}.communication-check-list p{color:var(--muted);margin:0;font-size:13px}.communication-field{color:var(--ink);gap:8px;font-size:13px;font-weight:800;display:grid}.communication-field input,.communication-field textarea{padding:11px 12px;font-weight:500}.communication-field input{min-height:42px}.communication-field textarea{min-height:120px;line-height:1.45}.communication-option-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.communication-option-row>strong{min-width:74px;color:var(--ink);font-size:13px}.communication-segmented{background:#13294617;border-radius:9px;grid-template-columns:repeat(3,1fr);width:min(100%,360px);padding:2px;display:grid}.communication-segmented--short{grid-template-columns:repeat(2,1fr);width:min(100%,230px)}.communication-segmented button{color:#3d4854;cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:34px}.communication-segmented button.is-selected{color:#fff;background:#315a80;box-shadow:0 4px 10px #13294624}.communication-send-button{color:#fff;background:var(--navy);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:800;display:flex;box-shadow:0 8px 20px #13294626}.communication-send-button:disabled{color:#ffffffa6;box-shadow:none;cursor:not-allowed;background:#9cadc1}.recipient-preview,.communication-log{gap:14px;min-width:0;display:grid}.recipient-preview h3,.communication-log h3{font-size:21px}.recipient-preview__metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:11px;display:grid}.recipient-preview__metrics article{background:#e8eff3c2;border:1px solid #1329460e;border-radius:14px;align-content:center;gap:6px;min-height:80px;padding:14px 17px;display:grid}.recipient-preview__metrics span{color:var(--muted);font-size:11px}.recipient-preview__metrics strong{color:var(--ink);font-size:18px}.recipient-preview__list{background:#ffffff9e;border:1px solid #13294611;border-radius:14px;max-height:310px;overflow:auto}.recipient-preview__list article{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding:12px 15px;display:flex}.recipient-preview__list article:last-child{border-bottom:0}.recipient-preview__list article>div{gap:3px;min-width:0;display:grid}.recipient-preview__list strong{color:var(--ink);font-size:13px}.recipient-preview__list span{color:var(--muted);font-size:11px}.recipient-preview__list article>span{flex:none}.communication-log>div{gap:12px;display:grid}.communication-log article{background:#e8eff3b3;border:1px solid #1329460e;border-radius:15px;gap:10px;padding:17px 18px;display:grid}.communication-log article>header,.communication-log article>footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.communication-log article>header>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.communication-log strong{color:var(--ink)}.communication-log time,.communication-log footer{color:var(--muted);font-size:11px}.communication-log p{color:var(--soft-navy);margin:0;font-size:13px;line-height:1.45}.communication-priority{color:#935d13;background:#ffedc5;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.messaging-groups-view{gap:18px}.messaging-group-list{display:grid}.messaging-group-list>article{border-bottom:1px solid #1329461c;justify-content:space-between;align-items:center;gap:20px;min-height:90px;padding:15px 4px;display:flex}.messaging-group-list>article>div:first-child{gap:4px;min-width:0;display:grid}.messaging-group-list strong{color:var(--ink);font-size:16px}.messaging-group-list span,.messaging-group-list small{color:var(--muted);line-height:1.35}.messaging-group-list span{font-size:13px}.messaging-group-list small{font-size:11px}.messaging-group-list>article>div:last-child{flex:none;gap:9px;display:flex}.communication-group-dialog{border:1px solid var(--border);background:#fff;border-radius:20px;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,520px);max-height:min(92vh,660px);display:grid;overflow:hidden;box-shadow:0 26px 80px #13294647}.communication-group-dialog>header,.communication-group-dialog>footer{justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.communication-group-dialog>header{border-bottom:1px solid var(--border)}.communication-group-dialog h3{color:var(--navy);margin:0;font-size:20px}.communication-group-dialog>div{gap:16px;padding:22px;display:grid;overflow:auto}.communication-group-dialog>footer{border-top:1px solid var(--border);justify-content:flex-end}@media (width<=760px){.communication-section-heading--toolbar{flex-direction:column;align-items:stretch}.communication-section-heading--toolbar .toolbar-button{width:100%}.inbox-card{padding:16px}.inbox-card>header,.communication-log article>header,.communication-log article>footer,.recipient-preview__list article,.messaging-group-list>article{flex-direction:column;align-items:flex-start}.inbox-card>footer .communication-inline-check{width:100%;margin:4px 0 0}.communication-composer{padding:17px}.communication-check-list{grid-template-columns:repeat(2,minmax(0,1fr))}.communication-option-row{flex-direction:column;align-items:stretch}.communication-segmented,.communication-segmented--short{width:100%}.recipient-preview__list article>span{flex:auto}.messaging-group-list>article>div:last-child{width:100%}.messaging-group-list>article>div:last-child button{flex:1}.communication-group-dialog{border-radius:22px 22px 0 0;width:100%}.dialog-layer:has(.communication-group-dialog){align-items:end;padding:0}}@media (width<=460px){.communication-check-list,.recipient-preview__metrics{grid-template-columns:1fr}.communication-segmented button{font-size:11px}.inbox-card>footer .toolbar-button{width:100%}.messaging-group-list>article>div:last-child{flex-direction:column}}.support-page{gap:18px}.support-section{align-content:start;gap:20px;min-width:0;display:grid}.support-loading{min-height:260px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.support-warning,.support-feedback{border-radius:12px;align-items:center;gap:9px;margin:0;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.4;display:flex}.support-warning{color:#875314;background:#fff5dd}.support-feedback{color:#245d3a;background:#e8f5ed}.support-command-row{justify-content:flex-end;display:flex}.support-filters{background:#ffffff85;border:1px solid #1329460e;border-radius:18px;gap:13px;padding:16px;display:grid}.support-search{color:#8aa0b6;background:#e8eff3cc;border:1px solid #1329460f;border-radius:16px;align-items:center;gap:12px;min-height:58px;padding:0 18px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.support-search:focus-within{background:#fff;border-color:#0a70e866;box-shadow:0 0 0 4px #0a70e814}.support-search input{width:100%;min-width:0;color:var(--navy);background:0 0;border:0;outline:0}.support-search button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:6px;display:grid}.support-filter-row{grid-template-columns:135px minmax(0,640px);justify-content:center;align-items:center;gap:14px;min-width:0;display:grid}.support-filter-row>span{color:var(--soft-navy);text-align:right;font-size:13px;font-weight:750}.support-segmented{grid-template-columns:repeat(var(--support-segments), minmax(0, 1fr));background:#13294617;border-radius:9px;min-width:0;padding:2px;display:grid;overflow:hidden}.support-segmented button{color:#3d4854;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:0;min-height:34px;padding:0 10px;overflow:hidden}.support-segmented button.is-selected{color:#fff;background:#315a80;box-shadow:0 4px 10px #13294624}.support-results-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.support-results-heading h2{color:var(--ink);letter-spacing:-.025em;margin:0;font-size:23px}.support-results-heading span{color:var(--muted);font-size:12px;font-weight:700}.help-request-list,.incident-list{gap:15px;display:grid}.help-request-card{background:#e8eff3c7;border:1px solid #1329460e;border-radius:18px;gap:13px;min-width:0;padding:19px;display:grid}.help-request-card>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:12px;display:flex}.help-request-card>header>div{gap:5px;display:grid}.help-request-card h3{color:var(--ink);margin:0;font-size:17px}.help-request-card>header time,.help-conversation time{color:var(--muted);font-size:11px}.support-status{text-transform:capitalize;border-radius:999px;width:fit-content;padding:3px 7px;font-size:10px;font-weight:850}.support-status--open{color:#8a5713;background:#fff0cf}.support-status--acknowledged{color:#1d5893;background:#dfeefe}.support-status--resolved{color:#24673d;background:#dff3e6}.help-conversation{gap:8px;display:grid}.help-conversation>article{background:#ffffff7a;border:1px solid #13294609;border-radius:11px;padding:11px 13px}.help-conversation>article>header{justify-content:space-between;align-items:center;gap:14px;display:flex}.help-conversation strong{color:var(--ink);font-size:12px}.help-conversation p{color:var(--soft-navy);overflow-wrap:anywhere;margin:5px 0 0;font-size:13px;line-height:1.45}.help-request-card>textarea,.support-field input,.support-field select,.support-field textarea{width:100%;color:var(--navy);background:#fff;border:1px solid #13294621;border-radius:10px;outline:0}.help-request-card>textarea{resize:vertical;min-height:60px;padding:10px 12px}.help-request-card>textarea:focus,.support-field input:focus,.support-field select:focus,.support-field textarea:focus{border-color:#0a70e880;box-shadow:0 0 0 4px #0a70e814}.help-request-card>footer{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.support-resolve-button{color:#24673d}.support-resolved-note{color:var(--muted);align-items:center;gap:7px;margin:0;font-size:12px;display:flex}.support-empty{min-height:170px;color:var(--muted);text-align:center;background:#ffffff61;border:1px dashed #13294621;border-radius:17px;place-content:center;justify-items:center;gap:9px;padding:20px;display:grid}.support-empty strong{color:var(--soft-navy)}.incident-card{min-width:0;color:inherit;text-align:left;cursor:pointer;background:#e8eff3c7;border:1px solid #1329460e;border-radius:18px;justify-content:space-between;align-items:stretch;gap:22px;padding:18px 20px;transition:transform .15s,border-color .15s,background .15s;display:flex}.incident-card:hover{background:#eff4f7f5;border-color:#0a70e833;transform:translateY(-1px)}.incident-card>div{align-content:start;gap:4px;min-width:0;display:grid}.incident-card strong{color:var(--ink);font-size:16px}.incident-card span,.incident-card time,.incident-card small{color:var(--muted);font-size:11px}.incident-card p{color:var(--soft-navy);margin:7px 0;font-size:13px;line-height:1.45}.incident-card>aside{align-content:space-between;justify-items:end;gap:10px;min-width:145px;display:grid}.incident-severity{text-transform:capitalize;border-radius:999px;width:fit-content;padding:4px 8px;font-weight:850;font-size:10px!important}.incident-severity--low{background:#e4ebf1;color:#50657a!important}.incident-severity--medium{background:#fff0cf;color:#995d0f!important}.incident-severity--high{background:#fae3e7;color:#9a2939!important}.incident-severity--emergency{background:#b52f42;color:#fff!important}.support-dialog{border:1px solid var(--border);background:#fff;border-radius:21px;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,720px);max-height:min(94vh,900px);display:grid;overflow:hidden;box-shadow:0 28px 90px #1329464d}.support-dialog--small{width:min(100%,560px)}.support-dialog--incident{width:min(100%,920px)}.support-dialog>header,.support-dialog>footer{justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.support-dialog>header{border-bottom:1px solid var(--border)}.support-dialog>header h3{color:var(--navy);letter-spacing:-.02em;margin:0;font-size:21px}.support-dialog__body{align-content:start;gap:16px;padding:22px;display:grid;overflow:auto}.support-dialog>footer{border-top:1px solid var(--border);background:#f8fafcf0;justify-content:flex-end}.support-field{min-width:0;color:var(--ink);gap:7px;font-size:12px;font-weight:800;display:grid}.support-field input,.support-field select,.support-field textarea{min-height:42px;padding:10px 11px;font-weight:500}.support-field textarea{resize:vertical;min-height:110px;line-height:1.45}.support-field input:disabled,.support-field select:disabled{color:var(--muted);background:#eef2f5}.incident-editor{background:#f5f8fb}.incident-summary{color:#fff;background:var(--navy);border-radius:14px;align-items:flex-start;gap:12px;padding:15px;display:flex}.incident-summary>div{gap:3px;display:grid}.incident-summary strong{font-size:16px}.incident-summary span{color:#ffffffb8;font-size:11px}.support-form-card{background:#fff;border:1px solid #13294612;border-radius:15px;gap:14px;padding:17px;display:grid}.support-form-card h4{color:var(--ink);margin:0;font-size:16px}.support-form-card>.support-filter-row{grid-template-columns:95px minmax(0,1fr);justify-content:stretch}.support-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.support-check{color:var(--soft-navy);cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.support-check input{width:17px;height:17px;accent-color:var(--blue)}.support-check:has(input:disabled){opacity:.48;cursor:not-allowed}.incident-message-family>p{color:var(--muted);margin:-5px 0 0;font-size:12px}.incident-message-family>.toolbar-button{width:fit-content}@media (width<=800px){.support-filter-row,.support-form-card>.support-filter-row{grid-template-columns:1fr;gap:7px}.support-filter-row>span{text-align:left}.support-segmented{overflow-x:auto}.support-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}.dialog-layer:has(.support-dialog){align-items:end;padding:0}.support-dialog__body{padding:17px}.support-dialog>header,.support-dialog>footer{padding-left:17px;padding-right:17px}}@media (width<=620px){.support-command-row .toolbar-button{width:100%}.support-filters{padding:12px}.support-segmented button{padding-inline:8px;font-size:11px}.help-request-card{padding:15px}.help-request-card>header,.incident-card{flex-direction:column;align-items:flex-start}.help-request-card>footer .toolbar-button{flex:1}.incident-card>aside{grid-template-columns:auto minmax(0,1fr) auto;place-items:center start;width:100%;min-width:0}.incident-card>aside svg{justify-self:end}.support-form-grid{grid-template-columns:1fr}.support-dialog>footer{grid-template-columns:1fr 1fr;display:grid}}@media (width<=440px){.support-results-heading{flex-direction:column;align-items:flex-start}.help-request-card>footer{grid-template-columns:1fr;display:grid}.support-segmented{grid-template-columns:none;grid-auto-columns:minmax(90px,1fr);grid-auto-flow:column}.support-dialog>footer{grid-template-columns:1fr}}.settings-page{color:var(--ink)}.settings-page--loading,.settings-loading{min-height:240px;color:var(--muted);justify-content:center;align-items:center;gap:11px;display:flex}.spin{animation:.9s linear infinite spin}.settings-page-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding-bottom:19px;display:flex}.settings-page-header__title,.settings-page-header__actions,.settings-page-header__title>div{align-items:center;gap:12px;display:flex}.settings-page-header__title>div{display:block}.settings-page-header h1{color:var(--navy);letter-spacing:-.04em;margin:0;font-size:clamp(28px,3vw,38px)}.settings-back-button{border:1px solid var(--border);width:43px;height:43px;color:var(--soft-navy);cursor:pointer;background:#fff;border-radius:50%;flex:none;place-items:center;padding:0;display:grid;box-shadow:0 5px 15px #1329460f}.settings-page .primary-action,.settings-page .secondary-action,.settings-page .danger-action{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:39px;padding:8px 14px;font-size:13px;font-weight:800;transition:transform .13s,background .13s,opacity .13s;display:inline-flex}.settings-page .primary-action{color:#fff;background:var(--navy);box-shadow:0 7px 18px #13294624}.settings-page .primary-action:hover:not(:disabled),.settings-page .danger-action:hover:not(:disabled){transform:translateY(-1px)}.settings-page .secondary-action{color:var(--soft-navy);background:#f7f9fc;border-color:#13294617}.settings-page .secondary-action:hover:not(:disabled){background:#edf2f7}.settings-page .danger-action{color:#fff;background:var(--danger)}.settings-page button:disabled{opacity:.45;cursor:not-allowed}.settings-identity,.settings-summary-card,.import-guidance,.reset-warning,.reset-complete{border:1px solid var(--border);border-radius:var(--radius);background:#fff;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 8px 24px #1329460e}.settings-identity>svg,.settings-summary-card>svg{color:var(--blue)}.settings-identity>div,.settings-summary-card>div{gap:4px;display:grid}.settings-identity strong,.settings-summary-card strong{color:var(--navy);font-size:17px}.settings-identity span,.settings-summary-card span{color:var(--muted);font-size:13px}.settings-section{gap:12px;display:grid}.settings-section__heading{gap:4px;display:grid}.settings-section__heading h2{color:var(--soft-navy);letter-spacing:-.02em;margin:0;font-size:19px}.settings-section__heading p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.settings-list{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden}.settings-row{border:0;border-bottom:1px solid var(--border);width:100%;min-height:76px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 17px;display:grid}.settings-row:last-child{border-bottom:0}.settings-row:hover{background:#f8fafc}.settings-row__icon{width:38px;height:38px;color:var(--soft-navy);background:var(--subtle-surface);border-radius:11px;place-items:center;display:grid}.settings-row>span:nth-child(2){gap:4px;min-width:0;display:grid}.settings-row strong{color:var(--soft-navy);font-size:15px}.settings-row small{color:var(--muted);line-height:1.45}.settings-row--danger .settings-row__icon{color:var(--danger);background:#fbecef}.settings-row--danger strong{color:#982c3d}.settings-row__chevron{color:#a6b5c4;transform:rotate(180deg)}.settings-days{border:1px solid var(--border);border-radius:var(--radius);background:#fff;grid-template-columns:repeat(4,minmax(130px,1fr));gap:9px;padding:18px;display:grid}.settings-days label,.settings-check-row,.quick-export-range>label,.import-confirm label,.reset-unlock>label:first-child{min-height:42px;color:var(--ink);background:#f7f9fb;border-radius:10px;align-items:center;gap:9px;padding:8px 11px;font-size:13px;font-weight:700;display:flex}.settings-days input,.settings-check-row input,.quick-export-range input,.import-confirm input,.reset-unlock input[type=checkbox]{width:17px;height:17px;accent-color:var(--blue)}.settings-days>p{color:var(--muted);grid-column:1/-1;margin:4px 0 0;font-size:12px}.settings-save-days{grid-column:1/span 2;width:fit-content;margin-top:4px}.settings-inline-notice{color:var(--muted);align-self:center;font-size:12px}.settings-notice,.settings-footer-note{color:var(--soft-navy);background:#0a70e812;border:1px solid #0a70e81f;border-radius:11px;padding:12px 14px;font-size:13px}.location-list,.export-history,.import-sheet-list{gap:11px;display:grid}.location-card{background:var(--subtle-surface);border:1px solid #1329460f;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:94px;padding:15px 17px;display:grid}.location-card__icon{width:40px;height:40px;color:var(--blue);background:#fff;border-radius:12px;place-items:center;display:grid}.location-card>div:nth-child(2){gap:4px;min-width:0;display:grid}.location-card h3,.location-card p{margin:0}.location-card h3{color:var(--soft-navy);font-size:16px}.location-card p,.location-card small{color:var(--muted);font-size:12px}.location-card__actions{align-items:center;gap:7px;display:flex}.settings-dialog{background:#f9fbfd;border:1px solid #fff9;border-radius:22px;flex-direction:column;width:min(100%,620px);max-height:min(90vh,760px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3340}.settings-dialog>header,.settings-dialog>footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:19px 21px;display:flex}.settings-dialog>footer{border-top:1px solid var(--border);border-bottom:0;justify-content:flex-end}.settings-dialog h3{color:var(--navy);margin:0;font-size:23px}.settings-dialog__body{padding:20px 21px;overflow-y:auto}.settings-dialog--danger{border-color:#bc334659}.settings-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.settings-form-grid label,.reset-unlock>label:last-of-type{color:var(--ink);gap:7px;font-size:12px;font-weight:800;display:grid}.settings-form-grid input,.settings-form-grid textarea,.reset-unlock input[type=text],.reset-unlock input:not([type]),.quick-export-range input[type=date]{border:1px solid var(--border);width:100%;min-height:43px;color:var(--ink);background:#fff;border-radius:9px;padding:10px 11px}.settings-form-grid textarea{resize:vertical;min-height:92px}.settings-form-grid__wide{grid-column:1/-1}.settings-empty{border-radius:var(--radius);min-height:180px;color:var(--muted);text-align:center;background:#ffffff80;border:1px dashed #13294629;place-content:center;justify-items:center;gap:7px;padding:28px;display:grid}.settings-empty strong{color:var(--soft-navy)}.settings-empty span{max-width:480px;font-size:13px}.export-builder,.reset-preview,.import-confirm{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;gap:17px;padding:20px;display:grid}.export-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.export-mode-card{border:1px solid var(--border);min-height:142px;color:var(--soft-navy);text-align:left;cursor:pointer;background:#f8fafc;border-radius:14px;align-content:start;justify-items:start;gap:8px;padding:16px;display:grid}.export-mode-card span{color:var(--muted);font-size:12px;line-height:1.45}.export-mode-card small{color:var(--warning);font-weight:800}.export-mode-card--selected{background:#0a70e814;border-color:#0a70e861;box-shadow:inset 0 0 0 1px #0a70e81a}.quick-export-range{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.quick-export-range>div{gap:9px;display:flex}.quick-export-range>div label{color:var(--muted);gap:4px;font-size:11px;font-weight:800;display:grid}.export-start{width:fit-content}.export-job{border:1px solid var(--border);background:#fff;border-radius:14px;grid-template-columns:5px minmax(0,1fr);display:grid;overflow:hidden}.export-job__status{background:#8aa0b5}.export-job__status--running,.export-job__status--queued{background:var(--blue)}.export-job__status--completed{background:var(--success)}.export-job__status--failed,.export-job__status--cancelled{background:var(--danger)}.export-job__main{gap:12px;padding:15px 16px;display:grid}.export-job header,.export-job footer{justify-content:space-between;align-items:center;gap:15px;display:flex}.export-job h3,.export-job p{margin:0}.export-job h3{color:var(--soft-navy);font-size:15px}.export-job p,.export-job footer>span{color:var(--muted);font-size:11px}.export-job footer em{color:var(--danger);font-size:11px}.export-progress{background:#e6ebf0;border-radius:999px;height:5px;overflow:hidden}.export-progress>div{border-radius:inherit;background:var(--blue);height:100%;transition:width .22s}.status-pill--queued,.status-pill--running{color:#22598a;background:#deecfa}.status-pill--completed{color:#28734b;background:#dcf3e5}.status-pill--failed,.status-pill--cancelled,.status-pill--expired{color:#9b2c3d;background:#f8dfe4}.settings-file-input{display:none}.import-guidance{color:var(--blue);align-items:flex-start}.import-guidance>div{gap:7px;display:grid}.import-guidance h2,.import-guidance p{margin:0}.import-guidance h2{color:var(--navy);font-size:19px}.import-guidance p,.import-guidance small{color:var(--muted);line-height:1.5}.import-metrics,.reset-preview__metrics{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.import-metrics>div,.reset-preview__metrics>div{border:1px solid var(--border);background:#fff;border-radius:13px;gap:7px;padding:17px;display:grid}.import-metrics span,.reset-preview__metrics span{color:var(--muted);font-size:12px;font-weight:700}.import-metrics strong,.reset-preview__metrics strong{color:var(--navy);font-size:25px}.import-sheet{border:1px solid var(--border);background:#fff;border-radius:14px;overflow:hidden}.import-sheet summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:15px 17px;display:flex}.import-sheet summary>div{gap:3px;display:grid}.import-sheet summary strong{color:var(--soft-navy)}.import-sheet summary span:not(.status-pill){color:var(--muted);font-size:12px}.import-error{color:#9b2c3d;background:#fbecef;border-radius:9px;align-items:center;gap:8px;margin:0 16px 14px;padding:10px 12px;font-size:12px;display:flex}.import-table-wrap{padding:0 16px 16px;overflow-x:auto}.import-table-wrap table{border-collapse:collapse;width:100%;font-size:11px}.import-table-wrap th,.import-table-wrap td{border:1px solid var(--border);max-width:260px;color:var(--muted);text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:8px;overflow:hidden}.import-table-wrap th{color:var(--soft-navy);background:#f5f8fa}.import-confirm label{background:0 0;justify-content:flex-start;min-height:0;padding:0}.import-confirm .primary-action{width:fit-content}.reset-warning{color:var(--danger);background:#fff8f9;border-color:#bc334638;align-items:flex-start}.reset-warning>div{gap:7px;display:grid}.reset-warning h2,.reset-warning p{margin:0}.reset-warning h2{color:#982c3d}.reset-warning p{color:#76535a;line-height:1.5}.reset-warning strong{font-size:13px}.reset-steps{grid-template-columns:1fr 1fr;gap:12px;display:grid}.reset-steps>section{border:1px solid var(--border);border-radius:var(--radius);background:#fff;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:13px;padding:18px;display:grid}.reset-step-number{color:#fff;background:var(--soft-navy);border-radius:50%;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.reset-steps h3,.reset-steps p{margin:0 0 9px}.reset-steps h3{color:var(--soft-navy)}.reset-steps p{color:var(--muted);font-size:12px;line-height:1.5}.reset-export-actions{flex-wrap:wrap;gap:8px;display:flex}.reset-export-summary{color:var(--success);overflow-wrap:anywhere;align-items:flex-start;gap:6px;margin-top:10px;font-size:11px;line-height:1.45;display:flex}.reset-export-summary svg{flex:none;margin-top:1px}.reset-complete{color:var(--success);background:#f2fbf5;border-color:#26924a33}.reset-complete>div{gap:4px;display:grid}.reset-complete span{color:#527360;font-size:12px}.reset-collection-list{border:1px solid var(--border);border-radius:12px;display:grid;overflow:hidden}.reset-collection-list>div{border-bottom:1px solid var(--border);grid-template-columns:minmax(140px,1fr) repeat(3,minmax(90px,auto));align-items:center;gap:12px;min-height:43px;padding:9px 12px;font-size:12px;display:grid}.reset-collection-list>div:last-child{border-bottom:0}.reset-collection-list strong{color:var(--soft-navy)}.reset-collection-list span{color:var(--muted)}.reset-unlock{gap:14px;padding-top:6px;display:grid}.reset-unlock>label:last-of-type{max-width:560px}.reset-unlock>label:last-of-type span{font-weight:600}.reset-unlock>label:last-of-type strong{color:var(--danger)}.reset-button{width:fit-content}@media (width<=980px){.settings-days{grid-template-columns:repeat(2,minmax(130px,1fr))}.export-mode-grid{grid-template-columns:1fr}.export-mode-card{min-height:0}.location-card{grid-template-columns:auto minmax(0,1fr)}.location-card__actions{grid-column:1/-1;justify-content:flex-end}.reset-steps{grid-template-columns:1fr}}@media (width<=720px){.settings-page-header{flex-direction:column;align-items:flex-start}.settings-page-header__actions{width:100%}.settings-page-header__actions>button{flex:1}.reset-export-actions>button{justify-content:center;width:100%}.settings-form-grid,.import-metrics,.reset-preview__metrics{grid-template-columns:1fr}.settings-form-grid__wide{grid-column:auto}.export-job header,.export-job footer{flex-direction:column;align-items:flex-start}.reset-collection-list>div{grid-template-columns:1fr 1fr}.settings-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}.dialog-layer:has(.settings-dialog){align-items:end;padding:0}}@media (width<=520px){.settings-days{grid-template-columns:1fr}.settings-save-days,.settings-days>p{grid-column:auto}.settings-save-days,.export-start,.import-confirm .primary-action,.reset-button{width:100%}.settings-row{grid-template-columns:auto minmax(0,1fr)}.settings-row__chevron{display:none}.location-card{grid-template-columns:1fr}.location-card__icon{display:none}.location-card__actions{flex-wrap:wrap;justify-content:flex-start}.quick-export-range,.quick-export-range>div{flex-direction:column;align-items:stretch}.import-sheet summary{flex-direction:column;align-items:flex-start}.reset-collection-list>div{grid-template-columns:1fr;gap:4px}}.inbox-section-title{color:var(--ink);margin:4px 0 -4px;font-size:15px}.inbox-card--external{border-left:4px solid #db841e}.inbox-needs-reply{font-weight:800;color:#c96812!important}.message-log-toolbar{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.message-log-toolbar label{border:1px solid var(--border);min-height:38px;color:var(--soft-navy);background:#fff;border-radius:9px;align-items:center;gap:8px;padding:0 11px;display:flex}.message-log-toolbar input{color:var(--navy);font:inherit;background:0 0;border:0;outline:0}.message-log-list{gap:11px;display:grid}.message-log-conversation{border:1px solid var(--border);background:#e8eff3b3;border-radius:15px;overflow:hidden}.message-log-conversation>button{width:100%;min-height:74px;color:var(--soft-navy);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:13px 16px;display:grid}.message-log-conversation>button svg{transition:transform .15s}.message-log-conversation>button svg.is-expanded{transform:rotate(180deg)}.message-log-conversation>button>div{gap:3px;display:grid}.message-log-conversation>button strong{color:var(--ink);font-size:15px}.message-log-conversation>button span,.message-log-conversation>button time,.conversation-list small{color:var(--muted);font-size:11px}.message-log-conversation>.conversation-list{padding:0 14px 14px}.emergency-messages-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.emergency-messages-heading>div{max-width:850px}.emergency-messages-heading>strong{color:var(--muted);white-space:nowrap;background:#e8eff3cc;border-radius:999px;padding:8px 13px}.emergency-messages-heading>strong.has-alerts{color:#a9520c;background:#ffedcf}.emergency-message-controls{grid-template-columns:minmax(220px,300px) minmax(280px,1fr);gap:14px;display:grid}.emergency-message-list{gap:16px;display:grid}.emergency-message-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#ffffffbf;border-radius:18px;gap:17px;padding:21px;display:grid}.emergency-message-card.is-active{border-color:#dc76187a}.emergency-message-card>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:13px;display:grid}.emergency-message-card>header>svg{color:#d37216}.emergency-message-card:not(.is-active)>header>svg{color:#4b9462}.emergency-message-card h3{color:var(--ink);margin:0 0 3px;font-size:20px}.emergency-message-card header span,.emergency-message-card small{color:var(--muted);font-size:12px}.emergency-message-card__status{justify-items:end;gap:4px;font-size:12px;display:grid}.emergency-message-card__status strong{color:#c96812}.emergency-message-details{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.emergency-message-details>span{color:var(--soft-navy);grid-template-columns:auto minmax(0,1fr);gap:2px 9px;font-size:13px;display:grid}.emergency-message-details svg{color:var(--muted);grid-row:span 2}.emergency-message-details b{color:var(--muted);font-size:11px}.emergency-message-body{color:var(--soft-navy);background:#e8eff3bd;border-radius:12px;padding:15px}.emergency-message-body strong{color:var(--muted);font-size:11px}.emergency-message-body p{margin:7px 0 0;line-height:1.5}.emergency-acknowledge-button{color:#fff;background:#c96812;border-color:#c96812;width:fit-content}@media (width<=760px){.emergency-message-controls,.emergency-messages-heading,.emergency-message-card>header{grid-template-columns:1fr}.emergency-messages-heading{flex-direction:column}.emergency-message-card__status{justify-items:start}.message-log-conversation>button{grid-template-columns:auto minmax(0,1fr)}}.platform-page{gap:20px}.platform-access-denied{min-height:320px;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:9px;padding:30px;display:grid}.platform-access-denied svg,.platform-access-denied strong{color:var(--danger)}.platform-header,.platform-section-heading,.platform-current-card,.platform-organization-card,.platform-owner-status{align-items:center;display:flex}.platform-header,.platform-section-heading{justify-content:space-between;gap:18px}.platform-header h2,.platform-section-heading h3,.platform-editor h3,.platform-delete-dialog h3{color:var(--navy);letter-spacing:-.025em;margin:0}.platform-header h2{font-size:clamp(30px,4vw,42px)}.platform-header p:last-child,.platform-section-heading p{color:var(--muted);margin:5px 0 0}.platform-header__actions,.platform-debug-actions,.platform-organization-actions,.platform-editor footer,.platform-delete-dialog footer{align-items:center;gap:9px;display:flex}.platform-page .primary-action,.platform-page .secondary-action,.platform-page .danger-action,.platform-organization-actions button{min-height:40px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:750;display:inline-flex}.platform-page .primary-action{color:#fff;background:var(--blue)}.platform-page .secondary-action,.platform-organization-actions button{border-color:var(--border);color:var(--soft-navy);background:#fff}.platform-page .danger-action{color:#fff;background:var(--danger)}.platform-page button:disabled{opacity:.48;cursor:not-allowed}.platform-notice,.platform-owner-status{color:#176c37;background:#26924a14;border:1px solid #26924a33;border-radius:13px;gap:11px;padding:13px 15px}.platform-notice--error,.platform-owner-status.is-incomplete{color:var(--danger);background:#bc334612;border-color:#bc334633}.platform-notice button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:4px}.platform-owner-status{align-items:flex-start}.platform-owner-status>div{gap:2px;display:grid}.platform-owner-status span{color:var(--muted);font-size:12px;font-weight:700}.platform-owner-status p{color:var(--soft-navy);margin:5px 0 0;line-height:1.5}.platform-current-card,.platform-directory,.platform-debug-console{border:1px solid var(--border);background:#fff;border-radius:18px;box-shadow:0 10px 30px #1329460e}.platform-current-card{background:linear-gradient(135deg,#0a70e812,#fff 60%);border-color:#0a70e838;gap:14px;padding:18px 20px}.platform-current-card>div,.platform-organization-copy{gap:3px;min-width:0;display:grid}.platform-current-card small,.platform-organization-copy small{color:var(--muted);letter-spacing:.02em;font-size:11px;font-weight:750}.platform-current-card strong{color:var(--navy);font-size:18px}.platform-current-card span:last-child{color:var(--soft-navy);font-size:13px}.platform-organization-icon{width:44px;height:44px;color:var(--blue);background:#0a70e817;border-radius:12px;flex:none;place-items:center;display:grid}.platform-directory,.platform-debug-console{padding:20px}.platform-section-heading{margin-bottom:16px}.platform-section-heading h3{font-size:21px}.platform-search{border:1px solid var(--border);width:min(100%,300px);min-height:42px;color:var(--muted);background:var(--subtle-surface);border-radius:11px;align-items:center;gap:9px;padding:0 12px;display:flex}.platform-search input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0}.platform-organization-list,.platform-debug-list{gap:10px;display:grid}.platform-organization-card{border:1px solid var(--border);background:var(--subtle-surface);border-radius:14px;grid-template-columns:auto minmax(180px,1fr) auto;gap:14px;padding:15px;display:grid}.platform-organization-card.is-current{background:#0a70e80b;border-color:#0a70e842}.platform-organization-copy>span{align-items:center;gap:8px;display:flex}.platform-organization-copy strong{color:var(--navy);font-size:15px}.platform-organization-copy em{color:var(--blue);text-transform:uppercase;background:#0a70e81a;border-radius:999px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:800}.platform-organization-copy p{color:var(--muted);margin:3px 0 0;font-size:12px}.platform-organization-actions{flex-wrap:wrap;justify-content:flex-end}.platform-organization-actions button{min-height:35px;padding-inline:10px;font-size:12px}.platform-organization-actions .is-danger{color:var(--danger)}.platform-debug-list{max-height:360px;overflow-y:auto}.platform-debug-list article{border-left:3px solid var(--border);color:var(--soft-navy);background:var(--subtle-surface);border-radius:7px;grid-template-columns:90px 64px 100px minmax(0,1fr);align-items:baseline;gap:10px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:11px;display:grid}.platform-debug-list article.debug-success{border-left-color:var(--success)}.platform-debug-list article.debug-warning{border-left-color:#cc7b16}.platform-debug-list article.debug-error{border-left-color:var(--danger)}.platform-debug-list time,.platform-debug-list span{color:var(--muted)}.platform-debug-list em{text-transform:uppercase;font-style:normal;font-weight:800}.platform-debug-list p{margin:0}.platform-editor,.platform-delete-dialog{background:#f9fbfd;border:1px solid #ffffff94;border-radius:22px;flex-direction:column;width:min(100%,780px);max-height:min(92vh,900px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3345}.platform-delete-dialog{width:min(100%,520px)}.platform-editor>header,.platform-delete-dialog>header,.platform-editor footer,.platform-delete-dialog footer{background:#fff;justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;display:flex}.platform-editor>header,.platform-delete-dialog>header{border-bottom:1px solid var(--border)}.platform-editor>header>button{width:36px;height:36px;color:var(--muted);background:var(--subtle-surface);cursor:pointer;border:0;border-radius:9px;place-items:center;display:grid}.platform-editor__body{gap:18px;padding:22px;display:grid;overflow-y:auto}.platform-editor fieldset{border:1px solid var(--border);background:#fff;border-radius:14px;gap:12px;padding:16px;display:grid}.platform-editor legend{color:var(--navy);padding:0 7px;font-size:13px;font-weight:800}.platform-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.platform-form-grid label:not(.platform-check),.platform-delete-dialog label{color:var(--soft-navy);gap:7px;font-size:12px;font-weight:750;display:grid}.platform-form-grid input,.platform-form-grid select,.platform-delete-dialog input{border:1px solid var(--border);width:100%;min-height:42px;color:var(--ink);font:inherit;background:#fff;border-radius:9px;outline:0;padding:9px 11px}.platform-form-grid input:focus,.platform-form-grid select:focus,.platform-delete-dialog input:focus{border-color:#0a70e885;box-shadow:0 0 0 3px #0a70e81a}.platform-form-grid input:disabled{color:var(--muted);background:var(--subtle-surface)}.platform-form-wide{grid-column:1/-1}.platform-toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.platform-toggle-grid label,.platform-check{border:1px solid var(--border);min-height:42px;color:var(--soft-navy);background:var(--subtle-surface);border-radius:9px;align-items:center;gap:9px;padding:9px 11px;font-size:12px;font-weight:700;display:flex}.platform-toggle-grid input,.platform-check input{width:16px;height:16px;accent-color:var(--blue)}.platform-editor footer,.platform-delete-dialog footer{border-top:1px solid var(--border);justify-content:flex-end}.platform-delete-dialog>div:not(header):not(footer){color:var(--soft-navy);gap:16px;padding:22px;line-height:1.5;display:grid}.platform-delete-dialog p{margin:0}@media (width<=900px){.platform-header,.platform-section-heading{flex-direction:column;align-items:stretch}.platform-search{width:100%}.platform-organization-card{grid-template-columns:auto minmax(0,1fr)}.platform-organization-actions{grid-column:1/-1;justify-content:flex-start}.platform-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.platform-header__actions,.platform-debug-actions,.platform-editor footer,.platform-delete-dialog footer{flex-direction:column;align-items:stretch}.platform-header__actions button,.platform-debug-actions button,.platform-editor footer button,.platform-delete-dialog footer button{width:100%}.platform-directory,.platform-debug-console{padding:15px}.platform-organization-card{grid-template-columns:1fr}.platform-organization-card>.platform-organization-icon{display:none}.platform-organization-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.platform-organization-actions button{width:100%}.platform-debug-list article{grid-template-columns:1fr auto}.platform-debug-list article span,.platform-debug-list article p{grid-column:1/-1}.platform-form-grid,.platform-toggle-grid{grid-template-columns:1fr}.platform-editor,.platform-delete-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}}.account-dialog{background:#f7f9fc;border:1px solid #ffffff94;border-radius:23px;flex-direction:column;width:min(100%,590px);max-height:min(92vh,820px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3345}.account-dialog__header,.account-dialog__footer{background:#fff;justify-content:space-between;align-items:center;gap:14px;padding:19px 22px;display:flex}.account-dialog__header{border-bottom:1px solid var(--border)}.account-dialog__header h2{color:var(--navy);letter-spacing:-.025em;margin:0;font-size:27px}.account-dialog__body{gap:14px;padding:20px;display:grid;overflow-y:auto}.account-profile-card,.account-settings-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:18px;box-shadow:0 8px 24px #1329460b}.account-profile-card__identity{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding-bottom:17px;display:flex}.account-profile-card__avatar{width:52px;height:52px;color:var(--blue);background:#0a70e81a;border-radius:13px;flex:none;place-items:center;display:grid}.account-profile-card__identity>div{gap:5px;min-width:0;display:grid}.account-profile-card__identity strong{overflow-wrap:anywhere;color:var(--navy);font-size:17px}.account-profile-card__identity span:not(.account-profile-card__avatar){overflow-wrap:anywhere;color:var(--muted);align-items:center;gap:6px;font-size:13px;display:flex}.account-detail-list{gap:0;margin:8px 0 0;display:grid}.account-detail-list>div{border-bottom:1px solid #13294611;grid-template-columns:minmax(110px,.75fr) minmax(0,1.25fr);gap:16px;padding:10px 2px;display:grid}.account-detail-list dt{color:var(--muted);font-size:12px;font-weight:750}.account-detail-list dd{overflow-wrap:anywhere;color:var(--soft-navy);text-align:right;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:12px;font-weight:650}.account-organization-link{width:100%;color:var(--soft-navy);text-align:left;cursor:pointer;background:#0a70e80e;border:1px solid #0a70e829;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:14px;padding:12px;display:grid}.account-organization-link>span:first-child{width:34px;height:34px;color:var(--blue);background:#fff;border-radius:9px;place-items:center;display:grid}.account-organization-link>span:nth-child(2){gap:3px;min-width:0;display:grid}.account-organization-link strong{color:var(--navy);font-size:13px}.account-organization-link small{color:var(--muted);font-size:11px;line-height:1.4}.account-settings-card{gap:12px;display:grid}.account-settings-card>div{color:var(--blue);align-items:flex-start;gap:11px;display:flex}.account-settings-card span{gap:3px;display:grid}.account-settings-card strong{color:var(--navy);font-size:13px}.account-settings-card small{color:var(--muted);font-size:11px;line-height:1.45}.account-dialog__footer{border-top:1px solid var(--border);justify-content:flex-end}.account-sign-out,.account-done{border:1px solid var(--border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 15px;font-weight:750;display:inline-flex}.account-sign-out{color:var(--danger);background:#fff;margin-right:auto}.account-done{border-color:var(--blue);color:#fff;background:var(--blue)}@media (width<=680px){.account-dialog-layer{align-items:end;padding:0}.account-dialog{border-radius:22px 22px 0 0;width:100%;max-height:94vh}.account-dialog__body{padding:15px}.account-detail-list>div{grid-template-columns:1fr;gap:4px}.account-detail-list dd{text-align:left}.account-dialog__footer{grid-template-columns:1fr 1fr;display:grid}.account-sign-out,.account-done{width:100%;margin:0}}.attendance-export-dialog{background:#f8fafc;border:1px solid #ffffff94;border-radius:23px;flex-direction:column;width:min(100%,760px);max-height:min(92vh,860px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0d1f3345}.attendance-export-dialog>header,.attendance-export-dialog>footer{background:#fff;justify-content:space-between;align-items:center;gap:14px;padding:19px 22px;display:flex}.attendance-export-dialog>header{border-bottom:1px solid var(--border)}.attendance-export-dialog>header h3{color:var(--navy);letter-spacing:-.025em;margin:0;font-size:25px}.attendance-export-dialog__body{gap:16px;padding:20px 22px;display:grid;overflow-y:auto}.attendance-export-dialog__body>p{color:var(--muted);margin:0;line-height:1.5}.attendance-export-date{grid-template-columns:minmax(200px,1fr) repeat(2,minmax(110px,.45fr));gap:11px;display:grid}.attendance-export-date>label,.attendance-export-date>div{border:1px solid var(--border);background:#fff;border-radius:12px;align-content:center;gap:7px;min-height:76px;padding:13px;display:grid}.attendance-export-date span{color:var(--muted);font-size:11px;font-weight:750}.attendance-export-date input{border:1px solid var(--border);min-height:37px;color:var(--soft-navy);background:var(--subtle-surface);border-radius:8px;padding:6px 9px}.attendance-export-date strong{color:var(--navy);font-size:22px}.attendance-export-classes{border:1px solid var(--border);background:#fff;border-radius:14px;gap:12px;padding:16px;display:grid}.attendance-export-classes>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.attendance-export-classes h4{color:var(--navy);margin:0;font-size:17px}.attendance-export-classes>header>div{gap:8px;display:flex}.attendance-export-classes>header button{border:1px solid var(--border);min-height:33px;color:var(--soft-navy);background:var(--subtle-surface);cursor:pointer;border-radius:8px;padding:0 10px;font-size:11px;font-weight:750}.attendance-export-classes button:disabled{opacity:.45;cursor:not-allowed}.attendance-export-search{border:1px solid var(--border);min-height:41px;color:var(--muted);background:var(--subtle-surface);border-radius:10px;align-items:center;gap:9px;padding:0 11px;display:flex}.attendance-export-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.attendance-export-class-list{gap:8px;max-height:330px;display:grid;overflow-y:auto}.attendance-export-class-list>label{border:1px solid var(--border);color:var(--soft-navy);cursor:pointer;background:#fbfcfd;border-radius:10px;align-items:center;gap:11px;padding:11px 12px;display:flex}.attendance-export-class-list input{width:17px;height:17px;accent-color:var(--blue)}.attendance-export-class-list label>span{gap:3px;min-width:0;display:grid}.attendance-export-class-list strong{color:var(--navy);font-size:13px}.attendance-export-class-list small{color:var(--muted);font-size:11px}.attendance-export-dialog>footer{border-top:1px solid var(--border);justify-content:flex-end}@media (width<=680px){.attendance-export-dialog{border-radius:22px 22px 0 0;width:100%;max-height:95vh}.attendance-export-dialog__body{padding:16px}.attendance-export-date{grid-template-columns:1fr 1fr}.attendance-export-date>label{grid-column:1/-1}.attendance-export-classes>header{flex-direction:column;align-items:stretch}.attendance-export-classes>header>div{grid-template-columns:1fr 1fr;display:grid}.attendance-export-dialog>footer .button{flex:1}}
