:root{--bg-color:#f6f8fc;--card-bg:#fff;--card-hover:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--accent-blue:#2563eb;--border-color:#e2e8f0;--surface-overlay:#fff;--divider-color:#0f172a1a;--shadow-elevated:0 10px 30px #0f172a1f;--danger:#dc2626}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-color:#0f1115;--card-bg:#15191e;--card-hover:#1c2128;--text-primary:#fff;--text-secondary:#8b949e;--accent-blue:#539bf5;--border-color:#30363d;--surface-overlay:#1a1f26;--divider-color:#ffffff14;--shadow-elevated:0 10px 30px #0000008c;--danger:#ff5252}:root:not([data-theme=dark]){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{flex-direction:column;min-height:100vh;display:flex}#root{flex:1;min-height:0}header{z-index:200;background:var(--bg-color);justify-content:space-between;align-items:center;padding:16px 24px;font-size:.875rem;display:flex;position:sticky;top:0}.logo{align-items:center;gap:4px;text-decoration:none;display:flex}.brand{gap:10px}.brand-icon{width:36px;height:36px;color:var(--accent-blue);background:#2563eb1f;border-radius:10px;justify-content:center;align-items:center;font-size:22px;display:flex}:root[data-theme=dark] .brand-icon{background:#539bf526}.brand-text{flex-direction:column;line-height:1.05;display:flex}.brand-name{color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:700}.brand-sub{color:var(--text-secondary);margin-top:3px;font-size:.75rem}.topRight ul{align-items:center;gap:16px;margin:0;padding:0;list-style:none;display:flex}.topRight li{cursor:pointer;justify-content:center;align-items:center;display:flex}.alarmBtn{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.alarmBtn .icon{width:24px;height:24px;display:none}.alarmBtn .bell-icon{color:var(--text-secondary);opacity:.9;font-size:22px;line-height:1;transition:color .2s,opacity .2s}.alarmBtn:hover .bell-icon{color:var(--text-primary);opacity:1}.alarmBtn .count{background-color:var(--danger);color:#fff;border:2px solid var(--bg-color);box-sizing:content-box;border-radius:50%;justify-content:center;align-items:center;width:14px;min-width:0;height:14px;padding:0;font-size:.5625rem;font-weight:700;line-height:1;display:flex;position:absolute;top:6px;right:6px}.gnbBtn{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.apps-popup{background-color:var(--surface-overlay);border:1px solid var(--border-color);width:420px;max-height:500px;box-shadow:var(--shadow-elevated);z-index:1000;border-radius:16px;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px;display:none;position:fixed;top:60px;right:24px;overflow-y:auto}.apps-popup.show{display:grid}.app-item{color:var(--text-primary);border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;min-height:100px;padding:12px 8px;text-decoration:none;transition:background-color .2s;display:flex}.app-item:hover{background-color:var(--card-hover)}.app-coming-soon-badge{letter-spacing:.05em;text-transform:uppercase;color:#fff;pointer-events:none;background:#00000073;border-radius:10px;padding:2px 6px;font-size:.55rem;font-weight:700;line-height:1.4;position:absolute;top:6px;right:6px}.app-icon{border:1px solid var(--border-color);background:#2563eb14;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;min-height:56px;display:flex}:root[data-theme=dark] .app-icon{background:#539bf51f;border-color:#ffffff14}.app-icon img{filter:invert()brightness(.35);opacity:.95;width:40px;height:40px;display:block}:root[data-theme=dark] .app-icon img{filter:none;opacity:1}.app-icon .material-symbols-rounded{justify-content:center;align-items:center;display:flex}.app-label{color:var(--text-secondary);text-align:center;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;width:100%;min-height:2.6em;max-height:2.6em;font-size:.75rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.gnbBtn .icon{flex-direction:column;gap:2px;padding:4px;transition:opacity .2s;display:flex}.gnbBtn:hover .icon{opacity:1}.gnbBtn .detail{gap:2px;display:flex}.gnbBtn .detail span{background-color:#94a3b8;border-radius:50%;width:4px;height:4px;transition:background-color .2s;display:block}.gnbBtn:hover .detail span{background-color:var(--accent-blue)}.profileBtn{border:1px solid var(--border-color);background:var(--card-bg);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.profileBtn:hover{border-color:var(--accent-blue)}.profileBtn .name{width:32px;height:32px;color:var(--accent-blue);background:#2563eb1a;border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:flex}.user-menu{border:1px solid var(--border-color);background:var(--surface-overlay);width:260px;box-shadow:var(--shadow-elevated);z-index:60;border-radius:14px;display:none;position:absolute;top:52px;right:0;overflow:hidden}.user-menu.show{display:block}.user-menu-header{border-bottom:1px solid var(--divider-color);padding:12px 12px 10px}.user-menu-name{font-size:.95rem;font-weight:700}#student-info-row{flex-direction:column;gap:4px;margin-top:8px;display:flex}.student-info-item{color:var(--text-secondary);align-items:center;gap:6px;font-size:.78rem;display:flex}.student-info-ico{color:var(--accent-blue);flex-shrink:0;font-size:.95rem}.student-info-label{color:var(--text-secondary);flex:1}.student-info-val{color:var(--text-primary);background:var(--card-hover);letter-spacing:.01em;border-radius:6px;padding:1px 7px;font-size:.75rem;font-weight:700}.menu-list{flex-direction:column;gap:10px;padding:10px 12px 12px;display:flex}.menu-row{align-items:center;gap:8px;display:flex}.menu-ico{color:var(--text-secondary);font-size:18px}.menu-label{color:var(--text-primary);flex:1;font-size:.85rem}.menu-select{border:1px solid var(--border-color);background:var(--card-bg);width:120px;color:var(--text-primary);border-radius:10px;padding:6px 8px;font-size:.85rem}.menu-select:focus{border-color:var(--accent-blue);outline:none}.menu-actions{flex-direction:column;gap:8px;margin-top:2px;display:flex}.menu-action-btn{border:1px solid var(--border-color);width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border-radius:12px;align-items:center;gap:10px;padding:10px;font-size:.85rem;display:flex}.menu-action-btn:hover{background:var(--card-hover);border-color:var(--accent-blue)}.menu-action-btn.menu-danger{color:var(--danger)}.menu-action-btn.menu-danger:hover{border-color:var(--danger);background:#dc262614}.menu-right-spacer{flex:1;justify-self:end;width:170px;min-width:0;height:1px}.menu-danger{color:var(--danger)}.menu-role-badge{color:#2563eb;background:#dbeafe;border-radius:10px;margin-left:auto;padding:2px 8px;font-size:.75rem;font-weight:700}:root[data-theme=dark] .menu-role-badge{color:#93c5fd;background:#1e3a5f}:root[data-theme=kids] .user-menu{border:2.5px solid #f9a8d4!important;border-radius:22px!important;box-shadow:0 12px 40px #f05fa32e!important}:root[data-theme=kids] .menu-label,:root[data-theme=kids] .menu-select,:root[data-theme=kids] .user-menu-name{font-family:Nunito,Inter,sans-serif!important;font-weight:800!important}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#0f172a;background:#f8fafc;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100vh}html{background:radial-gradient(circle at 0 0,#3b82f61a,#0000 28%),linear-gradient(#f8fafc 0%,#eef4ff 100%)}body{background:radial-gradient(circle at 0 0,#3b82f61a,#0000 28%),linear-gradient(#f8fafc 0%,#eef4ff 100%);min-height:100vh;margin:0}#root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-height:100vh}button,input{font:inherit}.dashboard-shell{max-width:1400px;min-height:100vh;margin:0 auto;padding:32px 24px 48px}.hero-card,.panel-card,.stat-card,.status-card{background:#ffffffeb;border:1px solid #dbe4f0;border-radius:20px;box-shadow:0 16px 40px #0f172a14}.hero-card{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;padding:28px;display:flex}.hero-card--compact{align-items:center}.eyebrow,.panel-kicker,.modal-kicker{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:.82rem;font-weight:700}.hero-card h1,.panel-card h2,.modal-card h2{margin:0}.hero-copy{color:#475569;max-width:680px;margin:10px 0 0}.teacher-search{align-items:end;gap:12px;min-width:280px;display:flex}.field{color:#334155;flex-direction:column;gap:8px;width:100%;font-weight:600;display:flex}.field span{font-size:.92rem}.field input{background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:12px 14px}.primary-button,.ghost-button{cursor:pointer;border:1px solid #0000;border-radius:12px;padding:12px 16px;font-weight:600}.primary-button:disabled,.ghost-button:disabled{cursor:not-allowed;opacity:.7}.primary-button{color:#fff;background:#2563eb}.ghost-button{color:#1d4ed8;background:#eff6ff}.ghost-button--danger{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.tab-switch{flex-wrap:wrap;gap:12px;display:flex}.stats-grid,.content-grid{gap:20px;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.stat-card{padding:18px 20px}.stat-card strong{margin-top:4px;font-size:1.75rem;display:block}.meta-label,.inline-note{color:#64748b;font-size:.88rem}.inline-note--pending{color:#92400e;font-weight:600}.status-card{flex-direction:column;gap:4px;margin-bottom:20px;padding:16px 18px;display:flex}.loading-card{position:relative;overflow:hidden}.loading-card__header{align-items:center;gap:10px;display:flex}.loading-spinner{border:2px solid #2563eb2e;border-top-color:#2563eb;border-radius:999px;width:18px;height:18px;animation:.9s linear infinite spin}.loading-shimmer{pointer-events:none;background:linear-gradient(90deg,#fff0 0%,#ffffff6b 50%,#fff0 100%);animation:1.8s ease-in-out infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.error-card{color:#991b1b;background:#fff7f7;border-color:#fecaca}.content-grid{grid-template-columns:1fr}.panel-card{padding:22px}.panel-header,.modal-header{justify-content:space-between;align-items:start;gap:16px;margin-bottom:20px;display:flex}.panel-header--compact{margin-bottom:16px}.filter-card{margin-bottom:20px}.schedule-view-row{flex-wrap:nowrap;align-items:flex-end;gap:16px;display:flex}.schedule-view-option{flex-direction:column;flex:none;justify-content:flex-end;gap:8px;display:flex}.schedule-view-option--class{flex:1 1 0;min-width:260px}.schedule-view-option .primary-button,.schedule-view-option .ghost-button{white-space:nowrap;height:46px;min-height:46px}.schedule-view-option .meta-label{line-height:1}.empty-state,.substitute-placeholder p{color:#475569;margin:0}.substitute-placeholder{flex-direction:column;gap:10px;display:flex}.substitute-dashboard{align-content:start;gap:24px;display:grid}.substitute-overview-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);align-items:stretch;gap:20px;display:grid}.substitute-progress-panel{flex-direction:column;min-height:100%;display:flex}.substitute-progress-layout{flex:1;grid-template-columns:minmax(220px,240px) max-content;justify-content:center;align-items:center;gap:24px;display:grid}.substitute-progress-ring-wrap{justify-content:center;width:100%;display:flex}.substitute-progress-ring{aspect-ratio:1;border-radius:50%;place-items:center;width:min(240px,100%);display:grid}.substitute-progress-ring-center{text-align:center;background:#fffffff0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:68%;height:68%;padding:18px;display:flex;box-shadow:inset 0 0 0 1px #dbe4f0e6}.substitute-progress-ring-center strong{font-size:2rem}.substitute-progress-ring-center span{color:#64748b;font-size:.9rem}.substitute-progress-legend{justify-self:start;gap:10px;display:grid}.substitute-legend-item{color:#334155;align-items:center;gap:10px;font-weight:600;display:flex}.substitute-legend-dot{border-radius:999px;flex:none;width:12px;height:12px}.substitute-legend-dot--self{background:#2563eb}.substitute-legend-dot--covered{background:#8b5cf6}.substitute-legend-dot--remaining{background:#cbd5e1}.substitute-metrics-stack{gap:16px;display:grid}.substitute-metric-card{min-height:0}.substitute-log-card{min-height:340px;overflow:hidden}.substitute-table-shell{position:relative}.substitute-table-wrap{overflow-x:auto}.substitute-table{border-collapse:collapse;width:100%;min-height:420px}.substitute-table th,.substitute-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:14px 12px}.substitute-table th{color:#64748b;font-size:.88rem;font-weight:700}.substitute-table-row--empty td{height:58px}.substitute-table-skeleton{background:#cbd5e1cc;border-radius:999px;width:min(140px,100%);height:14px;display:block}.substitute-table-skeleton--short{width:88px}.substitute-table-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fafc7a;justify-content:center;align-items:center;display:flex;position:absolute;inset:52px 0 0}.substitute-table-overlay span{color:#334155;background:#ffffffeb;border:1px solid #dbe4f0;border-radius:999px;padding:10px 18px;font-weight:700;box-shadow:0 12px 30px #0f172a14}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{transform:translate(100%)}}.substitute-type-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.substitute-type-badge--provided{color:#166534;background:#dcfce7}.substitute-type-badge--received{color:#1d4ed8;background:#dbeafe}.substitute-request-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.substitute-request-badge--pending{color:#92400e;background:#fef3c7}.substitute-request-badge--approved{color:#166534;background:#dcfce7}.substitute-request-badge--rejected{color:#b91c1c;background:#fee2e2}.substitute-request-reason{color:#64748b;white-space:normal;margin-top:6px;font-size:.84rem}.substitute-request-actions{flex-wrap:wrap;gap:10px;display:flex}.net-difference--positive{color:#15803d}.net-difference--negative{color:#b91c1c}.chip-section+.chip-section{margin-top:18px}.chip-section h3{margin:0 0 10px;font-size:1rem}.chip-wrap{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:8px 12px;font-size:.9rem;font-weight:600}.fc .fc-toolbar-title{font-size:1.1rem}.fc .fc-button-primary{background:#2563eb;border-color:#2563eb}.fc .fc-timegrid-slot{height:1.25rem}.fc .fc-timegrid-event .fc-event-main{padding:0}.calendar-event-content{width:100%;height:100%;color:inherit;display:flex;overflow:hidden}.calendar-event-content--long{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:4px 6px;line-height:1.2}.calendar-event-content--medium{flex-direction:column;justify-content:center;gap:2px;padding:3px 5px;line-height:1.1}.calendar-event-content--short{text-align:center;justify-content:center;align-items:center;padding:0 2px;font-size:.76rem;font-weight:600;line-height:1}.calendar-event--ultra-short .calendar-event-content--short{padding:0 1px}.calendar-event-time,.calendar-event-title{text-overflow:ellipsis;display:block;overflow:hidden}.calendar-event-time{white-space:nowrap;opacity:.75;font-size:.68rem;font-weight:600}.calendar-event-title{white-space:nowrap}.calendar-event--long .calendar-event-time{font-size:.72rem}.calendar-event--long .calendar-event-title{font-size:.96rem;font-weight:700}.calendar-event--medium .calendar-event-title{font-size:.8rem;font-weight:600}.calendar-event--short .calendar-event-title{text-align:center;font-size:.76rem;font-weight:700}.calendar-event--ultra-short .calendar-event-title{font-size:.7rem}.calendar-event-pending-tag{opacity:.9;margin-top:1px;font-size:.62rem;font-weight:700;line-height:1;display:block}.calendar-event--pending-out .fc-event-main{filter:saturate(.65)opacity(.88)}.calendar-event--pending-out{color:#3f3f46!important;background:#e8e8ea!important;border-color:#b4b4bb!important}.calendar-event--pending-in .fc-event-main{box-shadow:inset 0 0 0 1px #ef4444}.fc .fc-timegrid-event.calendar-event--pending-in,.fc .fc-daygrid-event.calendar-event--pending-in{color:#991b1b!important;background:#fee2e2!important;border-color:#ef4444!important}.fc .fc-daygrid-event{line-height:1.2}.fc .fc-more-link{font-size:.78rem;font-weight:600}.modal-backdrop{z-index:1200;overscroll-behavior:contain;background:#0f172a73;justify-content:center;align-items:flex-start;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-backdrop--nested{z-index:1350;background:#0f172a8f}.editor-modal-pending-notice{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;margin:0 24px 12px;padding:10px 14px;font-size:.88rem;line-height:1.45}.modal-card{z-index:1201;background:#fff;border-radius:20px;flex-direction:column;gap:16px;width:min(1240px,100%);max-height:calc(100vh - 48px);margin:auto;padding:24px;display:flex;position:relative;overflow-y:auto;box-shadow:0 30px 60px #0f172a3d}.modal-card--schedule{width:min(1320px,100%)}.modal-layout{grid-template-columns:minmax(0,1fr);gap:20px;display:grid}.modal-layout--split{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:stretch}.modal-panel{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:20px;height:100%;padding:20px;display:flex}.modal-panel--secondary{gap:16px}.modal-panel-header{justify-content:space-between;align-items:start;gap:12px;display:flex}.modal-panel-header h3{margin:0}.modal-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.modal-transfer-arrow{color:#2563eb;flex-direction:column;justify-content:center;align-self:stretch;align-items:center;gap:6px;display:flex}.modal-transfer-arrow__label{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.modal-transfer-arrow__icon{background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;place-items:center;width:52px;height:52px;font-size:1.6rem;line-height:1;display:grid}.event-meta{border-top:1px solid #e2e8f0;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:auto;padding-top:16px;display:grid}.readonly-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.readonly-field{background:#ffffffeb;border:1px solid #dbe4f0;border-radius:14px;padding:14px 16px}.readonly-field strong{color:#0f172a;word-break:break-word;margin-top:6px;font-size:.95rem;display:block}.modal-actions{justify-content:flex-end;align-items:end;gap:12px;display:flex}.modal-actions--stacked{flex-direction:column;align-items:stretch}.modal-inline-actions{flex-wrap:wrap;gap:12px;display:flex}.modal-footer{border-top:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;padding-top:16px;display:flex}.modal-footer__primary{margin-left:auto}.recommendation-list{gap:10px;display:grid}.recommendation-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:14px;gap:4px;width:100%;padding:12px 14px;display:grid}.recommendation-card strong,.recommendation-card span{pointer-events:none}.recommendation-card span{color:#64748b;font-size:.9rem}.recommendation-card .ai-reason{color:#0f766e;font-style:italic}.modal-info-card,.modal-schedule-preview{background:#ffffffeb;border:1px solid #dbe4f0;border-radius:14px;padding:14px}.modal-info-card strong{margin-top:4px;display:block}.teacher-schedule-modal__note{color:#475569;background:#f8fafc;border:1px solid #dbe4f0;border-radius:14px;margin-bottom:16px;padding:12px 14px;font-size:.92rem}.teacher-schedule-modal__calendar{background:#fff;border:1px solid #dbe4f0;border-radius:18px;padding:16px}.modal-schedule-preview{gap:12px;display:grid}.modal-schedule-preview__list{gap:10px;display:grid}.modal-schedule-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:4px;padding:10px 12px;display:grid}.modal-schedule-item span{color:#64748b;font-size:.88rem}.form-message{margin:16px 0 0}.error-text{color:#b91c1c;font-weight:600}.success-text{color:#15803d;font-weight:600}.event-meta strong{word-break:break-word;font-size:.95rem;display:block}.air-select__control{height:46px;min-height:46px!important;box-shadow:none!important;border-color:#cbd5e1!important;border-radius:12px!important}.air-select__value-container,.air-select__indicators{height:46px}.air-select__menu{z-index:20!important}.air-select__menu-portal{z-index:1300!important}@media (width<=1280px){.modal-layout--split{grid-template-columns:minmax(0,1fr)}.modal-transfer-arrow{flex-direction:row;justify-self:start;padding:4px 0}.modal-transfer-arrow__icon{transform:rotate(90deg)}}@media (width<=1080px){.content-grid,.stats-grid,.modal-grid,.event-meta{grid-template-columns:1fr}.hero-card{flex-direction:column;align-items:stretch}.teacher-search{flex-direction:column;align-items:stretch;min-width:0}.schedule-view-row,.tab-switch{flex-direction:column;align-items:stretch}.schedule-view-option--class{min-width:0}.substitute-overview-grid,.substitute-progress-layout,.modal-layout--split,.modal-footer,.readonly-grid{grid-template-columns:1fr}.modal-footer{display:grid}.modal-footer__primary{margin-left:0}.modal-transfer-arrow{justify-self:center}.modal-transfer-arrow__icon{transform:rotate(90deg)}}@media (width<=640px){.modal-backdrop{padding:12px}.modal-card{border-radius:14px;max-height:calc(100vh - 24px);padding:16px}.modal-panel{padding:14px}.modal-header h2{font-size:1.25rem}}
