@import"https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap";:root,[data-mode=light]{--bg-base: #f2f0ed;--bg-surface: #ebe8e3;--bg-card: #ffffff;--bg-card-hover: #faf8f5;--border: #eae6e0;--border-light: #f0ece6;--ink: #22252e;--ink-light: #3a3d48;--gold: #c9a84c;--gold-light: #e8c97a;--gold-pale: rgba(201, 168, 76, .1);--red: #c0392b;--red-lt: #fdf0ed;--text-primary: #2a2520;--text-secondary:#5a5248;--text-muted: #a8a09a}[data-mode=dark]{--bg-base: #1c1e24;--bg-surface: #22252e;--bg-card: #2a2d35;--bg-card-hover: #32353f;--border: #363944;--border-light: #3a3d48;--ink: #3a3d48;--ink-light: #4a4e5a;--gold: #c9a84c;--gold-light: #e8c97a;--gold-pale: rgba(201, 168, 76, .12);--red: #e05252;--red-lt: rgba(224, 82, 82, .1);--text-primary: #e8e8e8;--text-secondary:#a0a8b8;--text-muted: #5a6070}*,*:before,*:after{transition:background-color .3s,color .3s,border-color .3s}*,*:before,*:after{font-family:Lexend,system-ui,sans-serif}input,textarea,button,select{font-family:Lexend,system-ui,sans-serif}body{font-size:14px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-base);color:var(--text-primary);min-height:100vh}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-base)}.shell-content{flex:1;padding-bottom:calc(56px + env(safe-area-inset-bottom));overflow-y:auto}@media (min-width: 400px) and (max-width: 1023px){.shell-content{padding-bottom:calc(68px + env(safe-area-inset-bottom))}}@media (min-width: 1024px){.shell-content{margin-left:200px;padding-bottom:0}.shell-content .day-strip{position:static;top:auto}.shell-content .planner-action-bar{left:200px;right:0;max-width:none;margin:0;bottom:0}}.signin{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-base);padding:24px}.signin-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px 24px;max-width:360px;width:100%;text-align:center;box-shadow:0 4px 24px #22252e14}.signin-logo{width:72px;height:72px;border-radius:14px;object-fit:cover;display:block;margin:0 auto 20px}.signin-school{display:flex;flex-direction:column;align-items:center;gap:3px;margin-bottom:28px}.signin-school-line1{font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);line-height:1}.signin-school-accent{color:var(--gold)}.signin-school-line2{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);line-height:1}.signin-school-tagline{font-size:11px;font-weight:300;color:var(--text-muted);margin-top:4px;line-height:1}.signin-btn{width:100%;background:var(--ink);color:#fff;border:none;border-radius:10px;padding:13px 24px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.signin-btn:hover{background:var(--ink-light)}.signin-error{margin-top:12px;font-size:13px;color:var(--red)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:56px;background:#22252e;display:flex;align-items:stretch;z-index:100;padding-bottom:env(safe-area-inset-bottom)}.bn-brand,.bn-students,.bn-footer{display:none}.bn-tabs{display:flex;flex-direction:row;flex:1;align-items:stretch}.bn-tab{flex:1;min-width:0;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;cursor:pointer;color:#ffffff73;font-family:inherit;padding:6px 1px;transition:color .15s}.bn-tab--active{color:#e8c97a}.bn-icon{font-size:18px;line-height:1;width:32px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s;font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif}.bn-tab--active .bn-icon{background:#c9a84c26}.bn-label{font-size:9px;font-weight:500;line-height:1;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media (min-width: 400px) and (max-width: 1023px){.bottom-nav{height:68px}.bn-tab{min-height:68px}.bn-icon{font-size:24px}.bn-label{font-size:12px}}@media (min-width: 1024px){.bottom-nav{top:0;right:auto;bottom:auto;width:200px;height:100vh;flex-direction:column;align-items:stretch;padding-bottom:0}.bn-brand{display:flex;align-items:center;gap:10px;padding:20px 14px 16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.bn-brand-logo{width:36px;height:36px;border-radius:8px;flex-shrink:0}.bn-brand-text{display:flex;flex-direction:column;gap:1px}.bn-brand-name{font-size:10px;font-weight:700;color:#fff;letter-spacing:.06em;text-transform:uppercase;line-height:1.3}.bn-brand-accent{color:#e8c97a}.bn-brand-academy{font-size:9px;font-weight:600;color:#ffffffa6;letter-spacing:.05em;text-transform:uppercase;line-height:1.3}.bn-brand-tagline{font-size:9px;color:#ffffff4d;font-weight:300;margin-top:3px}.bn-tabs{flex-direction:column;flex:1;align-items:stretch;overflow-y:auto;padding:10px 8px;gap:2px}.bn-tab{flex:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;width:100%}.bn-tab--active{background:#c9a84c1f;border:1px solid rgba(201,168,76,.18)}.bn-tab:not(.bn-tab--active):hover{background:#ffffff0d}.bn-icon{font-size:16px;width:auto;height:auto;border-radius:0;background:none!important;flex-shrink:0}.bn-label{font-size:12px;overflow:visible;text-overflow:clip}.bn-students{display:block;padding:10px 8px 12px;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.bn-students-label{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;padding:0 10px;margin-bottom:6px}.bn-student-btn{display:block;width:100%;background:none;border:1px solid transparent;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:500;font-family:inherit;text-align:left;color:#ffffff73;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.bn-student-btn:not(.bn-student-btn--active):hover{color:#ffffffbf;background:#ffffff0d}.bn-student-btn--active{background:#c9a84c1f;border-color:#c9a84c2e;color:#e8c97a}.bn-footer{display:flex;justify-content:center;padding:12px 8px 16px;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.bn-version{font-size:10px;color:#fff3;padding:0 10px;font-weight:400}}.sds-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.sds-sheet{width:100%;max-width:100%;max-height:90vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:sds-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes sds-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sds-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.sds-sheet-header{display:flex;align-items:center;gap:10px;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.sds-header-left{flex:1;min-width:0}.sds-header-name{font-size:16px;font-weight:700;color:#fff}.sds-header-pts{font-size:14px;font-weight:700;color:#e8c97a;flex-shrink:0}.sds-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.sds-sheet-close:hover{background:#ffffff38;color:#fff}.sds-sheet-body{padding:16px 20px;overflow-y:auto;flex:1}.sds-section-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:center;gap:10px;margin:16px 0 10px}.sds-section-label:first-child{margin-top:0}.sds-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.sds-empty{font-size:13px;color:var(--text-muted);text-align:center;padding:12px 0;margin:0}.sds-lesson-list{display:flex;flex-direction:column;gap:4px}.sds-lesson-row{display:flex;align-items:center;gap:10px;padding:8px 0}.sds-checkbox{width:22px;height:22px;border-radius:6px;border:2px solid var(--border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;color:transparent;font-family:inherit;padding:0;transition:all .15s}.sds-checkbox.checked{background:#2e7d32;border-color:#2e7d32;color:#fff}.sds-lesson-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sds-lesson-subject{font-size:14px;font-weight:600;color:var(--text-primary)}.sds-lesson-subject.done{text-decoration:line-through;color:var(--text-muted)}.sds-lesson-text{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sds-flag-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.sds-attendance{margin-bottom:4px}.sds-att-bar-track{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.sds-att-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:3px;transition:width .6s ease}.sds-att-labels{font-size:11px;color:var(--text-muted);margin-top:4px}.sds-att-detail{font-size:10px;color:var(--text-muted);margin-top:4px;display:flex;gap:12px}.sds-award-block{margin-bottom:8px}.sds-award-btns{display:flex;gap:8px;margin-bottom:10px}.sds-award-btn{flex:1;padding:10px;border-radius:10px;font-size:16px;font-weight:700;border:1.5px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-family:inherit;cursor:pointer;text-align:center;transition:all .15s}.sds-award-btn.selected{background:var(--gold-pale);border-color:var(--gold);color:var(--gold)}.sds-award-confirm{width:100%;padding:12px;border-radius:10px;background:var(--gold);border:none;font-size:14px;font-weight:600;color:#fff;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s}.sds-award-confirm:disabled{opacity:.4;cursor:default}.sds-award-confirm:hover:not(:disabled){background:var(--gold-light)}.sds-award-success{text-align:center;font-size:14px;font-weight:600;color:var(--gold);padding:12px}@media (min-width: 400px) and (max-width: 1023px){.sds-header-name{font-size:18px}.sds-lesson-subject{font-size:15px}.sds-award-btn{padding:12px;font-size:18px}.sds-award-confirm{padding:14px;font-size:15px}}.home-tab{display:flex;flex-direction:column}.home-content{width:100%;padding:0 0 24px}.home-header-bar{padding:16px 16px 12px}.home-date{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.home-greeting{font-size:22px;font-weight:700;color:var(--text-primary);margin-top:2px;display:block}.home-students{padding:0 16px;display:flex;flex-direction:column;gap:12px}.home-student-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s}.home-student-card:hover{border-color:var(--gold-light);box-shadow:0 4px 16px #c9a84c1f}.home-student-card-header{padding:12px 14px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-light)}.home-student-name{font-size:15px;font-weight:700;color:var(--text-primary)}.home-student-tap-hint{font-size:10px;color:var(--text-muted)}.home-student-tap-hint.done{color:#2e7d32}.home-student-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:10px 14px;border-bottom:1px solid var(--border-light)}.home-student-stat{text-align:center;padding:0 4px;border-right:1px solid var(--border-light)}.home-student-stat:last-child{border-right:none}.home-student-stat-value{font-size:19px;font-weight:700;color:var(--text-primary);line-height:1}.home-student-stat-value.gold{color:var(--gold)}.home-student-stat-value.green{color:#2e7d32}.home-student-stat-value.blue{color:#1565c0}.home-student-stat-label{font-size:8px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin-top:3px}.home-student-progress{padding:10px 14px 12px;display:flex;flex-direction:column;gap:7px}.home-progress-row{display:flex;flex-direction:column;gap:3px}.home-progress-labels{display:flex;justify-content:space-between;font-size:9px;color:var(--text-muted)}.home-progress-labels span:first-child{font-weight:600;color:var(--text-secondary)}.home-progress-track{height:5px;background:var(--border);border-radius:3px;overflow:hidden}.home-progress-fill-lessons{height:100%;background:linear-gradient(90deg,#2e7d32,#4caf50);border-radius:3px;transition:width .4s ease}.home-progress-fill-attendance{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:3px;transition:width .4s ease}.home-lesson-list{display:none}.home-lesson-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--border-light)}.home-lesson-row:last-child{border-bottom:none}.home-lesson-checkbox{width:20px;height:20px;border-radius:5px;border:1.5px solid var(--border);flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;font-size:11px;color:transparent;font-family:inherit;padding:0;transition:all .15s}.home-lesson-checkbox.checked{background:#2e7d32;border-color:#2e7d32;color:#fff}.home-lesson-subject{font-size:13px;font-weight:600;color:var(--text-primary);flex:1;min-width:0}.home-lesson-text{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.home-lesson-flag{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.home-award-card{background:#22252e;border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin:16px 16px 0}.home-award-label{font-size:15px;font-weight:600;color:#e8c97a}.home-award-sub{font-size:11px;color:#ffffff59;margin-top:2px}.home-actions{display:flex;flex-direction:column;gap:10px;padding:16px 16px 0}.home-action-btn{width:100%;border-radius:10px;padding:13px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s,background .15s}.home-action-btn--primary{background:var(--ink);color:var(--gold-light);border:none}.home-action-btn--primary:hover{background:var(--ink-light)}.home-action-btn--ghost{background:transparent;border:1.5px solid var(--border);color:var(--text-secondary)}.home-action-btn--ghost:hover{border-color:var(--gold);color:var(--gold)}@media (min-width: 400px) and (max-width: 1023px){.home-content{padding:0 0 32px}.home-header-bar{padding:20px 20px 14px}.home-date{font-size:12px}.home-greeting{font-size:26px}.home-students{padding:0 20px;gap:14px}.home-student-card-header{padding:14px 16px 12px}.home-student-name{font-size:17px}.home-student-stats{padding:12px 16px}.home-student-stat-value{font-size:22px}.home-student-stat-label{font-size:9px}.home-award-card{margin:16px 20px 0;padding:16px 18px}.home-actions{padding:16px 20px 0}.home-action-btn{padding:14px;font-size:15px}}@media (min-width: 1024px){.home-header{display:none}.home-content{max-width:none;padding:0 0 32px}.home-header-bar{padding:24px 28px 14px}.home-students{flex-direction:row;gap:16px;padding:0 28px}.home-student-card{flex:1;cursor:default}.home-student-card:hover{transform:none}.home-student-tap-hint{display:none}.home-student-stat-value{font-size:22px}.home-lesson-list{display:block;padding:12px 16px;border-bottom:1px solid var(--border-light)}.home-award-card{margin:16px 28px 0}.home-actions{flex-direction:row;justify-content:center;gap:12px;max-width:520px;margin:16px auto 0;padding:0}.home-action-btn{width:auto;padding:13px 28px}}.home-header{background:#22252e;display:flex;align-items:center;justify-content:space-between;padding:0 14px;height:56px;flex-shrink:0}.home-header-brand{display:flex;align-items:center;gap:10px}.home-header-logo{width:34px;height:34px;border-radius:8px;flex-shrink:0}.home-header-name{font-size:10px;font-weight:700;color:#fff;letter-spacing:.06em;line-height:1.25;text-transform:uppercase}.home-header-accent{color:#e8c97a}.header{position:fixed;top:0;left:0;right:0;background:#22252e;z-index:100}.header-top{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;gap:8px}.header-brand{display:flex;align-items:center;gap:8px;flex-shrink:0}.header-logo{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#c9a84c,#e8c97a);color:#1a1c22;font-size:10px;font-weight:700;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;flex-shrink:0;object-fit:cover}.header-school{display:flex;flex-direction:column;gap:1px}.header-school-line1{font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#ffffffd9;line-height:1}.header-school-accent{color:#e8c97a}.header-school-line2{font-size:11px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#ffffffb8;line-height:1}.header-school-tagline{font-size:10px;font-weight:300;color:#ffffff59;line-height:1}.header-school-version{font-size:9px;font-weight:300;color:#ffffff59;line-height:1}.header-week{display:flex;align-items:center;justify-content:center;gap:2px;padding:8px 16px 12px;border-top:1px solid rgba(255,255,255,.07)}.header-nav-btn{background:none;border:none;color:#ffffffb3;font-size:24px;line-height:1;padding:4px 8px;cursor:pointer;transition:color .15s}.header-nav-btn:hover{color:#fff}.header-week-label{font-size:13px;font-weight:600;color:#ffffffe6;white-space:nowrap;min-width:100px;text-align:center}.header-actions{display:flex;gap:5px;flex-shrink:0}.header-btn{width:32px;height:32px;background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:#ffffffa6;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-size:14px;font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;transition:background .15s,color .15s}.header-btn:hover{background:#ffffff29;color:#ffffffe6}.header-students{height:32px;display:flex;align-items:center;justify-content:center;gap:8px;border-top:1px solid rgba(255,255,255,.07)}.header-student-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:20px;color:#ffffff8c;font-size:12px;font-weight:500;padding:3px 18px;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.header-student-btn--active{background:#ffffff1a;border-color:#ffffff40;color:#e8c97a;font-weight:600}.header-student-btn:hover:not(.header-student-btn--active){background:#ffffff1f;color:#fffc}@media (min-width: 400px) and (max-width: 1023px){.header-top{height:52px}.header-logo{width:38px;height:38px}.header-school-line1{font-size:13px}.header-school-line2{font-size:12px}.header-school-tagline{font-size:11px}.header-btn{width:36px;height:36px;font-size:16px}.header-week{padding:10px 16px 14px}.header-nav-btn{font-size:28px}.header-week-label{font-size:16px}.header-students{height:36px}.header-student-btn{padding:8px 16px;font-size:14px}}@media (min-width: 1024px){.header{display:none}}.day-strip{position:sticky;top:132px;z-index:50;display:flex;gap:3px;background:var(--bg-card);border-radius:12px;padding:5px;margin:0 14px 14px;box-shadow:0 1px 4px #22252e14}.day-strip-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;border-radius:8px;cursor:pointer;padding:6px 4px;font-family:inherit;transition:background .15s;position:relative}.day-strip-tab--active{background:#22252e}.day-strip-name{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);line-height:1}.day-strip-date{font-size:16px;font-weight:500;color:var(--text-primary);line-height:1}.day-strip-tab--active .day-strip-name{color:#ffffff80}.day-strip-tab--active .day-strip-date{color:#fff;font-weight:700}.day-strip-tab--today .day-strip-date{color:var(--gold);font-weight:700;border-bottom:2px solid var(--gold);padding-bottom:1px}.day-strip-tab--active.day-strip-tab--today .day-strip-date{color:var(--gold-light);border-bottom-color:var(--gold-light)}.day-strip-students,.day-strip-full-name{display:none}.day-strip-tab--sick:after{content:"";position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:var(--red)}@media (min-width: 400px) and (max-width: 1023px){.day-strip{top:140px;padding:6px}.day-strip-tab{padding:10px 6px}.day-strip-name{font-size:11px}.day-strip-date{font-size:16px}}.subject-card--allday{background:#22252e;border-radius:13px;padding:14px 16px;cursor:pointer;transition:opacity .15s}.subject-card--allday:hover{opacity:.9}.subject-card-allday-label{display:block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:4px}.subject-card-allday-name{font-size:16px;font-weight:600;color:#e8c97a;margin:0;line-height:1.3}.subject-card-allday-note{font-size:13px;color:#ffffff8c;margin:6px 0 0;line-height:1.45}.subject-card{display:flex;align-items:flex-start;gap:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:13px;padding:12px 14px;cursor:pointer;box-shadow:0 1px 4px #22252e12,0 2px 8px #22252e0a;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s,opacity .2s}.subject-card:hover{border-color:var(--gold-light);box-shadow:0 4px 16px #22252e1a;transform:translateY(-1px)}.subject-card--done{background:var(--bg-surface);opacity:.75}.subject-card--done .subject-card-lesson{text-decoration:line-through;color:var(--text-muted)}.subject-card--flag{border-color:var(--red);background:#fdf8f7}[data-mode=dark] .subject-card--flag{background:#e0525214}.subject-card-checkbox{width:36px;height:36px;flex-shrink:0;border-radius:10px;border:2px solid var(--border);background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.subject-card-checkbox:hover{border-color:var(--gold)}.subject-card-checkbox--done{background:var(--gold);border-color:var(--gold)}.subject-card-checkbox--done:hover{background:var(--gold-light);border-color:var(--gold-light)}.subject-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.subject-card-top{display:flex;align-items:center;gap:8px}.subject-card-name{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-primary)}.subject-card-note-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid var(--border);background:transparent;flex-shrink:0;transition:background .15s,border-color .15s}.subject-card-note-dot--active{background:var(--gold);border-color:var(--gold)}.subject-card-lesson{font-size:14px;color:var(--text-primary);line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin:0}.subject-card-empty{font-size:12px;font-weight:300;color:var(--text-muted)}.subject-card-hint{font-size:11px;font-weight:300;color:var(--text-muted);margin-top:4px}.subject-card-flag-btn{width:28px;height:28px;flex-shrink:0;background:none;border:1px solid transparent;border-radius:7px;font-size:15px;color:var(--text-muted);cursor:pointer;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s,color .15s}.subject-card-flag-btn--active{background:var(--red-lt);border-color:#f5cfc6;color:var(--red)}.subject-card-flag-btn:hover:not(.subject-card-flag-btn--active){color:var(--text-secondary)}[data-mode=dark] .subject-card-flag-btn--active{border-color:#e0525266}@media (min-width: 400px) and (max-width: 1023px){.subject-card{padding:18px 16px;gap:14px}.subject-card-checkbox{width:40px;height:40px}.subject-card-flag-btn{width:32px;height:32px;font-size:17px}.subject-card-name{font-size:12px}.subject-card-lesson{font-size:15px}.subject-card-hint,.subject-card-empty{font-size:13px}.subject-card-allday-name{font-size:17px}.subject-card-allday-note{font-size:14px}}.edit-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-end;justify-content:center}.edit-sheet{width:100%;max-width:100%;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:edit-sheet-up .25s ease}@keyframes edit-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.edit-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0}.edit-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:var(--ink)}.edit-sheet-title{font-size:15px;font-weight:600;color:#fff}.edit-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.edit-sheet-close:hover{background:#ffffff38;color:#fff}.edit-sheet-body{padding:16px 20px;display:flex;flex-direction:column;gap:8px}.edit-sheet-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.edit-sheet-textarea{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--text-primary);resize:vertical;line-height:1.45;transition:border-color .15s}.edit-sheet-textarea:focus{outline:none;border-color:var(--gold)}.edit-sheet-toggles{display:flex;gap:10px;margin-top:4px}.edit-sheet-toggle{flex:1;background:var(--bg-card);border:1.5px solid var(--border);border-radius:10px;padding:10px;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.edit-sheet-toggle--done{background:var(--gold-pale);border-color:var(--gold);color:#8a6a20;font-weight:600}[data-mode=dark] .edit-sheet-toggle--done{color:var(--gold-light)}.edit-sheet-toggle--flag{background:var(--red-lt);border-color:var(--red);color:var(--red);font-weight:600}.edit-sheet-delete{width:100%;background:none;border:none;border-radius:8px;padding:8px 16px;margin-top:20px;font-size:13px;font-weight:500;color:var(--red);cursor:pointer;font-family:inherit;text-align:center;transition:background .15s,color .15s}.edit-sheet-delete--confirm{background:var(--red);color:#fff;font-weight:600}.edit-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;background:var(--bg-card);border-top:1px solid var(--border)}.edit-sheet-cancel{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.edit-sheet-cancel:hover{border-color:var(--gold);color:var(--gold)}.edit-sheet-save{flex:2;background:var(--ink);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:var(--gold-light);cursor:pointer;font-family:inherit;transition:background .15s}.edit-sheet-save:hover{background:var(--ink-light)}@media (min-width: 400px) and (max-width: 1023px){.edit-sheet-title{font-size:17px}.edit-sheet-body{padding:24px 20px;gap:10px}.edit-sheet-label{font-size:13px}.edit-sheet-textarea{font-size:16px;padding:12px 14px}.edit-sheet-toggle{padding:12px;font-size:14px}.edit-sheet-delete{font-size:14px;padding:10px 16px}.edit-sheet-footer{padding:14px 20px 18px}.edit-sheet-cancel,.edit-sheet-save{padding:14px;font-size:15px}}.debug-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:flex-end;justify-content:center}.debug-sheet{width:100%;max-width:100%;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:debug-sheet-up .2s ease;max-height:70vh;display:flex;flex-direction:column}@keyframes debug-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.debug-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.debug-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:var(--ink);flex-shrink:0}.debug-sheet-title{font-size:13px;font-weight:600;color:#ffffffa6}.debug-sheet-header-actions{display:flex;align-items:center;gap:8px}.debug-sheet-copy{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;color:#ffffffb3;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.debug-sheet-copy:hover{background:#ffffff2e;color:#fff}.debug-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.debug-sheet-close:hover{background:#ffffff38;color:#fff}.debug-sheet-body{overflow-y:auto;padding:12px 16px;flex:1}.debug-sheet-entry{font-size:11px;font-family:Courier New,monospace;color:var(--text-secondary);line-height:1.6;word-break:break-all;white-space:pre-wrap}.debug-sheet-empty{font-size:13px;color:var(--text-muted);font-style:italic}.idp-wrap{display:flex;flex-direction:column;gap:8px}.idp-title{font-size:15px;font-weight:700;color:var(--text-primary);margin:0}.idp-meta{font-size:13px;color:var(--text-muted);margin:0}.idp-list{display:flex;flex-direction:column;gap:6px;max-height:252px;overflow-y:auto}.idp-day{margin-bottom:4px}.idp-day-header{font-size:13px;font-weight:600;color:var(--gold);padding:2px 0 4px}.idp-row{display:flex;align-items:center;gap:8px;padding:4px 0 4px 12px;font-size:13px}.idp-row--muted{opacity:.5}.idp-badge{font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 6px;border-radius:4px;flex-shrink:0}.idp-badge--new{background:#e8f5e9;color:#2e7d32}.idp-badge--changed{background:#c9a84c26;color:#c9a84c}.idp-badge--unchanged{background:var(--bg-surface);color:var(--text-muted)}.idp-subject{font-weight:600;color:var(--text-primary);flex-shrink:0}.idp-lesson{color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.idp-hidden{font-size:11px;color:var(--text-muted);font-style:italic;margin:4px 0 0}.idp-footer{font-size:12px;color:var(--text-muted);margin:4px 0 0}.idp-actions{display:flex;gap:8px;margin-top:8px}.idp-cancel{flex:1;background:transparent;border:1px solid var(--border);border-radius:10px;padding:10px;font-size:13px;font-weight:500;color:var(--text-secondary);font-family:inherit;cursor:pointer}.idp-cancel:hover{border-color:var(--gold);color:var(--gold)}.idp-confirm{flex:2;background:var(--gold);border:none;border-radius:10px;padding:10px;font-size:13px;font-weight:600;color:#fff;font-family:inherit;cursor:pointer;transition:background .15s,opacity .15s}.idp-confirm:hover:not(:disabled){background:var(--gold-light)}.idp-confirm:disabled{opacity:.4;cursor:default}.upload-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-end;justify-content:center}.upload-sheet{width:100%;max-width:100%;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:upload-sheet-up .25s ease}@keyframes upload-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.upload-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0}.upload-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:var(--ink)}.upload-sheet-title{font-size:15px;font-weight:600;color:#fff}.upload-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.upload-sheet-close:hover{background:#ffffff38;color:#fff}.upload-sheet-body{padding:16px 20px;display:flex;flex-direction:column;gap:12px;min-height:80px}.upload-sheet-file-zone{display:flex;align-items:center;justify-content:center;min-height:72px;background:var(--bg-card);border:1px dashed var(--border);border-radius:12px;cursor:pointer;transition:border-color .2s}.upload-sheet-file-zone:hover:not(.upload-sheet-file-zone--disabled){border-color:var(--gold)}.upload-sheet-file-zone--disabled{opacity:.5;cursor:default}.upload-sheet-file-input{position:absolute;width:1px;height:1px;opacity:0}.upload-sheet-file-hint{font-size:14px;color:var(--text-muted)}.upload-sheet-filename{font-size:14px;font-weight:500;color:var(--text-primary);text-align:center;padding:0 16px;word-break:break-all}.upload-sheet-wipe-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);cursor:pointer}.upload-sheet-wipe-check{width:16px;height:16px;accent-color:var(--gold);flex-shrink:0;cursor:pointer}.upload-sheet-spinner-row{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-secondary)}.upload-sheet-spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.upload-sheet-error{font-size:13px;color:var(--red);background:var(--red-lt);border:1px solid #f5cfc6;border-radius:8px;padding:10px 12px}.upload-sheet-success{font-size:15px;font-weight:600;color:var(--text-primary);background:var(--gold-pale);border:1px solid rgba(201,168,76,.25);border-radius:10px;padding:14px 16px;text-align:center}.upload-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;background:var(--bg-card);border-top:1px solid var(--border)}.upload-sheet-cancel{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.upload-sheet-cancel:hover{border-color:var(--gold);color:var(--gold)}.upload-sheet-import-btn,.upload-sheet-apply-btn{flex:2;background:var(--ink);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:var(--gold-light);cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.upload-sheet-import-btn:hover:not(:disabled),.upload-sheet-apply-btn:hover{background:var(--ink-light)}.upload-sheet-import-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.upload-sheet-title{font-size:18px}.upload-sheet-body{padding:24px 20px;gap:14px}.upload-sheet-file-hint,.upload-sheet-filename{font-size:15px}.upload-sheet-wipe-row{font-size:14px}.upload-sheet-spinner-row{font-size:15px}.upload-sheet-error{font-size:14px;padding:12px 14px}.upload-sheet-success{font-size:16px;padding:16px}.upload-sheet-footer{padding:14px 20px 18px}.upload-sheet-cancel,.upload-sheet-import-btn,.upload-sheet-apply-btn{padding:14px;font-size:15px}}.upload-sheet-result-meta{font-size:14px;font-weight:600;color:var(--text-primary)}.upload-sheet-divider{height:1px;background:var(--border-light)}.upload-sheet-lesson-list{display:flex;flex-direction:column;max-height:192px;overflow-y:auto}.upload-sheet-day-group{margin-bottom:10px}.upload-sheet-day-group:last-child{margin-bottom:0}.upload-sheet-day-header{font-size:13px;font-weight:600;color:var(--gold);padding:2px 0 4px}.upload-sheet-lesson-row{display:flex;align-items:baseline;gap:8px;padding:3px 0 3px 12px;font-size:13px}.upload-sheet-lesson-subject{color:var(--text-primary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-sheet-lesson-num{font-size:12px;color:var(--text-muted);flex-shrink:0}.upload-sheet-result-footer{font-size:12px;color:var(--text-muted)}.upload-sheet-log-btn{background:none;border:none;font-size:12px;color:var(--text-muted);cursor:pointer;font-family:inherit;text-align:left;padding:0;text-decoration:underline;text-underline-offset:2px}.upload-sheet-log-btn:hover{color:var(--text-secondary)}@media (min-width: 400px) and (max-width: 1023px){.upload-sheet-result-meta{font-size:15px}.upload-sheet-day-header,.upload-sheet-lesson-row{font-size:14px}.upload-sheet-lesson-num,.upload-sheet-result-footer{font-size:13px}}.add-sheet-custom{display:flex;gap:8px}.add-sheet-input{flex:1;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--text-primary);transition:border-color .15s}.add-sheet-input::placeholder{color:var(--text-muted)}.add-sheet-input:focus{outline:none;border-color:var(--gold)}.add-sheet-add-btn{background:var(--ink);border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;color:var(--gold-light);cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s;white-space:nowrap}.add-sheet-add-btn:hover:not(:disabled){background:var(--ink-light)}.add-sheet-add-btn:disabled{opacity:.4;cursor:default}.add-sheet-allday{display:flex;flex-direction:column;gap:8px}.add-sheet-allday-btn{width:100%;background:#22252e;border:none;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:600;color:#e8c97a;cursor:pointer;font-family:inherit;text-align:left;transition:opacity .15s}.add-sheet-allday-btn:hover{opacity:.85}.add-sheet-allday-btn--edit{color:#ffffffb3;font-weight:500}.add-sheet-allday-form{display:flex;flex-direction:column;gap:8px}.add-sheet-divider{height:1px;background:var(--border)}.add-sheet-section-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.add-sheet-presets{display:flex;flex-wrap:wrap;gap:8px}.add-sheet-preset-btn{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:7px 16px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.add-sheet-preset-btn:hover{background:var(--gold-pale);border-color:var(--gold);color:var(--gold)}.add-sheet-preset-btn--active{background:#22252e;border-color:#22252e;color:#e8c97a}.add-sheet-preset-btn--active:hover{background:#22252e;border-color:#22252e;color:#e8c97a;opacity:.9}.add-sheet-row-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.add-sheet-row-actions{display:flex;gap:12px}.add-sheet-link-btn{background:none;border:none;padding:0;font-family:inherit;font-size:12px;font-weight:500;color:var(--gold);cursor:pointer;transition:color .15s}.add-sheet-link-btn:hover{color:var(--gold-light)}.add-sheet-student-pills{display:flex;flex-wrap:wrap;gap:8px}.add-sheet-student-pill{display:flex;align-items:center;gap:6px;background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;padding:7px 14px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.add-sheet-student-pill--active{background:#22252e;border-color:#22252e;color:#e8c97a}.add-sheet-student-emoji{font-size:15px;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif}.add-sheet-summary{font-size:13px;color:var(--text-secondary);line-height:1.45;margin:4px 0 0}.add-sheet-summary strong{color:var(--text-primary);font-weight:600}@media (min-width: 400px) and (max-width: 1023px){.add-sheet-input{font-size:16px;padding:12px 14px}.add-sheet-add-btn{padding:12px 20px;font-size:15px}.add-sheet-section-label{font-size:11px}.add-sheet-preset-btn{padding:8px 14px;font-size:13px}.add-sheet-student-pill{padding:8px 16px;font-size:14px}.add-sheet-summary{font-size:14px}.add-sheet-allday-btn{padding:14px 18px;font-size:15px}}.add-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-end;justify-content:center}.add-sheet{width:100%;max-width:100%;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:add-sheet-up .25s ease;max-height:80vh;display:flex;flex-direction:column}@keyframes add-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.add-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.add-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:var(--ink);flex-shrink:0}.add-sheet-title{font-size:15px;font-weight:600;color:#fff}.add-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.add-sheet-close:hover{background:#ffffff38;color:#fff}.add-sheet-body{padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.add-sheet-confirm-btn{width:100%;background:var(--ink);border:none;border-radius:10px;padding:13px;font-size:14px;font-weight:600;color:var(--gold-light);cursor:pointer;font-family:inherit;margin-top:4px;transition:background .15s,opacity .15s}.add-sheet-confirm-btn:hover:not(:disabled){background:var(--ink-light)}.add-sheet-confirm-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.add-sheet-title{font-size:17px}.add-sheet-body{padding:20px;gap:16px}.add-sheet-confirm-btn{padding:14px;font-size:15px}}.add-sheet-day-pills{display:flex;gap:6px}.add-sheet-day-pill{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;padding:8px 4px;font-family:inherit;color:var(--text-secondary);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.add-sheet-day-pill--active{background:#22252e;border-color:#22252e;color:#e8c97a}.add-sheet-day-short{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.add-sheet-day-date{font-size:15px;font-weight:600}.add-sheet-details{display:flex;flex-direction:column}.add-sheet-detail-block{margin-bottom:10px}.add-sheet-detail-block:last-child{margin-bottom:0}.add-sheet-detail-label{display:block;font-size:10px;font-weight:600;color:var(--gold);margin-bottom:4px}.add-sheet-detail-input{width:100%;background:var(--bg-surface);border:1px solid var(--border);border-radius:7px;padding:7px 10px;font-size:13px;font-family:inherit;color:var(--text-primary);transition:border-color .15s}.add-sheet-detail-input:focus{outline:none;border-color:var(--gold)}@media (min-width: 400px) and (max-width: 1023px){.add-sheet-day-pill{padding:10px 6px}.add-sheet-day-short{font-size:11px}.add-sheet-day-date,.add-sheet-detail-input{font-size:16px}}.month-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-end;justify-content:center}.month-sheet{width:100%;max-width:100%;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:month-sheet-up .25s ease}@keyframes month-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.month-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0}.month-sheet-header{display:flex;align-items:center;padding:12px 16px 14px;background:var(--ink);gap:4px}.month-sheet-title{flex:1;text-align:center;font-size:15px;font-weight:600;color:#fff}.month-sheet-nav{background:#ffffff14;border:none;font-size:22px;line-height:1;color:#fffc;cursor:pointer;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,color .15s}.month-sheet-nav:hover{background:#ffffff29;color:#fff}.month-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin-left:4px;transition:background .15s}.month-sheet-close:hover{background:#ffffff38;color:#fff}.month-sheet-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;padding:8px 12px 20px}.month-sheet-dow{text-align:center;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--text-muted);padding:4px 0 6px}.month-sheet-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:400;font-family:inherit;color:var(--text-primary);background:none;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.month-sheet-cell:hover:not(:disabled){background:var(--bg-surface)}.month-sheet-cell--empty{visibility:hidden;pointer-events:none}.month-sheet-cell--weekend{color:var(--text-muted);opacity:.45;cursor:default}.month-sheet-cell--week{background:var(--gold-pale);color:var(--gold);font-weight:500}.month-sheet-cell--today{outline:2px solid var(--gold);outline-offset:-2px;font-weight:600}.sick-day-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-end;justify-content:center}.sick-day-sheet{width:100%;max-width:100%;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:sick-day-up .25s ease}@keyframes sick-day-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sick-day-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0}.sick-day-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:var(--ink)}.sick-day-title{font-size:15px;font-weight:600;color:#fff}.sick-day-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.sick-day-close:hover{background:#ffffff38;color:#fff}.sick-day-pills{display:none}@media (min-width: 1024px){.sick-day-pills{display:flex;gap:6px;padding:10px 16px 4px;background:var(--bg-base)}.sick-day-pill{flex:1;background:var(--bg-card);border:1.5px solid var(--border);border-radius:10px;padding:8px 4px;font-family:inherit;font-size:13px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.sick-day-pill:hover{border-color:var(--gold-light);color:var(--text-primary)}.sick-day-pill--active,.sick-day-pill--active:hover{background:var(--ink);border-color:var(--ink);color:var(--gold-light)}}.sick-day-list{display:flex;flex-direction:column;padding:8px 12px 4px;max-height:48vh;overflow-y:auto;gap:0}.sick-day-loading{font-size:13px;color:var(--text-muted);padding:16px 8px;text-align:center}.sick-day-group{margin-bottom:8px}.sick-day-group:last-child{margin-bottom:0}.sick-day-group-header{font-size:12px;font-weight:600;color:var(--gold);padding:4px 4px 6px;display:flex;align-items:center;gap:6px}.sick-day-group-tag{font-size:10px;font-weight:500;color:var(--red);background:var(--red-lt);border-radius:4px;padding:1px 5px;letter-spacing:.03em}.sick-day-item{display:flex;align-items:center;gap:10px;background:none;border:1px solid transparent;border-radius:10px;padding:10px 12px;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s,border-color .15s;width:100%}.sick-day-item:hover{background:var(--bg-card-hover)}.sick-day-item--checked{background:var(--gold-pale);border-color:#c9a84c40}.sick-day-check{width:18px;height:18px;border:1.5px solid var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--gold);flex-shrink:0;background:var(--bg-card);transition:border-color .15s}.sick-day-item--checked .sick-day-check{border-color:var(--gold);background:var(--gold-pale)}.sick-day-subject{font-size:14px;font-weight:500;color:var(--text-primary);flex:1}.sick-day-lesson{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.sick-day-friday-warning{font-size:12px;color:var(--red);padding:6px 20px 0}.sick-day-footer{display:flex;gap:10px;padding:12px 20px 16px;background:var(--bg-card);border-top:1px solid var(--border)}.sick-day-cancel{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.sick-day-cancel:hover{border-color:var(--gold);color:var(--gold)}.sick-day-confirm{flex:2;background:var(--ink);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:var(--gold-light);cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.sick-day-confirm:hover:not(:disabled){background:var(--ink-light)}.sick-day-confirm:disabled{opacity:.4;cursor:default}.cwv-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 28px 8px}.cwv-nav{display:flex;align-items:center;gap:8px}.cwv-today-btn{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:5px 12px;font-size:12px;font-weight:600;color:var(--text-secondary);font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s}.cwv-today-btn:hover{border-color:var(--gold);color:var(--gold)}.cwv-chevron{background:none;border:none;font-size:20px;color:var(--gold);cursor:pointer;padding:2px 6px;font-family:inherit;transition:color .15s}.cwv-chevron:hover{color:var(--gold-light)}.cwv-week-label{font-size:15px;font-weight:600;color:var(--text-primary)}.cwv-add-btn{background:var(--gold);border:none;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;color:#fff;font-family:inherit;cursor:pointer;transition:background .15s}.cwv-add-btn:hover{background:var(--gold-light)}.cwv-grid{display:grid;grid-template-columns:repeat(5,1fr);margin:0 28px 100px;border-radius:10px;overflow:hidden;border:.5px solid var(--border);background:var(--bg-surface)}.cwv-col{border-right:.5px solid var(--border);display:flex;flex-direction:column;min-height:300px}.cwv-col:last-child{border-right:none}.cwv-col-header{text-align:center;padding:8px 4px 6px;border-bottom:.5px solid var(--border);background:var(--bg-card)}.cwv-day-name{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.cwv-day-num{font-size:16px;font-weight:700;color:var(--text-primary);margin-top:1px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%}.cwv-day-num.today{background:#c9a84c;color:#fff}.cwv-col-body{flex:1;padding:6px 5px 4px;display:flex;flex-direction:column;gap:4px}.cwv-allday{background:#22252e;border-radius:8px;padding:7px 9px}.cwv-allday-tag{font-size:8px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff59}.cwv-allday-name{font-size:12px;font-weight:600;color:#e8c97a;margin-top:1px}.cwv-card{background:var(--bg-card);border:.5px solid var(--border);border-radius:8px;padding:9px 10px;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.cwv-card:hover{border-color:var(--gold-light);box-shadow:0 2px 8px #c9a84c1a}.cwv-card.done{opacity:.55;cursor:default}.cwv-card.error{border:1.5px solid var(--red);transition:border-color .3s}.cwv-card-top{display:flex;align-items:center;gap:5px}.cwv-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cwv-subject{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cwv-status{width:16px;height:16px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:9px}.cwv-status.done{background:var(--gold);color:#fff}.cwv-status.undone{border:1.5px solid var(--border);background:transparent}.cwv-lesson{font-size:13px;color:var(--text-primary);margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.cwv-card.done .cwv-lesson{text-decoration:line-through}.cwv-note{font-size:11px;color:var(--text-secondary);font-style:italic;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cwv-col-add{background:transparent;border:1px dashed var(--border);border-radius:8px;padding:6px;font-size:11px;color:var(--text-muted);font-family:inherit;cursor:pointer;margin-top:auto;transition:border-color .15s,color .15s}.cwv-col-add:hover{border-color:var(--gold);color:var(--gold)}@media (min-width: 1024px){.cwv-active .planner-week-nav-desktop,.cwv-active .planner-day-header,.cwv-active .day-strip,.cwv-active .planner-main,.cwv-active .planner-sick-banner{display:none}}.undo-sick-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;display:flex;align-items:flex-end;justify-content:center}.undo-sick-sheet{width:100%;max-width:100%;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:undo-sick-up .25s ease}@keyframes undo-sick-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.undo-sick-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0}.undo-sick-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:var(--ink)}.undo-sick-title{font-size:15px;font-weight:600;color:#fff}.undo-sick-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.undo-sick-close:hover{background:#ffffff38;color:#fff}.undo-sick-body{padding:20px 20px 8px}.undo-sick-msg{font-size:14px;color:var(--text-secondary);line-height:1.55;margin:0}.undo-sick-footer{display:flex;gap:10px;padding:12px 20px 16px;background:var(--bg-card);border-top:1px solid var(--border)}.undo-sick-cancel{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.undo-sick-cancel:hover{border-color:var(--gold);color:var(--gold)}.undo-sick-confirm{flex:2;background:var(--red);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:opacity .15s}.undo-sick-confirm:hover{opacity:.85}.planner{min-height:100vh}.planner-body{margin-top:132px}.planner-main{padding:16px 20px 146px}.planner-sick-banner{margin:0 14px 8px;padding:6px 14px;background:var(--red-lt);color:var(--red);border-radius:8px;font-size:12px;font-weight:600;text-align:center}.planner-subjects{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-bottom:16px}.planner-empty{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:48px;margin-bottom:24px}.planner-empty-icon{font-size:2.2rem;margin-bottom:12px}.planner-empty-title{font-size:15px;font-weight:500;color:var(--text-secondary);margin:0}.planner-empty-subtitle{font-size:13px;font-weight:300;color:var(--text-muted);margin-top:6px;margin-bottom:20px}.planner-empty-import-btn{width:100%;background:var(--ink);color:var(--gold-light);border:none;border-radius:10px;padding:11px 20px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;margin-bottom:10px;transition:background .15s}.planner-empty-import-btn:hover{background:var(--ink-light)}.planner-empty-add-btn{width:100%;background:transparent;border:1.5px solid var(--border);color:var(--text-secondary);border-radius:10px;padding:11px 20px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s}.planner-empty-add-btn:hover{border-color:var(--gold);color:var(--gold)}.planner-day-header,.planner-week-nav-desktop{display:none}.planner-show-subjects-btn{width:100%;background:transparent;border:none;color:var(--gold);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;padding:8px 0 4px;text-align:center;transition:color .15s}.planner-show-subjects-btn:hover{color:var(--gold-light)}.planner-add-btn{width:100%;background:transparent;border:1px dashed var(--border);border-radius:10px;padding:14px;color:var(--text-muted);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.planner-add-btn:hover{border-color:var(--gold);color:var(--gold)}.planner-action-bar{position:fixed;bottom:56px;left:0;right:0;background:var(--bg-card);border-top:1px solid var(--border);box-shadow:0 -2px 12px #22252e12;display:flex;gap:8px;padding:10px 14px;z-index:40}.planner-action-btn{flex:1;border-radius:10px;padding:11px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s,background .15s}.planner-action-btn--sick{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border)}.planner-action-btn--clear{background:var(--red-lt);color:var(--red);border:1px solid #f5cfc6}.planner-action-btn--import{background:var(--ink);color:var(--gold-light);border:none}.planner-action-btn--import:hover{background:var(--ink-light)}.planner-action-btn--undo{background:var(--red-lt);color:var(--red);border:1px solid #f5cfc6}@media (min-width: 400px) and (max-width: 1023px){.planner-body{margin-top:140px}.planner-main{padding:16px 20px 170px}.planner-subjects{gap:14px}.planner-day-title{font-size:26px}.planner-day-subtitle{font-size:14px}.planner-action-bar{bottom:68px;padding:12px 16px}.planner-action-btn{padding:12px 20px;font-size:14px}}@media (min-width: 1024px){.planner-body{margin-top:0;max-width:none}.planner-main{padding:24px 28px 100px}.planner-subjects{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:14px}.planner-action-btn{flex:0 0 auto;padding:11px 20px}.planner-action-btn--import{margin-left:auto}.planner-day-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.planner-day-title{font-size:22px;font-weight:600;color:var(--text-primary);margin:0 0 4px;line-height:1.1}.planner-day-subtitle{font-size:13px;color:var(--text-muted);font-weight:400;margin:0}.planner-day-add-btn{display:none}.planner-week-nav-desktop{display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 28px 0;font-size:15px;font-weight:600;color:var(--text-primary)}.planner-week-nav-btn{background:none;border:none;font-size:18px;color:var(--gold);cursor:pointer;padding:4px 8px;font-family:inherit;line-height:1;transition:color .15s}.planner-week-nav-btn:hover{color:var(--gold-light)}}.rh-header{position:fixed;top:0;left:0;right:0;background:#22252e;z-index:100}.rh-top{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.rh-back-btn{width:36px;height:36px;background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:8px;color:#ffffffbf;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.rh-back-btn:hover{background:#ffffff29;color:#fff}.rh-back-spacer{width:36px;flex-shrink:0}.rh-brand{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.rh-logo{width:34px;height:34px;border-radius:8px;object-fit:cover;flex-shrink:0}.rh-school{display:flex;flex-direction:column;gap:1px}.rh-school-line1{font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#ffffffd9;line-height:1}.rh-school-accent{color:#e8c97a}.rh-school-line2{font-size:11px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:#ffffffb8;line-height:1}.rh-school-tagline{font-size:10px;font-weight:300;color:#ffffff59;line-height:1}.rh-school-version{font-size:9px;font-weight:300;color:#ffffff59;line-height:1}@media (min-width: 400px) and (max-width: 1023px){.rh-top{height:64px}.rh-back-btn{width:40px;height:40px;font-size:20px}.rh-back-spacer{width:40px}.rh-logo{width:38px;height:38px}.rh-school-line1{font-size:13px}.rh-school-line2{font-size:12px}.rh-school-tagline{font-size:11px}}@media (min-width: 1024px){.rh-header{display:none}}.sc-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;box-shadow:0 1px 4px #0000000f;overflow:hidden}.sc-gold-bar{height:3px;background:linear-gradient(90deg,#c9a84c,#e8c97a)}.sc-identity{display:flex;align-items:center;gap:14px;padding:18px 20px 0}.sc-avatar{font-size:40px;width:56px;height:56px;border-radius:14px;background:var(--bg-surface);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-name-block{display:flex;flex-direction:column;gap:2px}.sc-name{font-size:20px;font-weight:700;color:var(--text-primary);line-height:1}.sc-cash{font-size:13px;font-weight:500;color:#2a9d4a}.sc-points-block{text-align:center;padding:18px 20px 4px}.sc-points{display:block;font-size:56px;font-weight:700;color:var(--text-primary);line-height:1}.sc-points-label{font-size:12px;color:var(--text-muted);margin-top:6px}.sc-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px 20px 20px}.sc-btn{padding:11px 0;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s}.sc-btn:hover{opacity:.85}.sc-btn--award{background:#22252e;color:#e8c97a;border:none}.sc-btn--deduct{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border)}.sc-btn--spend{background:var(--red-lt);color:var(--red);border:1px solid var(--red)}.sc-btn--log{background:var(--gold-pale);color:var(--gold);border:1px solid var(--gold)}.action-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:200;display:flex;align-items:flex-end}.action-sheet{background:var(--bg-card);border-radius:20px 20px 0 0;width:100%;max-width:100%;padding-bottom:max(20px,env(safe-area-inset-bottom));animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.action-sheet-handle{width:36px;height:4px;background:var(--border);border-radius:2px;margin:12px auto 0}.action-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 0}.action-sheet-title{font-size:16px;font-weight:600;color:var(--text-primary)}.action-sheet-close{background:none;border:none;color:var(--text-muted);font-size:18px;cursor:pointer;padding:4px;line-height:1}.action-sheet-body{padding:16px 20px;display:flex;flex-direction:column;gap:14px}.action-stepper{display:flex;align-items:center;justify-content:center;gap:20px}.action-stepper-btn{width:44px;height:44px;border-radius:12px;background:var(--bg-surface);border:1px solid var(--border);color:var(--text-primary);font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.action-stepper-btn:hover{background:var(--bg-card-hover)}.action-stepper-btn:disabled{opacity:.35;cursor:default}.action-stepper-value{font-size:40px;font-weight:700;color:var(--text-primary);min-width:72px;text-align:center}.action-quick-picks{display:flex;gap:8px;justify-content:center}.action-quick-btn{flex:1;padding:7px 0;border-radius:8px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-secondary);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.action-quick-btn--active{background:var(--gold-pale);border-color:var(--gold);color:var(--gold)}.action-balance{font-size:13px;color:var(--text-muted);text-align:center}.action-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--bg-surface);color:var(--text-primary);font-family:inherit;font-size:14px;resize:none;outline:none;transition:border-color .15s}.action-input:focus{border-color:var(--gold)}.action-input::placeholder{color:var(--text-muted)}.action-sheet-footer{display:flex;gap:10px;padding:0 20px}.action-cancel-btn{flex:1;padding:12px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--text-secondary);font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.action-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.action-confirm-btn{flex:2;padding:12px;border-radius:10px;border:none;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s}.action-confirm-btn:disabled{opacity:.4;cursor:default}.action-confirm-btn--award{background:var(--gold);color:#fff}.action-confirm-btn--deduct{background:#c97c2a;color:#fff}.action-confirm-btn--spend{background:var(--red);color:#fff}@media (min-width: 400px) and (max-width: 1023px){.action-sheet-title{font-size:18px}.action-sheet-body{padding:24px 20px;gap:16px}.action-stepper{gap:24px}.action-stepper-btn{width:48px;height:48px;font-size:24px}.action-stepper-value{font-size:44px;min-width:80px}.action-quick-btn{padding:10px 16px;font-size:14px}.action-balance{font-size:14px}.action-input{font-size:16px;padding:12px 14px}.action-sheet-footer{padding:0 20px}.action-cancel-btn{padding:14px;font-size:15px}.action-confirm-btn{padding:16px;font-size:16px}}.log-page{min-height:100vh;background:var(--bg-base)}.log-body{margin-top:56px;padding:20px 16px}.log-student-bar{display:flex;align-items:center;gap:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:14px 16px;margin-bottom:16px;box-shadow:0 1px 4px #0000000f}.log-avatar{font-size:32px;line-height:1}.log-student-info{display:flex;flex-direction:column;gap:2px}.log-student-name{font-size:16px;font-weight:700;color:var(--text-primary)}.log-student-balance{font-size:13px;color:var(--text-muted)}.log-empty{text-align:center;padding:60px 0}.log-empty-icon{font-size:40px;margin-bottom:12px}.log-empty-text{font-size:15px;color:var(--text-muted)}.log-list{list-style:none;display:flex;flex-direction:column;gap:8px}.log-entry{display:flex;align-items:flex-start;gap:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:12px 14px;box-shadow:0 1px 3px #0000000d}.log-entry-icon{font-size:20px;flex-shrink:0;margin-top:1px}.log-entry-body{flex:1;min-width:0}.log-entry-note{font-size:14px;font-weight:500;color:var(--text-primary);word-break:break-word}.log-entry-note--empty{color:var(--text-muted);font-style:italic;font-weight:400}.log-entry-date{font-size:11px;color:var(--text-muted);margin-top:3px}.log-entry-pts{font-size:15px;font-weight:700;flex-shrink:0;margin-top:1px}.log-entry-pts--award{color:#2a9d4a}.log-entry-pts--deduct{color:#c97c2a}.log-entry-pts--spend{color:var(--red)}@media (min-width: 400px) and (max-width: 1023px){.log-body{padding:24px 20px}.log-student-bar{padding:16px 18px}.log-avatar{font-size:36px}.log-student-name{font-size:18px}.log-student-balance{font-size:14px}.log-list{gap:10px}.log-entry{padding:14px 16px}.log-entry-icon{font-size:22px}.log-entry-note{font-size:15px}.log-entry-date{font-size:13px}.log-entry-pts{font-size:16px}}.rl-page{min-height:100vh;background:var(--bg-base)}.rl-body{margin-top:56px;padding:20px 16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}@media (min-width: 400px) and (max-width: 1023px){.rl-body{padding:24px 20px}.sc-identity{padding:22px 22px 0;gap:16px}.sc-avatar{font-size:44px;width:60px;height:60px}.sc-name{font-size:22px}.sc-cash{font-size:14px}.sc-points-block{padding:22px 22px 4px}.sc-points{font-size:60px}.sc-points-label{font-size:13px}.sc-actions{padding:18px 22px 22px;gap:10px}.sc-btn{padding:14px 0;font-size:14px}}@media (min-width: 1024px){.rl-body{margin-top:0;max-width:none;padding:24px 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}}.cc-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.cc-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:cc-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes cc-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cc-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.cc-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.cc-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.cc-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.cc-sheet-close:hover{background:#ffffff38;color:#fff}.cc-sheet-body{padding:16px 20px;overflow-y:auto;flex:1}.cc-section-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.cc-section-row .cc-section-label{margin-bottom:0;flex:1}.cc-import-btn{background:transparent;border:1px solid var(--gold);border-radius:8px;padding:5px 10px;font-size:11px;font-weight:600;color:var(--gold);cursor:pointer;font-family:inherit;flex-shrink:0;transition:background .15s}.cc-import-btn:hover{background:var(--gold-pale)}.cc-section-label{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 12px}.cc-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.cc-loading,.cc-empty{font-size:14px;color:var(--text-muted);padding:20px 0;text-align:center;margin:0}.cc-error{font-size:13px;color:var(--red);text-align:center;padding:16px;margin:0}.cc-course-list{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.cc-course-row{display:flex;align-items:center;gap:12px;width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.cc-course-row:hover{background:var(--bg-card-hover);border-color:var(--gold-light)}.cc-course-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cc-course-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cc-course-name{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-course-curriculum{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-course-badge{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:10px;padding:3px 8px;flex-shrink:0}.cc-course-badge--letter{color:var(--gold);background:var(--gold-pale)}.cc-course-badge--esnu{color:#1565c0;background:#1565c01a}[data-mode=dark] .cc-course-badge--esnu{color:#82b1ff;background:#82b1ff1f}.cc-course-chevron{font-size:18px;color:var(--text-muted);line-height:1;flex-shrink:0}.cc-add-btn{width:100%;background:transparent;border:1px dashed var(--border);border-radius:10px;padding:14px;color:var(--text-muted);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.cc-add-btn:hover{border-color:var(--gold);color:var(--gold)}@media (min-width: 400px) and (max-width: 1023px){.cc-sheet-title{font-size:17px}.cc-sheet-body{padding:20px}.cc-section-label{font-size:11px}.cc-course-row{padding:14px 16px;gap:14px}.cc-course-name{font-size:15px}.cc-course-curriculum{font-size:13px}.cc-course-badge{font-size:11px;padding:4px 10px}.cc-add-btn{padding:16px;font-size:15px}}.aec-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:310;display:flex;align-items:flex-end;justify-content:center}.aec-sheet{position:relative;z-index:311;width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:aec-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes aec-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.aec-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.aec-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.aec-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.aec-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.aec-sheet-close:hover{background:#ffffff38;color:#fff}.aec-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.aec-field{display:flex;flex-direction:column;gap:6px}.aec-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.aec-input{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;color:var(--text-primary);transition:border-color .15s}.aec-input::placeholder{color:var(--text-muted)}.aec-input:focus{outline:none;border-color:var(--gold)}.aec-scale-options{display:flex;gap:8px}.aec-scale-btn{flex:1;background:var(--bg-card);border:1.5px solid var(--border);border-radius:10px;padding:12px 8px;font-family:inherit;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.aec-scale-btn:hover:not(.aec-scale-btn--active){border-color:var(--gold-light);color:var(--text-primary)}.aec-scale-btn--active{background:var(--gold-pale);border-color:var(--gold);color:var(--gold);font-weight:600}.aec-delete-btn{align-self:flex-start;background:none;border:none;padding:4px 0;margin-top:4px;font-family:inherit;font-size:13px;font-weight:500;color:var(--red);cursor:pointer}.aec-delete-btn:hover{text-decoration:underline}.aec-confirm{background:var(--red-lt);border:1px solid #f5cfc6;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.aec-confirm-msg{font-size:13px;font-weight:500;color:var(--red);margin:0}.aec-confirm-actions{display:flex;gap:8px;justify-content:flex-end}.aec-confirm-cancel{background:transparent;border:1px solid var(--border);border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit}.aec-confirm-yes{background:var(--red);border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit}.aec-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.aec-cancel-btn{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.aec-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.aec-save-btn{flex:2;background:var(--gold);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.aec-save-btn:hover:not(:disabled){background:var(--gold-light)}.aec-save-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.aec-sheet-title{font-size:17px}.aec-sheet-body{padding:20px;gap:18px}.aec-label{font-size:12px}.aec-input{font-size:16px;padding:12px 14px}.aec-scale-btn{padding:14px 10px;font-size:15px}.aec-delete-btn,.aec-confirm-msg{font-size:14px}.aec-cancel-btn,.aec-save-btn{padding:14px;font-size:15px}}.en-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.en-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:en-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes en-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.en-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.en-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.en-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.en-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.en-sheet-close:hover{background:#ffffff38;color:#fff}.en-sheet-body{padding:16px 20px;overflow-y:auto;flex:1}.en-student-pills{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.en-student-pill{background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;padding:7px 16px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.en-student-pill--active{background:#22252e;border-color:#22252e;color:#e8c97a;font-weight:600}.en-section-label{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 12px}.en-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.en-loading,.en-empty{font-size:14px;color:var(--text-muted);padding:20px 0;text-align:center;margin:0}.en-enrollment-list{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.en-enrollment-row{display:flex;align-items:center;gap:12px;width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.en-enrollment-row:hover{background:var(--bg-card-hover);border-color:var(--gold-light)}.en-enrollment-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.en-enrollment-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.en-enrollment-name{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.en-enrollment-curriculum{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.en-enrollment-badges{display:flex;flex-direction:column;gap:4px;align-items:flex-end;flex-shrink:0}.en-enrollment-badge{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:10px;padding:3px 8px;white-space:nowrap}.en-enrollment-badge--letter{color:var(--gold);background:var(--gold-pale)}.en-enrollment-badge--esnu{color:#1565c0;background:#1565c01a}[data-mode=dark] .en-enrollment-badge--esnu{color:#82b1ff;background:#82b1ff1f}.en-enrollment-badge--planner{color:#2e7d32;background:#2e7d321a}[data-mode=dark] .en-enrollment-badge--planner{color:#81c784;background:#81c78424}.en-enrollment-chevron{font-size:18px;color:var(--text-muted);line-height:1;flex-shrink:0}.en-add-btn{width:100%;background:transparent;border:1px dashed var(--border);border-radius:10px;padding:14px;color:var(--text-muted);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.en-add-btn:hover{border-color:var(--gold);color:var(--gold)}@media (min-width: 400px) and (max-width: 1023px){.en-sheet-title{font-size:17px}.en-sheet-body{padding:20px}.en-student-pill{padding:8px 18px;font-size:14px}.en-section-label{font-size:11px}.en-enrollment-row{padding:14px 16px;gap:14px}.en-enrollment-name{font-size:15px}.en-enrollment-curriculum{font-size:13px}.en-enrollment-badge{font-size:11px;padding:4px 10px}.en-add-btn{padding:16px;font-size:15px}}.aee-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:310;display:flex;align-items:flex-end;justify-content:center}.aee-sheet{position:relative;z-index:311;width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:aee-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes aee-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.aee-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.aee-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.aee-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.aee-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.aee-sheet-close:hover{background:#ffffff38;color:#fff}.aee-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.aee-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.aee-cancel-btn{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.aee-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.aee-save-btn{flex:2;background:var(--gold);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.aee-save-btn:hover:not(:disabled){background:var(--gold-light)}.aee-save-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.aee-sheet-title{font-size:17px}.aee-sheet-body{padding:20px;gap:18px}.aee-cancel-btn,.aee-save-btn{padding:14px;font-size:15px}}.aee-field{display:flex;flex-direction:column;gap:6px}.aee-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.aee-readonly{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:14px;color:var(--text-primary)}.aee-helper{font-size:12px;color:var(--text-muted);margin:2px 0 0;line-height:1.4}.aee-course-list{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto;padding:2px}.aee-course-row{display:flex;align-items:center;gap:12px;width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:10px;padding:10px 12px;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.aee-course-row:hover:not(.aee-course-row--selected){border-color:var(--gold-light)}.aee-course-row--selected{background:var(--gold-pale);border-color:var(--gold)}.aee-course-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.aee-course-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.aee-course-name{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aee-course-curriculum{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aee-course-badge{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:10px;padding:3px 8px;flex-shrink:0}.aee-course-badge--letter{color:var(--gold);background:var(--gold-pale)}.aee-course-badge--esnu{color:#1565c0;background:#1565c01a}[data-mode=dark] .aee-course-badge--esnu{color:#82b1ff;background:#82b1ff1f}.aee-notes{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;color:var(--text-primary);resize:vertical;min-height:76px;transition:border-color .15s}.aee-notes::placeholder{color:var(--text-muted)}.aee-notes:focus{outline:none;border-color:var(--gold)}.aee-grade-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.aee-grade-pill{padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-family:Lexend,sans-serif;transition:background .15s,border-color .15s,color .15s}.aee-grade-pill.selected{background:var(--gold-pale);border-color:var(--gold);color:var(--gold)}.aee-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.aee-toggle{width:44px;height:26px;border-radius:13px;background:var(--border);border:none;cursor:pointer;position:relative;flex-shrink:0;padding:0;transition:background .2s}.aee-toggle:before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .2s}.aee-toggle--on{background:var(--gold)}.aee-toggle--on:before{transform:translate(18px)}.aee-delete-btn{align-self:flex-start;background:none;border:none;padding:4px 0;margin-top:4px;font-family:inherit;font-size:13px;font-weight:500;color:var(--red);cursor:pointer}.aee-delete-btn:hover{text-decoration:underline}.aee-confirm{background:var(--red-lt);border:1px solid #f5cfc6;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.aee-confirm-msg{font-size:13px;font-weight:500;color:var(--red);margin:0}.aee-confirm-actions{display:flex;gap:8px;justify-content:flex-end}.aee-confirm-cancel{background:transparent;border:1px solid var(--border);border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit}.aee-confirm-yes{background:var(--red);border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit}@media (min-width: 400px) and (max-width: 1023px){.aee-label{font-size:12px}.aee-readonly{font-size:15px;padding:12px 14px}.aee-helper{font-size:13px}.aee-course-row{padding:12px 14px;gap:14px}.aee-course-name{font-size:15px}.aee-course-curriculum{font-size:13px}.aee-course-badge{font-size:11px;padding:4px 10px}.aee-notes{font-size:16px;padding:12px 14px}.aee-toggle{width:48px;height:28px}.aee-toggle:before{top:4px;left:4px;width:20px;height:20px}.aee-toggle--on:before{transform:translate(20px)}.aee-delete-btn,.aee-confirm-msg{font-size:14px}}.sy-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.sy-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:sy-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes sy-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sy-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.sy-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.sy-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.sy-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.sy-sheet-close:hover{background:#ffffff38;color:#fff}.sy-sheet-body{padding:16px 20px;overflow-y:auto;flex:1}.sy-loading,.sy-empty{font-size:14px;color:var(--text-muted);padding:20px 0;text-align:center;margin:0}.sy-error{font-size:13px;color:var(--red);text-align:center;padding:16px;margin:0}.sy-year-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.sy-year-block{display:flex;flex-direction:column;gap:10px}.sy-year-header{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px}.sy-year-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sy-year-label{font-size:15px;font-weight:600;color:var(--text-primary);line-height:1.2}.sy-year-dates{font-size:12px;color:var(--text-muted)}.sy-edit-btn{width:32px;height:32px;background:transparent;border:1px solid transparent;border-radius:8px;font-size:14px;cursor:pointer;flex-shrink:0;font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.sy-edit-btn:hover{background:var(--bg-card-hover);border-color:var(--border)}.sy-quarters-list{display:flex;flex-direction:column;gap:4px;padding-left:14px}.sy-quarter-row{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px}.sy-quarter-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sy-quarter-label{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.2}.sy-quarter-dates{font-size:11px;color:var(--text-muted)}.sy-add-quarter-btn{width:100%;background:transparent;border:1px dashed var(--border);border-radius:8px;padding:8px;color:var(--text-muted);font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.sy-add-quarter-btn:hover{border-color:var(--gold);color:var(--gold)}.sy-breaks-list{display:flex;flex-direction:column;gap:4px;padding-left:14px}.sy-section-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:8px 0 2px;display:flex;align-items:center;gap:8px}.sy-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.sy-break-row{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px}.sy-break-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sy-break-label{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.2}.sy-break-dates{font-size:11px;color:var(--text-muted)}.sy-add-break-btn{width:100%;background:transparent;border:1px dashed var(--border);border-radius:8px;padding:8px;color:var(--text-muted);font-size:12px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.sy-add-break-btn:hover{border-color:var(--gold);color:var(--gold)}.sy-divider{height:1px;background:var(--border);margin:4px 0}.sy-add-btn{width:100%;background:transparent;border:1px dashed var(--border);border-radius:10px;padding:14px;color:var(--text-muted);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.sy-add-btn:hover{border-color:var(--gold);color:var(--gold)}@media (min-width: 400px) and (max-width: 1023px){.sy-sheet-title{font-size:17px}.sy-sheet-body{padding:20px}.sy-year-header{padding:12px 16px;gap:12px}.sy-year-label{font-size:16px}.sy-year-dates{font-size:13px}.sy-quarter-row{padding:10px 14px}.sy-quarter-label{font-size:14px}.sy-quarter-dates{font-size:12px}.sy-add-quarter-btn{padding:10px;font-size:13px}.sy-add-btn{padding:16px;font-size:15px}.sy-break-row{padding:10px 14px}.sy-break-label{font-size:14px}.sy-break-dates{font-size:12px}.sy-add-break-btn{padding:10px;font-size:13px}}.asy-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:310;display:flex;align-items:flex-end;justify-content:center}.asy-sheet{position:relative;z-index:311;width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:asy-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes asy-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.asy-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.asy-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.asy-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.asy-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.asy-sheet-close:hover{background:#ffffff38;color:#fff}.asy-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.asy-field{display:flex;flex-direction:column;gap:6px}.asy-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.asy-input{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;color:var(--text-primary);transition:border-color .15s}.asy-input::placeholder{color:var(--text-muted)}.asy-input:focus{outline:none;border-color:var(--gold)}.asy-delete-btn{align-self:flex-start;background:none;border:none;padding:4px 0;margin-top:4px;font-family:inherit;font-size:13px;font-weight:500;color:var(--red);cursor:pointer}.asy-delete-btn:hover{text-decoration:underline}.asy-confirm{background:var(--red-lt);border:1px solid #f5cfc6;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.asy-confirm-msg{font-size:13px;font-weight:500;color:var(--red);margin:0}.asy-confirm-actions{display:flex;gap:8px;justify-content:flex-end}.asy-confirm-cancel{background:transparent;border:1px solid var(--border);border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit}.asy-confirm-yes{background:var(--red);border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit}.asy-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.asy-cancel-btn{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.asy-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.asy-save-btn{flex:2;background:var(--gold);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.asy-save-btn:hover:not(:disabled){background:var(--gold-light)}.asy-save-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.asy-sheet-title{font-size:17px}.asy-sheet-body{padding:20px;gap:18px}.asy-label{font-size:12px}.asy-input{font-size:16px;padding:12px 14px}.asy-delete-btn,.asy-confirm-msg{font-size:14px}.asy-cancel-btn,.asy-save-btn{padding:14px;font-size:15px}}.ge-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:310;display:flex;align-items:flex-end;justify-content:center}.ge-sheet{position:relative;z-index:311;width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:ge-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes ge-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ge-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.ge-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.ge-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.ge-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.ge-sheet-close:hover{background:#ffffff38;color:#fff}.ge-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:20px}.ge-empty{font-size:13px;color:var(--text-muted);text-align:center;padding:24px 0;margin:0}.ge-row{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;border-bottom:1px solid var(--border-light)}.ge-row:last-child{border-bottom:none;padding-bottom:0}.ge-row-header{display:flex;align-items:center;gap:8px}.ge-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.ge-course-name{font-size:14px;font-weight:600;color:var(--text-primary);flex:1;min-width:0}.ge-scale-badge{font-size:10px;font-weight:600;letter-spacing:.04em;padding:2px 7px;border-radius:8px;background:var(--gold-pale);color:var(--gold);border:1px solid rgba(201,168,76,.2);flex-shrink:0}.ge-grade-input-wrap{display:flex;align-items:center;gap:10px}.ge-percent-input{width:80px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:16px;font-family:Lexend,sans-serif;text-align:center;background:var(--bg-base);color:var(--text-primary)}.ge-percent-input:focus{border-color:var(--gold);outline:none}.ge-computed-grade{font-size:22px;font-weight:700;color:var(--gold);min-width:28px;text-align:center}.ge-pills{display:flex;gap:6px;flex-wrap:wrap}.ge-pill{min-width:40px;padding:8px 12px;background:var(--bg-card);border:1.5px solid var(--border);border-radius:10px;font-family:inherit;font-size:15px;font-weight:600;color:var(--text-secondary);cursor:pointer;text-align:center;transition:background .15s,border-color .15s,color .15s}.ge-pill:hover:not(.active){border-color:var(--gold-light);color:var(--text-primary)}.ge-pill.active{background:var(--gold-pale);border-color:var(--gold);color:var(--gold);font-weight:700}.ge-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.ge-cancel-btn{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.ge-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.ge-save-btn{flex:2;background:var(--gold);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.ge-save-btn:hover:not(:disabled){background:var(--gold-light)}.ge-save-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.ge-sheet-title{font-size:17px}.ge-sheet-body{padding:20px;gap:22px}.ge-course-name{font-size:15px}.ge-pill{padding:10px 14px;font-size:16px;min-width:44px}.ge-cancel-btn,.ge-save-btn{padding:14px;font-size:15px}}.ci-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.ci-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:ci-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes ci-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ci-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.ci-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.ci-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.ci-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.ci-sheet-close:hover{background:#ffffff38;color:#fff}.ci-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.ci-help{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5}.ci-file-zone{border:2px dashed var(--border);border-radius:12px;padding:28px 16px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.ci-file-zone:hover{border-color:var(--gold)}.ci-file-zone--has-file{border-color:var(--gold);background:var(--gold-pale)}.ci-file-prompt{font-size:14px;color:var(--text-muted)}.ci-file-name{font-size:14px;font-weight:600;color:var(--gold)}.ci-spinner-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 0}.ci-spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:ci-spin .8s linear infinite}@keyframes ci-spin{to{transform:rotate(360deg)}}.ci-spinner-label{font-size:13px;color:var(--text-muted)}.ci-error{font-size:13px;color:var(--red);background:var(--red-lt);border:1px solid #f5cfc6;border-radius:8px;padding:12px}.ci-results{display:flex;flex-direction:column;gap:8px}.ci-results-count{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0}.ci-result-row{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.ci-result-row--duplicate{opacity:.5}.ci-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ci-result-label{font-size:14px;font-weight:600;color:var(--text-primary)}.ci-result-dates{font-size:12px;color:var(--text-muted)}.ci-duplicate-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:8px;font-size:10px;font-weight:600;background:var(--bg-surface);color:var(--text-muted);flex-shrink:0}.ci-log-btn{background:none;border:none;font-size:12px;color:var(--text-muted);cursor:pointer;font-family:inherit;text-align:left;padding:0;text-decoration:underline;text-underline-offset:2px;margin-top:12px}.ci-log-btn:hover{color:var(--text-secondary)}.ci-log-panel{background:#22252e;border-radius:8px;padding:12px;margin-top:8px;max-height:200px;overflow-y:auto;font-size:11px;font-family:monospace;color:#ffffffbf;white-space:pre-wrap;word-break:break-all}.ci-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.ci-cancel-btn{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.ci-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.ci-parse-btn,.ci-import-btn{flex:2;background:var(--gold);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.ci-parse-btn:hover:not(:disabled),.ci-import-btn:hover:not(:disabled){background:var(--gold-light)}.ci-parse-btn:disabled,.ci-import-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.ci-sheet-title{font-size:17px}.ci-sheet-body{padding:20px;gap:18px}.ci-help{font-size:14px}.ci-file-zone{padding:32px 20px}.ci-result-row{padding:12px 16px}.ci-result-label{font-size:15px}.ci-cancel-btn,.ci-parse-btn,.ci-import-btn{padding:14px;font-size:15px}}.ads-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.ads-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:ads-sheet-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes ads-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ads-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.ads-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.ads-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.ads-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.ads-sheet-close:hover{background:#ffffff38;color:#fff}.ads-sheet-body{padding:24px 20px;overflow-y:auto;flex:1}.ads-big-number{font-size:48px;font-weight:700;color:var(--gold);line-height:1}.ads-big-sub{font-size:13px;color:var(--text-muted);margin:4px 0 0}.ads-bar-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin:16px 0 8px}.ads-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:4px;transition:width .6s ease}.ads-bar-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted)}.ads-detail-rows{margin-top:20px}.ads-detail-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border-light)}.ads-detail-row:last-child{border-bottom:none}.ads-detail-label{font-size:13px;color:var(--text-secondary)}.ads-detail-value{font-size:13px;font-weight:600;color:var(--text-primary)}.ads-detail-value--red{color:var(--red)}.ads-note{font-size:11px;color:var(--text-muted);font-style:italic;margin:16px 0 0}@media (min-width: 400px) and (max-width: 1023px){.ads-sheet-title{font-size:17px}.ads-sheet-body{padding:28px 24px}.ads-big-number{font-size:56px}.ads-big-sub,.ads-detail-label,.ads-detail-value{font-size:14px}.ads-detail-row{padding:12px 0}}.rcg-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.rcg-sheet{width:100%;max-width:100%;max-height:95vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:rcg-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes rcg-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.rcg-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.rcg-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.rcg-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.rcg-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.rcg-sheet-close:hover{background:#ffffff38;color:#fff}.rcg-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.rcg-field{display:flex;flex-direction:column;gap:6px}.rcg-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.rcg-pills{display:flex;gap:6px;flex-wrap:wrap}.rcg-pill{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-family:inherit;transition:background .15s,border-color .15s,color .15s}.rcg-pill.active{background:var(--ink);color:#e8c97a;border-color:var(--ink)}.rcg-annual-pill{border-color:var(--gold);color:var(--gold)}.rcg-annual-pill.active{background:var(--gold);color:#fff;border-color:var(--gold)}.rcg-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.rcg-toggle-label{font-size:13px;color:var(--text-primary)}.rcg-toggle{width:44px;height:26px;border-radius:13px;background:var(--border);border:none;cursor:pointer;position:relative;flex-shrink:0;padding:0;transition:background .2s}.rcg-toggle:before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .2s}.rcg-toggle--on{background:var(--gold)}.rcg-toggle--on:before{transform:translate(18px)}.rcg-notes{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;color:var(--text-primary);resize:vertical;min-height:60px;transition:border-color .15s}.rcg-notes::placeholder{color:var(--text-muted)}.rcg-notes:focus{outline:none;border-color:var(--gold)}.rcg-saved{font-size:10px;color:var(--gold);font-weight:500;letter-spacing:0;text-transform:none;margin-left:6px}.rcg-section-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:center;gap:10px;margin:0}.rcg-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.rcg-preview-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden}.rcg-preview-header{background:#22252e;padding:16px;text-align:center}.rcg-preview-school{font-size:14px;font-weight:700;color:#fff;letter-spacing:.06em;line-height:1.3}.rcg-preview-tagline{font-size:10px;color:#ffffff59;margin-top:2px}.rcg-preview-type{font-size:11px;font-weight:600;color:#e8c97a;margin-top:8px;letter-spacing:.06em}.rcg-preview-student{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;font-size:12px;color:var(--text-secondary);border-bottom:1px solid var(--border-light)}.rcg-preview-grades{width:100%;border-collapse:collapse;font-size:12px}.rcg-preview-grades th{text-align:left;padding:8px 12px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border)}.rcg-preview-grades td{padding:8px 12px;color:var(--text-primary);border-bottom:1px solid var(--border-light)}.rcg-grade-cell{font-weight:600;color:var(--gold)}.rcg-preview-attendance{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px 16px}.rcg-att-box{text-align:center}.rcg-att-num{font-size:18px;font-weight:700;color:var(--text-primary)}.rcg-att-lbl{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.rcg-preview-notes{padding:12px 16px;font-size:12px;font-style:italic;color:var(--text-secondary);background:var(--bg-surface);border-top:1px solid var(--border-light)}.rcg-preview-activities{padding:12px 16px;border-top:1px solid var(--border-light)}.rcg-preview-act-label{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.rcg-preview-act-row{margin-bottom:6px}.rcg-preview-act-name{font-size:12px;font-weight:600;color:var(--text-primary);display:block}.rcg-preview-act-dates{font-size:11px;color:var(--text-muted)}.rcg-preview-act-notes{font-size:11px;color:var(--text-muted);font-style:italic;display:block}.rcg-preview-footer{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;font-size:10px;color:var(--text-muted);border-top:1px solid var(--border)}.rcg-sig-line{font-style:italic}.rcg-generate-btn{width:100%;background:var(--gold);border:none;border-radius:10px;padding:14px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s;margin-top:4px}.rcg-generate-btn:hover:not(:disabled){background:var(--gold-light)}.rcg-generate-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.rcg-sheet-title{font-size:17px}.rcg-sheet-body{padding:20px;gap:18px}.rcg-preview-school{font-size:16px}.rcg-preview-grades td,.rcg-preview-grades th{padding:10px 14px}.rcg-att-num{font-size:22px}.rcg-generate-btn{padding:16px;font-size:15px}}.src-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.src-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:src-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes src-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.src-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.src-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.src-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.src-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.src-sheet-close:hover{background:#ffffff38;color:#fff}.src-sheet-body{padding:16px 20px;overflow-y:auto;flex:1}.src-empty{font-size:14px;color:var(--text-muted);text-align:center;padding:20px 0;margin:0}.src-group{margin-bottom:16px}.src-section-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);display:flex;align-items:center;gap:10px;margin:0 0 10px}.src-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.src-report-row{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;margin-bottom:6px}.src-report-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.src-report-period{font-size:14px;font-weight:600;color:var(--text-primary)}.src-report-year{font-size:12px;color:var(--text-muted)}.src-actions{display:flex;gap:6px;flex-shrink:0}.src-icon-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:transparent;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.src-icon-btn:hover{border-color:var(--gold)}.src-icon-btn--danger:hover{border-color:var(--red)}.src-confirm-row{display:flex;align-items:center;gap:6px;flex-shrink:0}.src-confirm-msg{font-size:12px;color:var(--red);font-weight:500}.src-confirm-yes{background:var(--red);border:none;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit}.src-confirm-no{background:transparent;border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit}@media (min-width: 400px) and (max-width: 1023px){.src-sheet-title{font-size:17px}.src-sheet-body{padding:20px}.src-report-row{padding:14px 16px}.src-report-period{font-size:15px}}.ma-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.ma-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:ma-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes ma-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ma-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.ma-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.ma-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.ma-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.ma-sheet-close:hover{background:#ffffff38;color:#fff}.ma-sheet-body{padding:16px 20px;overflow-y:auto;flex:1}.ma-student-pills{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.ma-student-pill{background:var(--bg-surface);border:1px solid var(--border);border-radius:20px;padding:7px 16px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.ma-student-pill--active{background:#22252e;border-color:#22252e;color:#e8c97a;font-weight:600}.ma-section-label{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 12px}.ma-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.ma-empty{font-size:14px;color:var(--text-muted);text-align:center;padding:20px 0;margin:0}.ma-activity-list{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.ma-activity-row{display:flex;align-items:center;gap:12px;width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s,border-color .15s}.ma-activity-row:hover{background:var(--bg-card-hover);border-color:var(--gold-light)}.ma-activity-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ma-activity-name{font-size:14px;font-weight:600;color:var(--text-primary);line-height:1.2}.ma-activity-dates{font-size:12px;color:var(--text-muted)}.ma-activity-notes{font-size:11px;color:var(--text-muted);font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ma-chevron{font-size:18px;color:var(--text-muted);line-height:1;flex-shrink:0}.ma-add-btn{width:100%;background:transparent;border:1px dashed var(--border);border-radius:10px;padding:14px;color:var(--text-muted);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s}.ma-add-btn:hover{border-color:var(--gold);color:var(--gold)}@media (min-width: 400px) and (max-width: 1023px){.ma-sheet-title{font-size:17px}.ma-sheet-body{padding:20px}.ma-student-pill{padding:8px 18px;font-size:14px}.ma-activity-row{padding:14px 16px}.ma-activity-name{font-size:15px}.ma-add-btn{padding:16px;font-size:15px}}.aea-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:310;display:flex;align-items:flex-end;justify-content:center}.aea-sheet{position:relative;z-index:311;width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:aea-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes aea-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.aea-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.aea-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.aea-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.aea-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.aea-sheet-close:hover{background:#ffffff38;color:#fff}.aea-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.aea-field{display:flex;flex-direction:column;gap:6px}.aea-label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-secondary)}.aea-readonly{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:14px;color:var(--text-primary)}.aea-input{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;color:var(--text-primary);transition:border-color .15s}.aea-input::placeholder{color:var(--text-muted)}.aea-input:focus{outline:none;border-color:var(--gold)}.aea-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.aea-toggle{width:44px;height:26px;border-radius:13px;background:var(--border);border:none;cursor:pointer;position:relative;flex-shrink:0;padding:0;transition:background .2s}.aea-toggle:before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .2s}.aea-toggle--on{background:var(--gold)}.aea-toggle--on:before{transform:translate(18px)}.aea-notes{width:100%;background:var(--bg-card);border:1.5px solid var(--border);border-radius:8px;padding:10px 12px;font-size:16px;font-family:inherit;color:var(--text-primary);resize:vertical;min-height:76px;transition:border-color .15s}.aea-notes::placeholder{color:var(--text-muted)}.aea-notes:focus{outline:none;border-color:var(--gold)}.aea-delete-btn{align-self:flex-start;background:none;border:none;padding:4px 0;margin-top:4px;font-family:inherit;font-size:13px;font-weight:500;color:var(--red);cursor:pointer}.aea-delete-btn:hover{text-decoration:underline}.aea-confirm{background:var(--red-lt);border:1px solid #f5cfc6;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.aea-confirm-msg{font-size:13px;font-weight:500;color:var(--red);margin:0}.aea-confirm-actions{display:flex;gap:8px;justify-content:flex-end}.aea-confirm-cancel{background:transparent;border:1px solid var(--border);border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit}.aea-confirm-yes{background:var(--red);border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit}.aea-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.aea-cancel-btn{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.aea-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.aea-save-btn{flex:2;background:var(--gold);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.aea-save-btn:hover:not(:disabled){background:var(--gold-light)}.aea-save-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.aea-sheet-title{font-size:17px}.aea-sheet-body{padding:20px;gap:18px}.aea-label{font-size:12px}.aea-input,.aea-notes{font-size:16px;padding:12px 14px}.aea-cancel-btn,.aea-save-btn{padding:14px;font-size:15px}}.cui-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.cui-sheet{width:100%;max-width:100%;max-height:85vh;background:var(--bg-base);border-radius:20px 20px 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:cui-up .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes cui-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cui-sheet-handle{width:40px;height:5px;background:#d4cfc8;border-radius:3px;margin:10px auto 0;flex-shrink:0}.cui-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 14px;background:#22252e;flex-shrink:0}.cui-sheet-title{font-size:15px;font-weight:600;color:#fff;margin:0}.cui-sheet-close{width:28px;height:28px;background:#ffffff1f;border:none;border-radius:50%;color:#fffc;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.cui-sheet-close:hover{background:#ffffff38;color:#fff}.cui-sheet-body{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.cui-help{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5}.cui-file-zone{border:2px dashed var(--border);border-radius:12px;padding:28px 16px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.cui-file-zone:hover{border-color:var(--gold)}.cui-file-zone--has-file{border-color:var(--gold);background:var(--gold-pale)}.cui-file-prompt{font-size:14px;color:var(--text-muted)}.cui-file-name{font-size:14px;font-weight:600;color:var(--gold)}.cui-spinner-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 0}.cui-spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:cui-spin .8s linear infinite}@keyframes cui-spin{to{transform:rotate(360deg)}}.cui-spinner-label{font-size:13px;color:var(--text-muted)}.cui-error{font-size:13px;color:var(--red);background:var(--red-lt);border:1px solid #f5cfc6;border-radius:8px;padding:12px}.cui-results{display:flex;flex-direction:column;gap:8px}.cui-results-count{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0}.cui-course-row{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.cui-course-row--duplicate{opacity:.5}.cui-course-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cui-course-name{font-size:14px;font-weight:600;color:var(--text-primary)}.cui-course-meta{font-size:12px;color:var(--text-muted)}.cui-course-badge{font-size:10px;font-weight:600;padding:2px 7px;border-radius:8px;background:var(--gold-pale);color:var(--gold);border:1px solid rgba(201,168,76,.2);flex-shrink:0}.cui-duplicate-badge{font-size:10px;font-weight:600;padding:2px 7px;border-radius:8px;background:var(--bg-surface);color:var(--text-muted);flex-shrink:0}.cui-remove-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s,color .15s}.cui-remove-btn:hover{border-color:var(--red);color:var(--red)}.cui-log-btn{background:none;border:none;font-size:12px;color:var(--text-muted);cursor:pointer;font-family:inherit;text-align:left;padding:0;text-decoration:underline;text-underline-offset:2px;margin-top:12px}.cui-log-btn:hover{color:var(--text-secondary)}.cui-log-panel{background:#22252e;border-radius:8px;padding:12px;margin-top:8px;max-height:200px;overflow-y:auto;font-size:11px;font-family:monospace;color:#ffffffbf;white-space:pre-wrap;word-break:break-all}.cui-sheet-footer{display:flex;gap:10px;padding:12px 20px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.cui-cancel-btn{flex:1;background:transparent;border:1.5px solid var(--border);border-radius:10px;padding:12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.cui-cancel-btn:hover{border-color:var(--gold);color:var(--gold)}.cui-parse-btn,.cui-import-btn{flex:2;background:var(--gold);border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s}.cui-parse-btn:hover:not(:disabled),.cui-import-btn:hover:not(:disabled){background:var(--gold-light)}.cui-parse-btn:disabled,.cui-import-btn:disabled{opacity:.4;cursor:default}@media (min-width: 400px) and (max-width: 1023px){.cui-sheet-title{font-size:17px}.cui-sheet-body{padding:20px;gap:18px}.cui-help{font-size:14px}.cui-file-zone{padding:32px 20px}.cui-course-row{padding:12px 16px}.cui-course-name{font-size:15px}.cui-cancel-btn,.cui-parse-btn,.cui-import-btn{padding:14px;font-size:15px}}.ar-tab{display:flex;flex-direction:column;min-height:100vh;padding:16px;background:var(--bg-base)}.ar-header{margin-bottom:20px}.ar-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0;line-height:1.1}.ar-subtitle{font-size:12px;color:var(--text-muted);margin:2px 0 0}.ar-student-row{display:flex;gap:8px;margin-bottom:20px}.ar-student-pill{padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-family:inherit;transition:background .15s,color .15s,border-color .15s}.ar-student-pill.active{background:var(--ink);color:#e8c97a;border-color:var(--ink)}.ar-quarter-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px}.ar-quarter-pill{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);font-family:inherit;transition:background .15s,color .15s,border-color .15s}.ar-quarter-pill.active{background:var(--gold-pale);color:var(--gold);border-color:#c9a84c4d}.ar-quarter-pill.future{opacity:.4;cursor:default}.ar-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.ar-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:16px}.ar-stat-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px}.ar-stat-value{font-size:26px;font-weight:700;color:var(--text-primary);line-height:1}.ar-stat-sub{font-size:11px;color:var(--text-muted);margin-top:4px}.ar-stat-card.gold{border-color:var(--gold);background:linear-gradient(135deg,var(--bg-card) 60%,rgba(201,168,76,.06))}.ar-stat-card.gold .ar-stat-value{color:var(--gold)}.ar-stat-card--tappable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.ar-stat-card--tappable:hover{border-color:var(--gold-light);box-shadow:0 4px 16px #c9a84c1f}.ar-stat-detail-hint{font-size:10px;color:var(--gold);margin-top:6px}.ar-section-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:center;gap:10px;margin-bottom:12px}.ar-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.ar-grade-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:16px}.ar-grade-row{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border-light);gap:12px}.ar-grade-row:last-child{border-bottom:none}.ar-grade-empty{padding:24px 16px;text-align:center;font-size:13px;color:var(--text-muted)}.ar-course-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.ar-course-info{flex:1;min-width:0}.ar-course-name{font-size:14px;font-weight:600;color:var(--text-primary)}.ar-course-meta{font-size:11px;color:var(--text-muted);margin-top:2px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ar-grade-value{font-size:18px;font-weight:700;min-width:40px;text-align:right}.ar-grade-value.pending{font-size:12px;font-weight:400;color:var(--text-muted)}.ar-grade-value.letter-a{color:#1565c0}.ar-grade-value.letter-b{color:#2e7d32}.ar-grade-value.letter-c{color:#e65100}.ar-grade-value.letter-d{color:#7b1fa2}.ar-grade-value.letter-f{color:var(--red)}.ar-grade-value.esnu-e{color:#1565c0}.ar-grade-value.esnu-s{color:#2e7d32}.ar-grade-value.esnu-n{color:#e65100}.ar-grade-value.esnu-u{color:var(--red)}.ar-action-row{display:flex;gap:8px;margin-top:16px}.ar-attendance-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:16px}.ar-attendance-num{font-size:32px;font-weight:700;color:var(--text-primary);margin-top:12px;line-height:1}.ar-attendance-sub{font-size:12px;color:var(--text-muted);margin:4px 0 0}.ar-attendance-bar-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin:12px 0 6px}.ar-attendance-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:4px;transition:width .6s ease}.ar-attendance-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted)}.ar-attendance-detail{display:flex;justify-content:space-between;margin-top:12px;font-size:12px;color:var(--text-secondary)}.ar-attendance-detail strong{color:var(--text-primary);font-weight:700}.ar-attendance-note{font-size:11px;color:var(--text-muted);font-style:italic;margin:8px 0 0}.ar-badge-letter{background:var(--gold-pale);color:var(--gold);border:1px solid rgba(201,168,76,.2);padding:2px 7px;border-radius:8px;font-size:10px;font-weight:600}.ar-badge-esnu{background:#1565c01a;color:#1565c0;padding:2px 7px;border-radius:8px;font-size:10px;font-weight:600}[data-mode=dark] .ar-badge-esnu{color:#82b1ff;background:#82b1ff1f}.ar-quick-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.ar-action-btn{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;font-size:14px;font-weight:500;color:var(--text-primary);cursor:pointer;font-family:Lexend,sans-serif;width:100%;text-align:left;transition:background .15s}.ar-action-btn:hover:not(.disabled){background:var(--bg-card-hover)}.ar-action-btn.disabled{opacity:.45;cursor:default}.ar-action-btn .soon{font-size:11px;font-weight:600;color:var(--gold);letter-spacing:.06em}@media (min-width: 400px) and (max-width: 1023px){.ar-tab{padding:24px 20px}.ar-title{font-size:24px}.ar-subtitle{font-size:13px}.ar-stat-card{padding:18px}.ar-stat-value{font-size:30px}.ar-grade-row{padding:14px 18px}.ar-course-name{font-size:15px}.ar-course-meta{font-size:12px}.ar-grade-value{font-size:20px}.ar-action-btn{padding:16px 18px;font-size:15px}.ar-attendance-card{padding:18px}.ar-attendance-num{font-size:36px}}@media (min-width: 1024px){.ar-tab{padding:28px}.ar-stats-row{grid-template-columns:repeat(3,1fr)}}.st-tab{padding:20px 16px 24px;display:flex;flex-direction:column;gap:20px}.st-grid,.st-col{display:flex;flex-direction:column;gap:20px}.st-col>section{display:block}.st-section-label{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:0 0 8px}.st-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.st-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #22252e0a}.st-toggle{width:44px;height:26px;border-radius:13px;background:var(--border);border:none;cursor:pointer;position:relative;flex-shrink:0;padding:0;transition:background .2s}.st-toggle:before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;transition:transform .2s}.st-toggle--on{background:var(--gold)}.st-toggle--on:before{transform:translate(18px)}.st-chevron{font-size:18px;color:var(--text-muted);line-height:1;flex-shrink:0}.st-badge{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--gold);background:var(--gold-pale);border-radius:10px;padding:3px 8px;flex-shrink:0}.st-input{flex:1;min-width:0;background:var(--bg-card);border:1px solid var(--gold);border-radius:6px;padding:6px 10px;font-size:14px;font-family:inherit;color:var(--text-primary);outline:none}.st-input--inline{background:var(--bg-surface);padding:4px 8px}.st-confirm-msg{flex:1;font-size:13px;color:var(--text-secondary)}.st-confirm-actions{display:flex;gap:6px;flex-shrink:0}.st-confirm-yes{background:var(--red);color:#fff;border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.st-confirm-cancel{background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit}.st-version{text-align:center;padding:16px 0 8px;color:var(--text-muted)}.st-version-name{font-size:12px;font-weight:500;margin-bottom:2px}.st-version-line{font-size:11px;font-weight:300}@media (min-width: 400px) and (max-width: 1023px){.st-section-label{font-size:11px}.st-toggle{width:48px;height:28px}.st-toggle:before{top:4px;left:4px;width:20px;height:20px}.st-toggle--on:before{transform:translate(20px)}.st-version-name{font-size:13px}.st-version-line{font-size:12px}}@media (min-width: 1024px){.st-tab{padding:24px 28px 32px}.st-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}}.st-row{display:flex;align-items:center;gap:12px;padding:13px 14px;border-bottom:1px solid var(--border);background:none;border-left:none;border-right:none;border-top:none;width:100%;font-family:inherit;text-align:left;color:var(--text-primary)}.st-row:last-child{border-bottom:none}.st-row--clickable{cursor:pointer;transition:background .15s}.st-row--clickable:hover:not(:disabled){background:var(--bg-card-hover)}.st-row--clickable:disabled{opacity:.6;cursor:default}.st-row--add{cursor:pointer;transition:background .15s}.st-row--add:hover{background:var(--gold-pale)}.st-row--danger:hover{background:var(--red-lt)}.st-row-icon{width:32px;height:32px;border-radius:8px;background:var(--bg-surface);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif}.st-row-icon--emoji{background:var(--gold-pale)}.st-row-icon--add{background:transparent;border:1.5px dashed var(--gold);color:var(--gold);font-family:inherit;font-weight:400;font-size:20px;line-height:1}.st-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.st-row-title{font-size:14px;font-weight:500;color:var(--text-primary);line-height:1.2}.st-row-name{flex:1;min-width:0}.st-row-title--add{color:var(--gold);font-weight:600}.st-row-title--danger{color:var(--red)}.st-row-sub{font-size:12px;color:var(--text-muted);line-height:1.3}.st-row-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.st-row-edit{background:none;border:none;color:var(--gold);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s,color .15s}.st-row-edit:hover{background:var(--gold-pale);color:var(--gold-light)}.st-row-remove{background:none;border:none;color:var(--text-muted);font-size:14px;cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1;transition:background .15s,color .15s}.st-row-remove:hover{background:var(--red-lt);color:var(--red)}@media (min-width: 400px) and (max-width: 1023px){.st-row{padding:16px}.st-row-title{font-size:15px}.st-row-sub{font-size:12px}.st-row-icon{width:36px;height:36px;font-size:18px}}.st-subjects{padding:10px 14px 14px;border-bottom:1px solid var(--border);background:var(--bg-surface)}.st-subjects-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.st-subjects-tab{background:transparent;border:1px solid var(--border);border-radius:16px;padding:5px 12px;font-size:12px;font-family:inherit;color:var(--text-secondary);cursor:pointer}.st-subjects-tab--active{background:var(--gold-pale);border-color:var(--gold);color:var(--gold);font-weight:600}.st-subject-chip{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;margin-bottom:6px;font-size:13px;color:var(--text-primary)}.st-subject-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:14px;line-height:1;padding:2px 6px}.st-subject-remove:hover{color:var(--red)}.st-subjects-add{width:100%;background:transparent;border:1px dashed var(--gold);color:var(--gold);border-radius:8px;padding:8px;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;margin-top:4px}.rdc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:#f2f0ed;display:flex;flex-direction:column;font-family:inherit}[data-mode=dark] .rdc-overlay{background:var(--bg-base)}.rdc-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;background:#22252e;padding:14px 20px;color:#fff;flex-shrink:0}.rdc-header-left{display:flex;align-items:center;gap:14px;min-width:0}.rdc-filename{font-size:13px;font-weight:600;color:#ffffffd9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}.rdc-students{display:flex;gap:6px;flex-shrink:0}.rdc-student-pill{background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;letter-spacing:.04em;color:#ffffff73;font-family:inherit;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.rdc-student-pill:hover{color:#fffc}.rdc-student-pill--active{background:#c9a84c26;border-color:#c9a84c4d;color:#e8c97a}.rdc-header-center{display:flex;align-items:center;gap:10px;justify-content:center}.rdc-week-label{font-size:15px;font-weight:600;color:#e8c97a;min-width:180px;text-align:center}.rdc-week-counter{font-size:11px;color:#ffffff80;margin-left:6px}.rdc-nav{background:#ffffff14;border:1px solid rgba(255,255,255,.13);color:#e8c97a;width:30px;height:30px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;padding:0;transition:background .15s}.rdc-nav:hover:not(:disabled){background:#ffffff2e}.rdc-nav:disabled{opacity:.3;cursor:default}.rdc-header-right{display:flex;align-items:center;gap:14px;justify-content:flex-end}.rdc-conflict-summary{font-size:12px;color:#ffffffbf}.rdc-close{width:32px;height:32px;background:#ffffff1f;border:none;border-radius:50%;color:#ffffffd9;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-family:inherit}.rdc-close:hover{background:#ffffff38;color:#fff}.rdc-grid{flex:1;display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--border);overflow:hidden;margin:16px;border:1px solid var(--border);border-radius:10px}.rdc-col{background:var(--bg-surface);display:flex;flex-direction:column;min-height:0;overflow:hidden}.rdc-col-header{text-align:center;padding:10px 4px 8px;background:var(--bg-card);border-bottom:1px solid var(--border);flex-shrink:0}.rdc-day-name{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.rdc-day-num{font-size:18px;font-weight:700;color:var(--text-primary);margin-top:2px}.rdc-col-body{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.rdc-empty{font-size:11px;color:var(--text-muted);text-align:center;padding:16px 4px;font-style:italic}.rdc-card{background:var(--bg-card);border:1px solid var(--border);border-left-width:3px;border-radius:8px;padding:9px 10px;cursor:pointer;transition:box-shadow .15s,opacity .15s;position:relative}.rdc-card:hover:not(.rdc-card--static){box-shadow:0 2px 8px #00000014}.rdc-card--static{cursor:default}.rdc-card--unchecked{opacity:.4}.rdc-card--unchecked .rdc-lesson,.rdc-card--unchecked .rdc-subject{text-decoration:line-through}.rdc-card--match{opacity:.65}.rdc-card--new{border-left-color:#2e7d32;background:#2e7d3214}.rdc-card--changed,.rdc-card--delete{border-left-color:#c0392b;background:#c0392b0f}.rdc-card--delete .rdc-lesson{text-decoration:line-through}[data-mode=dark] .rdc-card--new{background:#6dd58a14;border-left-color:#6dd58a}[data-mode=dark] .rdc-card--changed,[data-mode=dark] .rdc-card--delete{background:#e052521a;border-left-color:#e05252}.rdc-card-head{display:flex;justify-content:space-between;align-items:baseline;gap:6px}.rdc-subject{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rdc-student{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:1px}.rdc-lesson{font-size:12px;color:var(--text-primary);margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.rdc-lesson--current{font-size:11px;color:var(--text-muted);font-style:italic;margin-top:3px;text-decoration:line-through}.rdc-badge{font-size:9px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.06em;flex-shrink:0}.rdc-badge--match{background:var(--border-light);color:var(--text-muted);padding:2px 5px}.rdc-badge--new{background:#2e7d3226;color:#2e7d32}.rdc-badge--changed,.rdc-badge--delete{background:#c0392b1f;color:#c0392b}[data-mode=dark] .rdc-badge--new{background:#6dd58a26;color:#6dd58a}[data-mode=dark] .rdc-badge--changed,[data-mode=dark] .rdc-badge--delete{background:#e0525226;color:#e05252}.rdc-footer{display:flex;align-items:center;gap:16px;padding:12px 20px;background:#22252e;flex-shrink:0}.rdc-selected-count{flex:1;text-align:center;font-size:13px;font-weight:600;color:#ffffffd9}.rdc-btn{padding:10px 20px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;min-width:120px}.rdc-btn--ghost{background:transparent;border:1px solid rgba(255,255,255,.25);color:#ffffffd9;transition:border-color .15s,color .15s}.rdc-btn--ghost:hover:not(:disabled){border-color:#e8c97a;color:#e8c97a}.rdc-btn--gold{background:var(--gold);border:none;color:#fff;transition:background .15s,opacity .15s}.rdc-btn--gold:hover:not(:disabled){background:var(--gold-light)}.rdc-btn:disabled{opacity:.5;cursor:default}.rds-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;display:flex;align-items:flex-end;justify-content:center}.rds-sheet{width:100%;max-width:100%;height:92vh;background:var(--bg-base);border-radius:20px 20px 0 0;display:flex;flex-direction:column;animation:rds-up .25s ease}@keyframes rds-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.rds-header{position:relative;background:#22252e;padding:14px 48px 14px 16px;border-radius:20px 20px 0 0}.rds-header-title{font-size:14px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rds-header-summary{font-size:11px;color:#ffffffa6;margin-top:4px}.rds-close{position:absolute;top:12px;right:12px;width:30px;height:30px;background:#ffffff1f;border:none;border-radius:50%;color:#ffffffd9;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.rds-close:hover{background:#ffffff38;color:#fff}.rds-warning{background:var(--gold-pale);color:var(--text-primary);font-size:12px;line-height:1.4;padding:10px 16px;border-bottom:1px solid var(--border);border-left:3px solid var(--gold)}.rds-body{flex:1;overflow-y:auto;padding:10px 12px}.rds-day{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-bottom:10px;overflow:hidden}.rds-day-header{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;font-family:inherit;cursor:pointer;text-align:left}.rds-day-header:hover{background:var(--bg-card-hover)}.rds-day-title{font-size:13px;font-weight:600;color:var(--text-primary)}.rds-day-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.rds-day-count{font-size:11px;color:var(--text-muted)}.rds-chev{font-size:11px;color:var(--text-muted);margin-left:2px}.rds-badge{font-size:10px;font-weight:600;padding:3px 7px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.rds-badge--gold{background:var(--gold-pale);color:var(--gold);border:1px solid rgba(201,168,76,.3)}.rds-badge--green{background:#3fa2591f;color:#3fa259;border:1px solid rgba(63,162,89,.3)}[data-mode=dark] .rds-badge--green{color:#6dd58a;background:#6dd58a1f;border-color:#6dd58a4d}.rds-day-body{border-top:1px solid var(--border-light);padding:4px 8px 10px}.rds-row{display:flex;align-items:flex-start;gap:10px;padding:10px 8px;border-radius:8px}.rds-row+.rds-row{border-top:1px solid var(--border-light)}.rds-check,.rds-check-ph{width:22px;height:22px;flex-shrink:0}.rds-check{border:1.5px solid var(--border);border-radius:4px;background:var(--bg-card);color:var(--gold);font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .15s,background .15s}.rds-check--on{border-color:var(--gold);background:var(--gold-pale)}.rds-row-body{flex:1;min-width:0}.rds-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px}.rds-subject{font-size:13px;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rds-row--delete .rds-subject{color:var(--red)}.rds-student{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;flex-shrink:0}.rds-line{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-top:2px}.rds-text{font-size:12px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.rds-text--muted{color:var(--text-muted)}.rds-tag{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;letter-spacing:.04em;flex-shrink:0;text-transform:uppercase}.rds-tag--green{background:#3fa2591f;color:#3fa259}.rds-tag--gold{background:var(--gold-pale);color:var(--gold)}.rds-tag--grey{background:var(--border-light);color:var(--text-muted)}.rds-tag--red{background:var(--red-lt);color:var(--red)}[data-mode=dark] .rds-tag--green{color:#6dd58a;background:#6dd58a1f}.rds-footer{display:flex;gap:10px;padding:12px 16px calc(16px + env(safe-area-inset-bottom,0));border-top:1px solid var(--border);background:var(--bg-card)}.rds-btn{flex:1;padding:12px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.rds-btn--ghost{background:transparent;border:1.5px solid var(--border);color:var(--text-secondary);transition:border-color .15s,color .15s}.rds-btn--ghost:hover{border-color:var(--gold);color:var(--gold)}.rds-btn--gold{background:var(--gold);border:none;color:#fff;transition:background .15s,opacity .15s}.rds-btn--gold:hover{background:var(--gold-light)}.rds-btn--gold:disabled,.rds-btn--ghost:disabled{opacity:.5;cursor:default}.db-btn{padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;flex-shrink:0;transition:background .15s,opacity .15s}.db-btn--gold{background:var(--gold);border:none;color:#fff}.db-btn--gold:hover{background:var(--gold-light)}.db-btn--gold:disabled{opacity:.4;cursor:default}.db-btn--ghost{background:transparent;border:1px solid var(--border);color:var(--text-secondary);display:inline-flex;align-items:center;cursor:pointer}.db-btn--ghost:hover{border-color:var(--gold);color:var(--gold)}.db-btn--red{background:var(--red);border:none;color:#fff}.db-btn--red:hover{opacity:.85}.db-btn--red:disabled,.db-btn--red.disabled{opacity:.4;cursor:default;pointer-events:none}.db-danger-sub{color:var(--red)}.db-result{display:block;font-size:11px;color:var(--gold);margin-top:4px;font-weight:500}.db-reload{margin-top:6px}.db-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:500;display:flex;align-items:center;justify-content:center}.db-modal{background:var(--bg-card);border-radius:12px;padding:24px;max-width:400px;width:90%;box-shadow:0 8px 32px #00000040}.db-modal-title{font-size:16px;font-weight:700;color:var(--text-primary);margin:0 0 12px}.db-modal-body{font-size:13px;color:var(--text-secondary);line-height:1.5;margin:0 0 16px}.db-modal-actions{display:flex;gap:8px;justify-content:flex-end}.db-confirm-input{width:100%;padding:10px 12px;border:1.5px solid var(--border);border-radius:8px;font-size:16px;font-family:inherit;color:var(--text-primary);background:var(--bg-base);margin-bottom:16px;transition:border-color .15s}.db-confirm-input:focus{outline:none;border-color:var(--red)}
