@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;color:#1c1f12;background-color:#f4f5ef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--page-background: linear-gradient(135deg, #f2f3ed 0%, #f8f7f1 40%, #eef2e5 100%);--sidebar-surface: #efefe8;--sidebar-hover: rgba(170, 186, 122, .2);--sidebar-active-bg: rgba(172, 193, 120, .25);--sidebar-text: #3c412a;--sidebar-active: #3d4a1e;--hero-surface: #ffffff;--card-surface: #f0f0eb;--primary-text: #2a2f1a;--muted-text: #5b6242;--accent-olive: #7c8f42;--hero-title: #1c220f;--accent-navy: #293a64;--shadow-soft: 0 18px 28px -18px rgba(73, 81, 38, .35)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--page-background);color:var(--primary-text)}a{color:inherit}button{font-family:inherit}#root{min-height:100vh}.app-shell{display:flex;min-height:100vh;padding:28px 32px 36px;gap:32px;background:var(--page-background)}.app-main{flex:1;min-width:0;padding:18px 8px 32px}.required-profile-banner{margin-bottom:14px;padding:10px 12px;border-radius:12px;border:1px solid rgba(41,58,100,.25);background:#293a6414;display:flex;align-items:center;justify-content:space-between;gap:12px}.home-page{min-height:100vh;display:flex;flex-direction:column;background:var(--page-background)}.home-header{background:var(--hero-surface);border-bottom:1px solid rgba(60,65,42,.08);box-shadow:var(--shadow-soft)}.home-header-inner{max-width:1000px;margin:0 auto;padding:22px 24px}.home-header h1{margin:0;font-family:Manrope,sans-serif;font-size:30px;letter-spacing:.02em;font-weight:800;color:var(--hero-title)}.home-content,.home-auth-content{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 20px 48px}.home-auth-inner{width:min(640px,100%);background:var(--hero-surface);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}.auth-login{padding:12px 6px}.auth-login h1{margin:0;font-size:28px;color:var(--primary-text)}.auth-login-subtitle{margin:8px 0 0;color:var(--muted-text);font-weight:600}.auth-social-list{margin-top:18px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:10px}.auth-image-button{border:none;background:transparent;padding:0;cursor:pointer;width:100%}.auth-image-button img{width:100%;height:auto;display:block;border-radius:10px}.auth-image-button:hover{transform:translateY(-1px)}.auth-image-button-wrap{width:50%;display:flex;flex-direction:column;align-items:center;position:relative}.auth-last-login-badge{min-height:24px;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#1f2937;color:#fff;font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap;position:relative}.auth-last-login-badge.is-hidden{visibility:hidden}.auth-last-login-badge:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px 5px 0 5px;border-style:solid;border-color:#1f2937 transparent transparent transparent}.auth-last-login-badge.is-hidden:after{display:none}.auth-image-button:disabled{opacity:.65;cursor:not-allowed}.auth-social-button{height:50px;border-radius:10px;border:none;display:flex;align-items:center;gap:12px;padding:0 14px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.auth-social-button:hover{transform:translateY(-1px);box-shadow:0 10px 18px -14px #14141473}.auth-image-button:disabled,.auth-social-button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.auth-social-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;line-height:1;font-size:13px}.auth-social-button.kakao{background:#fee500;color:#191919}.auth-social-button.kakao .kakao-icon{background:#191919;color:#fee500;font-size:11px}.auth-social-button.naver{background:#03c75a;color:#fff}.auth-social-button.naver .naver-icon{background:#fff;color:#03c75a;font-size:16px}.auth-login-hint{margin:12px 0 0;color:var(--muted-text);font-size:13px}.auth-legal-links{margin:8px 0 0;font-size:13px;color:var(--muted-text);display:flex;gap:8px}.auth-legal-links a{color:var(--accent-navy);text-decoration:none;font-weight:600}.auth-legal-links a:hover{text-decoration:underline}.auth-login-error{margin:10px 0 0;color:#c03636;font-weight:600}.auth-naver-wrapper{width:100%}.auth-naver-sdk{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.onboarding-page{width:min(680px,100%);margin:32px auto;background:#fff;border:1px solid rgba(41,58,100,.12);border-radius:18px;padding:28px 24px;box-shadow:0 18px 34px -30px #12182d73}.onboarding-title{margin:0;font-size:30px;color:#1f2937}.onboarding-subtitle{margin:10px 0 0;color:#667085;font-size:15px}.onboarding-field{margin-top:18px}.onboarding-label{display:block;font-size:14px;font-weight:700;color:#344054;margin-bottom:8px}.onboarding-input{width:100%;height:48px;border-radius:12px;border:1px solid #cbd5e1;background:#f8fafc;padding:0 14px;font-size:15px;color:#0f172a;box-sizing:border-box}.onboarding-input:focus{outline:none;border-color:#1f3f86;box-shadow:0 0 0 3px #1f3f861f;background:#fff}.onboarding-hint{margin-top:8px;font-size:13px;color:#667085}.onboarding-warning-hint{display:flex;align-items:center;gap:8px;color:#475467}.onboarding-warning-icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#d92d20;color:#fff;font-size:12px;font-weight:800;line-height:1}.onboarding-actions{margin-top:24px}.onboarding-consent-box{margin-bottom:12px;padding:12px;border-radius:12px;border:1px solid #d0d7e2;background:#f8fafc;display:grid;gap:10px}.onboarding-consent-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#334155}.onboarding-consent-item input{width:16px;height:16px}.onboarding-consent-item a{color:#1f3f86;font-weight:700;text-decoration:none}.onboarding-consent-item a:hover{text-decoration:underline}.onboarding-submit{width:100%;height:50px;border:none;border-radius:12px;background:#1f3f86;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.onboarding-submit:hover{filter:brightness(1.05)}.onboarding-legal-links{margin:10px 0 0;font-size:13px;color:#667085;display:flex;justify-content:center;gap:8px}.onboarding-legal-links a{color:#1f3f86;text-decoration:none;font-weight:600}.onboarding-legal-links a:hover{text-decoration:underline}.onboarding-status{margin-top:12px;font-size:14px}.onboarding-status-pending{color:#556b2f}.onboarding-status-error{color:#c03636;font-weight:600}.onboarding-pending-card{margin-top:22px;border:1px solid rgba(31,63,134,.14);border-radius:14px;background:linear-gradient(180deg,#f7faff,#eff4ff);padding:18px 16px}.onboarding-pending-text{margin:0;color:#1f2937;font-weight:700;line-height:1.65}.home-content-inner{width:min(640px,100%);background:var(--hero-surface);border-radius:24px;padding:28px 28px 24px;box-shadow:var(--shadow-soft)}.home-content-inner h2{margin:0 0 14px;font-size:clamp(1.6rem,2.6vw,2.1rem);color:var(--primary-text);line-height:1.25}.home-eyebrow{margin:0 0 10px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-olive);font-weight:700}.home-description{margin:0;color:var(--muted-text);font-weight:600}.home-description strong{font-weight:800;color:var(--primary-text)}.home-feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.home-feature-item{border-radius:16px;background:var(--card-surface);padding:14px 14px 12px}.home-feature-item h3{margin:0 0 6px;font-size:15px;color:var(--primary-text)}.home-feature-item p{margin:0;font-size:13px;color:var(--muted-text);line-height:1.45}.home-quote{margin:18px 0 0;padding-top:14px;border-top:1px solid rgba(60,65,42,.12);font-weight:700;color:var(--accent-olive)}.home-cta{margin-top:18px;display:flex;gap:10px}.home-cta-button{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:10px 16px;border-radius:12px;text-decoration:none;font-weight:700;font-size:14px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.home-cta-button:hover{transform:translateY(-1px)}.home-cta-primary{background:var(--accent-olive);color:#f8f7f1;box-shadow:0 10px 18px -12px #49512699}.home-cta-secondary{background:#eef1e3;color:var(--primary-text);border:1px solid rgba(60,65,42,.15)}@media(max-width:860px){.home-feature-list{grid-template-columns:1fr}.home-cta{flex-direction:column}}.home-footer{background:var(--card-surface);border-top:1px solid rgba(60,65,42,.08)}.home-footer-inner{max-width:1000px;margin:0 auto;padding:20px 24px 26px;display:grid;gap:6px;color:var(--muted-text);font-size:14px}.home-footer-links{display:flex;gap:8px;align-items:center}.home-footer-links a{color:var(--accent-navy);text-decoration:none;font-weight:600}.home-footer-links a:hover{text-decoration:underline}.legal-page{min-height:100vh;padding:28px 20px 44px}.legal-card{width:min(920px,100%);margin:0 auto;background:#fff;border-radius:18px;border:1px solid rgba(60,65,42,.1);box-shadow:var(--shadow-soft);padding:28px 24px}.legal-card h1{margin:0;font-size:30px;color:var(--primary-text)}.legal-card h2{margin:26px 0 10px;font-size:20px;color:var(--primary-text)}.legal-card h3{margin:16px 0 8px;font-size:16px;color:var(--primary-text)}.legal-card p{margin:10px 0 0;color:#334155;line-height:1.7}.legal-card ul{margin:8px 0 0;padding-left:20px;color:#334155;line-height:1.7}.legal-table{width:100%;border-collapse:collapse;margin-top:12px}.legal-table th,.legal-table td{border:1px solid #dbe0ea;padding:10px 12px;text-align:left;vertical-align:top;font-size:14px;line-height:1.5}.legal-table th{background:#f8fafc;color:#0f172a;font-weight:700}.app-shell.no-sidebar{padding:28px 32px 36px}.app-shell.no-sidebar .app-main{padding:0}.sidebar{width:110px;padding:20px 14px;border-radius:28px;background:var(--sidebar-surface);box-shadow:var(--shadow-soft);display:flex;justify-content:center;position:sticky;top:24px;height:fit-content;align-self:flex-start}.sidebar-nav{display:flex;flex-direction:column;gap:16px;width:100%}.sidebar-link{text-decoration:none;color:var(--sidebar-text);display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 6px;border-radius:18px;transition:transform .2s ease,background .2s ease,color .2s ease;font-size:12px;font-weight:600}.sidebar-link:hover{transform:translateY(-2px);background:var(--sidebar-hover);color:var(--sidebar-active)}.sidebar-link.active{background:var(--sidebar-active-bg);color:var(--sidebar-active);box-shadow:0 12px 18px -14px #5a6e3299}.sidebar-link.preview-exit-link{background:var(--accent-navy);color:#fff;box-shadow:0 12px 18px -14px #293a64bf}.sidebar-link.preview-exit-link:hover{transform:translateY(-2px);background:var(--accent-navy);color:#fff}.sidebar-icon{width:34px;height:34px;display:grid;place-items:center}.sidebar-icon svg{width:28px;height:28px}.weekly-report-public-page{min-height:100vh;display:grid;place-items:center;padding:24px}.weekly-report-public-card{width:min(760px,100%);background:#fffffff2;border-radius:24px;padding:28px;box-shadow:var(--shadow-soft);border:1px solid rgba(60,65,42,.08)}.weekly-report-public-header h1{margin:6px 0 10px;font-size:clamp(1.5rem,4.3vw,2rem);line-height:1.25}.weekly-report-public-header p{margin:0;color:var(--muted-text)}.weekly-report-public-eyebrow{margin:0;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-olive);font-weight:700}.weekly-report-public-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.weekly-report-public-item{background:#f6f8ef;border-radius:16px;padding:16px;border:1px solid rgba(124,143,66,.2)}.weekly-report-public-item h2{margin:0;font-size:14px;color:var(--muted-text);font-weight:700}.weekly-report-public-item p{margin:10px 0 0;font-size:24px;font-weight:800;color:var(--primary-text)}.weekly-report-public-item small{display:block;margin-top:6px;color:var(--muted-text);font-size:12px}.weekly-report-public-footer{margin-top:20px;border-top:1px solid rgba(60,65,42,.12);padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.weekly-report-public-footer p{margin:0;color:var(--muted-text);font-size:14px}.weekly-report-public-home-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;padding:8px 14px;background:var(--accent-olive);color:#f8f7f1;font-weight:700}.report-test-page{display:grid;gap:14px}.report-test-card{width:min(680px,100%);background:var(--hero-surface);border-radius:18px;padding:20px;box-shadow:var(--shadow-soft);display:grid;gap:12px}.report-test-card label{display:grid;gap:6px;font-size:14px;color:var(--muted-text)}.report-test-card select{width:100%;border:1px solid rgba(60,65,42,.18);border-radius:12px;background:#fff;padding:10px 12px;font-size:14px;color:var(--primary-text)}@media(max-width:860px){.weekly-report-public-grid{grid-template-columns:1fr}.weekly-report-public-card{padding:20px;border-radius:20px}}.sidebar-label{text-align:center;line-height:1.2;white-space:pre-line}.teacher-page{display:flex;flex-direction:column;gap:28px}.teacher-hero{position:relative;border-radius:32px;padding:42px 48px;background:var(--hero-surface);overflow:hidden;box-shadow:var(--shadow-soft);animation:rise-in .6s ease both}.teacher-hero:before,.teacher-hero:after{content:"";position:absolute;inset:-40% -10% auto auto;width:64%;height:160%;background:linear-gradient(120deg,#b7cc68,#a4bf56 48%,#93ae4b);transform:skew(-12deg);opacity:.9}.teacher-hero:after{width:42%;right:-5%;background:linear-gradient(120deg,#bdd270cc,#a5bf56b3);opacity:.7}.hero-content{position:relative;z-index:1;max-width:520px}.hero-top{display:flex;align-items:center;justify-content:flex-start;margin-bottom:24px}.hero-label{text-transform:uppercase;letter-spacing:.24em;font-size:12px;font-weight:700;color:var(--accent-olive)}.hero-title{font-family:inherit;font-size:clamp(2.4rem,4.2vw,3.6rem);margin:0 0 16px;line-height:1.05;color:var(--hero-title)}.hero-subtitle{margin:0;font-size:16px;color:var(--muted-text)}.teacher-main-title{white-space:nowrap}.page-shell{padding:16px 8px;display:flex;flex-direction:column;gap:12px}.lecture-page{display:flex;flex-direction:column;gap:18px;animation:rise-in .6s ease both}.lecture-header h1{margin:0 0 14px;font-size:32px}.lecture-tabs{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lecture-tab{border:none;background:#e5e6df;color:var(--primary-text);padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.lecture-tab:hover{transform:translateY(-1px)}.lecture-tab.active{background:var(--accent-navy);color:#fff}.lecture-add{width:36px;height:36px;border-radius:50%;border:1px solid rgba(35,35,35,.2);background:#fff;font-size:20px;cursor:pointer;display:grid;place-items:center}.lecture-divider{height:1px;background:#26281e33;margin-top:6px}.lecture-detail{display:flex;flex-direction:column;gap:18px;padding:18px 0;border-bottom:1px solid rgba(38,40,30,.15)}.lecture-actions{display:flex;justify-content:flex-end;gap:10px}.modal-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#bebebeb3;display:grid;place-items:center;z-index:1000}.modal-card{background:#fff;border-radius:20px;padding:22px;min-width:300px;display:flex;flex-direction:column;gap:12px;box-shadow:0 18px 40px -24px #00000059}.modal-card h2{margin:0;font-size:18px}.modal-card p{margin:0;color:var(--muted-text);font-size:14px}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.lecture-detail-info{display:flex;flex-direction:column;gap:14px}.lecture-detail-row{display:flex;align-items:center;gap:16px;color:var(--primary-text)}.lecture-detail-row.top-row{justify-content:space-between}.lecture-detail-main{display:flex;align-items:center;gap:16px}.lecture-actions-inline{display:flex;align-items:center;gap:10px}.lecture-detail-row strong{display:block;font-size:15px}.lecture-detail-row span{display:block;font-size:12px;color:var(--muted-text)}.detail-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#2b2f1a}.detail-icon svg{display:block}.detail-icon svg{width:28px;height:28px}.lecture-students{display:flex;gap:12px;flex-wrap:wrap;padding-top:10px}.student-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:#ecece6;font-size:13px;font-weight:600;color:var(--primary-text)}.student-chip-button{border:none;cursor:pointer;font-family:inherit}.chip-icon{width:28px;height:28px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#2b2f1a}.chip-icon svg{width:18px;height:18px}.lecture-status{font-size:14px;color:var(--muted-text)}.lecture-status.error{color:#b33a2f}.lecture-status.empty{color:#8d8d86}.lecture-form-page{display:flex;flex-direction:column;gap:18px}.lecture-progress{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lecture-progress-step{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:#fff9;border:1px solid rgba(86,94,56,.25);font-size:14px;font-weight:600;color:var(--primary-text)}.lecture-progress-step.is-loading{background:#eff3e3;border-color:#565e3866}.lecture-progress-step.is-complete{background:#e6f2e3;border-color:#28825059}.lecture-progress-arrow{color:#9a9a93;font-weight:600}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;font-size:12px;font-weight:700}.step-icon.complete{background:#2f8b57;color:#fff;font-size:18px}.step-icon.loading{border:2px solid rgba(47,139,87,.25);border-top-color:#2f8b57;animation:spin 1s linear infinite}.step-icon.active{background:#2f8b57}.lecture-form{display:flex;flex-direction:column;gap:18px;padding:12px 0 24px;border-bottom:1px solid rgba(38,40,30,.15)}.lecture-input-row{display:flex;align-items:center;gap:18px;color:var(--muted-text)}.lecture-input-row input,.lecture-input-row select{border:none;outline:none;background:transparent;font-size:15px;color:var(--primary-text);font-family:inherit}.lecture-input-row input::placeholder{color:#9a9a93}.lecture-input-row label{flex:1}.row-icon{width:34px;height:34px;border-radius:10px;border:1px solid rgba(38,40,30,.2);display:grid;place-items:center;font-weight:700;text-transform:uppercase;color:var(--primary-text)}.row-icon svg{width:18px;height:18px}.row-grid{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.row-grid input,.row-grid select{padding:6px 10px;background:#f1f1ec;border-radius:10px}.range-sep{color:#9a9a93}.time-range-sep{margin:0 14px}.time-sep{color:#9a9a93;font-weight:600}.lecture-form-actions{margin-top:6px;display:flex;gap:10px}.lecture-save{border:none;background:var(--accent-navy);color:#fff;padding:10px 22px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer}.lecture-save:disabled{opacity:.7;cursor:default}.lecture-danger{border:none;background:#c83131;color:#fff;padding:10px 22px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer}.lecture-danger:disabled{opacity:.7;cursor:default}.lecture-link-card{padding:20px 22px;border-radius:22px;background:var(--card-surface);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:12px}.lecture-link-card h2{margin:0;font-size:20px}.lecture-link-card p{margin:0;color:var(--muted-text);font-size:14px}.lecture-student-panel{margin-top:8px;display:flex;flex-direction:column;gap:10px}.lecture-student-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.lecture-student-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#f1f1eccc}.student-select{display:flex;align-items:center;gap:10px}.week-detail-lines{display:flex;flex-direction:column;gap:3px}.student-select input{width:16px;height:16px}.student-name{font-size:14px;font-weight:600;color:var(--primary-text)}.students-page{display:flex;flex-direction:column;gap:18px;animation:rise-in .6s ease both}.students-header h1{margin:0;font-size:32px}.students-tabs{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.students-tab{border:none;background:#e5e6df;color:var(--primary-text);padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.students-tab:hover{transform:translateY(-1px)}.students-tab.active{background:var(--accent-navy);color:#fff}.students-actionbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:16px;background:#f1f1ecd9}.students-action-info{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted-text)}.students-action-buttons{margin-left:auto;display:flex;align-items:center;gap:10px}.student-select-all{display:flex;align-items:center;justify-content:center}.student-select-all input{width:16px;height:16px}.students-table{display:flex;flex-direction:column;gap:16px;overflow-x:auto}.students-table-header,.students-table-row{display:grid;grid-template-columns:var(--students-grid);gap:16px;align-items:center;min-width:max-content}.students-table-header{font-size:13px;font-weight:600;color:var(--muted-text);padding-bottom:8px;border-bottom:1px solid rgba(38,40,30,.15)}.students-table-row{padding:10px 0 18px;border-bottom:1px solid rgba(38,40,30,.08)}.student-cell{font-size:14px;color:var(--primary-text);display:flex;align-items:center;gap:8px}.student-edit-block{display:grid;grid-template-rows:auto auto;gap:10px}.student-edit-inputs{display:grid;grid-template-columns:var(--students-input-grid, var(--students-base-grid));gap:16px}.student-inline-actions{display:flex;justify-content:flex-end;gap:8px}.student-edit{border:none;background:var(--accent-navy);color:#fff;width:22px;height:22px;border-radius:999px;cursor:pointer;font-size:12px}.students-modal-body{display:flex;flex-direction:column;gap:8px}.students-modal-body select{border:1px solid rgba(38,40,30,.2);border-radius:10px;padding:8px 10px;font-size:14px}.students-modal-error{color:#b02d2d;font-size:12px}.notices-page{display:flex;flex-direction:column;gap:18px;animation:rise-in .6s ease both}.notices-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.notice-back{border:1px solid rgba(38,40,30,.2);background:#fff;color:#2b2f1a;font-weight:600;font-size:14px;cursor:pointer;padding:6px 14px;display:inline-flex;align-items:center;gap:6px;border-radius:999px}.notice-back:hover{opacity:.7}.notice-back-inline{align-self:flex-start}.notices-header h1{margin:0;font-size:32px}.notices-header p{margin:6px 0 0;color:var(--muted-text);font-size:14px}.notice-tabs{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.notice-tab{border:none;background:#e5e6df;color:var(--primary-text);padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.notice-tab:hover{transform:translateY(-1px)}.notice-tab.active{background:var(--accent-navy);color:#fff}.notice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.notice-grid-shell{display:grid;grid-template-columns:125px minmax(0,1fr);align-items:start;gap:18px}.notice-grid-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}.notice-empty{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.notice-card{border:none;text-align:left;background:#eeeeea;border-radius:22px;padding:18px 18px 20px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.notice-card:hover{transform:translateY(-2px);box-shadow:0 12px 20px -18px #00000059}.notice-card.is-dragging,.material-card-button.is-dragging,.video-card.is-dragging{opacity:.65;transform:scale(.98)}.notice-card.drag-over-before,.material-card-button.drag-over-before,.video-card.drag-over-before{box-shadow:inset 0 4px 0 var(--accent-navy)}.notice-card.drag-over-after,.material-card-button.drag-over-after,.video-card.drag-over-after{box-shadow:inset 0 -4px 0 var(--accent-navy)}.notice-add-card{border:1px dashed rgba(38,40,30,.25);background:#f6f6f2;border-radius:22px;padding:18px;min-height:120px;max-width:125px;width:100%;font-size:14px;font-weight:600;color:#2b2f1a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;justify-self:start}.notice-grid .notice-add-card,.notice-grid-shell .notice-add-card{max-width:125px;width:125px;justify-self:start}.notice-add-card:hover{transform:translateY(-2px);box-shadow:0 12px 20px -18px #00000059;border-color:#26281e73}.notice-card-header{display:flex;align-items:flex-start;gap:10px}.notice-title-block{flex:1;display:flex;flex-direction:column;gap:4px}.notice-created-date{font-size:12px;color:#8d8d86;font-weight:500}.notice-created-date.detail{margin-bottom:8px}.notice-title-block h3{margin:0;font-size:16px;color:var(--primary-text)}.notice-card p{margin:0;color:#3d3f36;font-size:14px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notice-modal{width:min(500px,92vw);min-width:0}.notice-form{display:flex;flex-direction:column;gap:10px}.notice-form input,.notice-form textarea,.notice-detail-card input,.notice-detail-card textarea{border:1px solid rgba(38,40,30,.2);border-radius:12px;padding:10px 12px;font-size:14px;font-family:inherit}.notice-form textarea,.notice-detail-card textarea{resize:vertical}.notice-form-error{color:#b02d2d;font-size:12px}.reorder-help{margin:0;font-size:12px;color:var(--muted-text)}.reorder-help.error{color:#b02d2d}.notice-detail-card{background:#eeeeea;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px}.notice-detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.notice-detail-card h2{margin:0;font-size:20px}.notice-detail-card p{margin:0;white-space:pre-wrap;color:#3d3f36;line-height:1.6}.notice-detail-actions{display:flex;gap:8px}.notice-icon-button{border:none;background:#f8f8f4;border-radius:20px;width:36px;height:36px;cursor:pointer;font-size:16px}.notice-icon-button.danger{color:#b02d2d}.notice-edit-actions{display:flex;justify-content:flex-end;gap:8px}.materials-page{display:flex;flex-direction:column;gap:18px;animation:rise-in .6s ease both}.materials-header h1{margin:0;font-size:32px}.materials-header p{margin:6px 0 0;color:var(--muted-text);font-size:14px}.material-tabs{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.material-tab{border:none;background:#e5e6df;color:var(--primary-text);padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.material-tab:hover{transform:translateY(-1px)}.material-tab.active{background:var(--accent-navy);color:#fff}.material-grid{display:grid;grid-template-columns:125px repeat(auto-fit,minmax(260px,1fr));gap:18px}.material-grid-shell{display:grid;grid-template-columns:125px minmax(0,1fr);align-items:start;gap:18px}.material-grid-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}.material-empty{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.material-card{background:#eeeeea;border-radius:22px;padding:18px 18px 20px;display:flex;flex-direction:column;gap:12px}.material-card-button{border:none;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.material-card-button:hover{transform:translateY(-2px);box-shadow:0 12px 20px -18px #00000059}.material-card-header{display:flex;align-items:center;gap:10px}.material-card h3{margin:0;font-size:16px;color:var(--primary-text)}.material-card p{margin:0;color:#3d3f36;font-size:14px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.material-file{color:#2b2f1a;font-size:13px;font-weight:600;text-decoration:none}.material-file:hover{text-decoration:underline}.material-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px solid #1d1f1a;font-size:14px}.material-icon svg{width:14px;height:14px}.material-add-card{border:1px dashed rgba(38,40,30,.25);background:#f6f6f2;border-radius:22px;padding:18px;min-height:120px;max-width:125px;width:100%;font-size:14px;font-weight:600;color:#2b2f1a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;justify-self:start}.material-add-card:hover{transform:translateY(-2px);box-shadow:0 12px 20px -18px #00000059;border-color:#26281e73}.material-grid-shell .material-add-card{max-width:125px;width:125px;justify-self:start}.material-modal{min-width:360px}.material-form{display:flex;flex-direction:column;gap:10px}.material-form input,.material-form textarea{border:1px solid rgba(38,40,30,.2);border-radius:12px;padding:10px 12px;font-size:14px;font-family:inherit}.material-form textarea{resize:vertical}.material-file-input{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--primary-text)}.material-file-input input[type=file]{font-size:12px}.material-file-input em{font-style:normal;font-size:12px;color:var(--muted-text)}.material-form-error{color:#b02d2d;font-size:12px}.material-detail-card{background:#eeeeea;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px}.material-detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.material-detail-card h2{margin:0;font-size:20px}.material-detail-card p{margin:0;white-space:pre-wrap;color:#3d3f36;line-height:1.6}.material-detail-card input,.material-detail-card textarea{border:1px solid rgba(38,40,30,.2);border-radius:12px;padding:10px 12px;font-size:14px;font-family:inherit}.material-detail-card textarea{resize:vertical}.videos-page{display:flex;flex-direction:column;gap:18px;animation:rise-in .6s ease both}.videos-header h1{margin:0;font-size:32px}.videos-header p{margin:6px 0 0;color:var(--muted-text);font-size:14px}.video-tabs{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.video-tab{border:none;background:#e5e6df;color:var(--primary-text);padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.video-tab:hover{transform:translateY(-1px)}.video-tab.active{background:var(--accent-navy);color:#fff}.video-grid{display:grid;grid-template-columns:125px repeat(auto-fit,minmax(260px,1fr));gap:18px}.video-grid-shell{display:grid;grid-template-columns:125px minmax(0,1fr);align-items:start;gap:18px}.video-grid-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}@media(max-width:720px){.notice-grid-shell,.notice-grid-list,.notice-grid,.material-grid,.material-grid-list,.video-grid,.video-grid-list,.material-grid-shell,.video-grid-shell{grid-template-columns:1fr}}.video-empty{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.video-card{border:none;text-align:left;background:#eeeeea;border-radius:22px;padding:18px 18px 20px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.video-card:hover{transform:translateY(-2px);box-shadow:0 12px 20px -18px #00000059}.video-card-header{display:flex;align-items:center;gap:10px}.video-card h3{margin:0;font-size:16px;color:var(--primary-text)}.video-card p{margin:0;color:#3d3f36;font-size:14px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.video-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px solid #1d1f1a}.video-icon svg{width:14px;height:14px}.video-link{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2b2f1a;font-size:13px;font-weight:600;text-decoration:none}.video-link:hover{text-decoration:underline}.video-add-card{border:1px dashed rgba(38,40,30,.25);background:#f6f6f2;border-radius:22px;padding:18px;min-height:120px;max-width:125px;width:100%;font-size:14px;font-weight:600;color:#2b2f1a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;justify-self:start}.video-add-card:hover{transform:translateY(-2px);box-shadow:0 12px 20px -18px #00000059;border-color:#26281e73}.video-grid-shell .video-add-card{max-width:125px;width:125px;justify-self:start}.video-modal{min-width:360px}.video-form{display:flex;flex-direction:column;gap:10px}.video-form input,.video-form textarea,.video-detail-card input,.video-detail-card textarea{border:1px solid rgba(38,40,30,.2);border-radius:12px;padding:10px 12px;font-size:14px;font-family:inherit}.video-form textarea,.video-detail-card textarea{resize:vertical}.video-form-error{color:#b02d2d;font-size:12px}.video-detail-card{background:#eeeeea;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px}.video-detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.video-detail-card h2{margin:0;font-size:20px}.video-detail-card p{margin:0;white-space:pre-wrap;color:#3d3f36;line-height:1.6}.messages-page{display:flex;flex-direction:column;gap:18px;animation:rise-in .6s ease both}.messages-header h1{margin:0;font-size:32px}.message-card{position:relative;background:#eeeeea;border-radius:28px;padding:26px 24px 58px;min-height:280px;display:flex;flex-direction:column;gap:18px}.message-compose-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.message-preview-card{background:#eeeeea;border-radius:28px;padding:26px 24px}.message-to{display:flex;align-items:center;gap:12px;font-size:16px;color:var(--primary-text)}.message-plus{border:none;background:#fff;width:28px;height:28px;border-radius:999px;font-size:18px;cursor:pointer;box-shadow:0 8px 16px -12px #0000004d}.message-count{font-size:12px;color:var(--muted-text)}.message-selected{display:flex;flex-direction:column;gap:8px}.message-selected-list{display:flex;flex-wrap:wrap;gap:6px}.message-chip{border:1px solid rgba(38,40,30,.2);background:#fff;border-radius:999px;padding:4px 10px;display:inline-flex;align-items:center;gap:6px;font-size:12px;cursor:pointer}.message-chip input{width:12px;height:12px}.message-card textarea{border:none;resize:none;background:transparent;font-size:14px;min-height:140px;outline:none}.message-template-preview h2{margin:0 0 6px;font-size:24px}.message-template-preview-desc{margin:0 0 12px;font-size:13px;color:var(--muted-text)}.message-phone{background:#d9e6ee;border-radius:24px;padding:22px 14px;border:8px solid #cfd2d6}.message-bubble{background:#fff;border-radius:14px;overflow:hidden}.message-bubble-title{margin:0;padding:12px 14px;font-weight:700;background:#f7df2f;color:#2a2f1a}.message-bubble-head{margin:0;padding:14px;font-size:32px;font-weight:800;color:#2a2f1a}.message-bubble-body{margin:0;padding:12px 14px 16px;border-top:1px solid rgba(38,40,30,.12);color:var(--muted-text);font-size:14px}.message-template-inputs{display:grid;grid-template-columns:1fr;gap:10px}.message-template-inputs label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--primary-text)}.message-template-inputs input,.message-template-inputs select{border:1px solid rgba(38,40,30,.2);border-radius:10px;padding:8px 10px;font-size:13px;background:#fff}.message-error{margin:0;color:#b02d2d;font-size:12px;white-space:pre-line}.message-error-box{margin-top:8px;border:1px solid rgba(176,45,45,.3);background:#fff2f2;border-radius:12px;padding:10px 12px;display:grid;gap:8px}.message-error-list{border-top:1px dashed rgba(176,45,45,.35);padding-top:8px;display:grid;gap:6px}.message-error-title{margin:0;font-size:12px;font-weight:700;color:#8f1f1f}.message-error-chips{display:flex;flex-wrap:wrap;gap:6px}.message-error-chip{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#ffd9d9;color:#8f1f1f;font-size:12px;font-weight:600}.message-send{position:absolute;right:20px;bottom:18px;border:none;width:34px;height:34px;border-radius:50%;background:#fff;font-size:16px;cursor:pointer;box-shadow:0 10px 18px -12px #00000059}.message-modal{min-width:520px}.message-modal-header{display:flex;align-items:center;justify-content:space-between}.message-modal-header h2{margin:0;font-size:18px}.message-modal-close{border:none;background:none;font-size:24px;cursor:pointer}.message-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:8px}.message-lecture-panel,.message-recipient-panel{display:flex;flex-direction:column;gap:12px}.message-lecture-panel h3,.message-recipient-panel h3{margin:0;font-size:14px}.message-lecture-list{display:flex;flex-direction:column;gap:10px}.message-lecture{border:none;background:#f1f1ec;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;text-align:left}.message-lecture.active{background:var(--accent-navy);color:#fff}.message-recipient-actions{display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--primary-text)}.message-recipient-actions label{display:flex;align-items:center;gap:8px}.message-recipient-list{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid rgba(38,40,30,.12)}.message-recipient{display:flex;align-items:center;gap:8px;font-size:13px}.message-modal-footer{display:flex;justify-content:flex-end}.message-modal-hint{margin:10px 0 0;color:var(--muted-text);font-size:12px}.message-duplicate-modal{min-width:420px}.message-duplicate-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.message-history{display:flex;flex-direction:column;gap:12px}.message-history h2{margin:0;font-size:18px}.message-history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.message-history-list li{background:#f1f1ec;border-radius:18px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.message-history-top{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted-text)}.message-history-actions{display:inline-flex;align-items:center;gap:6px}.message-history-detail{border:none;background:#fff;border-radius:999px;padding:4px 10px;font-size:12px;cursor:pointer}.message-history-delete{border:none;background:#fff;border-radius:999px;width:28px;height:24px;font-size:13px;cursor:pointer}.message-history-list p{margin:0;font-size:14px;color:#2b2f1a}.message-history-recipients{margin-top:6px!important;font-size:13px!important;color:var(--muted-text)!important;line-height:1.4;word-break:break-word}.message-history-meta{display:flex;gap:10px;font-size:12px;color:var(--muted-text)}.message-pending-indicator{display:inline-flex;align-items:center;gap:5px;margin-left:6px;color:#4d5f2f}.message-pending-spinner{width:11px;height:11px;border:2px solid rgba(77,95,47,.25);border-top-color:#4d5f2f;border-radius:50%;display:inline-block;animation:message-spin .9s linear infinite}@keyframes message-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message-detail-modal{min-width:420px}.message-detail-date{margin:0;font-size:12px;color:var(--muted-text)}.message-detail-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.message-detail-list li{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;font-size:13px}.message-detail-name{font-weight:600}.message-detail-phone{color:var(--muted-text)}.message-detail-status{padding:2px 8px;border-radius:999px;font-size:11px;background:#f1f1ec;color:#2b2f1a}.message-detail-status.SUCCESS{background:#42a07833;color:#2b6a52}.message-detail-status.FAIL{background:#b02d2d33;color:#a12d2d}.message-detail-status.QUEUED{background:#5a6e3233;color:#4d5f2f}@media(max-width:720px){.message-detail-modal{min-width:0;width:92vw}.message-detail-list li{grid-template-columns:1fr;align-items:flex-start}.message-template-inputs{grid-template-columns:1fr}.message-bubble-head{font-size:26px}}@media(max-width:920px){.message-compose-grid{grid-template-columns:1fr}.message-modal{min-width:0;width:92vw}.message-modal-body{grid-template-columns:1fr}}.week-cell{display:flex;flex-direction:column;gap:8px}.week-card{position:relative;background:#f1f1ec;border-radius:18px;padding:14px 16px;display:grid;gap:8px;font-size:13px;color:var(--primary-text);min-width:300px}.week-title{font-weight:600;font-size:13px}.week-card input[type=text],.week-card input[type=number],.week-card input[type=date]{border:none;background:#fff;border-radius:8px;padding:4px 6px;font-size:12px;font-family:inherit}.week-card input[type=checkbox]{width:16px;height:16px}.week-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.week-row span{color:#8d8d86}.week-pill{border:1px solid rgba(38,40,30,.3);border-radius:8px;padding:2px 6px;font-size:12px;color:var(--primary-text);background:#fff}.clinic-pill{display:flex;align-items:center;gap:6px}.clinic-date{font-size:12px;color:#6f6f68}.grade-options,.clinic-options{display:flex;flex-wrap:wrap;gap:6px}.grade-option{border:1px solid rgba(38,40,30,.2);background:#fff;color:var(--primary-text);font-size:12px;padding:4px 8px;border-radius:8px;cursor:pointer}.grade-option.active{background:var(--accent-navy);color:#fff;border-color:var(--accent-navy)}.week-edit{align-self:flex-end;border:none;background:var(--accent-navy);color:#fff;border-radius:999px;width:28px;height:28px;cursor:pointer;font-size:14px;justify-self:end}.week-actions{display:flex;justify-content:flex-end;gap:8px}.week-add{width:42px;height:42px;border-radius:50%;border:1px solid rgba(38,40,30,.3);background:transparent;font-size:20px;cursor:pointer}.students-add{align-self:flex-start;border:1px solid rgba(38,40,30,.35);background:transparent;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer}.student-add-grid{display:grid;gap:16px;align-items:center}.student-inline-input{border:none;border-bottom:1px solid rgba(38,40,30,.35);background:transparent;padding:6px 4px;font-size:14px;color:var(--primary-text);font-family:inherit;width:100%;box-sizing:border-box}.student-inline-input::placeholder{color:#8d8d86}.ghost-button{border:1px solid rgba(86,94,56,.25);background:#fff9;color:var(--primary-text);padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.ghost-button:hover{transform:translateY(-1px);border-color:#565e3880;box-shadow:0 10px 18px -12px #414e2073}.ghost-button.danger{border-color:#b33a2f66;color:#b33a2f}.ghost-button.danger .icon-trash{width:20px;height:20px}.notice-icon-button .icon-trash{width:20px;height:20px;display:block;margin:0 auto}.ghost-button.student-remove{color:#b52c2c}.teacher-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.approvals-layout-grid{align-items:start}.info-card{border-radius:22px;border:none;background:var(--card-surface);padding:20px 22px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-soft);animation:rise-in .6s ease both;animation-delay:var(--delay, 0s);font:inherit;text-align:left}.approvals-pending-card{justify-content:flex-start}.approvals-list{list-style:none;padding-left:0;margin:0}.approval-item{margin-bottom:12px}.approval-item:last-child{margin-bottom:0}.approval-item-title{display:flex;align-items:center;gap:8px;font-weight:700;margin:10px 0}.approval-item-title-icon{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;color:#2f4a1f}.approval-item-title-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.approval-item-meta{font-size:13px}.approval-item-meta-lines{display:grid;gap:8px;margin-top:6px}.approval-item-meta-row{display:grid;grid-template-columns:124px minmax(0,1fr);column-gap:8px;align-items:start}.approval-item-meta-label{font-weight:700;white-space:nowrap}.approval-item-meta-value{min-width:0}.approval-edit-grid{margin-top:10px;display:grid;gap:8px}.approval-edit-label{display:grid;gap:4px;font-size:12px;color:var(--muted-text);font-weight:700}.approval-edit-label input{height:38px;border-radius:10px;border:1px solid rgba(86,94,56,.26);background:#ffffffe0;color:var(--primary-text);padding:0 10px;font-size:14px}.approval-edit-label input:focus{outline:none;border-color:var(--accent-navy);box-shadow:0 0 0 3px #293a641f}.approval-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.approval-action-button{border:none;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.approval-action-button:hover{transform:translateY(-1px)}.approval-action-edit{background:#ffffffb3;color:var(--primary-text);border:1px solid rgba(86,94,56,.28)}.approval-action-save,.approval-action-approve{background:var(--accent-navy);color:#fff;box-shadow:0 8px 14px -10px #293a64b8}.approval-action-reject{background:#af2d2d1a;color:#a02828;border:1px solid rgba(160,40,40,.28)}.approval-action-cancel{background:#fffc;color:var(--muted-text);border:1px solid rgba(113,119,90,.28)}.pending-empty-text{flex:1;margin:0;display:flex;align-items:center}button.info-card{cursor:pointer}.notice-comments-card{margin-top:16px;border-radius:24px;border:1px solid rgba(82,87,60,.14);background:var(--card-surface);box-shadow:var(--shadow-soft);padding:20px}.notice-comments-card h3{margin:0 0 12px}.notice-comment-list{list-style:none;margin:0 0 12px;padding:0;display:grid;gap:10px}.notice-comment-item{border:1px solid rgba(82,87,60,.14);border-radius:14px;padding:10px 12px;background:#ffffffb3}.notice-comment-item p{margin:12px 0;font-size:15px;line-height:1.55;white-space:pre-wrap}.notice-comment-item span{display:block;margin-top:6px;color:var(--muted-text);font-size:14px}.notice-comment-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.notice-comment-actions{display:inline-flex;align-items:center;gap:6px}.notice-comment-author{margin-top:0;font-weight:700;color:var(--primary-text)}.notice-comment-datetime{margin-top:6px;color:#8d8d86}.mypage-profile-block{background:#ffffffb3;border:1px solid rgba(82,87,60,.14);border-radius:14px;padding:14px}.mypage-name-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.mypage-name-text{font-size:16px;font-weight:700;color:var(--primary-text)}.notice-comment-form{display:grid;gap:8px;margin-top:24px;padding-top:16px;border-top:1px dashed rgba(82,87,60,.2)}.notice-comment-edit-textarea{width:100%;margin:8px 0 10px;box-sizing:border-box}.card-header{display:flex;align-items:center;gap:12px;color:var(--primary-text);font-weight:600}.card-icon{width:36px;height:36px;border-radius:50%;background:#ffffffd9;border:1px solid rgba(90,102,56,.12);display:grid;place-items:center;font-size:12px;font-weight:700;text-transform:uppercase}.card-icon.card-icon-code{font-size:10px}@media(max-width:860px){.teacher-main-title{white-space:normal}}.card-text{margin:6px 0 0;font-size:14px;color:var(--muted-text)}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:960px){.app-shell{padding:16px 16px 24px}.sidebar{width:92px;height:fit-content}.teacher-grid{grid-template-columns:1fr}.students-table-header{display:none}.students-table-row{grid-template-columns:1fr;gap:10px}.week-add{justify-self:flex-start}.student-add-grid,.student-edit-inputs{grid-template-columns:1fr}}.exam-analysis-page{display:flex;flex-direction:column;gap:16px}.exam-analysis-header{padding:4px 4px 10px}.exam-analysis-header h1{margin:6px 0 0;font-size:32px;color:#1e2512}.exam-analysis-header p{margin:8px 0 0;color:var(--muted-text)}.exam-analysis-eyebrow{margin:0;color:#546237;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.exam-analysis-card{background:#fff;border:1px solid rgba(73,81,38,.15);border-radius:16px;padding:18px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:12px}.exam-analysis-card h2{margin:0;font-size:19px;color:#212a16}.exam-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.exam-analysis-field{display:flex;flex-direction:column;gap:8px}.exam-analysis-field span{font-size:13px;font-weight:700;color:#3f4728}.exam-analysis-field input,.exam-analysis-field select{height:42px;border-radius:12px;border:1px solid rgba(60,65,42,.25);background:#f8f9f4;padding:0 12px;font-size:14px;color:#1f2614}.exam-analysis-field input[type=file]{height:auto;padding:8px 10px}.exam-analysis-actions{margin-top:2px;display:flex;align-items:center;gap:10px}.exam-analysis-hint{margin:0;font-size:13px;color:#66704e}.exam-analysis-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.exam-analysis-list-grid article h3{margin:0 0 8px;font-size:15px}.exam-analysis-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.exam-analysis-list li{padding:10px 12px;border:1px solid rgba(60,65,42,.12);border-radius:12px;background:#f8f9f4;display:flex;flex-direction:column;gap:4px}.exam-analysis-list li strong{font-size:14px;color:#1f2614}.exam-analysis-list li span{font-size:12px;color:#6c7458}.exam-analysis-empty{margin:0;font-size:13px;color:#7f876e}.exam-analysis-result{display:flex;flex-direction:column;gap:10px}.exam-analysis-job-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#5a6247}.exam-analysis-table-wrap{overflow-x:auto;border:1px solid rgba(60,65,42,.12);border-radius:12px;background:#fff}.exam-analysis-table{width:100%;border-collapse:collapse;min-width:760px}.exam-analysis-table th,.exam-analysis-table td{padding:10px 12px;border-bottom:1px solid rgba(60,65,42,.12);font-size:13px;text-align:left}.exam-analysis-table th{background:#f3f6ea;color:#364023;font-weight:700}.exam-analysis-table tbody tr:last-child td{border-bottom:none}.exam-analysis-debug-wrap{display:flex;flex-direction:column;gap:10px}.exam-analysis-debug-canvas{position:relative;width:100%;border:1px solid rgba(60,65,42,.14);border-radius:12px;overflow:hidden;background:#fff}.exam-analysis-debug-canvas img{display:block;width:100%;height:auto}.exam-analysis-debug-overlay{position:absolute;inset:0;pointer-events:none}.exam-analysis-bbox{position:absolute;border:2px solid #d12d2d;background:#d12d2d14}.exam-analysis-bbox span{position:absolute;top:-20px;left:0;background:#d12d2d;color:#fff;font-size:11px;line-height:1;padding:3px 6px;border-radius:6px}@media(max-width:960px){.exam-analysis-grid,.exam-analysis-list-grid{grid-template-columns:1fr}}
