:root{font-family:Inter,ui-rounded,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18211d;background:#f7f8f5;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f7f8f5;--surface: #ffffff;--surface-2: #f1f3ef;--text: #18211d;--muted: #68716c;--line: #dde2dd;--green: #295d4b;--green-2: #e4efe9;--green-3: #b8d4c7;--danger: #a64242;--shadow: 0 1px 2px rgba(24,33,29,.04), 0 12px 32px rgba(24,33,29,.05)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(41,93,75,.24);outline-offset:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3,strong{letter-spacing:-.015em}h2{font-size:clamp(1.55rem,6vw,2rem);line-height:1.15;margin-bottom:0}h3{font-size:1rem;margin-bottom:10px}svg{flex:0 0 auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.muted{color:var(--muted);font-size:.9rem;line-height:1.5}.eyebrow{display:block;color:var(--green);font-size:.72rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px}.app-shell{min-height:100dvh;padding-bottom:calc(78px + env(safe-area-inset-bottom))}.topbar{position:sticky;top:0;z-index:20;height:calc(66px + env(safe-area-inset-top));padding:calc(10px + env(safe-area-inset-top)) 18px 8px;display:flex;align-items:center;justify-content:space-between;background:#f7f8f5f0;border-bottom:1px solid rgba(221,226,221,.72);backdrop-filter:blur(18px)}.topbar h1{font-size:1.2rem;margin:0;line-height:1}.topbar .eyebrow{font-size:.62rem}.main-content{max-width:760px;margin:0 auto}.page{padding:22px 16px 36px;animation:enter .2s ease-out}@keyframes enter{0%{opacity:0;transform:translateY(4px)}}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.offline-wrap{max-width:760px;margin:8px auto 0;padding:0 16px}.bottom-nav{position:fixed;z-index:30;left:0;right:0;bottom:0;min-height:calc(66px + env(safe-area-inset-bottom));padding:6px max(8px,env(safe-area-inset-left)) env(safe-area-inset-bottom) max(8px,env(safe-area-inset-right));display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(205,212,206,.9);background:#fcfdfbf0;backdrop-filter:blur(20px)}.bottom-nav a{min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#78817c;font-size:.66rem;font-weight:650;border-radius:12px}.bottom-nav a svg{width:22px;height:22px;stroke-width:1.9}.bottom-nav a.active{color:var(--green);background:var(--green-2)}.button{min-height:44px;padding:10px 16px;border:1px solid transparent;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:680;cursor:pointer;transition:transform .12s,background .12s,opacity .12s}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{opacity:.45;cursor:not-allowed}.button.primary{color:#fff;background:var(--green)}.button.primary:hover:not(:disabled){background:#204c3d}.button.secondary{border-color:var(--line);background:var(--surface)}.button.secondary:hover:not(:disabled){background:var(--surface-2)}.button.text{background:transparent;color:var(--green);padding-inline:8px}.button.small{min-height:38px;padding:7px 12px;font-size:.84rem}.button.wide{width:100%}.button.logout{margin-top:8px;background:transparent;color:var(--danger)}.button.danger-text{background:transparent;color:var(--danger)}.icon-button{width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:13px;display:inline-grid;place-items:center;background:var(--surface);cursor:pointer}.icon-button svg{width:20px}.icon-button.small{width:34px;height:34px;border-radius:10px}.icon-button.danger{color:var(--danger)}.card,.today-card,.calendar-card{border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.card{padding:18px;margin-bottom:14px}.card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.78rem;font-weight:750;letter-spacing:.045em;text-transform:uppercase}.card-title svg{width:18px}.status{display:inline-flex;min-height:26px;align-items:center;padding:4px 9px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:.68rem;font-weight:750;text-transform:none;letter-spacing:0;white-space:nowrap}.status-confirmed,.status-completed{background:var(--green-2);color:var(--green)}.status-missed,.status-cancelled{background:#f6e8e7;color:var(--danger)}.state{min-height:180px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);text-align:center}.state p{max-width:380px;margin:0 0 8px;line-height:1.5;font-size:.9rem}.state>svg{width:30px;height:30px;color:#8a9690}.state-loading{min-height:240px}.state-loading .spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button .state{min-height:0;padding:0;color:inherit;flex-direction:row}.button .state svg{width:18px;height:18px;color:inherit}.notice{min-height:44px;padding:10px 12px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:13px;background:#eef3ef;color:#354b41;font-size:.85rem;line-height:1.35;margin-bottom:12px}.notice span{flex:1}.notice.success{background:var(--green-2);color:var(--green);border-color:#c9dfd4}.notice.error{background:#f8eceb;color:var(--danger);border-color:#edd2cf}.notice.offline{background:#f4f1e8;color:#655d44;border-color:#e5decb}.avatar{display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--green-2);color:var(--green);font-weight:800;border:2px solid white;box-shadow:0 0 0 1px #295d4b14}.avatar-small{width:28px;height:28px;font-size:.62rem}.avatar-medium{width:46px;height:46px;font-size:.86rem}.avatar-large{width:72px;height:72px;font-size:1.25rem}.avatar-blue{background:#e5edf5;color:#3c6380}.avatar-sand{background:#f3ecdc;color:#77613d}.avatar-rose{background:#f5e6e6;color:#865456}.avatar-slate{background:#e7eaeb;color:#526066}.today-card{padding:20px 18px;margin-bottom:14px;overflow:hidden}.today-card.is-mine{border-color:var(--green-3);box-shadow:0 12px 36px #295d4b1a}.duty-people{min-height:150px;padding:26px 0 20px;display:flex;align-items:flex-start;justify-content:center;gap:18px}.duty-person{position:relative;width:104px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}.duty-person strong{font-size:1rem;line-height:1.2}.duty-person small{color:var(--muted);font-size:.72rem}.duty-person.current-user strong{color:var(--green)}.duty-person .plus{position:absolute;left:calc(100% + 5px);top:26px;color:#aab1ad;font-weight:500}.today-status{border-top:1px solid var(--line);padding-top:14px}.mine-message{display:flex;gap:11px;align-items:center;margin-bottom:14px}.mine-message>svg{width:25px;color:var(--green)}.mine-message div{display:flex;flex-direction:column;gap:2px}.mine-message span{color:var(--muted);font-size:.8rem}.action-row{display:flex;gap:8px;flex-wrap:wrap}.action-row>.button{flex:1}.completion-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:12px;padding-top:10px;border-top:1px dashed var(--line);font-size:.8rem;color:var(--muted)}.completion-row>span{margin-right:auto}.not-mine{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--green);font-weight:700}.not-mine svg{width:20px}.next-card{padding:18px}.next-date{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin:17px 0}.next-date strong{font-size:1.15rem;text-transform:capitalize}.next-date span{color:var(--green);font-size:.82rem;font-weight:700}.partner-row{display:flex;align-items:center;gap:11px;padding:12px;border-radius:15px;background:var(--surface-2)}.partner-row div{display:flex;flex-direction:column;gap:2px}.partner-row small{color:var(--muted)}.manage-duty{margin-top:8px;margin-left:auto;display:flex}.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.quick-card{min-height:92px;padding:14px;display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:17px;background:var(--surface)}.quick-card>svg{color:var(--green);width:21px}.quick-card span{display:flex;flex-direction:column;gap:4px}.quick-card small{color:var(--muted);line-height:1.3}.request-pill,.count-pill{display:inline-flex;min-height:38px;align-items:center;gap:6px;padding:7px 11px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-size:.78rem;font-weight:680}.request-pill span{min-width:20px;height:20px;border-radius:999px;display:grid;place-items:center;color:#fff;background:var(--green);font-size:.68rem}.count-pill svg{width:17px;color:var(--green)}.segmented,.icon-segmented{display:inline-flex;padding:3px;border-radius:12px;background:#e9ece8}.segmented button,.icon-segmented button{position:relative;min-height:36px;border:0;border-radius:9px;background:transparent;padding:7px 15px;color:var(--muted);font-weight:680;cursor:pointer}.segmented button.active,.icon-segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #18211d1a}.tabs-wide{width:100%;margin-bottom:14px}.tabs-wide button{flex:1}.tab-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--green);top:5px;right:8px}.schedule-controls{display:flex;align-items:center;justify-content:space-between;margin:14px 0 18px}.icon-segmented button{width:38px;padding:6px;display:grid;place-items:center}.icon-segmented svg{width:18px}.schedule-sections{display:flex;flex-direction:column;gap:20px}.schedule-sections h3{color:var(--muted);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px 4px}.list-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.list-card .duty-row+.duty-row{border-top:1px solid var(--line)}.list-card.subdued{opacity:.76}.duty-row{width:100%;min-height:78px;padding:10px 13px;border:0;background:transparent;display:flex;align-items:center;gap:12px;text-align:left}.duty-row:not(:disabled){cursor:pointer}.duty-row.featured{border:1px solid var(--green-3);border-radius:18px;background:var(--surface);box-shadow:var(--shadow)}.duty-row.cancelled{opacity:.58}.date-tile{width:48px;height:54px;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--surface-2)}.date-tile strong{font-size:1.15rem}.date-tile small{color:var(--muted);text-transform:uppercase;font-size:.62rem}.duty-row-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.duty-row-main>strong{font-size:.9rem;text-transform:capitalize}.name-line{color:var(--muted);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-name{color:var(--green);font-weight:750}.duty-row>svg{width:18px;color:#9aa29e}.calendar-card{padding:14px 10px}.calendar-card>header{display:flex;align-items:center;justify-content:space-between;padding:0 2px 10px}.calendar-card h3{text-transform:capitalize;margin:0}.weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.weekdays span{padding:7px 0;color:#909994;text-align:center;font-size:.65rem;font-weight:700}.calendar-day{min-width:0;height:62px;padding:6px 2px;border:1px solid transparent;border-radius:11px;background:transparent;display:flex;flex-direction:column;align-items:center;gap:6px}.calendar-day.has-duty{background:#f1f4f1;cursor:default}.calendar-day.has-duty:not(:disabled){cursor:pointer}.calendar-day.mine{background:var(--green-2);border-color:var(--green-3);color:var(--green);font-weight:800}.calendar-day.cancelled{text-decoration:line-through;opacity:.45}.calendar-avatars{display:flex;justify-content:center}.calendar-avatars .avatar{width:19px;height:19px;font-size:0;margin-left:-4px;border-width:1px}.calendar-avatars .avatar:first-child{margin-left:0}.request-sections{display:flex;flex-direction:column;gap:18px}.request-sections h3{color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;margin-left:4px}.request-card{padding:16px;display:flex;gap:12px;border:1px solid var(--line);border-radius:18px;background:var(--surface);margin-bottom:9px}.request-icon,.settings-icon,.admin-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:var(--green-2);color:var(--green)}.request-icon svg,.settings-icon svg,.admin-icon svg{width:20px}.request-copy{min-width:0;flex:1}.request-copy>strong{display:block;margin-bottom:6px}.request-copy p{color:var(--muted);font-size:.85rem;margin:0 0 10px}.request-copy select{margin-bottom:9px}.request-admin-actions{margin-top:3px}.swap-dates{padding:10px 0;display:flex;align-items:center;gap:8px}.swap-dates>svg{width:18px;color:#98a19c}.swap-dates span{flex:1;display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:.72rem}.swap-dates b{color:var(--text);font-size:.85rem}.student-list{display:flex;flex-direction:column;gap:9px}.student-card{min-height:72px;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:17px;background:var(--surface)}.student-card.current{border-color:var(--green-3);background:#fbfdfc}.student-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.student-info strong{display:flex;align-items:center;gap:6px}.student-info strong span{padding:2px 6px;border-radius:999px;background:var(--green-2);color:var(--green);font-size:.58rem;text-transform:uppercase}.student-info small{color:var(--muted)}.student-next{min-width:55px;display:flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--muted);font-size:.78rem}.student-next svg{width:16px}.profile-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.profile-head h2{margin:0 0 4px}.profile-head span{color:var(--muted);font-size:.85rem}.profile-next{display:flex;align-items:center;margin-top:15px}.profile-next>div{flex:1;display:flex;flex-direction:column;gap:5px}.profile-next strong{text-transform:capitalize}.profile-next span{color:var(--muted);font-size:.83rem}.profile-next a{width:40px;height:40px;display:grid;place-items:center}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:14px}.stats-grid div{min-width:0;padding:12px 4px;display:flex;flex-direction:column;align-items:center;gap:4px;border-radius:13px;background:var(--surface-2);text-align:center}.stats-grid strong{font-size:1.35rem}.stats-grid span{color:var(--muted);font-size:.66rem}.settings-title{display:flex;align-items:center;gap:11px}.settings-title>div:nth-child(2){flex:1;display:flex;flex-direction:column;gap:3px}.settings-title span{color:var(--muted);font-size:.75rem}.settings-title .button{flex:0 0 auto}.row-button{width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.toggle-list{margin-top:15px;padding-top:7px;border-top:1px solid var(--line)}.toggle-list label{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px}input[role=switch]{appearance:none;width:45px;height:27px;padding:2px;border:0;border-radius:999px;background:#cbd1cd;cursor:pointer;transition:background .15s}input[role=switch]:after{content:"";display:block;width:23px;height:23px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .15s}input[role=switch]:checked{background:var(--green)}input[role=switch]:checked:after{transform:translate(18px)}.absence-list,.exception-list{margin-top:13px;border-top:1px solid var(--line)}.absence-list>div,.exception-list>div{min-height:58px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line)}.absence-list>div:last-child,.exception-list>div:last-child{border-bottom:0}.absence-list span,.exception-list span{flex:1;display:flex;flex-direction:column;gap:3px}.absence-list small,.exception-list small{color:var(--muted)}.ios-help{padding:14px;margin-top:12px;border-radius:14px;background:var(--surface-2)}.ios-help p{margin-bottom:8px}.ios-help ol{margin:0;padding-left:24px;color:var(--muted);line-height:1.9}.ios-help li svg{vertical-align:middle}.install-card .button{margin-top:13px}.modal-backdrop{position:fixed;z-index:100;inset:0;padding:20px 12px max(12px,env(safe-area-inset-bottom));display:flex;align-items:flex-end;justify-content:center;background:#141b186b;animation:fade .16s ease-out}@keyframes fade{0%{opacity:0}}.modal{width:100%;max-width:540px;max-height:min(88dvh,760px);overflow:hidden;border-radius:24px;background:var(--surface);box-shadow:0 24px 80px #00000038;animation:sheet .2s ease-out}@keyframes sheet{0%{transform:translateY(24px);opacity:.6}}.modal>header{min-height:62px;padding:10px 12px 10px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.modal h2{flex:1;font-size:1.15rem;text-transform:capitalize}.modal-body{padding:18px;overflow:auto;max-height:calc(88dvh - 62px)}.selected-duty{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;background:var(--surface-2);margin-bottom:12px}.selected-duty>svg{color:var(--green)}.selected-duty span{display:flex;flex-direction:column;gap:2px}.selected-duty small{color:var(--muted)}.choice-list{display:flex;flex-direction:column}.choice-list button{min-height:76px;padding:12px 4px;display:flex;align-items:center;gap:12px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer}.choice-list button:disabled{opacity:.5;cursor:not-allowed}.choice-list button>svg{color:var(--green)}.choice-list button span{display:flex;flex-direction:column;gap:4px}.choice-list small{color:var(--muted)}.swap-preview{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;background:var(--surface-2)}.swap-preview>svg{color:var(--green)}.swap-preview span{flex:1;display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:.72rem}.swap-preview strong{color:var(--text);font-size:.88rem}.form-stack{display:flex;flex-direction:column;gap:13px}.form-stack label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;font-weight:680}.form-stack small,.form-hint{color:var(--muted);font-size:.72rem;font-weight:450;line-height:1.4}input,select,textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cfd5d1;border-radius:12px;background:var(--surface);color:var(--text);font-size:max(16px,.92rem)}textarea{min-height:90px;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{margin-bottom:8px;font-size:.8rem;font-weight:680}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-error{margin:0;color:var(--danger);font-size:.82rem;line-height:1.4}.student-checks{max-height:270px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.student-checks label{min-width:0;min-height:45px;padding:7px;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:6px;font-size:.78rem;cursor:pointer}.student-checks label.checked{border-color:var(--green-3);background:var(--green-2)}.student-checks input{position:absolute;opacity:0;width:1px;height:1px}.student-checks span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history{margin-top:20px;border-top:1px solid var(--line);padding-top:15px}.history h3{display:flex;align-items:center;gap:7px}.history h3 svg{width:17px;color:var(--muted)}.history>div{padding:9px 0;display:flex;flex-direction:column;gap:3px;border-bottom:1px solid var(--line)}.history small{color:var(--muted)}.welcome-page{min-height:100dvh;padding:calc(24px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom));display:grid;place-items:center}.welcome-card{width:100%;max-width:440px;padding:26px 22px;border:1px solid var(--line);border-radius:25px;background:var(--surface);box-shadow:var(--shadow)}.brand-mark{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:var(--green);color:#fff;margin-bottom:20px}.welcome-card h1{font-size:1.75rem;margin-bottom:9px}.welcome-card>p,.welcome-card form>p{color:var(--muted);line-height:1.5}.welcome-card .form-stack{margin-top:20px}.access-toggle{width:100%;margin-top:9px}.splash{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:14px}.splash img{width:76px;height:76px;border-radius:20px}.splash .state{min-height:0;padding:0}.admin-page{max-width:840px;margin:0 auto;padding-top:calc(16px + env(safe-area-inset-top));padding-bottom:calc(30px + env(safe-area-inset-bottom))}.admin-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.admin-head h2{font-size:1.45rem}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.admin-card{min-height:130px;padding:15px;border:1px solid var(--line);border-radius:18px;background:var(--surface);display:flex;flex-direction:column;align-items:flex-start;gap:11px;text-align:left;cursor:pointer}.admin-card>span:nth-child(2){display:flex;flex-direction:column;gap:4px}.admin-card small{color:var(--muted);line-height:1.3}.admin-card>svg{position:absolute;align-self:flex-end;color:#a1aaa5;width:18px}.admin-card>b{position:absolute;align-self:flex-end;min-width:25px;height:25px;display:grid;place-items:center;border-radius:999px;background:var(--green);color:#fff;font-size:.72rem}.admin-section{display:flex;flex-direction:column;gap:12px}.two-sections{gap:14px}.inline-add{display:grid;grid-template-columns:1fr 100px auto;gap:8px;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.inline-add input,.inline-add select{min-height:44px}.admin-student-list{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.admin-student{min-height:66px;padding:10px 12px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.admin-student:last-child{border-bottom:0}.admin-student.inactive{opacity:.55}.admin-student>div:nth-child(2){min-width:100px;flex:1;display:flex;flex-direction:column;gap:3px}.admin-student small{color:var(--muted);font-size:.7rem}.row-menu{display:flex;align-items:center}.student-edit{padding:10px;display:flex;gap:7px;border-bottom:1px solid var(--line)}.student-edit input{min-width:0;flex:1}.weekday-checks{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.weekday-checks label{min-width:0}.weekday-checks input{position:absolute;opacity:0;width:1px}.weekday-checks span{min-height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:.7rem}.weekday-checks input:checked+span{border-color:var(--green);background:var(--green-2);color:var(--green)}.access-code{padding:14px;margin-top:12px;border-radius:13px;background:var(--surface-2);display:flex;flex-direction:column;gap:5px;overflow-wrap:anywhere}.access-code code{color:var(--green);font-weight:700}.access-code small{color:var(--muted)}.stats-table-wrap{overflow-x:auto}.stats-table{min-width:560px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.stats-row{min-height:50px;padding:9px 12px;display:grid;grid-template-columns:minmax(140px,1.8fr) repeat(4,1fr);align-items:center;gap:8px;border-bottom:1px solid var(--line);text-align:center;font-size:.85rem}.stats-row:last-child{border-bottom:0}.stats-row>:first-child{text-align:left}.stats-row.head{background:var(--surface-2);color:var(--muted);font-size:.7rem;font-weight:700}@media(min-width:700px){.app-shell{padding-bottom:0;padding-left:92px}.topbar{padding-left:26px;padding-right:26px}.bottom-nav{top:0;right:auto;width:92px;height:100dvh;grid-template-columns:1fr;grid-template-rows:repeat(4,72px);align-content:center;border-top:0;border-right:1px solid var(--line);padding:env(safe-area-inset-top) 8px env(safe-area-inset-bottom)}.bottom-nav a{min-height:64px}.page{padding:30px 24px 60px}.quick-grid{gap:14px}.modal-backdrop{align-items:center}.admin-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.two-sections>.notice{grid-column:1 / -1}}@media(max-width:430px){.quick-grid{grid-template-columns:1fr}.inline-add{grid-template-columns:1fr auto}.inline-add label{grid-column:1 / -1}.row-menu .button{padding-inline:5px;font-size:.72rem}}@media(max-width:365px){.page{padding-inline:12px}.duty-people{gap:8px}.duty-person{width:92px}.duty-person .plus{left:calc(100% + 1px)}.action-row{flex-direction:column}.action-row>.button{width:100%}.settings-title{flex-wrap:wrap}.settings-title .button{width:100%}.form-row,.admin-grid,.student-checks{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
