:root{font-family:Microsoft YaHei,PingFang SC,Noto Sans CJK SC,system-ui,sans-serif;color:#17231f;background:#f4f7f5;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17231f;--muted: #697972;--subtle: #8b9993;--line: #dfe7e3;--line-strong: #cbd8d2;--surface: #ffffff;--surface-soft: #f7f9f8;--green: #1f5a4b;--green-deep: #173f35;--green-soft: #e7f1ed;--amber: #ad6c13;--amber-soft: #fff3dc;--coral: #b74d42;--coral-soft: #fbeae7;--sky: #2d6e89;--sky-soft: #e7f2f6;--violet: #695d91;--violet-soft: #efedf7;--shadow: 0 18px 50px rgba(24, 50, 41, .14)}*{box-sizing:border-box;letter-spacing:0}html{min-width:320px;background:#f4f7f5}body{margin:0;min-width:320px;min-height:100vh;background:#f4f7f5}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(39,112,91,.2);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.45}.app-shell{display:flex;min-height:100vh}.auth-screen{display:grid;min-height:100vh;padding:24px;place-items:center;background:#f4f7f5}.auth-card{display:grid;width:min(460px,100%);padding:32px;gap:22px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.auth-loading-card{width:min(340px,100%);justify-items:center;text-align:center}.auth-card h1,.auth-card p{margin:0}.auth-card h1{color:var(--ink);font-size:25px;line-height:1.25}.auth-card p{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.65}.auth-form{display:grid;gap:14px}.auth-mode-tabs{display:grid;grid-template-columns:repeat(2,1fr);padding:3px;gap:3px;background:#e9efec;border-radius:8px}.auth-mode-tabs button{min-height:36px;color:var(--muted);background:transparent;border:0;border-radius:6px;cursor:pointer;font-size:12px;font-weight:800}.auth-mode-tabs button.active{color:var(--green);background:#fff;box-shadow:0 2px 8px #18403314}.auth-form .primary-btn{width:100%}.auth-message{padding:12px 13px;color:#285347;background:var(--green-soft);border:1px solid #cee0d8;border-radius:7px;font-size:12px;line-height:1.5}.auth-message.is-error{color:#8a433c;background:var(--coral-soft);border-color:#e6c4bf}.auth-note{color:var(--subtle)!important;font-size:11px!important}.sidebar{position:sticky;top:0;z-index:30;display:flex;flex:0 0 232px;flex-direction:column;height:100vh;padding:22px 16px 16px;overflow:auto;color:#edf4f1;background:#173f35;border-right:1px solid #285347}.brand,.mobile-brand{display:flex;align-items:center;gap:11px}.brand{width:100%;padding:0 8px 24px;color:#fff;text-align:left;background:none;border:0;cursor:pointer}.brand-mark{display:inline-grid;flex:0 0 38px;width:38px;height:38px;place-items:center;color:#173f35;background:#f0c75e;border-radius:8px}.brand strong,.mobile-brand strong{display:block;font-size:18px;line-height:1.2}.brand small{display:block;margin-top:4px;color:#a9c3ba;font-size:11px}.side-nav{display:grid;gap:5px}.side-nav button,.settings-link{display:flex;align-items:center;width:100%;min-height:44px;padding:0 13px;gap:12px;color:#bcd0c9;background:transparent;border:0;border-radius:7px;cursor:pointer;transition:background .16s ease,color .16s ease}.side-nav button:hover,.settings-link:hover{color:#fff;background:#ffffff12}.side-nav button.active,.settings-link.active{color:#fff;background:#285a4c}.side-nav button span,.settings-link span{font-size:14px;font-weight:600}.nav-dot{width:6px;height:6px;margin-left:auto;background:#f0c75e;border-radius:50%}.sidebar-spacer{flex:1}.privacy-note{display:flex;align-items:flex-start;margin:12px 2px 10px;padding:12px;gap:9px;color:#c6d9d2;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:7px}.privacy-note svg{flex:0 0 auto;margin-top:1px;color:#f0c75e}.privacy-note strong,.privacy-note span{display:block}.privacy-note strong{font-size:12px}.privacy-note span{margin-top:3px;color:#94b0a7;font-size:10px;line-height:1.4}.teacher-profile{display:grid;grid-template-columns:auto 1fr auto;align-items:center;margin-top:12px;padding:14px 8px 0;gap:10px;border-top:1px solid rgba(255,255,255,.1)}.teacher-profile strong,.teacher-profile span{display:block}.teacher-profile strong{font-size:13px}.teacher-profile div>span{margin-top:2px;color:#9eb8af;font-size:11px}.teacher-profile>svg{color:#87a69c}.profile-action{display:inline-grid;width:30px;height:30px;place-items:center;color:#bcd0c9;background:transparent;border:0;border-radius:6px;cursor:pointer}.profile-action:hover{color:#fff;background:#ffffff14}.app-column{display:flex;flex:1;min-width:0;flex-direction:column}.topbar{position:sticky;top:0;z-index:25;display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:0 34px;gap:24px;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-brand{display:none}.page-crumb{display:flex;align-items:center;min-width:0;gap:7px;color:var(--subtle);font-size:13px;white-space:nowrap}.page-crumb strong{color:var(--ink)}.topbar-actions{display:flex;align-items:center;gap:10px}.global-search,.page-search{position:relative;display:flex;align-items:center;min-height:38px;padding:0 12px;gap:8px;color:var(--subtle);background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.global-search{width:220px}.global-search input,.page-search input{width:100%;min-width:0;color:var(--ink);background:transparent;border:0;outline:0;font-size:13px}.global-search input::placeholder,.page-search input::placeholder,.form-field input::placeholder,.form-field textarea::placeholder,.review-editor textarea::placeholder,.review-editor input::placeholder{color:#9aa7a2}.search-results{position:absolute;top:calc(100% + 8px);right:0;width:300px;padding:6px;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.search-results button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;width:100%;padding:9px 10px;gap:9px;text-align:left;background:none;border:0;border-radius:6px;cursor:pointer}.search-results button:hover{background:var(--surface-soft)}.search-results strong,.search-results small{display:block}.search-results strong{font-size:13px}.search-results small{margin-top:2px;color:var(--muted);font-size:11px}.icon-btn,.row-arrow{display:inline-grid;flex:0 0 auto;width:38px;height:38px;place-items:center;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:7px;cursor:pointer}.icon-btn:hover,.row-arrow:hover{color:var(--green);border-color:#b7cbc3}.primary-btn,.outline-btn,.ghost-btn,.text-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;gap:7px;white-space:nowrap;border-radius:7px;cursor:pointer;font-size:13px;font-weight:700}.primary-btn{color:#fff;background:var(--green);border:1px solid var(--green)}.primary-btn:hover{background:var(--green-deep)}.outline-btn{color:var(--ink);background:#fff;border:1px solid var(--line-strong)}.outline-btn:hover{color:var(--green);border-color:#9fbab0}.ghost-btn{color:var(--muted);background:transparent;border:1px solid transparent}.ghost-btn:hover{background:var(--surface-soft)}.text-btn{min-height:32px;padding:0;color:var(--green);background:transparent;border:0}.main-content{flex:1;width:100%;max-width:1500px;margin:0 auto;padding:32px 34px 64px}.page-stack{display:grid;gap:24px}.page-intro{display:flex;align-items:flex-end;justify-content:space-between;min-height:88px;gap:24px}.eyebrow{margin-bottom:8px;color:var(--green);font-size:12px;font-weight:700}.page-intro h1{margin:0;color:var(--ink);font-size:30px;line-height:1.2}.page-intro p{max-width:650px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.status-strip{display:grid;grid-template-columns:repeat(5,minmax(86px,1fr)) auto;align-items:stretch;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:8px}.status-item{position:relative;display:flex;min-width:0;min-height:76px;padding:14px 18px;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.status-item:before{position:absolute;top:17px;left:8px;width:3px;height:26px;background:currentColor;border-radius:2px;content:""}.status-item span{color:var(--muted);font-size:12px}.status-item strong{margin-top:3px;color:var(--ink);font-size:23px;line-height:1}.tone-ink{color:#60706a}.tone-green{color:var(--green)}.tone-amber{color:var(--amber)}.tone-coral{color:var(--coral)}.tone-sky{color:var(--sky)}.tone-violet{color:var(--violet)}.tone-mint{color:var(--green)}.tone-gray{color:#67736e}.status-action{display:inline-flex;align-items:center;justify-content:center;min-width:130px;padding:0 16px;gap:7px;color:var(--green);background:var(--green-soft);border:0;cursor:pointer;font-size:12px;font-weight:700}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(290px,.75fr);gap:18px}.workspace-section,.mini-calendar{min-width:0;padding:22px 24px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px;gap:16px}.section-heading h2,.section-heading h3{margin:0;color:var(--ink);font-size:17px;line-height:1.35}.section-heading h3{font-size:15px}.section-heading p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.progress-label{color:var(--green);font-size:13px;font-weight:800}.progress-track{width:100%;height:5px;margin:-5px 0 13px;overflow:hidden;background:#e9efec;border-radius:3px}.progress-track span{display:block;height:100%;background:var(--green);border-radius:inherit;transition:width .25s ease}.task-list{display:grid}.task-row{display:flex;align-items:center;min-height:60px;gap:12px;border-bottom:1px solid #ebf0ed}.task-row:last-child{border-bottom:0}.task-row.done{opacity:.56}.task-row.done .task-copy strong{text-decoration:line-through}.check-btn{display:inline-grid;flex:0 0 28px;width:28px;height:28px;place-items:center;color:#9aaba4;background:transparent;border:0;border-radius:50%;cursor:pointer}.task-row.done .check-btn{color:#fff;background:var(--green)}.task-copy{flex:1;min-width:0}.task-copy strong,.task-copy span{display:flex;align-items:center}.task-copy strong{overflow:hidden;font-size:13px;line-height:1.45;text-overflow:ellipsis}.task-copy span{margin-top:4px;gap:4px;color:var(--muted);font-size:11px}.priority-pill,.follow-badge,.quiet-badge{flex:0 0 auto;padding:4px 7px;color:var(--coral);background:var(--coral-soft);border-radius:4px;font-size:10px;font-style:normal;font-weight:700;white-space:nowrap}.row-arrow{width:30px;height:30px;background:transparent;border-color:transparent}.today-focus>.text-btn{margin-top:8px}.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.quick-action{position:relative;display:grid;min-height:88px;padding:13px;text-align:left;background:var(--surface-soft);border:1px solid var(--line);border-radius:7px;cursor:pointer}.quick-action:hover{background:#fff;border-color:var(--line-strong)}.quick-action>span{display:inline-grid;width:31px;height:31px;place-items:center;background:#fff;border:1px solid currentColor;border-radius:7px}.quick-action>strong{align-self:end;color:var(--ink);font-size:12px}.quick-action>svg{position:absolute;right:9px;bottom:11px;color:#a0ada8}.attention-list{display:grid;gap:3px}.attention-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;width:100%;min-height:62px;padding:8px 6px;gap:12px;text-align:left;background:transparent;border:0;border-bottom:1px solid #ebf0ed;cursor:pointer}.attention-row:last-child{border-bottom:0}.attention-row:hover .attention-copy>strong{color:var(--green)}.avatar{display:inline-grid;flex:0 0 auto;width:38px;height:38px;place-items:center;color:#24483d;background:#e5efe9;border-radius:50%;font-size:13px;font-style:normal;font-weight:800}.avatar.tone-coral{color:var(--coral);background:var(--coral-soft)}.avatar.tone-violet{color:var(--violet);background:var(--violet-soft)}.avatar.tone-amber{color:var(--amber);background:var(--amber-soft)}.avatar-small{width:32px;height:32px;font-size:11px}.avatar-large{width:58px;height:58px;font-size:19px}.avatar-teacher{width:34px;height:34px;color:#173f35;background:#f0c75e}.avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.attention-copy{min-width:0}.attention-copy strong,.attention-copy small{display:block}.attention-copy strong{color:var(--ink);font-size:13px}.attention-copy strong i{margin-left:8px;color:var(--muted);font-size:11px;font-style:normal;font-weight:500}.attention-copy small{margin-top:5px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.attention-row>svg{color:#a5b1ad}.trend-up{padding:4px 7px;color:var(--green);background:var(--green-soft);border-radius:4px;font-size:10px;font-weight:700}.pulse-score{display:flex;align-items:baseline;gap:9px}.pulse-score strong{font-size:34px;line-height:1}.pulse-score span{color:var(--green);font-size:12px;font-weight:700}.bar-chart{display:flex;align-items:flex-end;height:104px;margin-top:13px;gap:10px}.bar-item{display:flex;flex:1;height:100%;align-items:center;flex-direction:column;justify-content:flex-end;gap:6px}.bar-fill{width:min(24px,70%);min-height:10px;background:#80a99b;border-radius:4px 4px 2px 2px}.bar-item:last-child .bar-fill{background:#e7b647}.bar-item small{color:var(--muted);font-size:10px}.record-list{display:grid}.record-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:86px;padding:14px 0;gap:13px;border-bottom:1px solid #e9efec}.record-row:last-child{border-bottom:0}.record-icon{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:7px}.record-icon.tone-mint{background:var(--green-soft)}.record-icon.tone-coral{background:var(--coral-soft)}.record-icon.tone-violet{background:var(--violet-soft)}.record-icon.tone-sky{background:var(--sky-soft)}.record-icon.tone-amber{background:var(--amber-soft)}.record-icon.tone-gray{background:#edf0ef}.record-copy{min-width:0}.record-title{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.record-title button{padding:0;color:var(--ink);background:transparent;border:0;cursor:pointer;font-size:13px;font-weight:800}.record-student-name{color:var(--ink);font-size:13px;font-weight:800}.record-title button:hover{color:var(--green)}.record-title svg{color:var(--subtle)}.type-chip{padding:3px 6px;border-radius:4px;font-size:10px;font-weight:700}.type-chip.tone-mint{background:var(--green-soft)}.type-chip.tone-coral{background:var(--coral-soft)}.type-chip.tone-violet{background:var(--violet-soft)}.type-chip.tone-sky{background:var(--sky-soft)}.type-chip.tone-amber{background:var(--amber-soft)}.type-chip.tone-gray{background:#edf0ef}.record-copy p{margin:6px 0 3px;color:#3f4c47;font-size:12px;line-height:1.55}.record-copy>span{color:var(--muted);font-size:11px}.record-row time{min-width:48px;color:var(--muted);text-align:right;font-size:11px}.record-row time small{display:block;margin-top:5px;color:var(--subtle)}.attachment-strip,.attachment-preview{display:flex;flex-wrap:wrap;gap:7px;margin:9px 0 4px}.attachment-strip a,.attachment-strip button,.attachment-preview button{display:inline-flex;align-items:center;max-width:180px;min-height:30px;padding:0 9px;gap:6px;overflow:hidden;color:var(--green);background:var(--green-soft);border:1px solid #cfe3db;border-radius:999px;text-decoration:none;font-size:11px;font-weight:700}.attachment-strip button,.attachment-preview button{cursor:pointer}.attachment-strip a,.attachment-strip button{color:#2c5e50}.attachment-preview span,.attachment-strip a,.attachment-strip button{white-space:nowrap;text-overflow:ellipsis}.demo-caption,.table-foot{color:var(--subtle);font-size:11px}.demo-caption{margin:-8px 0 0;text-align:center}.toolbar-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.page-search{width:min(260px,100%);background:#fff}.compact-select{display:inline-flex;align-items:center;min-height:38px;padding:0 9px;gap:6px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:7px;font-size:11px;font-weight:700}.compact-select select{max-width:118px;color:var(--ink);background:transparent;border:0;outline:0;font-size:12px}.sort-direction-btn{min-height:38px;padding:0 11px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:7px;cursor:pointer;font-size:12px;font-weight:700}.clear-filters{min-height:38px;margin-left:auto}.filter-tabs,.segmented,.choice-row{display:inline-flex;align-items:center;padding:3px;gap:2px;background:#e9efec;border-radius:7px}.filter-tabs button,.segmented button,.choice-row button{min-height:32px;padding:0 13px;color:var(--muted);background:transparent;border:0;border-radius:5px;cursor:pointer;font-size:12px;font-weight:700}.filter-tabs button.active,.segmented button.active,.choice-row button.active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #1a352c14}.toolbar-row>.icon-btn{margin-left:auto}.student-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:8px}.student-table-head,.student-row{display:grid;grid-template-columns:minmax(180px,1.35fr) minmax(90px,.8fr) minmax(90px,.8fr) minmax(100px,.8fr) minmax(120px,1fr) 28px;align-items:center;gap:16px}.student-table-head{min-height:42px;padding:0 20px;color:var(--muted);background:#f7f9f8;border-bottom:1px solid var(--line);font-size:11px;font-weight:700}.student-row{width:100%;min-height:52px;padding:5px 20px;text-align:left;background:#fff;border:0;border-bottom:1px solid #e9efec;cursor:pointer}.student-row:last-child{border-bottom:0}.student-row:hover{background:#fbfcfb}.student-row>span{min-width:0;color:#50605a;font-size:12px}.student-cell{display:flex;align-items:center;min-width:0;gap:10px}.student-cell strong,.student-cell small{display:block}.student-cell strong{color:var(--ink);font-size:13px}.student-cell small{margin-top:1px;color:var(--muted);font-size:10px}.seat-label{display:block;margin-top:2px;color:var(--subtle);font-size:10px}.attendance-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:4px;font-size:10px;font-style:normal;font-weight:700}.attendance-badge.present{color:var(--green);background:var(--green-soft)}.attendance-badge.late{color:var(--coral);background:var(--coral-soft)}.attendance-badge.leave{color:var(--amber);background:var(--amber-soft)}.attendance-badge.absent{color:#6b5050;background:#eee7e7}.follow-badge{color:var(--violet);background:var(--violet-soft)}.quiet-badge{color:var(--muted);background:#edf1ef;font-weight:500}.table-foot{display:flex;justify-content:space-between;margin-top:-14px;padding:0 4px}.segmented{justify-self:start}.segmented button{min-width:76px}.affairs-layout,.review-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.75fr);align-items:start;gap:18px}.affairs-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.affairs-overview button{display:grid;min-height:108px;padding:15px;align-content:start;gap:7px;color:var(--ink);text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 24px #1b30290d;cursor:pointer}.affairs-overview button:hover{border-color:var(--line-strong);transform:translateY(-1px)}.affairs-overview svg{color:var(--green)}.affairs-overview span{color:var(--muted);font-size:12px;font-weight:800}.affairs-overview strong{font-size:26px;line-height:1}.affairs-overview small{color:var(--subtle);font-size:11px}.task-group+.task-group{margin-top:22px}.task-group h3{margin:0 0 5px;color:var(--muted);font-size:11px;font-weight:800}.week-days{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.week-days span{display:grid;height:50px;place-items:center;color:var(--muted);border-radius:6px;font-size:10px}.week-days span strong{margin-top:-10px;color:var(--ink);font-size:13px}.week-days span.active{color:#fff;background:var(--green)}.week-days span.active strong{color:#fff}.calendar-note{display:flex;align-items:flex-start;margin-top:20px;padding:12px;gap:9px;background:var(--amber-soft);border-radius:7px}.calendar-note>span{flex:0 0 7px;width:7px;height:7px;margin-top:4px;background:var(--amber);border-radius:50%}.calendar-note strong,.calendar-note small{display:block}.calendar-note strong{font-size:12px}.calendar-note small{margin-top:5px;color:var(--muted);font-size:10px}.attendance-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--line);border-radius:7px}.attendance-summary-grid .status-item{border-right:1px solid var(--line)}.attendance-summary-grid .status-item:last-child{border-right:0}.absence-list{max-width:760px;margin-top:26px}.absence-list h3{margin:0 0 8px;font-size:13px}.class-tools-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(290px,.75fr);align-items:start;gap:18px}.tool-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;margin-bottom:18px;border:1px solid var(--line);border-radius:8px}.tool-metrics .review-metric{min-height:92px}.grade-list{display:grid}.grade-row{display:grid;grid-template-columns:minmax(150px,1fr) auto 54px minmax(150px,auto) auto;align-items:center;min-height:64px;padding:9px 0;gap:12px;text-align:left;background:transparent;border:0;border-bottom:1px solid #ebf0ed;cursor:pointer}.grade-row:last-child{border-bottom:0}.grade-row:hover .student-cell strong{color:var(--green)}.grade-row>strong{font-size:20px}.grade-row>small{color:var(--muted);font-size:11px}.trend-chip{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:4px;font-size:10px;font-weight:800}.trend-up{color:var(--green);background:var(--green-soft)}.trend-down{color:var(--coral);background:var(--coral-soft)}.trend-flat{color:var(--muted);background:#edf1ef}.blackboard{display:grid;min-height:40px;margin-bottom:16px;place-items:center;color:#dcece6;background:var(--green-deep);border-radius:7px;font-size:12px;font-weight:800}.seat-map{display:grid;grid-template-columns:repeat(var(--seat-columns, 6),minmax(82px,1fr));gap:7px;overflow-x:auto;padding-bottom:4px}.seat-card{display:grid;min-height:70px;padding:9px;align-content:start;gap:5px;text-align:left;background:var(--surface-soft);border:1px solid var(--line);border-radius:7px;cursor:pointer}.seat-card:hover{background:#fff;border-color:var(--line-strong)}.seat-card.needs-watch{background:var(--coral-soft);border-color:#e6c4bf}.seat-card span,.seat-card small{color:var(--muted);font-size:10px}.seat-card strong{font-size:14px}.seat-tips{display:grid;gap:8px}.seat-tips button{display:flex;align-items:flex-start;width:100%;min-height:46px;padding:11px 12px;gap:9px;color:#40504a;text-align:left;background:var(--surface-soft);border:1px solid var(--line);border-radius:7px;cursor:pointer;font-size:12px;line-height:1.5}.seat-tips svg{flex:0 0 auto;margin-top:1px;color:var(--green)}.group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.group-card{display:grid;min-width:0;padding:15px;gap:14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:8px}.group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.group-head h3,.group-head p{margin:0}.group-head h3{font-size:15px}.group-head p{margin-top:4px;color:var(--muted);font-size:11px}.group-members{display:grid;gap:7px}.group-members button{display:flex;align-items:center;min-width:0;padding:0;gap:8px;text-align:left;background:transparent;border:0;cursor:pointer;font-size:12px;font-weight:700}.math-workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);align-items:start;gap:18px}.math-hero{grid-column:1 / -1}.math-plan-card{display:grid;margin-top:16px;padding:16px;gap:7px;background:linear-gradient(135deg,#f0f7f4,#fff8eb);border:1px solid #dce9e4;border-radius:12px}.math-plan-card span,.math-tip span{color:var(--subtle);font-size:11px;font-weight:800}.math-plan-card strong,.math-tip strong{color:var(--ink);line-height:1.45}.math-plan-card p,.math-tip p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.topic-list,.math-follow-list{display:grid;gap:10px}.topic-card{padding:14px;background:#fbfcfb;border:1px solid var(--line);border-radius:10px}.topic-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.topic-top h3{margin:0;font-size:14px}.topic-top p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.topic-top strong{color:var(--green);font-size:20px}.mastery-bar{height:8px;margin:12px 0;overflow:hidden;background:#e8efec;border-radius:999px}.mastery-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--green),#d79d3d);border-radius:inherit}.topic-students{display:flex;flex-wrap:wrap;gap:7px}.topic-students button{min-height:28px;padding:0 9px;color:var(--coral);background:var(--coral-soft);border:1px solid #efd0cb;border-radius:999px;cursor:pointer;font-size:11px;font-weight:700}.math-follow-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:58px;padding:10px 0;gap:10px;text-align:left;background:transparent;border:0;border-bottom:1px solid #ebf0ed;cursor:pointer}.math-follow-row:last-child{border-bottom:0}.math-follow-row span:nth-child(2){display:grid;gap:3px}.math-follow-row small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.math-follow-row i{color:var(--coral);font-style:normal;font-weight:900}.math-side{display:grid;gap:10px}.math-side>button{display:flex;align-items:center;min-height:42px;padding:0 12px;gap:8px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px;cursor:pointer;font-weight:700}.math-tip{display:grid;margin-top:2px;padding:14px;gap:6px;background:#fbfcfb;border:1px dashed var(--line-strong);border-radius:10px}.attachment-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.attachment-actions label{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 10px;gap:7px;color:var(--green);background:var(--green-soft);border:1px solid #cfe3db;border-radius:8px;cursor:pointer;font-size:12px;font-weight:800}.attachment-actions input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.review-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px}.review-metric{position:relative;display:flex;min-height:110px;padding:20px;flex-direction:column;border-right:1px solid var(--line)}.review-metric:last-child{border-right:0}.review-metric:after{position:absolute;top:20px;right:20px;width:8px;height:8px;background:currentColor;border-radius:50%;content:""}.review-metric>span{color:var(--muted);font-size:11px}.review-metric strong{margin-top:7px;color:var(--ink);font-size:25px}.review-metric small{margin-top:auto;color:var(--muted);font-size:10px}.review-editor label{display:block}.review-editor label+label{margin-top:17px}.review-editor label>span{display:block;margin-bottom:8px;color:#405049;font-size:12px;font-weight:700}.review-editor textarea,.review-editor input{width:100%;color:var(--ink);background:#f9fbfa;border:1px solid var(--line);border-radius:7px;outline:0;font-size:13px}.review-editor textarea{min-height:150px;padding:13px;resize:vertical;line-height:1.65}.review-editor input{height:42px;padding:0 12px}.review-editor textarea:focus,.review-editor input:focus{border-color:#91afa3}.review-prompts{display:flex;flex-wrap:wrap;margin-top:13px;gap:7px}.review-prompts span{display:inline-flex;align-items:center;min-height:29px;padding:0 9px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:5px;font-size:10px}.highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.highlight-grid>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px}.highlight-grid strong{font-size:13px}.highlight-grid p{grid-column:1 / -1;margin:2px 0 0;color:var(--muted);font-size:11px;line-height:1.65}.settings-page{max-width:960px}.settings-section{display:flex;align-items:center;justify-content:space-between;min-height:94px;padding:18px 0;gap:24px;border-bottom:1px solid var(--line)}.settings-copy{display:flex;align-items:flex-start;gap:13px}.settings-icon{display:inline-grid;flex:0 0 40px;width:40px;height:40px;place-items:center;color:var(--green);background:var(--green-soft);border-radius:7px}.settings-copy h2,.settings-copy p{margin:0}.settings-copy h2{font-size:14px}.settings-copy p{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.5}.privacy-panel{display:flex;align-items:flex-start;padding:18px;gap:13px;color:#285347;background:var(--green-soft);border:1px solid #cee0d8;border-radius:8px}.privacy-panel svg{flex:0 0 auto}.privacy-panel strong{font-size:13px}.privacy-panel p{margin:6px 0 0;color:#557168;font-size:11px;line-height:1.7}.enabled-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 9px;gap:5px;color:var(--green);background:var(--green-soft);border-radius:5px;font-size:11px;font-weight:700;white-space:nowrap}.enabled-badge.is-muted{color:var(--muted);background:#edf1ef}.settings-actions{display:flex;flex:0 0 auto;gap:8px}.account-security-section{align-items:flex-start}.password-inline-form{display:grid;flex:0 1 420px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px}.password-inline-form input{min-width:0;height:38px;padding:0 11px;color:var(--ink);background:#fbfcfb;border:1px solid var(--line);border-radius:7px;outline:0;font-size:12px}.password-inline-form input:focus{border-color:#86a99c;box-shadow:0 0 0 3px #2d685614}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.restore-notice,.restore-warning{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;gap:12px;color:#385b50;background:var(--green-soft);border:1px solid #cee0d8;border-radius:7px;font-size:11px;line-height:1.5}.restore-notice.is-error{color:#8a433c;background:var(--coral-soft);border-color:#e6c4bf}.archive-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:7px}.archive-preview>div{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.archive-preview>div:nth-child(2n){border-right:0}.archive-preview>div:nth-last-child(-n+2){border-bottom:0}.archive-preview span,.archive-preview strong{display:block}.archive-preview span{color:var(--muted);font-size:10px}.archive-preview strong{margin-top:6px;font-size:13px}.archive-time{margin:14px 0;color:var(--muted);font-size:11px}.restore-warning{justify-content:flex-start;color:#745d2c;background:var(--amber-soft);border-color:#ead39d}.restore-warning svg{flex:0 0 auto}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end;background:#101f1a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{width:min(560px,100%);height:100%;padding:0 26px 40px;overflow-y:auto;background:#fff;box-shadow:-16px 0 44px #14282129;animation:slideIn .18s ease-out}@keyframes slideIn{0%{transform:translate(22px);opacity:.6}to{transform:translate(0);opacity:1}}.drawer-top{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:68px;background:#fffffff5;border-bottom:1px solid var(--line)}.drawer-top>span{color:var(--muted);font-size:12px;font-weight:700}.student-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:25px 0 20px;gap:14px}.student-hero h2,.student-hero p{margin:0}.student-hero h2{font-size:22px}.student-hero p{margin-top:5px;color:var(--muted);font-size:11px}.drawer-actions{display:flex;flex-wrap:wrap;gap:8px}.drawer-actions>button,.drawer-actions>label{min-height:38px}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:22px 0;overflow:hidden;background:var(--surface-soft);border:1px solid var(--line);border-radius:7px}.info-grid>div{min-height:70px;padding:13px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.info-grid>div:nth-child(2n){border-right:0}.info-grid>div:nth-last-child(-n+2){border-bottom:0}.info-grid span,.info-grid strong{display:block}.info-grid span{color:var(--muted);font-size:10px}.info-grid strong{margin-top:7px;font-size:12px}.drawer-section{padding:20px 0;border-top:1px solid var(--line)}.modal-overlay{--keyboard-viewport-height: 100dvh;--keyboard-viewport-offset: 0px;inset:var(--keyboard-viewport-offset) 0 auto;align-items:center;justify-content:center;height:var(--keyboard-viewport-height);padding:20px}.modal{display:flex;width:min(590px,100%);max-height:min(820px,calc(var(--keyboard-viewport-height) - 40px));flex-direction:column;overflow:hidden;background:#fff;border-radius:8px;box-shadow:var(--shadow);animation:modalIn .15s ease-out}.modal-wide{width:min(820px,100%)}@keyframes modalIn{0%{transform:translateY(8px);opacity:.7}to{transform:translateY(0);opacity:1}}.modal-head,.modal-footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:19px 22px;gap:16px}.modal-head{border-bottom:1px solid var(--line)}.modal-head h2,.modal-head p{margin:0}.modal-head h2{font-size:18px}.modal-head p{margin-top:4px;color:var(--muted);font-size:11px}.modal-body{padding:22px;overflow-y:auto}.modal-footer{justify-content:flex-end;border-top:1px solid var(--line)}.form-stack{display:grid;gap:19px}.student-picker{display:grid;gap:7px}.student-picker-search{display:flex;align-items:center;min-height:38px;padding:0 10px;gap:7px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:6px}.student-picker-search:focus-within{border-color:#75a89a;box-shadow:0 0 0 3px #34715e1a}.student-picker-search input{width:100%;min-width:0;color:var(--ink);background:transparent;border:0;outline:0;font-size:13px}.student-picker-search button{display:grid;width:26px;height:26px;flex:0 0 auto;padding:0;color:var(--muted);background:transparent;border:0;border-radius:4px;cursor:pointer;place-items:center}.student-picker-count{color:var(--muted);font-size:10px}.form-field{position:relative;display:block;min-width:0;margin:0;padding:0;border:0}.form-field>span,.form-field>legend{display:block;margin-bottom:8px;color:#3e4c47;font-size:12px;font-weight:700}.form-field input,.form-field textarea,.form-field select{width:100%;color:var(--ink);background:#fbfcfb;border:1px solid var(--line);border-radius:7px;outline:0;font-size:13px}.form-field input,.form-field select{height:42px;padding:0 12px}.form-field textarea{min-height:112px;padding:12px;resize:vertical;line-height:1.6}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:#86a99c;box-shadow:0 0 0 3px #2d685614}.form-field>small{position:absolute;right:9px;bottom:8px;color:var(--subtle);font-size:10px}.type-options{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.type-options button{display:grid;min-height:67px;place-items:center;gap:5px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:7px;cursor:pointer;font-size:10px}.type-options button:hover{border-color:var(--line-strong)}.type-options button.active{color:var(--green);background:var(--green-soft);border-color:#9fc1b5;font-weight:700}.type-options button.active.tone-coral{color:var(--coral);background:var(--coral-soft);border-color:#e6b8b2}.type-options button.active.tone-violet{color:var(--violet);background:var(--violet-soft);border-color:#c7c0df}.type-options button.active.tone-sky{color:var(--sky);background:var(--sky-soft);border-color:#b3d2dd}.type-options button.active.tone-amber{color:var(--amber);background:var(--amber-soft);border-color:#e9c886}.type-options button.active.tone-gray{color:#56615d;background:#edf0ef;border-color:#cdd4d1}.select-wrap{position:relative;display:flex;align-items:center}.select-wrap>svg:first-child{position:absolute;left:12px;z-index:1;color:var(--subtle);pointer-events:none}.select-wrap>svg:last-child{position:absolute;right:12px;color:var(--subtle);pointer-events:none}.select-wrap select{padding:0 36px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-switch-row{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:0 2px;gap:16px}.form-switch-row strong,.form-switch-row span{display:block}.form-switch-row strong{font-size:12px}.form-switch-row div>span{margin-top:4px;color:var(--muted);font-size:10px}.toggle{position:relative;display:inline-block;flex:0 0 40px;width:40px;height:23px}.toggle input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.toggle>span{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5d1;border-radius:13px;cursor:pointer;transition:.15s ease}.toggle>span:after{position:absolute;top:3px;left:3px;width:17px;height:17px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000002e;content:"";transition:.15s ease}.toggle input:checked+span{background:var(--green)}.toggle input:checked+span:after{transform:translate(17px)}.form-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice-row{width:100%}.choice-row button{flex:1}.choice-row button.active.danger{color:var(--coral);background:var(--coral-soft)}.attendance-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:12px;color:var(--muted);font-size:11px}.attendance-roster{display:grid}.attendance-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(290px,auto);align-items:center;min-height:58px;gap:14px;border-bottom:1px solid #ebf0ed}.attendance-row:last-child{border-bottom:0}.attendance-options{display:grid;grid-template-columns:repeat(4,minmax(58px,1fr));gap:5px}.attendance-options button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 8px;gap:3px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:5px;cursor:pointer;font-size:10px}.attendance-options button.active.present{color:var(--green);background:var(--green-soft);border-color:#a9c6bc}.attendance-options button.active.late{color:var(--coral);background:var(--coral-soft);border-color:#e1b3ad}.attendance-options button.active.leave{color:var(--amber);background:var(--amber-soft);border-color:#e6c480}.attendance-options button.active.absent{color:#6b5050;background:#eee7e7;border-color:#d6c5c5}.empty-state{display:grid;min-height:180px;place-items:center;align-content:center;gap:8px;color:var(--subtle);text-align:center}.empty-state strong{color:#485650;font-size:13px}.empty-state span{font-size:11px}.toast{position:fixed;right:28px;bottom:28px;z-index:160;display:flex;align-items:center;min-height:44px;padding:0 16px;gap:8px;color:#fff;background:#1d332c;border-radius:7px;box-shadow:0 12px 28px #0d1f193d;font-size:12px;font-weight:700}.toast svg{color:#7fd0b2}.mobile-nav,.mobile-settings{display:none}@media (max-width: 1180px){.sidebar{flex-basis:206px}.main-content,.topbar{padding-right:24px;padding-left:24px}.dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr)}.quick-action{min-height:84px}.student-table-head,.student-row{grid-template-columns:minmax(160px,1.2fr) 80px 80px 92px minmax(110px,.9fr) 24px;gap:10px}}@media (max-width: 900px){.sidebar{display:none}.topbar{min-height:64px}.mobile-brand{display:flex}.mobile-brand .brand-mark{flex-basis:34px;width:34px;height:34px}.mobile-brand strong{font-size:16px}.page-crumb,.top-add{display:none}.mobile-settings{display:inline-grid}.main-content{padding-bottom:100px}.mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:repeat(5,1fr);min-height:68px;padding:6px max(10px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:#fffffff7;border-top:1px solid var(--line);box-shadow:0 -8px 24px #1b302914;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav>button{display:grid;min-width:0;place-items:center;align-content:center;gap:3px;color:var(--subtle);background:transparent;border:0;cursor:pointer;font-size:10px}.mobile-nav>button.active{color:var(--green)}.mobile-nav .mobile-add{align-self:start;justify-self:center;width:46px;height:46px;margin-top:-18px;color:#fff;background:var(--green);border:4px solid white;border-radius:50%;box-shadow:0 5px 14px #19504042}.affairs-layout,.review-layout,.class-tools-layout,.math-workbench{grid-template-columns:1fr}.affairs-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-calendar{order:-1}}@media (max-width: 720px){.topbar{padding:0 16px}.global-search{width:38px;padding:0 10px;border-color:transparent;background:transparent}.global-search input{position:absolute;width:1px;opacity:0;pointer-events:none}.global-search:focus-within{position:fixed;top:10px;right:16px;left:16px;z-index:60;width:auto;padding:0 12px;background:#fff;border-color:var(--line-strong);box-shadow:var(--shadow)}.global-search:focus-within input{position:static;width:100%;opacity:1;pointer-events:auto}.search-results{right:0;left:0;width:auto}.main-content{padding:24px 16px 94px}.page-stack{gap:18px}.page-intro{align-items:flex-start;min-height:0;flex-direction:column;gap:14px}.page-intro h1{font-size:26px}.page-intro p{margin-top:6px;font-size:13px}.page-actions{width:100%;justify-content:flex-start}.affairs-overview{gap:8px}.affairs-overview button{min-height:94px;padding:12px}.status-strip{grid-template-columns:repeat(5,minmax(64px,1fr));overflow-x:auto}.status-item{min-width:68px;min-height:68px;padding:12px 12px 12px 16px}.status-item:before{top:16px;left:6px;height:22px}.status-item strong{font-size:19px}.status-action{grid-column:1 / -1;min-height:40px}.dashboard-grid{grid-template-columns:1fr}.quick-section{order:-1}.workspace-section,.mini-calendar{padding:18px 16px}.quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-action{min-height:78px;padding:9px;place-items:center;text-align:center}.quick-action>span{width:30px;height:30px}.quick-action>strong{align-self:center;font-size:10px}.quick-action>svg{display:none}.toolbar-row{align-items:stretch;flex-wrap:wrap}.page-search{width:100%}.filter-tabs{order:3;width:100%;overflow-x:auto}.filter-tabs button{flex:1;min-width:66px}.toolbar-row>.icon-btn{margin-left:auto}.student-table-head{display:none}.student-row{grid-template-columns:minmax(130px,1.3fr) auto auto 22px;min-height:74px;padding:10px 14px;gap:8px}.student-row>span:nth-child(2),.student-row>span:nth-child(4){display:none}.student-row>span:nth-child(5){justify-self:end}.student-row>span:nth-child(6){justify-self:end}.table-foot{margin-top:-8px}.segmented{width:100%;overflow-x:auto}.segmented button{flex:1;min-width:66px}.attendance-summary-grid,.review-metrics{grid-template-columns:repeat(2,1fr)}.attendance-summary-grid .status-item:nth-child(2),.review-metric:nth-child(2){border-right:0}.attendance-summary-grid .status-item:nth-child(-n+2),.review-metric:nth-child(-n+2){border-bottom:1px solid var(--line)}.review-metric{min-height:100px}.highlight-grid{grid-template-columns:1fr;gap:18px}.tool-metrics{grid-template-columns:repeat(3,minmax(120px,1fr));overflow-x:auto}.grade-row{grid-template-columns:minmax(130px,1fr) auto 44px auto}.grade-row>small{grid-column:1 / -2}.seat-map,.group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.attachment-actions{grid-template-columns:1fr}.drawer{padding-right:18px;padding-left:18px}.student-hero{grid-template-columns:auto 1fr}.student-hero>.attendance-badge{grid-column:2;justify-self:start}.type-options{grid-template-columns:repeat(3,minmax(0,1fr))}.attendance-row{grid-template-columns:1fr;padding:10px 0;gap:8px}.modal-overlay{align-items:flex-end;padding:0}.modal{width:100%;max-height:calc(var(--keyboard-viewport-height) - 4px);border-radius:8px 8px 0 0}.modal-wide{width:100%}.modal-head,.modal-footer{padding:16px}.modal-body{padding:18px 16px;overscroll-behavior:contain;scroll-padding-block:72px}.toast{right:16px;bottom:82px;left:16px;justify-content:center}}@media (max-width: 430px){.page-actions>button{flex:1}.quick-grid{gap:6px}.quick-action{padding:7px 3px}.task-row{gap:8px}.task-copy strong{white-space:normal}.priority-pill{display:none}.record-row{grid-template-columns:auto minmax(0,1fr)}.record-row time{grid-column:2;grid-row:1;justify-self:end;font-size:10px}.record-row time small{display:inline;margin-left:5px}.record-copy{grid-column:2}.record-title{padding-right:68px}.attention-copy strong i{display:block;margin:3px 0 0}.student-row{grid-template-columns:minmax(115px,1fr) auto 22px}.student-row>span:nth-child(3){display:none}.student-row>span:nth-child(5){grid-column:2}.student-row>span:nth-child(6){grid-column:3}.review-metric{padding:16px}.review-metric:after{top:16px;right:16px}.settings-section{align-items:flex-start;flex-direction:column;gap:12px}.settings-section>button{align-self:stretch}.settings-actions{width:100%}.settings-actions>button{flex:1}.password-inline-form{width:100%;grid-template-columns:1fr}.password-inline-form>button{width:100%}.restore-notice{align-items:flex-start;flex-direction:column}.form-two{grid-template-columns:1fr}.attendance-options{grid-template-columns:repeat(4,minmax(52px,1fr));overflow-x:auto}.drawer-actions>button{flex:1;padding:0 9px}.group-grid{grid-template-columns:1fr}.seat-card{min-height:84px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
