:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--auth-bg-soft: #edf4ff;--auth-surface: rgba(255, 255, 255, .92);--auth-surface-strong: rgba(255, 255, 255, .97);--auth-border: rgba(148, 163, 184, .2);--auth-border-strong: rgba(148, 163, 184, .28);--auth-text: #0f172a;--auth-text-soft: #64748b;--auth-blue: #254fde;--auth-blue-2: #3b82f6;--auth-blue-3: #1d4ed8;--auth-good: #15803d;--auth-good-bg: rgba(34, 197, 94, .12);--auth-error: #b91c1c;--auth-error-bg: rgba(239, 68, 68, .12);--auth-info: #1d4ed8;--auth-info-bg: rgba(37, 99, 235, .12);--auth-shadow: 0 28px 70px rgba(15, 23, 42, .12);--auth-card-shadow: 0 18px 40px rgba(15, 23, 42, .08)}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--auth-text);background:#eef4fb}button,input{font:inherit}.auth-page{min-height:100vh;height:100vh;display:grid;grid-template-columns:470px minmax(0,1fr);overflow:hidden;background:radial-gradient(circle at top left,rgba(37,79,222,.08),transparent 24%),linear-gradient(180deg,#f7fbff,#eef4fb 56%,#eaf0f7);color:var(--auth-text)}.auth-panel{min-height:100vh;height:100vh;overflow-y:auto;padding:18px;display:flex;align-items:center;justify-content:center}.auth-card{width:100%;max-width:430px;max-height:calc(100vh - 36px);overflow-y:auto;padding:22px 22px 18px;border-radius:28px;background:linear-gradient(180deg,#fffffff2,#f7faffed);border:1px solid rgba(148,163,184,.18);box-shadow:var(--auth-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:16px}.brand-block{display:flex;flex-direction:column;gap:10px}.classconnect-logo{width:168px;height:108px;object-fit:contain;margin:0 auto;display:block}.brand-copy{display:flex;flex-direction:column;gap:6px}.brand-pill{align-self:flex-start;padding:7px 12px;border-radius:999px;background:#2563eb1a;color:var(--auth-blue-3);font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.brand-copy p{margin:0;color:var(--auth-text-soft);line-height:1.5;font-size:.92rem}.mode-switch{padding:6px;border-radius:18px;background:#e2e8f0c7;display:grid;grid-template-columns:1fr 1fr;gap:6px}.mode-tab{height:44px;border:none;border-radius:14px;background:transparent;color:#475569;font-size:.95rem;font-weight:800;cursor:pointer;transition:all .18s ease}.mode-tab.active{background:linear-gradient(135deg,#fff,#f8fbff);color:var(--auth-blue-3);box-shadow:0 8px 18px #0f172a14}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field label{font-size:.82rem;font-weight:700;color:#475569}.auth-input{width:100%;min-height:50px;border:1px solid var(--auth-border);background:#fffffffa;color:var(--auth-text);border-radius:15px;padding:12px 16px;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{border-color:#2563eb6b;box-shadow:0 0 0 4px #2563eb14;background:#fff}.auth-options{display:flex;flex-direction:column;gap:8px;padding-top:2px}.auth-check{display:flex;align-items:flex-start;gap:10px;color:var(--auth-text-soft);font-size:.88rem;line-height:1.4;cursor:pointer}.auth-check input{margin-top:3px;accent-color:var(--auth-blue)}.auth-submit{width:100%;min-height:52px;border:none;border-radius:18px;background:linear-gradient(135deg,#3156e6,#254fde 55%,#4671ff);color:#fff;font-size:1rem;font-weight:800;cursor:pointer;box-shadow:0 16px 30px #254fde42;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #254fde4d}.auth-submit:disabled,.auth-link:disabled{opacity:.72;cursor:not-allowed}.auth-link{align-self:flex-start;border:none;background:transparent;padding:0;color:var(--auth-blue-3);font-size:.92rem;font-weight:700;cursor:pointer}.auth-message{padding:12px 14px;border-radius:14px;font-size:.88rem;font-weight:700;line-height:1.45;border:1px solid transparent}.auth-message.info,.auth-message.success{background:var(--auth-info-bg);color:var(--auth-info);border-color:#2563eb29}.auth-message.error{background:var(--auth-error-bg);color:var(--auth-error);border-color:#ef444429}.auth-help{padding-top:10px;border-top:1px solid rgba(226,232,240,.8)}.auth-help h4{margin:0 0 6px;font-size:.95rem;font-weight:800;color:var(--auth-text)}.auth-help p{margin:0;color:var(--auth-text-soft);font-size:.88rem;line-height:1.5}.powered-by{padding-top:10px;border-top:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;gap:8px}.powered-by span{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.cue-logo{width:138px;height:auto;object-fit:contain}.hero-panel{position:relative;overflow:hidden;min-height:100vh;height:100vh;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 18%),radial-gradient(circle at bottom right,rgba(255,255,255,.14),transparent 22%),linear-gradient(135deg,#183fbf,#254fde 38%,#2f58e3 68%,#4e79ff);color:#fff}.hero-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:92px 92px;pointer-events:none}.hero-inner{position:relative;z-index:1;width:100%;max-width:980px;margin:0 auto;padding:32px 34px 26px;display:flex;flex-direction:column;justify-content:center;min-height:100vh;gap:16px}.hero-topline{font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#ffffffdb}.hero-inner h1{margin:0;max-width:720px;font-size:clamp(3.5rem,4.9vw,5.7rem);line-height:.92;font-weight:900;letter-spacing:-.045em}.hero-copy{margin:0;max-width:760px;font-size:1.05rem;line-height:1.55;color:#ffffffe6}.hero-preview{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px;max-width:920px;margin-top:6px}.preview-card,.preview-card-premium{min-height:188px;padding:16px;border-radius:22px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff24,#ffffff14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 32px #00000024,inset 0 1px #ffffff2e}.preview-card:before,.preview-card-premium:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 38%);pointer-events:none}.preview-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;margin-bottom:12px;font-size:18px;background:#ffffff29;box-shadow:inset 0 1px #ffffff2e}.preview-label{display:inline-flex;align-items:center;min-height:26px;padding:0 11px;border-radius:999px;background:#ffffff24;color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.preview-card h3,.preview-card-premium h3{margin:12px 0 8px;font-size:1.05rem;line-height:1.15;font-weight:800;color:#fff}.preview-card p,.preview-card-premium p{margin:0;font-size:.9rem;line-height:1.55;color:#ffffffe0}@media(max-width:1280px){.auth-page{grid-template-columns:430px minmax(0,1fr)}.hero-inner{padding:28px 24px 24px}.hero-inner h1{font-size:clamp(3rem,4.5vw,5rem)}}@media(max-width:1120px){.hero-preview{grid-template-columns:1fr;max-width:560px}.preview-card,.preview-card-premium{min-height:unset}}@media(max-width:920px){.auth-page{grid-template-columns:1fr;height:auto;min-height:100vh}.auth-panel,.hero-panel{height:auto;min-height:auto}.auth-card{max-width:680px;max-height:none}.hero-inner{padding:40px 18px 110px;gap:18px;min-height:unset}.hero-inner h1{max-width:100%;font-size:clamp(2.5rem,10vw,3.8rem)}.hero-copy{font-size:1rem}.hero-preview{max-width:100%;grid-template-columns:1fr}}@media(max-width:640px){.auth-panel{padding:14px}.auth-card{padding:18px 16px;border-radius:22px}.classconnect-logo{width:138px;height:90px}.mode-tab{height:42px;font-size:.92rem}.auth-input{min-height:48px;border-radius:14px}.auth-submit{min-height:50px;border-radius:16px}.hero-inner{padding:34px 14px 110px}.preview-card,.preview-card-premium{border-radius:20px;padding:15px}.preview-card h3,.preview-card-premium h3{font-size:1rem}.preview-card p,.preview-card-premium p{font-size:.88rem}.preview-icon{width:40px;height:40px;font-size:18px}}:root{--cc-primary: #254fde;--cc-primary-dark: #173fc2;--cc-text: #17324d;--cc-text-soft: #64748b;--cc-border: #e2e8f0;--cc-surface: rgba(255, 255, 255, .92);--cc-shadow: 0 10px 24px rgba(15, 23, 42, .06)}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f4f7fb;color:var(--cc-text)}.cc-page{min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(37,79,222,.07),transparent 24%),radial-gradient(circle at top right,rgba(34,211,238,.07),transparent 20%),linear-gradient(180deg,#f7faff,#f3f7fc)}.cc-header{position:sticky;top:0;z-index:1000;height:70px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--cc-border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px}.cc-header-center{text-align:center}.cc-header-center h1{margin:0;font-size:1.15rem;line-height:1.1;font-weight:800;color:#0f172a}.cc-header-center p{margin:4px 0 0;font-size:.78rem;color:var(--cc-text-soft)}.cc-header-right{display:flex;justify-content:flex-end;position:relative}.cc-header-actions{display:flex;align-items:center;gap:8px}.cc-header-action-wrap{position:relative}.cc-icon-btn{width:38px;height:38px;border:none;background:#ffffffe6;color:#334155;font-size:1.1rem;cursor:pointer;border-radius:12px;display:grid;place-items:center}.cc-icon-btn:hover{background:#eef2ff}.cc-bell-btn{position:relative}.cc-bell-icon{font-size:16px;line-height:1}.cc-bell-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#254fde;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #254fde47}.cc-menu{position:absolute;top:50px;right:0;width:190px;background:#fff;border:1px solid var(--cc-border);border-radius:16px;box-shadow:0 18px 40px #0f172a1f;padding:8px;display:grid;gap:4px;z-index:1200}.cc-menu button{border:none;background:transparent;text-align:left;padding:10px 12px;border-radius:12px;cursor:pointer;color:#334155;font-weight:600}.cc-menu button:hover{background:#f8fafc;color:var(--cc-primary)}.cc-content{padding:14px 18px 84px;width:100%;max-width:100%;margin:0}.cc-section{margin-bottom:14px}.cc-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cc-section-header h3{margin:0;font-size:1rem;color:var(--cc-text)}.cc-empty-card,.cc-center-card,.cc-summary-detail-card,.cc-student-card{background:#ffffffeb;border:1px solid var(--cc-border);border-radius:18px;box-shadow:var(--cc-shadow)}.cc-empty-card{padding:16px;color:#64748b}.cc-center-card{max-width:520px;margin:80px auto;padding:24px}.cc-dashboard-hero-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(148,163,184,.14);border-radius:18px;padding:14px 16px;box-shadow:0 10px 24px #0f172a0d}.cc-eyebrow{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#254fde14;color:#254fde;font-size:11px;font-weight:700}.cc-dashboard-hero-card h2{margin:8px 0;font-size:2rem;line-height:1.05;color:#0f172a;font-weight:800;letter-spacing:-.02em}.cc-dashboard-hero-card p{margin:0;font-size:.98rem;line-height:1.5;color:#64748b}.cc-mobile-hero{display:none}.cc-summary-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}.cc-summary-stat{padding:12px 14px;border-radius:16px;border:1px solid var(--cc-border);background:#ffffffeb;box-shadow:var(--cc-shadow);min-height:94px}.cc-summary-stat span{display:block;font-size:.7rem;color:var(--cc-text-soft);margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.cc-summary-stat strong{display:block;font-size:1.1rem;line-height:1.05;color:var(--cc-text);font-weight:800}.cc-summary-stat small{display:block;margin-top:6px;color:var(--cc-text-soft);font-size:.76rem;line-height:1.25}.cc-summary-stat.blue{background:linear-gradient(135deg,#dbeafe,#eff6ff);border-color:#bfdbfe}.cc-summary-stat.green{background:linear-gradient(135deg,#dcfce7,#f0fdf4);border-color:#bbf7d0}.cc-summary-stat.sky{background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border-color:#7dd3fc}.cc-summary-stat.orange{background:linear-gradient(135deg,#ffedd5,#fff7ed);border-color:#fdba74}.cc-summary-stat.purple{background:linear-gradient(135deg,#ede9fe,#f5f3ff);border-color:#c4b5fd}.cc-student-list{display:grid;gap:12px}.cc-student-card{position:relative;overflow:hidden;padding:12px 14px;background:linear-gradient(180deg,#fff,#fbfdff)}.cc-student-card.excellent{border-color:#86efac;box-shadow:0 12px 28px #22c55e14}.cc-student-card.good{border-color:#93c5fd;box-shadow:0 12px 28px #2563eb14}.cc-student-card.risk{border-color:#fdba74;box-shadow:0 12px 28px #f9731614}.cc-student-card.neutral{border-color:#e5e7eb}.cc-student-accent{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#254fde,#22d3ee,#7c3aed)}.cc-student-toggle{width:100%;background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;text-align:left}.cc-student-toggle:focus-visible{outline:2px solid rgba(0,122,255,.5);border-radius:10px}.cc-student-top{min-height:60px}.cc-student-identity{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.cc-student-avatar{width:44px;height:44px;min-width:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#254fde,#5b7cff);color:#fff;font-weight:800;font-size:.98rem;box-shadow:0 8px 20px #254fde2e;flex-shrink:0}.cc-student-name{font-size:.98rem;font-weight:800;color:var(--cc-text);line-height:1.15}.cc-student-meta{margin-top:4px;color:var(--cc-text-soft);font-size:.84rem;line-height:1.3}.cc-student-chevron{font-size:14px;line-height:1;color:#334155;margin-left:8px;flex-shrink:0}.cc-collapsible{overflow:hidden;max-height:0;transition:max-height .25s ease}.cc-collapsible.open{max-height:2000px}.cc-collapsible-inner{padding-top:10px}.cc-progress-stack{display:grid;grid-template-columns:repeat(5,minmax(160px,1fr));gap:10px;margin-top:0}.cc-progress-card{border:1px solid #e5e7eb;border-radius:15px;padding:11px;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;min-height:116px;display:flex;flex-direction:column;position:relative;overflow:hidden}.cc-progress-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffffa6,#ffffff1f);pointer-events:none}.cc-progress-card>*{position:relative;z-index:1}.cc-progress-card:hover{transform:translateY(-2px)}.cc-progress-card.marks{background:linear-gradient(135deg,#ecfdf3,#f6fff9);border-color:#a7f3d0;box-shadow:0 10px 24px #16a34a14}.cc-progress-card.attendance{background:linear-gradient(135deg,#f4f1ff,#faf8ff);border-color:#d8b4fe;box-shadow:0 10px 24px #7c3aed14}.cc-progress-card.fees{background:linear-gradient(135deg,#fff7ed,#fffdf8);border-color:#fdba74;box-shadow:0 10px 24px #f59e0b14}.cc-progress-card.results{background:linear-gradient(135deg,#eef5ff,#f8fbff);border-color:#93c5fd;box-shadow:0 10px 24px #254fde14}.cc-progress-card.insights{background:linear-gradient(135deg,#eefbff,#f8feff);border-color:#67e8f9;box-shadow:0 10px 24px #22d3ee14}.cc-progress-card.boarding{background:linear-gradient(135deg,#f8fafc,#fff);border-color:#d1d5db;box-shadow:0 10px 24px #64748b14}.cc-progress-card.locked{position:relative}.cc-progress-card-topline{display:flex;align-items:center;justify-content:space-between;gap:8px}.cc-demo-lock-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:700;color:#7c2d12;background:#ffedd5;border:1px solid #fdba74}.cc-progress-label{display:block;color:#5f6f86;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.cc-progress-value{color:var(--cc-text);font-size:1.05rem;font-weight:800;line-height:1.05}.cc-progress-subtext{display:block;color:#64748b;font-size:.74rem;font-weight:700;margin-top:4px}.cc-progress-bar{width:100%;height:7px;background:#0f172a14;border-radius:999px;overflow:hidden;margin-top:9px}.cc-progress-fill{height:100%;border-radius:999px}.cc-progress-fill.marks{background:linear-gradient(90deg,#16a34a,#4ade80)}.cc-progress-fill.attendance{background:linear-gradient(90deg,#7c3aed,#a78bfa)}.cc-progress-fill.fees{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.cc-progress-fill.results{background:linear-gradient(90deg,#254fde,#60a5fa)}.cc-progress-fill.insights{background:linear-gradient(90deg,#0891b2,#22d3ee)}.cc-progress-fill.boarding{background:linear-gradient(90deg,#94a3b8,#cbd5e1)}.cc-progress-footnote{margin:8px 0 0;color:#52606d;font-size:.76rem;line-height:1.3}.cc-inline-insight{margin-top:12px;padding:12px;border-radius:14px;background:linear-gradient(135deg,#eef4ff,#f6f9ff);border:1px solid #bfdbfe}.cc-inline-insight-title{color:#1d4ed8;font-weight:800;margin-bottom:4px;font-size:.9rem}.cc-inline-insight-text{color:#1e3a8a;line-height:1.45;font-size:.84rem}.cc-expanded-grid{display:grid;gap:12px;margin-top:12px}.cc-expanded-grid-cards{grid-template-columns:1fr}.cc-summary-detail-card{padding:14px;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;background:linear-gradient(180deg,#fff,#fbfdff)}.cc-summary-detail-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0f172a14;border-color:#bfd2ff}.cc-calendar-card{background:linear-gradient(135deg,#eef6ff,#f8fbff);border-color:#bfdbfe}.cc-detail-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cc-detail-card-head h4{margin:0;color:var(--cc-text);font-size:.95rem}.cc-detail-card-head span{color:var(--cc-primary);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.cc-calendar-school{font-size:.9rem;font-weight:800;color:var(--cc-text);margin-bottom:4px}.cc-calendar-class{font-size:.78rem;color:var(--cc-text-soft);margin-bottom:10px}.cc-calendar-list{display:grid;gap:10px}.cc-calendar-item{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:start;padding:9px 0;border-top:1px solid rgba(191,219,254,.5)}.cc-calendar-item:first-child{border-top:none;padding-top:0}.cc-calendar-date-badge{min-height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#254fde,#60a5fa);color:#fff;font-size:.66rem;font-weight:800;padding:8px;text-align:center}.cc-calendar-item-title{font-size:.82rem;font-weight:800;color:var(--cc-text);margin-bottom:2px}.cc-calendar-item-text{font-size:.76rem;color:#52606d;line-height:1.3}.cc-calendar-link{margin-top:10px;color:#2563eb;font-weight:600;font-size:.8rem}.cc-notification-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9000;display:flex;justify-content:flex-end}.cc-notification-panel{width:380px;max-width:92%;height:100%;background:#fff;box-shadow:-4px 0 18px #0000001f;padding:20px;overflow-y:auto;z-index:9999}.cc-notification-side-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:10px}.cc-notification-side-header-text p{margin:4px 0 0;color:#475569;font-size:.82rem}.cc-notification-side-kicker{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.cc-notification-side-list{display:flex;flex-direction:column;gap:10px}.cc-notification-side-list-item{position:relative;display:flex;align-items:stretch;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.cc-notification-side-list-click{flex:1;cursor:pointer}.cc-notification-side-list-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.cc-notification-side-list-title{font-weight:600;color:#0f172a}.cc-notification-side-type{font-size:12px;color:#64748b;text-transform:capitalize}.cc-notification-side-list-text{margin-top:6px;color:#334155;font-size:.84rem}.cc-notification-side-list-meta{margin-top:8px;display:flex;gap:8px;font-size:12px;color:#64748b;align-items:center}.cc-notification-delete-btn{background:transparent;border:1px solid transparent;color:#dc2626;cursor:pointer;font-size:16px;padding:6px 8px;border-radius:8px;align-self:flex-start}.cc-notifications-empty{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;padding:16px;border-radius:10px;text-align:center}.cc-notification-side-footer{margin-top:16px;display:flex;justify-content:flex-end}.cc-demo-modal-overlay{position:fixed;inset:0;background:#0f172a7a;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.cc-demo-modal{width:100%;max-width:420px;background:#fff;border-radius:20px;padding:22px;box-shadow:0 30px 60px #0f172a47}.cc-demo-modal-kicker{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:8px}.cc-demo-modal h3{margin:0 0 10px;color:#0f172a}.cc-demo-modal p{margin:0;color:#475569;line-height:1.5}.cc-demo-modal-actions{margin-top:18px;display:flex;justify-content:flex-end}.cc-btn{border:none;border-radius:14px;padding:10px 15px;font-weight:800;cursor:pointer;transition:.2s ease;font-size:.86rem;white-space:nowrap}.cc-btn-primary{background:var(--cc-primary);color:#fff}.cc-btn-primary:hover{background:var(--cc-primary-dark)}.cc-btn-outline{background:#fff;color:var(--cc-text);border:1px solid #cbd5e1}.cc-loader-wrap{display:flex;justify-content:center;align-items:center;min-height:220px}.cc-loader{width:40px;height:40px;border:4px solid #dbeafe;border-top-color:var(--cc-primary);border-radius:50%;animation:ccspin .9s linear infinite}.cc-footer{position:fixed;bottom:0;left:0;right:0;height:66px;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--cc-border);display:flex;justify-content:space-around;align-items:center;z-index:1000}.cc-footer-item{border:none;background:transparent;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;color:#64748b;min-width:84px}.cc-footer-item span{font-size:1rem}.cc-footer-item small{font-size:.68rem;font-weight:700}.cc-footer-item.active{color:var(--cc-primary)}@keyframes ccspin{to{transform:rotate(360deg)}}@media(min-width:1600px){.cc-content{padding-left:24px;padding-right:24px}}@media(max-width:1180px){.cc-summary-strip,.cc-progress-stack{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.cc-summary-strip,.cc-progress-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.cc-header{display:none}.cc-content{padding:8px 8px 74px}.cc-section{margin-bottom:12px}.cc-dashboard-hero-card{border-radius:16px;padding:12px}.cc-dashboard-hero-card h2{font-size:18px;line-height:1.12;margin:6px 0}.cc-dashboard-hero-card p{font-size:13px;line-height:1.4}.cc-mobile-hero{display:block;margin-bottom:12px;padding:12px;border-radius:16px;background:linear-gradient(135deg,#17324d,#254fde);color:#fff;box-shadow:0 10px 22px #254fde24}.cc-mobile-hero-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.cc-mobile-title{font-size:.95rem;font-weight:800;line-height:1.15}.cc-mobile-subtitle{margin-top:3px;font-size:.72rem;color:#fffc}.cc-mobile-hero-btn{border:none;background:#fff;color:#254fde;border-radius:10px;padding:8px 10px;font-size:.72rem;font-weight:800;white-space:nowrap;cursor:pointer}.cc-mobile-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}.cc-mobile-pill{background:#ffffff1f;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:8px}.cc-mobile-pill span{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;color:#ffffffc7;margin-bottom:3px;font-weight:700}.cc-mobile-pill strong{font-size:.9rem;color:#fff;font-weight:800}.cc-summary-strip{display:none!important}.cc-student-list{gap:10px}.cc-student-card{padding:10px 12px;border-radius:16px}.cc-student-top{min-height:54px}.cc-student-toggle,.cc-student-identity{gap:10px}.cc-student-avatar{width:38px;height:38px;min-width:38px;border-radius:11px;font-size:.9rem}.cc-student-name{font-size:.92rem}.cc-student-meta{margin-top:2px;font-size:.76rem;line-height:1.25}.cc-student-chevron{font-size:14px;margin-left:8px}.cc-collapsible-inner{padding-top:10px}.cc-progress-stack{grid-template-columns:1fr;gap:8px}.cc-progress-card{min-height:84px;padding:10px;border-radius:14px}.cc-progress-label{font-size:.62rem;margin-bottom:4px}.cc-progress-value{font-size:.95rem}.cc-progress-subtext{font-size:.7rem;margin-top:2px}.cc-progress-bar{height:6px;margin-top:7px}.cc-progress-footnote{margin-top:6px;font-size:.7rem;line-height:1.2}.cc-inline-insight{margin-top:10px;padding:10px;border-radius:12px}.cc-inline-insight-title{font-size:.82rem}.cc-inline-insight-text{font-size:.76rem;line-height:1.35}.cc-expanded-grid{gap:10px;margin-top:10px}.cc-summary-detail-card{padding:12px;border-radius:14px}.cc-detail-card-head h4{font-size:.92rem}.cc-detail-card-head span{font-size:.68rem}.cc-calendar-school{font-size:.82rem}.cc-calendar-class{font-size:.72rem;margin-bottom:10px}.cc-calendar-item{grid-template-columns:48px 1fr;gap:8px;padding:8px 0}.cc-calendar-date-badge{min-height:34px;border-radius:10px;font-size:.6rem;padding:5px}.cc-calendar-item-title{font-size:.76rem}.cc-calendar-item-text{font-size:.7rem;line-height:1.2}.cc-footer{height:62px}.cc-footer-item{min-width:70px;gap:2px}.cc-footer-item span{font-size:.9rem}.cc-footer-item small{font-size:.6rem}.cc-notification-overlay{align-items:flex-end;justify-content:center}.cc-notification-panel{width:100%;max-width:100%;max-height:88vh;height:auto;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -18px 40px #0f172a2e}.cc-suggest-overlay{align-items:flex-end;justify-content:center;padding:0;background:#0f172a85}.cc-suggest-modal{width:100%;max-width:100%;height:92dvh;max-height:92dvh;min-height:92dvh;border-radius:20px 20px 0 0;margin:0;padding:0;overflow:hidden;display:flex;flex-direction:column}.cc-suggest-modal-header{flex:0 0 auto;padding:16px 14px 12px}.cc-suggest-modal-header h3{font-size:18px;line-height:1.2}.cc-suggest-intro{font-size:13.5px;line-height:1.5}.cc-suggest-float-form{flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px 16px calc(20px + env(safe-area-inset-bottom));gap:12px}.cc-suggest-float-grid{grid-template-columns:1fr;gap:12px}.cc-suggest-float-field span{font-size:12px}.cc-suggest-float-field input,.cc-suggest-float-field select,.cc-suggest-float-field textarea{min-height:46px;padding:11px 12px;border-radius:13px;font-size:16px}.cc-suggest-float-field textarea{min-height:110px}.cc-suggest-actions{position:sticky;bottom:0;z-index:5;margin-top:auto;display:flex;justify-content:stretch;gap:10px;padding:12px 0 calc(8px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#ffffffeb,#fff 32%);border-top:1px solid #e8edf5}.cc-suggest-actions .cc-btn{flex:1 1 0;min-height:48px}.cc-suggest-floating-btn{right:12px;bottom:74px;width:54px;height:54px;border-radius:999px;padding:0;justify-content:center}.cc-suggest-floating-text{display:none}.cc-suggest-floating-icon{width:30px;height:30px;min-width:30px}}@media(max-width:480px){.cc-content{padding:6px 6px 72px}.cc-dashboard-hero-card{padding:10px;border-radius:14px}.cc-dashboard-hero-card h2{font-size:16px}.cc-dashboard-hero-card p{font-size:12px}.cc-mobile-hero{padding:10px;border-radius:14px}.cc-mobile-hero-top{flex-direction:column;align-items:stretch;gap:8px}.cc-mobile-hero-btn{width:100%}.cc-mobile-hero-stats{gap:5px}.cc-mobile-pill{padding:7px}.cc-mobile-pill span{font-size:.56rem}.cc-mobile-pill strong{font-size:.82rem}.cc-student-card{padding:9px 10px;border-radius:14px}.cc-student-top{min-height:50px}.cc-student-avatar{width:36px;height:36px;min-width:36px;font-size:.82rem}.cc-student-name{font-size:.88rem}.cc-student-meta{font-size:.72rem}.cc-progress-card{min-height:78px;padding:8px 9px}.cc-progress-label{font-size:.58rem}.cc-progress-value{font-size:.88rem}.cc-progress-subtext,.cc-progress-footnote{font-size:.66rem}.cc-footer{height:60px}}@media(max-width:768px){.cc-content{padding:6px 6px 70px!important}.cc-section{margin-bottom:8px!important}.cc-section-header h3{font-size:.85rem!important}.cc-student-list{gap:8px!important}.cc-student-card{padding:8px 10px!important;border-radius:12px!important}.cc-student-top{min-height:48px!important}.cc-student-toggle,.cc-student-identity{gap:8px!important}.cc-student-avatar{width:32px!important;height:32px!important;min-width:32px!important;border-radius:8px!important;font-size:.75rem!important}.cc-student-name{font-size:.85rem!important;line-height:1.1!important}.cc-student-meta{font-size:.68rem!important;line-height:1.2!important;margin-top:2px!important}.cc-student-chevron{font-size:.8rem!important}.cc-progress-stack{gap:6px!important}.cc-progress-card{min-height:70px!important;padding:8px!important;border-radius:12px!important}.cc-progress-label{font-size:.55rem!important}.cc-progress-value{font-size:.85rem!important}.cc-progress-subtext{font-size:.65rem!important}.cc-progress-bar{height:5px!important}.cc-dashboard-hero-card{padding:10px!important;border-radius:12px!important}.cc-dashboard-hero-card h2{font-size:1.2rem!important}.cc-dashboard-hero-card p{font-size:.75rem!important}.cc-summary-strip{display:none!important}.cc-summary-detail-card{padding:10px!important;border-radius:12px!important}.cc-calendar-item{grid-template-columns:40px 1fr!important;gap:6px!important}.cc-calendar-date-badge{min-height:30px!important;font-size:.55rem!important;border-radius:8px!important}.cc-calendar-item-title{font-size:.7rem!important}.cc-calendar-item-text{font-size:.65rem!important}.cc-footer{height:58px!important}.cc-footer-item small{font-size:.55rem!important}}create score cards for all bigger screens... this is looking ugly .cc-academic-student-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-academic-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-academic-student-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-academic-student-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-academic-student-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-academic-student-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-academic-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-academic-student-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-academic-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-academic-student-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-academic-student-row-meta{font-size:.9rem;color:#475569;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-academic-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-academic-student-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-academic-details-wrap{display:flex;flex-direction:column;gap:22px;width:100%;margin-top:20px}.cc-academic-student-grid{display:flex;flex-direction:column;gap:14px;width:100%}.cc-academic-student-shell{width:100%}.cc-academic-expanded{width:100%;margin-top:18px}@media(max-width:720px){.cc-academic-student-row-inner{min-height:76px;padding:14px 16px}.cc-academic-student-row-right{gap:10px}.cc-academic-student-row-arrow{font-size:1.05rem}.cc-academic-details-wrap{margin-top:16px;gap:18px}.cc-academic-expanded{width:100%;margin-top:18px;display:flex;flex-direction:column;gap:18px}.cc-academic-summary-panel{background:linear-gradient(180deg,#fffffff5,#f8fafcfa);border:1px solid rgba(148,163,184,.18);border-radius:24px;padding:22px;box-shadow:0 14px 34px #0f172a12;display:flex;flex-direction:column;gap:20px}.cc-academic-summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.cc-academic-summary-top h3{margin:6px 0 4px;font-size:1.5rem;line-height:1.15;color:#0f172a;font-weight:800}.cc-academic-average-hero{min-width:180px;padding:18px 20px;border-radius:20px;display:flex;flex-direction:column;gap:6px;align-items:flex-start;justify-content:center;border:1px solid transparent}.cc-academic-average-hero span{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.82}.cc-academic-average-hero strong{font-size:2rem;line-height:1;font-weight:900}.cc-academic-average-hero.excellent{background:linear-gradient(135deg,#22c55e24,#10b9811a);color:#166534;border-color:#22c55e33}.cc-academic-average-hero.good{background:linear-gradient(135deg,#2563eb24,#3b82f61a);color:#1d4ed8;border-color:#2563eb33}.cc-academic-average-hero.support{background:linear-gradient(135deg,#f59e0b29,#fbbf241a);color:#b45309;border-color:#f59e0b38}.cc-academic-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cc-academic-summary-card{background:#fff;border:1px solid rgba(226,232,240,.95);border-radius:18px;padding:16px 16px 14px;box-shadow:0 6px 18px #0f172a0a;display:flex;flex-direction:column;gap:8px}.cc-academic-summary-card span{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:700}.cc-academic-summary-card strong{font-size:1.1rem;color:#0f172a;font-weight:800;line-height:1.2}.cc-filter-chip{border:1px solid rgba(203,213,225,.9);background:#ffffffe0;color:#334155;border-radius:999px;padding:10px 16px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .18s ease}.cc-academic-subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cc-academic-subject-card{background:#fffffff2;border:1px solid rgba(226,232,240,.95);border-radius:20px;padding:18px;box-shadow:0 10px 24px #0f172a0d;display:flex;flex-direction:column;gap:14px}.cc-academic-subject-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-academic-subject-name{font-size:1rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-academic-subject-score,.cc-academic-assessment-score,.cc-academic-average-badge{min-width:74px;padding:10px 12px;border-radius:14px;text-align:center;font-weight:800;font-size:.95rem;border:1px solid transparent}.cc-academic-subject-stats div{background:#f8fafc;border-radius:14px;padding:12px 14px}.cc-academic-subject-stats span{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:6px;font-weight:700}.cc-academic-subject-stats strong{font-size:.96rem;color:#0f172a;font-weight:800}.cc-academic-inline-comment{padding:12px 14px;border-radius:14px;background:#3b82f60f;color:#334155;font-size:.9rem;line-height:1.5}.cc-academic-assessment-card{background:#fffffff5;border:1px solid rgba(226,232,240,.92);border-radius:18px;padding:16px 18px;box-shadow:0 8px 20px #0f172a0d}.cc-academic-assessment-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.cc-transaction-table-wrap{width:100%;overflow-x:auto;border-radius:20px;background:#fff;border:1px solid rgba(226,232,240,.92);box-shadow:0 10px 28px #0f172a0d}.cc-academic-comment-card,.cc-academic-upcoming-card{background:#fffffff5;border:1px solid rgba(226,232,240,.92);border-radius:18px;padding:16px 18px;box-shadow:0 8px 20px #0f172a0d}@media(max-width:960px){.cc-academic-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-academic-subject-grid{grid-template-columns:1fr}}.cc-academic-mobile-insight-grid{grid-template-columns:1fr 1fr}.cc-mobile-top-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7fafff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}.cc-academic-student-list,.cc-academic-student-grid{display:flex;flex-direction:column;gap:16px;width:100%}.cc-academic-student-shell{width:100%}.cc-academic-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.34);border-radius:22px;background:linear-gradient(180deg,#fffffff5,#f8fafcf5);overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 10px 28px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-academic-student-row:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0f172a14;border-color:#3b82f680}.cc-academic-student-row.active{border-color:#2563eba6;box-shadow:0 0 0 4px #2563eb14}.cc-academic-student-row-topbar{height:5px;width:100%;background:linear-gradient(90deg,#254fde,#22c1f1,#7c3aed)}.cc-academic-student-row-inner{min-height:88px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-sizing:border-box}.cc-academic-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-academic-student-row-avatar{width:44px;height:44px;min-width:44px;border-radius:14px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:900;box-shadow:0 10px 22px #4361ee33}.cc-academic-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-academic-student-row-name{font-size:1.04rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-academic-student-row-meta{font-size:.9rem;color:#64748b;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-academic-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-academic-student-row-arrow{color:#334155;font-size:1.15rem;font-weight:800;line-height:1}.cc-academic-expanded,.cc-academic-details-wrap{width:100%;margin-top:18px;display:flex;flex-direction:column;gap:22px}.cc-academic-summary-panel{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(226,232,240,.95);border-radius:26px;padding:24px;box-shadow:0 16px 36px #0f172a0f;display:flex;flex-direction:column;gap:22px}.cc-academic-summary-top{display:flex;align-items:stretch;justify-content:space-between;gap:18px;flex-wrap:wrap}.cc-academic-summary-top h3{margin:4px 0 6px;font-size:1.45rem;font-weight:900;color:#0f172a;line-height:1.12}.cc-academic-summary-top p{margin:0;color:#64748b;font-size:.95rem}.cc-academic-average-hero{min-width:220px;border-radius:22px;padding:18px 20px;display:flex;flex-direction:column;justify-content:center;gap:8px;border:1px solid transparent}.cc-academic-average-hero span{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.82}.cc-academic-average-hero strong{font-size:2.15rem;line-height:1;font-weight:900}.cc-academic-average-hero.excellent{background:linear-gradient(135deg,#22c55e24,#10b9811a);color:#166534;border-color:#22c55e2e}.cc-academic-average-hero.good{background:linear-gradient(135deg,#2563eb24,#3b82f61a);color:#1d4ed8;border-color:#2563eb2e}.cc-academic-average-hero.support{background:linear-gradient(135deg,#f59e0b29,#fbbf241a);color:#b45309;border-color:#f59e0b33}.cc-academic-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.cc-academic-summary-card{min-height:124px;background:#fff;border:1px solid rgba(226,232,240,.96);border-radius:20px;padding:18px 18px 16px;box-shadow:0 10px 24px #0f172a0d;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.cc-academic-summary-card span{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:800}.cc-academic-summary-card strong{font-size:1.14rem;color:#0f172a;font-weight:900;line-height:1.2;word-break:break-word}.cc-academic-summary-card.primary{background:linear-gradient(135deg,#254fde1a,#3b82f60f);border-color:#3b82f633}.cc-academic-summary-card.success{background:linear-gradient(135deg,#22c55e1a,#10b9810f);border-color:#22c55e2e}.cc-academic-summary-card.warning{background:linear-gradient(135deg,#f59e0b1f,#fbbf2414);border-color:#f59e0b2e}.cc-filter-row{display:flex;flex-wrap:wrap;gap:10px}.cc-filter-chip{border:1px solid rgba(203,213,225,.9);background:#ffffffeb;color:#334155;border-radius:999px;padding:10px 16px;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .18s ease}.cc-filter-chip:hover{border-color:#3b82f673;transform:translateY(-1px)}.cc-filter-chip.active{background:linear-gradient(135deg,#3156e6,#254fde);color:#fff;border-color:transparent;box-shadow:0 10px 22px #254fde3d}.cc-academic-subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%}.cc-academic-subject-card{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(226,232,240,.95);border-radius:22px;padding:20px;box-shadow:0 12px 28px #0f172a0d;display:flex;flex-direction:column;gap:16px}.cc-academic-subject-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.cc-academic-subject-name{font-size:1.04rem;font-weight:900;color:#0f172a;line-height:1.2}.cc-academic-subject-teacher{margin-top:4px;font-size:.87rem;color:#64748b}.cc-academic-subject-score,.cc-academic-assessment-score,.cc-academic-average-badge{min-width:76px;padding:10px 12px;border-radius:14px;text-align:center;font-size:.95rem;font-weight:900;border:1px solid transparent;flex-shrink:0}.cc-academic-subject-score.excellent,.cc-academic-assessment-score.excellent,.cc-academic-average-badge.excellent{background:#22c55e1f;color:#166534;border-color:#22c55e2e}.cc-academic-subject-score.good,.cc-academic-assessment-score.good,.cc-academic-average-badge.good{background:#2563eb1f;color:#1d4ed8;border-color:#2563eb2e}.cc-academic-subject-score.support,.cc-academic-assessment-score.support,.cc-academic-average-badge.support{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.cc-academic-subject-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-academic-subject-stats div{background:#f8fafc;border:1px solid rgba(226,232,240,.85);border-radius:16px;padding:12px 14px}.cc-academic-subject-stats span{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:6px;font-weight:800}.cc-academic-subject-stats strong{font-size:.98rem;color:#0f172a;font-weight:900}.cc-academic-inline-comment{padding:13px 14px;border-radius:16px;background:#3b82f60f;border:1px solid rgba(191,219,254,.7);color:#334155;font-size:.92rem;line-height:1.55}.cc-academic-assessment-list{display:flex;flex-direction:column;gap:14px}.cc-academic-assessment-card{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(226,232,240,.92);border-radius:20px;padding:16px 18px;box-shadow:0 8px 20px #0f172a0d}.cc-academic-assessment-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.cc-academic-assessment-title{font-size:.98rem;font-weight:800;color:#0f172a}.cc-academic-assessment-meta{margin-top:4px;font-size:.85rem;color:#64748b;line-height:1.45}.cc-transaction-table-wrap{width:100%;overflow-x:auto;border-radius:22px;background:#fff;border:1px solid rgba(226,232,240,.92);box-shadow:0 12px 28px #0f172a0d}.cc-transaction-table{width:100%;border-collapse:collapse;min-width:760px}.cc-transaction-table thead th{background:#f8fafc;color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;padding:14px 16px;text-align:left;border-bottom:1px solid rgba(226,232,240,.92)}.cc-transaction-table tbody td{padding:14px 16px;font-size:.92rem;color:#0f172a;border-bottom:1px solid rgba(241,245,249,1);vertical-align:middle}.cc-transaction-table tbody tr:hover{background:#f8fafcd9}.cc-academic-comment-list,.cc-academic-upcoming-list{display:flex;flex-direction:column;gap:14px}.cc-academic-comment-card,.cc-academic-upcoming-card{background:linear-gradient(180deg,#fffffffa,#f8fafcfa);border:1px solid rgba(226,232,240,.92);border-radius:20px;padding:16px 18px;box-shadow:0 8px 20px #0f172a0d}.cc-academic-comment-meta,.cc-academic-upcoming-meta{font-size:.84rem;color:#64748b;margin-bottom:8px}.cc-academic-comment-text,.cc-academic-upcoming-title{font-size:.95rem;color:#0f172a;line-height:1.55;font-weight:600}.cc-academic-mobile-insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-academic-mobile-insight-card{border-radius:18px;padding:14px;border:1px solid transparent;display:flex;flex-direction:column;gap:8px}.cc-academic-mobile-insight-card span{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;opacity:.8}.cc-academic-mobile-insight-card strong{font-size:1rem;font-weight:800;line-height:1.2}.cc-academic-mobile-insight-card.excellent{background:#22c55e1f;color:#166534;border-color:#22c55e2e}.cc-academic-mobile-insight-card.good{background:#2563eb1f;color:#1d4ed8;border-color:#2563eb2e}.cc-academic-mobile-insight-card.support{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.cc-academic-mobile-latest{display:flex;flex-direction:column;gap:12px}.cc-academic-mobile-block-title{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.cc-academic-mobile-latest-list,.cc-academic-mobile-subject-list{display:flex;flex-direction:column;gap:12px}.cc-academic-mobile-latest-row,.cc-academic-mobile-subject-row{background:#fffffff5;border:1px solid rgba(226,232,240,.92);border-radius:18px;padding:14px 16px;box-shadow:0 8px 20px #0f172a0d;display:flex;align-items:center;justify-content:space-between;gap:14px}.cc-academic-mobile-latest-title,.cc-academic-mobile-subject-name{font-size:.95rem;font-weight:800;color:#0f172a}.cc-academic-mobile-latest-meta,.cc-academic-mobile-subject-meta{margin-top:4px;font-size:.82rem;color:#64748b;line-height:1.45}@media(max-width:1100px){.cc-academic-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-academic-subject-grid{grid-template-columns:1fr}}.cc-academic-student-row-inner{min-height:76px;padding:14px 16px;flex-direction:column;align-items:stretch;gap:12px}.cc-academic-student-row-avatar{width:38px;height:38px;min-width:38px;border-radius:11px;font-size:.95rem}.cc-academic-student-row-name{font-size:.96rem}.cc-academic-student-row-meta{font-size:.82rem}.cc-academic-student-row-right{width:100%;justify-content:space-between;gap:10px}.cc-academic-summary-panel{padding:18px 16px;border-radius:20px}.cc-academic-summary-top h3{font-size:1.22rem}.cc-academic-average-hero{width:100%;min-width:unset;padding:16px}.cc-academic-average-hero strong{font-size:1.7rem}.cc-academic-mobile-insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-academic-subject-stats{grid-template-columns:1fr}.cc-academic-assessment-top,.cc-academic-mobile-latest-row,.cc-academic-mobile-subject-row{align-items:flex-start}}.cc-academic-desktop-score-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%}.cc-academic-desktop-score-card{position:relative;overflow:hidden;border-radius:24px;padding:20px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(226,232,240,.95);box-shadow:0 12px 28px #0f172a0f;display:flex;flex-direction:column;gap:16px;min-height:210px}.cc-academic-desktop-score-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#254fde,#22c1f1)}.cc-academic-desktop-score-card.excellent:before{background:linear-gradient(180deg,#16a34a,#34d399)}.cc-academic-desktop-score-card.good:before{background:linear-gradient(180deg,#2563eb,#38bdf8)}.cc-academic-desktop-score-card.support:before{background:linear-gradient(180deg,#d97706,#fbbf24)}.cc-academic-desktop-score-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.cc-academic-desktop-score-title-wrap{min-width:0;flex:1}.cc-academic-desktop-score-title{font-size:1.08rem;font-weight:900;color:#0f172a;line-height:1.2}.cc-academic-desktop-score-teacher{margin-top:6px;font-size:.88rem;color:#64748b;line-height:1.4}.cc-academic-desktop-score-badge{min-width:82px;padding:11px 14px;border-radius:16px;text-align:center;font-size:1rem;font-weight:900;border:1px solid transparent;flex-shrink:0}.cc-academic-desktop-score-badge.excellent{background:#22c55e1f;color:#166534;border-color:#22c55e2e}.cc-academic-desktop-score-badge.good{background:#2563eb1f;color:#1d4ed8;border-color:#2563eb2e}.cc-academic-desktop-score-badge.support{background:#f59e0b24;color:#b45309;border-color:#f59e0b2e}.cc-academic-desktop-score-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-academic-desktop-metric{background:#f8fafc;border:1px solid rgba(226,232,240,.9);border-radius:16px;padding:14px}.cc-academic-desktop-metric span{display:block;margin-bottom:8px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.cc-academic-desktop-metric strong{font-size:1rem;font-weight:900;color:#0f172a;line-height:1.2}.cc-academic-desktop-score-comment{margin-top:auto;padding:14px 15px;border-radius:16px;background:#3b82f60f;border:1px solid rgba(191,219,254,.7);color:#334155;font-size:.9rem;line-height:1.55}.cc-academic-desktop-score-comment.muted{color:#94a3b8;background:#f8fafc;border-color:#e2e8f0e6}@media(max-width:1280px){.cc-academic-desktop-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.cc-academic-desktop-score-grid{grid-template-columns:1fr}}.cc-academic-desktop-assessment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%}.cc-academic-desktop-assessment-card{position:relative;overflow:hidden;min-height:200px;border-radius:22px;padding:18px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(226,232,240,.95);box-shadow:0 12px 28px #0f172a0f;display:flex;flex-direction:column;gap:14px}.cc-academic-desktop-assessment-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;border-radius:22px 0 0 22px;background:linear-gradient(180deg,#254fde,#22c1f1)}.cc-academic-desktop-assessment-card.excellent:before{background:linear-gradient(180deg,#16a34a,#34d399)}.cc-academic-desktop-assessment-card.good:before{background:linear-gradient(180deg,#2563eb,#38bdf8)}.cc-academic-desktop-assessment-card.support:before{background:linear-gradient(180deg,#d97706,#fbbf24)}.cc-academic-desktop-assessment-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.cc-academic-desktop-assessment-subject{font-size:1rem;font-weight:900;color:#0f172a;line-height:1.2}.cc-academic-desktop-assessment-badge{min-width:82px;padding:11px 14px;border-radius:16px;text-align:center;font-size:1rem;font-weight:900;border:1px solid transparent;flex-shrink:0}.cc-academic-desktop-assessment-badge.excellent{background:#22c55e1f;color:#166534;border-color:#22c55e2e}.cc-academic-desktop-assessment-badge.good{background:#2563eb1f;color:#1d4ed8;border-color:#2563eb2e}.cc-academic-desktop-assessment-badge.support{background:#f59e0b24;color:#b45309;border-color:#f59e0b2e}.cc-academic-desktop-assessment-title{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.35}.cc-academic-desktop-assessment-meta{font-size:.86rem;color:#64748b;line-height:1.45}.cc-academic-desktop-assessment-stats{margin-top:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-academic-desktop-assessment-stat{background:#f8fafc;border:1px solid rgba(226,232,240,.9);border-radius:16px;padding:13px 14px}.cc-academic-desktop-assessment-stat span{display:block;margin-bottom:8px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.cc-academic-desktop-assessment-stat strong{font-size:1rem;font-weight:900;color:#0f172a;line-height:1.2}@media(max-width:1280px){.cc-academic-desktop-assessment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.cc-academic-desktop-assessment-grid{grid-template-columns:1fr}}@media(max-width:720px){.cc-academic-student-list,.cc-academic-student-grid{gap:10px}.cc-academic-student-row{border-radius:16px}.cc-academic-student-row-topbar{height:4px}.cc-academic-student-row-inner{min-height:64px;padding:10px 12px;flex-direction:row;align-items:center;gap:10px}.cc-academic-student-row-left{gap:10px}.cc-academic-student-row-avatar{width:32px;height:32px;min-width:32px;border-radius:10px;font-size:.82rem}.cc-academic-student-row-name{font-size:.88rem;line-height:1.15}.cc-academic-student-row-meta{font-size:.74rem;line-height:1.2}.cc-academic-student-row-right{width:auto;gap:8px;justify-content:flex-end}.cc-academic-average-badge,.cc-academic-subject-score,.cc-academic-assessment-score{min-width:58px;padding:7px 9px;border-radius:11px;font-size:.78rem}.cc-academic-student-row-arrow{font-size:.95rem}.cc-academic-expanded,.cc-academic-details-wrap{margin-top:10px;gap:12px}.cc-section{margin-bottom:10px}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem}.cc-count-badge{font-size:.7rem;padding:4px 7px}.cc-academic-summary-panel{padding:12px;border-radius:16px;gap:12px}.cc-academic-summary-top{gap:10px}.cc-academic-summary-top h3{font-size:1rem;margin:2px 0}.cc-academic-summary-top p{font-size:.78rem}.cc-academic-average-hero{padding:10px 12px;border-radius:14px;gap:4px}.cc-academic-average-hero span{font-size:.64rem}.cc-academic-average-hero strong{font-size:1.2rem}.cc-academic-mobile-insight-grid{gap:8px}.cc-academic-mobile-insight-card{border-radius:14px;padding:10px;gap:5px}.cc-academic-mobile-insight-card span{font-size:.62rem;letter-spacing:.04em}.cc-academic-mobile-insight-card strong{font-size:.84rem}.cc-academic-mobile-latest{gap:8px}.cc-academic-mobile-block-title{font-size:.7rem}.cc-academic-mobile-latest-list,.cc-academic-mobile-subject-list{gap:8px}.cc-academic-mobile-latest-row,.cc-academic-mobile-subject-row{padding:10px 12px;border-radius:14px;gap:10px}.cc-academic-mobile-latest-title,.cc-academic-mobile-subject-name{font-size:.84rem;line-height:1.15}.cc-academic-mobile-latest-meta,.cc-academic-mobile-subject-meta{margin-top:2px;font-size:.72rem;line-height:1.25}.cc-academic-assessment-list{gap:8px}.cc-academic-assessment-card{padding:10px 12px;border-radius:14px}.cc-academic-assessment-title{font-size:.84rem;line-height:1.15}.cc-academic-assessment-meta{margin-top:2px;font-size:.72rem;line-height:1.25}.cc-academic-inline-comment,.cc-academic-comment-list,.cc-academic-upcoming-list,.cc-academic-subject-stats{display:none}.cc-academic-subject-card{padding:12px;border-radius:14px;gap:10px}.cc-academic-subject-name{font-size:.86rem}.cc-academic-subject-teacher{font-size:.72rem;margin-top:2px}.cc-filter-row{gap:8px}.cc-filter-chip{padding:8px 12px;font-size:.76rem;border-radius:999px}}.cc-children-info-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-children-info-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-children-info-hero,.cc-child-profile-panel,.cc-parent-notice-panel,.cc-child-history-panel,.cc-parent-owned-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-children-info-hero h2{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-children-info-hero p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-child-info-list{display:flex;flex-direction:column;gap:12px;width:100%}.cc-child-info-shell{width:100%}.cc-child-info-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffd1;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-child-info-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-child-info-row.active{border-color:#2563ebc7;box-shadow:0 0 0 3px #2563eb14}.cc-child-info-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-child-info-row-inner{min-height:76px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;box-sizing:border-box}.cc-child-info-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:12px}.cc-child-info-row-avatar{width:34px;height:34px;min-width:34px;border-radius:10px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-child-info-row-text{min-width:0;display:flex;flex-direction:column;gap:2px}.cc-child-info-row-name{font-size:.95rem;font-weight:800;color:#0f172a;line-height:1.15}.cc-child-info-row-meta{font-size:.78rem;color:#64748b;line-height:1.25}.cc-child-info-row-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.cc-child-info-row-arrow{color:#334155;font-size:.95rem;font-weight:800;line-height:1}.cc-child-info-badge{padding:5px 8px;border-radius:999px;font-size:.66rem;font-weight:800;line-height:1;white-space:nowrap;background:linear-gradient(135deg,#e2e8f0e6,#f1f5f9f5);color:#334155}.cc-child-info-expanded{width:100%;margin-top:10px;display:flex;flex-direction:column;gap:14px}.cc-child-profile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.cc-child-profile-top h3{margin:6px 0 4px;font-size:1.35rem;font-weight:800;color:#0f172a}.cc-child-profile-top p{margin:0;color:#64748b}.cc-child-status-chip{padding:14px 18px;border-radius:20px;min-width:170px;display:flex;flex-direction:column;gap:6px;background:linear-gradient(135deg,#2563eb1f,#3b82f61a);border:1px solid rgba(37,99,235,.16);color:#1d4ed8}.cc-child-status-chip span{font-size:.75rem;text-transform:uppercase;font-weight:800;letter-spacing:.05em}.cc-child-status-chip strong{font-size:1rem;font-weight:900}.cc-child-profile-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-child-profile-card{min-height:108px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-child-profile-card span{font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.cc-child-profile-card strong{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.35;word-break:break-word}.cc-parent-owned-panel .cc-section-header{margin-bottom:18px}.cc-parent-owned-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;width:100%}.cc-parent-owned-field{display:flex;flex-direction:column;gap:8px;min-width:0}.cc-parent-owned-field.full{grid-column:1 / -1}.cc-parent-owned-field label{font-size:.84rem;font-weight:700;color:#475569;line-height:1.3}.cc-parent-owned-field input,.cc-parent-owned-field textarea{width:100%;border:1px solid rgba(148,163,184,.22);background:#fffffff5;color:#0f172a;border-radius:14px;padding:14px 15px;font:inherit;line-height:1.45;box-sizing:border-box;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;appearance:none;-webkit-appearance:none}.cc-parent-owned-field input{min-height:52px}.cc-parent-owned-field textarea{min-height:110px;resize:vertical}.cc-parent-owned-field input::placeholder,.cc-parent-owned-field textarea::placeholder{color:#94a3b8}.cc-parent-owned-field input:focus,.cc-parent-owned-field textarea:focus{border-color:#2563eb73;box-shadow:0 0 0 4px #2563eb14;background:#fff}.cc-parent-owned-footer{margin-top:18px;padding-top:16px;border-top:1px solid rgba(226,232,240,.75);display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.cc-parent-owned-help{font-size:.88rem;color:#64748b;line-height:1.5;max-width:620px}.cc-parent-owned-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cc-parent-owned-actions .cc-btn{min-width:132px}.cc-notice-chip-row{display:flex;flex-wrap:wrap;gap:10px}.cc-notice-chip{border:1px solid rgba(203,213,225,.9);background:#ffffffe0;color:#334155;border-radius:999px;padding:10px 16px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .18s ease}.cc-notice-chip:hover{border-color:#3b82f673;transform:translateY(-1px)}.cc-notice-chip.active{background:linear-gradient(135deg,#3156e6,#254fde);color:#fff;border-color:transparent;box-shadow:0 10px 22px #254fde3d}.cc-parent-notice-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px}.cc-parent-notice-field label,.cc-parent-note-box label{display:block;margin-bottom:8px;font-size:.84rem;font-weight:700;color:#475569}.cc-parent-notice-field input,.cc-parent-note-box textarea{width:100%;padding:14px;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#fff;box-sizing:border-box;font:inherit}.cc-parent-note-box{margin-top:16px}.cc-parent-note-box textarea{resize:vertical;min-height:120px}.cc-parent-notice-footer{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.cc-parent-notice-help{font-size:.88rem;color:#64748b}.cc-child-history-list{display:flex;flex-direction:column;gap:14px}.cc-child-history-card{width:100%;padding:18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#fffffff5;box-shadow:0 4px 14px #0f172a08;box-sizing:border-box}.cc-child-history-meta{font-size:.82rem;color:#64748b;font-weight:700}.cc-child-history-text{margin-top:8px;color:#334155;line-height:1.55}.cc-btn.cc-btn-secondary{background:#fffffff2;color:#1d4ed8;border:1px solid rgba(37,99,235,.18)}.cc-btn.cc-btn-secondary:hover{background:#f8fafffa}@media(max-width:1280px){.cc-children-info-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-child-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.cc-parent-owned-grid{grid-template-columns:1fr}.cc-parent-owned-field.full{grid-column:auto}}@media(max-width:820px){.cc-child-profile-top,.cc-parent-notice-footer,.cc-parent-owned-footer{flex-direction:column;align-items:flex-start}.cc-parent-notice-grid{grid-template-columns:1fr}}@media(max-width:720px){.cc-children-info-page{padding-bottom:82px!important}.cc-children-info-content{padding:68px 8px 92px!important;gap:8px!important}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.68rem!important;padding:3px 7px!important}.cc-children-info-hero,.cc-child-profile-panel,.cc-parent-notice-panel,.cc-child-history-panel,.cc-parent-owned-panel{padding:10px!important;border-radius:12px!important}.cc-children-info-hero h2{font-size:.92rem!important;line-height:1.1!important}.cc-children-info-hero p{font-size:.7rem!important;line-height:1.2!important;margin-top:3px!important}.cc-child-info-list{gap:6px!important}.cc-child-info-row{border-radius:12px!important}.cc-child-info-row-topbar{height:3px!important}.cc-child-info-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-child-info-row-left{gap:8px!important}.cc-child-info-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-child-info-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-child-info-row-meta{font-size:.64rem!important;line-height:1.05!important}.cc-child-info-row-right{gap:6px!important}.cc-child-info-row-arrow{font-size:.76rem!important}.cc-child-info-badge{padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-child-info-expanded{margin-top:6px!important;gap:8px!important}.cc-child-profile-top{gap:8px!important}.cc-child-profile-top h3{font-size:.92rem!important;line-height:1.1!important;margin:2px 0!important}.cc-child-profile-top p{font-size:.7rem!important;line-height:1.2!important}.cc-child-status-chip{min-width:0!important;width:100%!important;padding:7px 9px!important;border-radius:10px!important;gap:2px!important}.cc-child-status-chip span{font-size:.62rem!important;line-height:1!important}.cc-child-status-chip strong{font-size:.88rem!important;line-height:1!important}.cc-child-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-child-profile-card{min-height:56px!important;height:56px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-child-profile-card span{font-size:.62rem!important;line-height:1!important}.cc-child-profile-card strong{font-size:.82rem!important;line-height:1!important;margin-top:1px!important}.cc-notice-chip-row{gap:6px!important}.cc-notice-chip{padding:6px 10px!important;font-size:.7rem!important;border-radius:999px!important}.cc-parent-owned-grid,.cc-parent-notice-grid{gap:8px!important}.cc-parent-owned-field,.cc-parent-notice-field,.cc-parent-note-box{gap:5px!important}.cc-parent-owned-field label,.cc-parent-notice-field label,.cc-parent-note-box label{font-size:.7rem!important;margin-bottom:3px!important}.cc-parent-owned-field input,.cc-parent-owned-field textarea,.cc-parent-notice-field input,.cc-parent-note-box textarea{padding:9px 10px!important;border-radius:10px!important;font-size:.76rem!important}.cc-parent-owned-field input,.cc-parent-notice-field input{min-height:38px!important}.cc-parent-owned-field textarea,.cc-parent-note-box textarea{min-height:72px!important}.cc-parent-owned-footer,.cc-parent-notice-footer{margin-top:8px!important;padding-top:8px!important;gap:8px!important}.cc-parent-owned-help,.cc-parent-notice-help{font-size:.68rem!important;line-height:1.2!important}.cc-parent-owned-actions{gap:6px!important}.cc-parent-owned-actions .cc-btn,.cc-btn{min-height:34px!important;padding:7px 10px!important;font-size:.72rem!important;border-radius:10px!important}.cc-child-history-list{gap:6px!important}.cc-child-history-card{padding:8px 10px!important;border-radius:12px!important}.cc-child-history-meta{font-size:.64rem!important;line-height:1.1!important}.cc-child-history-text{margin-top:4px!important;font-size:.72rem!important;line-height:1.15!important}.cc-empty-card{padding:12px!important;border-radius:12px!important;font-size:.8rem!important}}.cc-payments-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-payments-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-payments-hero,.cc-payments-summary-panel,.cc-payment-account-panel,.cc-payment-activity-panel,.cc-payment-invoices-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-payments-hero h2{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-payments-hero p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-payments-hero-top,.cc-payment-account-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.cc-payments-summary-grid,.cc-payment-account-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-payments-summary-card,.cc-payment-account-card{min-height:108px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-payments-summary-card span,.cc-payment-account-card span{font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.cc-payments-summary-card strong,.cc-payment-account-card strong{font-size:1.1rem;font-weight:800;color:#0f172a}.cc-payment-balance-chip{padding:14px 18px;border-radius:20px;min-width:180px;display:flex;flex-direction:column;gap:6px;border:1px solid transparent;box-sizing:border-box}.cc-payment-balance-chip span{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.cc-payment-balance-chip strong{font-size:1.05rem;font-weight:900;line-height:1.2}.cc-payment-balance-chip.settled{background:linear-gradient(135deg,#22c55e24,#10b9811f);color:#15803d;border-color:#22c55e2e}.cc-payment-balance-chip.watch{background:linear-gradient(135deg,#f59e0b24,#fbbf241f);color:#b45309;border-color:#f59e0b2e}.cc-payment-balance-chip.attention{background:linear-gradient(135deg,#f9731624,#fb923c1f);color:#c2410c;border-color:#f973162e}.cc-payment-student-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-payment-student-shell{width:100%}.cc-payment-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-payment-student-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-payment-student-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-payment-student-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-payment-student-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-payment-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-payment-student-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-payment-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-payment-student-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-payment-student-row-meta{font-size:.9rem;color:#475569;line-height:1.4}.cc-payment-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-payment-student-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-payment-badge{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap;background:linear-gradient(135deg,#e2e8f0e6,#f1f5f9f5);color:#334155}.cc-payment-badge.has-balance{background:linear-gradient(135deg,#2563eb29,#3b82f62e);color:#1d4ed8}.cc-payment-expanded{width:100%;margin-top:14px;display:flex;flex-direction:column;gap:18px}.cc-payment-status-note{padding:18px;border-radius:18px;border:1px solid transparent;line-height:1.55;font-weight:700}.cc-payment-status-note.settled{background:linear-gradient(180deg,#22c55e14,#22c55e0a);border-color:#22c55e1f;color:#166534}.cc-payment-status-note.watch{background:linear-gradient(180deg,#f59e0b14,#f59e0b0a);border-color:#f59e0b1f;color:#b45309}.cc-payment-status-note.attention{background:linear-gradient(180deg,#f9731614,#f973160a);border-color:#f973161f;color:#c2410c}.cc-payment-line-list,.cc-payment-transaction-list{display:flex;flex-direction:column;gap:14px}.cc-payment-line-card,.cc-payment-transaction-card{width:100%;padding:18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#fffffff5;text-align:left;box-shadow:0 4px 14px #0f172a08;box-sizing:border-box}.cc-payment-line-top,.cc-payment-transaction-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-payment-line-title,.cc-payment-transaction-title{font-size:.96rem;font-weight:800;color:#0f172a;line-height:1.35}.cc-payment-line-meta,.cc-payment-transaction-meta{font-size:.82rem;color:#64748b}.cc-payment-line-values{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px}.cc-payment-value-box{padding:14px;border-radius:16px;background:linear-gradient(180deg,#f8fafffa,#fff);border:1px solid rgba(148,163,184,.12)}.cc-payment-value-box span{display:block;font-size:.76rem;color:#64748b;font-weight:700;margin-bottom:6px}.cc-payment-value-box strong{font-size:.95rem;color:#0f172a;font-weight:800}.cc-payment-line-status{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;white-space:nowrap}.cc-payment-line-status.paid{background:linear-gradient(135deg,#22c55e29,#10b98124);color:#15803d}.cc-payment-line-status.open{background:linear-gradient(135deg,#f9731624,#fb923c1f);color:#c2410c}.cc-payment-filter-row{display:flex;flex-wrap:wrap;gap:10px}.cc-payment-filter-chip{border:1px solid rgba(203,213,225,.9);background:#ffffffe0;color:#334155;border-radius:999px;padding:10px 16px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .18s ease}.cc-payment-filter-chip:hover{border-color:#3b82f673;transform:translateY(-1px)}.cc-payment-filter-chip.active{background:linear-gradient(135deg,#3156e6,#254fde);color:#fff;border-color:transparent;box-shadow:0 10px 22px #254fde3d}.cc-payment-table-wrap{width:100%;overflow-x:auto;border-radius:20px;background:#fff;border:1px solid rgba(226,232,240,.92);box-shadow:0 10px 28px #0f172a0d}.cc-payment-table{width:100%;border-collapse:collapse;min-width:760px}.cc-payment-table thead th{background:#f8fafc;color:#475569;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;padding:14px 16px;text-align:left;border-bottom:1px solid rgba(226,232,240,.92)}.cc-payment-table tbody td{padding:14px 16px;font-size:.92rem;color:#0f172a;border-bottom:1px solid rgba(241,245,249,1);vertical-align:middle}.cc-payment-table tbody tr:hover{background:#f8fafcd9}.cc-payment-action-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.cc-pay-now-btn{border:none;border-radius:14px;padding:12px 20px;font-weight:800;font-size:.92rem;cursor:pointer;color:#fff;background:linear-gradient(135deg,#3156e6,#254fde);box-shadow:0 10px 22px #254fde3d}.cc-pay-now-btn:hover{transform:translateY(-1px)}@media(max-width:1280px){.cc-payments-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-payments-summary-grid,.cc-payment-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cc-payments-hero-top,.cc-payment-account-top,.cc-payment-line-top,.cc-payment-transaction-top,.cc-payment-action-row{flex-direction:column;align-items:flex-start}.cc-payment-line-values{grid-template-columns:1fr}}@media(max-width:720px){.cc-payments-page{padding-bottom:88px}.cc-payments-content{width:100%;max-width:100%;margin:0;padding:78px 14px 110px;gap:18px}.cc-payments-hero,.cc-payments-summary-panel,.cc-payment-account-panel,.cc-payment-activity-panel,.cc-payment-invoices-panel,.cc-payments-summary-card,.cc-payment-account-card,.cc-payment-line-card,.cc-payment-transaction-card,.cc-payment-status-note{padding:16px;border-radius:18px}.cc-payments-summary-grid,.cc-payment-account-grid{grid-template-columns:1fr}.cc-payment-student-row-inner{min-height:76px;padding:14px 16px}.cc-payment-student-row-avatar{width:38px;height:38px;min-width:38px;border-radius:11px;font-size:.95rem}.cc-payment-student-row-name{font-size:.96rem}.cc-payment-student-row-meta{font-size:.82rem}.cc-payment-student-row-arrow{font-size:1.05rem}.cc-payment-balance-chip{min-width:100%}.cc-mobile-top-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7fafff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-content,.cc-dashboard-content{padding-top:78px}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}}@media(max-width:720px){.cc-payments-page{padding-bottom:82px!important}.cc-payments-content{padding:68px 8px 92px!important;gap:8px!important}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.68rem!important;padding:3px 7px!important}.cc-payments-hero,.cc-payments-summary-panel,.cc-payment-account-panel,.cc-payment-activity-panel,.cc-payment-invoices-panel{padding:10px!important;border-radius:12px!important}.cc-payments-hero h2{font-size:.92rem!important;line-height:1.1!important}.cc-payments-hero p{font-size:.7rem!important;line-height:1.2!important;margin-top:3px!important}.cc-payments-hero-top,.cc-payment-account-top{gap:8px!important}.cc-payment-balance-chip{min-width:0!important;width:100%!important;padding:7px 9px!important;border-radius:10px!important;gap:2px!important}.cc-payment-balance-chip span{font-size:.62rem!important}.cc-payment-balance-chip strong{font-size:.88rem!important;line-height:1!important}.cc-payments-summary-grid,.cc-payment-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-payments-summary-card,.cc-payment-account-card{min-height:56px!important;height:56px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-payments-summary-card span,.cc-payment-account-card span{font-size:.62rem!important;line-height:1!important}.cc-payments-summary-card strong,.cc-payment-account-card strong{font-size:.82rem!important;line-height:1!important;margin-top:1px!important}.cc-payment-student-list{gap:6px!important}.cc-payment-student-row{border-radius:12px!important}.cc-payment-student-row-topbar{height:3px!important}.cc-payment-student-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-payment-student-row-left{gap:8px!important}.cc-payment-student-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-payment-student-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-payment-student-row-meta{font-size:.64rem!important;line-height:1.05!important}.cc-payment-student-row-right{gap:6px!important}.cc-payment-student-row-arrow{font-size:.76rem!important}.cc-payment-badge{padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-payment-expanded{margin-top:6px!important;gap:8px!important}.cc-payment-status-note{padding:8px 10px!important;border-radius:10px!important;font-size:.74rem!important;line-height:1.2!important}.cc-payment-line-list,.cc-payment-transaction-list{gap:6px!important}.cc-payment-line-card,.cc-payment-transaction-card{padding:8px 10px!important;border-radius:12px!important}.cc-payment-line-top,.cc-payment-transaction-top,.cc-payment-action-row{gap:6px!important}.cc-payment-line-title,.cc-payment-transaction-title{font-size:.76rem!important;line-height:1.05!important}.cc-payment-line-meta,.cc-payment-transaction-meta{font-size:.64rem!important;line-height:1.1!important}.cc-payment-line-values{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-payment-value-box{padding:8px!important;border-radius:10px!important}.cc-payment-value-box span{font-size:.62rem!important;margin-bottom:3px!important}.cc-payment-value-box strong{font-size:.76rem!important;line-height:1.05!important}.cc-payment-line-status{padding:4px 6px!important;font-size:.58rem!important}.cc-payment-filter-row{gap:6px!important}.cc-payment-filter-chip{padding:6px 10px!important;font-size:.7rem!important;border-radius:999px!important}.cc-pay-now-btn{padding:8px 12px!important;font-size:.74rem!important;border-radius:10px!important}.cc-empty-card{padding:12px!important;border-radius:12px!important;font-size:.8rem!important}}@media(max-width:720px){.cc-payment-account-panel{padding:10px!important;border-radius:12px!important}.cc-payment-account-top{gap:8px!important}.cc-payment-account-top h3,.cc-payment-account-panel h3{font-size:.98rem!important;line-height:1.1!important;margin:0!important}.cc-payment-account-top p,.cc-payment-account-panel p{font-size:.72rem!important;line-height:1.2!important;margin:2px 0 0!important}.cc-eyebrow{font-size:.62rem!important;padding:4px 8px!important;border-radius:999px!important}.cc-payment-balance-chip{width:100%!important;min-width:0!important;padding:8px 10px!important;border-radius:12px!important;gap:3px!important}.cc-payment-balance-chip span{font-size:.6rem!important;line-height:1!important;letter-spacing:.04em!important}.cc-payment-balance-chip strong{font-size:.86rem!important;line-height:1.05!important}.cc-payment-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:8px!important}.cc-payment-account-card{min-height:52px!important;height:52px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-payment-account-card span{font-size:.58rem!important;line-height:1!important;letter-spacing:.03em!important}.cc-payment-account-card strong{font-size:.78rem!important;line-height:1.05!important;margin-top:1px!important}.cc-payment-status-note{padding:6px 8px!important;font-size:.68rem!important;border-radius:10px!important;margin-top:6px!important;line-height:1.15!important}.cc-pay-now-btn{padding:7px 11px!important;font-size:.72rem!important;border-radius:10px!important;min-height:0!important}}.cc-insights-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-insights-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-insights-hero,.cc-insights-summary-panel,.cc-insights-detail-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-insights-hero h2,.cc-insights-detail-top h3{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-insights-hero p,.cc-insights-detail-top p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-insights-summary-grid,.cc-insights-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-insights-summary-card,.cc-insights-metric-card{min-height:108px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-insights-summary-card span,.cc-insights-metric-card span{font-size:.8rem;font-weight:700;color:#64748b}.cc-insights-summary-card strong,.cc-insights-metric-card strong{font-size:1.1rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-insights-metric-card small{font-size:.78rem;color:#64748b;line-height:1.35}.cc-insights-student-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-insights-student-shell{width:100%}.cc-insights-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-insights-student-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-insights-student-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-insights-student-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-insights-student-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-insights-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-insights-student-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-insights-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-insights-student-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-insights-student-row-meta{font-size:.9rem;color:#475569;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-insights-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-insights-student-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-insight-risk-badge,.cc-insights-risk-hero{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:inset 0 0 0 1px #ffffff40}.cc-insights-risk-hero{min-width:180px;padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;gap:6px;box-sizing:border-box;box-shadow:inset 0 0 0 1px #ffffff47}.cc-insights-risk-hero span{font-size:.8rem;font-weight:700;color:inherit;opacity:.95}.cc-insights-risk-hero strong{font-size:1.2rem;line-height:1.1;font-weight:800;color:inherit}.cc-insight-risk-badge.good,.cc-insights-risk-hero.good,.cc-insight-card.good{background:linear-gradient(135deg,#22c55e2e,#10b98129);color:#15803d}.cc-insight-risk-badge.watch,.cc-insights-risk-hero.watch,.cc-insight-card.watch{background:linear-gradient(135deg,#3b82f62e,#2563eb24);color:#1d4ed8}.cc-insight-risk-badge.support,.cc-insights-risk-hero.support,.cc-insight-card.support{background:linear-gradient(135deg,#f973162e,#fb923c24);color:#c2410c}.cc-insights-expanded{width:100%;margin-top:14px;display:flex;flex-direction:column;gap:18px}.cc-insights-detail-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.cc-insight-list{display:flex;flex-direction:column;gap:14px}.cc-insight-card{padding:18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);box-shadow:0 4px 14px #0f172a08}.cc-insight-meta{font-size:.8rem;font-weight:700;color:#64748b;margin-bottom:8px}.cc-insight-card-title{font-size:.96rem;font-weight:800;line-height:1.35;color:#0f172a}.cc-insight-card-text{margin-top:6px;font-size:.92rem;color:#334155;line-height:1.55}@media(max-width:1280px){.cc-insights-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-insights-summary-grid,.cc-insights-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cc-insights-detail-top{flex-direction:column;align-items:stretch}.cc-insights-risk-hero{width:100%;min-width:0}}@media(max-width:720px){.cc-insights-page{padding-bottom:88px}.cc-insights-content{width:100%;max-width:100%;margin:0;padding:78px 14px 110px;gap:18px}.cc-insights-hero,.cc-insights-summary-panel,.cc-insights-detail-panel,.cc-insight-card,.cc-insights-summary-card,.cc-insights-metric-card{padding:16px;border-radius:18px}.cc-insights-summary-grid,.cc-insights-metric-grid{grid-template-columns:1fr}.cc-insights-student-row-inner{min-height:76px;padding:14px 16px}.cc-insights-student-row-avatar{width:38px;height:38px;min-width:38px;border-radius:11px;font-size:.95rem}.cc-insights-student-row-name{font-size:.96rem}.cc-insights-student-row-meta{font-size:.82rem}.cc-insights-student-row-arrow{font-size:1.05rem}.cc-insights-expanded{margin-top:12px;gap:16px}.cc-insights-hero h2,.cc-insights-detail-top h3{font-size:1.2rem}.cc-mobile-top-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7faffe0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}}@media(max-width:720px){.cc-insights-page{padding-bottom:80px!important}.cc-insights-content{padding:66px 8px 90px!important;gap:8px!important}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3{font-size:.9rem!important}.cc-insights-hero{padding:10px!important;border-radius:12px!important}.cc-insights-hero h2{font-size:.9rem!important}.cc-insights-hero p{font-size:.68rem!important;line-height:1.2!important}.cc-insights-summary-grid,.cc-insights-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.cc-insights-summary-card,.cc-insights-metric-card{min-height:54px!important;height:54px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-insights-summary-card span,.cc-insights-metric-card span{font-size:.6rem!important}.cc-insights-summary-card strong,.cc-insights-metric-card strong{font-size:.8rem!important}.cc-insights-student-list{gap:6px!important}.cc-insights-student-row{border-radius:12px!important}.cc-insights-student-row-topbar{height:3px!important}.cc-insights-student-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-insights-student-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-insights-student-row-name{font-size:.78rem!important}.cc-insights-student-row-meta{font-size:.64rem!important}.cc-insights-student-row-arrow{font-size:.74rem!important}.cc-insight-risk-badge,.cc-insights-risk-hero{padding:4px 6px!important;font-size:.56rem!important;border-radius:999px!important}.cc-insights-detail-panel{padding:10px!important;border-radius:12px!important}.cc-insights-detail-top{gap:8px!important;margin-bottom:8px!important}.cc-insight-list{gap:6px!important}.cc-insight-card{padding:8px 10px!important;border-radius:12px!important}.cc-insight-card-title{font-size:.74rem!important}.cc-insight-meta{font-size:.62rem!important}.cc-insight-card-text{font-size:.7rem!important}.cc-empty-card{padding:10px!important;border-radius:12px!important;font-size:.78rem!important}}.cc-messages-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-messages-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-messages-hero,.cc-messages-summary-panel,.cc-thread-summary-panel,.cc-thread-reply-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-messages-hero h2{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-messages-hero p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-messages-summary-grid,.cc-thread-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-messages-summary-card,.cc-thread-summary-card{min-height:108px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-messages-summary-card span,.cc-thread-summary-card span{font-size:.8rem;font-weight:700;color:#64748b}.cc-messages-summary-card strong,.cc-thread-summary-card strong{font-size:1.1rem;font-weight:800;color:#0f172a}.cc-message-student-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-message-student-shell{width:100%}.cc-message-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-message-student-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-message-student-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-message-student-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-message-student-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-message-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-message-student-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-message-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-message-student-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-message-student-row-meta{font-size:.9rem;color:#475569;line-height:1.4}.cc-message-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-message-student-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-message-badge,.cc-message-thread-unread,.cc-message-thread-status{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap}.cc-message-badge{background:linear-gradient(135deg,#e2e8f0e6,#f1f5f9f5);color:#334155}.cc-message-badge.has-unread,.cc-message-thread-unread{background:linear-gradient(135deg,#2563eb29,#3b82f62e);color:#1d4ed8}.cc-message-thread-status{background:linear-gradient(135deg,#22c55e29,#10b98124);color:#15803d}.cc-message-expanded{width:100%;margin-top:14px;display:flex;flex-direction:column;gap:18px}.cc-message-policy-note{padding:18px;border-radius:18px;background:linear-gradient(180deg,#254fde14,#254fde0a);border:1px solid rgba(37,79,222,.12);color:#334155;line-height:1.55}.cc-message-thread-list,.cc-thread-message-list{display:flex;flex-direction:column;gap:14px}.cc-message-thread-card,.cc-thread-message-card{width:100%;padding:18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#fffffff5;text-align:left;box-shadow:0 4px 14px #0f172a08}.cc-message-thread-card{cursor:pointer}.cc-thread-message-card.parent{border-left:4px solid #254fde}.cc-thread-message-card.teacher{border-left:4px solid #22c55e}.cc-message-thread-top,.cc-thread-message-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-message-thread-title,.cc-thread-message-author,.cc-thread-reply-title{font-size:.96rem;font-weight:800;color:#0f172a;line-height:1.35}.cc-message-thread-meta,.cc-message-thread-footer,.cc-thread-message-time,.cc-thread-reply-note,.cc-thread-reply-counter{font-size:.82rem;color:#64748b}.cc-message-thread-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cc-message-thread-preview,.cc-thread-message-text{margin-top:8px;color:#334155;line-height:1.55}.cc-thread-reply-input{width:100%;margin-top:12px;padding:14px;border-radius:14px;border:1px solid rgba(148,163,184,.2);resize:vertical;min-height:100px;font:inherit;box-sizing:border-box;background:#fff}.cc-thread-reply-footer{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cc-thread-send-notice{margin-top:12px;font-size:.88rem;color:#254fde}@media(max-width:1280px){.cc-messages-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-messages-summary-grid,.cc-thread-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cc-message-thread-top,.cc-thread-message-top,.cc-thread-reply-footer{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.cc-messages-page{padding-bottom:88px}.cc-messages-content{width:100%;max-width:100%;margin:0;padding:78px 14px 110px;gap:18px}.cc-messages-hero,.cc-messages-summary-panel,.cc-thread-summary-panel,.cc-thread-reply-panel,.cc-messages-summary-card,.cc-thread-summary-card,.cc-message-thread-card,.cc-thread-message-card,.cc-message-policy-note{padding:16px;border-radius:18px}.cc-messages-summary-grid,.cc-thread-summary-grid{grid-template-columns:1fr}.cc-message-student-row-inner{min-height:76px;padding:14px 16px}.cc-message-student-row-avatar{width:38px;height:38px;min-width:38px;border-radius:11px;font-size:.95rem}.cc-message-student-row-name{font-size:.96rem}.cc-message-student-row-meta{font-size:.82rem}.cc-message-student-row-arrow{font-size:1.05rem}.cc-mobile-top-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7fafff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-content,.cc-dashboard-content{padding-top:78px}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}}@media(max-width:720px){.cc-messages-page{padding-bottom:82px!important}.cc-messages-content{padding:68px 8px 92px!important;gap:8px!important}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.68rem!important;padding:3px 7px!important}.cc-messages-hero,.cc-messages-summary-panel,.cc-thread-summary-panel,.cc-thread-reply-panel{padding:10px!important;border-radius:12px!important}.cc-messages-hero h2{font-size:.92rem!important;line-height:1.1!important}.cc-messages-hero p{font-size:.7rem!important;line-height:1.2!important;margin-top:3px!important}.cc-messages-summary-grid,.cc-thread-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-messages-summary-card,.cc-thread-summary-card{min-height:56px!important;height:56px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-messages-summary-card span,.cc-thread-summary-card span{font-size:.62rem!important;line-height:1!important}.cc-messages-summary-card strong,.cc-thread-summary-card strong{font-size:.82rem!important;line-height:1!important;margin-top:1px!important}.cc-message-student-list{gap:6px!important}.cc-message-student-row{border-radius:12px!important}.cc-message-student-row-topbar{height:3px!important}.cc-message-student-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-message-student-row-left{gap:8px!important}.cc-message-student-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-message-student-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-message-student-row-meta{font-size:.64rem!important;line-height:1.05!important}.cc-message-student-row-right{gap:6px!important}.cc-message-student-row-arrow{font-size:.76rem!important}.cc-message-badge,.cc-message-thread-unread,.cc-message-thread-status{padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-message-expanded{margin-top:6px!important;gap:8px!important}.cc-message-policy-note{padding:8px 10px!important;border-radius:10px!important;font-size:.74rem!important;line-height:1.2!important}.cc-message-thread-list,.cc-thread-message-list{gap:6px!important}.cc-message-thread-card,.cc-thread-message-card{padding:8px 10px!important;border-radius:12px!important}.cc-message-thread-top,.cc-thread-message-top,.cc-thread-reply-footer{gap:6px!important}.cc-message-thread-title,.cc-thread-message-author,.cc-thread-reply-title{font-size:.76rem!important;line-height:1.05!important}.cc-message-thread-meta,.cc-message-thread-footer,.cc-thread-message-time,.cc-thread-reply-note,.cc-thread-reply-counter{font-size:.64rem!important;line-height:1.1!important}.cc-message-thread-preview,.cc-thread-message-text{margin-top:4px!important;font-size:.72rem!important;line-height:1.15!important}.cc-thread-reply-input{margin-top:8px!important;min-height:72px!important;padding:9px 10px!important;border-radius:10px!important;font-size:.76rem!important}.cc-thread-send-notice{margin-top:8px!important;font-size:.68rem!important}.cc-btn{min-height:34px!important;padding:7px 10px!important;font-size:.72rem!important;border-radius:10px!important}.cc-empty-card{padding:12px!important;border-radius:12px!important;font-size:.8rem!important}}.cc-attendance-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-attendance-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-attendance-hero,.cc-attendance-summary-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-attendance-hero{position:relative;overflow:hidden}.cc-attendance-hero:after{content:"";position:absolute;inset:auto -40px -40px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(37,79,222,.12),transparent 68%);pointer-events:none}.cc-attendance-hero h2,.cc-attendance-summary-top h3{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-attendance-hero p,.cc-attendance-summary-top p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-attendance-student-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-attendance-student-shell{width:100%}.cc-attendance-student-shell.open{margin-bottom:8px}.cc-attendance-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-attendance-student-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-attendance-student-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-attendance-student-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-attendance-student-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-attendance-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-attendance-student-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-attendance-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-attendance-student-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-attendance-student-row-meta{font-size:.9rem;color:#475569;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-attendance-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-attendance-student-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-attendance-rate-badge{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:inset 0 0 0 1px #ffffff40}.cc-attendance-average-hero{min-width:180px;padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;gap:6px;box-sizing:border-box;box-shadow:inset 0 0 0 1px #ffffff47}.cc-attendance-average-hero span{font-size:.8rem;font-weight:700;color:inherit;opacity:.95}.cc-attendance-average-hero strong{font-size:1.2rem;line-height:1.1;font-weight:800;color:inherit}.cc-attendance-average-hero.excellent,.cc-attendance-rate-badge.excellent,.cc-attendance-status-badge.excellent{background:linear-gradient(135deg,#22c55e2e,#10b98129);color:#15803d}.cc-attendance-average-hero.good,.cc-attendance-rate-badge.good,.cc-attendance-status-badge.good{background:linear-gradient(135deg,#3b82f62e,#2563eb24);color:#1d4ed8}.cc-attendance-average-hero.support,.cc-attendance-rate-badge.support,.cc-attendance-status-badge.support{background:linear-gradient(135deg,#f973162e,#fb923c24);color:#c2410c}.cc-attendance-expanded{width:100%;margin-top:14px;display:flex;flex-direction:column;gap:18px}.cc-attendance-summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.cc-attendance-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-attendance-summary-card,.cc-attendance-mini-card{min-height:100px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-attendance-summary-card span,.cc-attendance-mini-card span{font-size:.8rem;font-weight:700;color:#64748b}.cc-attendance-summary-card strong,.cc-attendance-mini-card strong{font-size:1.1rem;font-weight:800;color:#0f172a}.cc-attendance-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px;width:100%;margin-top:14px}.cc-attendance-record-list,.cc-attendance-issue-list{display:flex;flex-direction:column;gap:14px}.cc-attendance-record-card,.cc-attendance-issue-card{padding:18px;border-radius:18px;background:linear-gradient(180deg,#fff,#f9fbfffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 4px 14px #0f172a08}.cc-attendance-issue-card.support{border-left:4px solid #f97316}.cc-attendance-issue-card.good{border-left:4px solid #2563eb}.cc-attendance-record-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-attendance-record-title,.cc-attendance-issue-title{font-size:.98rem;font-weight:800;color:#0f172a;line-height:1.35}.cc-attendance-record-meta,.cc-attendance-issue-meta{margin-top:5px;font-size:.84rem;color:#64748b;line-height:1.45}.cc-attendance-inline-note{margin-top:12px;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,#254fde14,#254fde0a);border:1px solid rgba(37,79,222,.1);color:#334155;line-height:1.5;font-size:.9rem}.cc-mobile-top-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7fafff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}@media(max-width:1280px){.cc-attendance-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-attendance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cc-attendance-summary-top,.cc-attendance-record-top{flex-direction:column;align-items:stretch}.cc-attendance-average-hero{width:100%;min-width:0}}@media(max-width:720px){.cc-attendance-page{padding-bottom:78px!important}.cc-attendance-content{width:100%;max-width:100%;margin:0;padding:66px 8px 90px!important;gap:8px!important}.cc-content,.cc-dashboard-content{padding-top:72px}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.68rem!important;padding:3px 7px!important}.cc-attendance-hero,.cc-attendance-summary-panel,.cc-attendance-record-card,.cc-attendance-issue-card,.cc-attendance-summary-card,.cc-attendance-mini-card{padding:10px!important;border-radius:12px!important}.cc-attendance-summary-top,.cc-attendance-record-top{flex-direction:column;align-items:stretch;gap:8px!important;margin-bottom:8px!important}.cc-attendance-hero h2,.cc-attendance-summary-top h3{font-size:.92rem!important;line-height:1.1!important;margin:0!important}.cc-attendance-hero p,.cc-attendance-summary-top p{margin:3px 0 0!important;font-size:.7rem!important;line-height:1.2!important}.cc-attendance-average-hero{min-width:0!important;width:100%!important;padding:7px 9px!important;border-radius:10px!important;gap:2px!important}.cc-attendance-average-hero span{font-size:.62rem!important}.cc-attendance-average-hero strong{font-size:.88rem!important;line-height:1!important}.cc-attendance-summary-grid,.cc-attendance-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-attendance-summary-card,.cc-attendance-mini-card{min-height:56px!important;height:56px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-attendance-summary-card span,.cc-attendance-mini-card span{font-size:.62rem!important;line-height:1!important}.cc-attendance-summary-card strong,.cc-attendance-mini-card strong{font-size:.82rem!important;line-height:1!important;margin-top:1px!important}.cc-attendance-student-list{gap:6px!important}.cc-attendance-student-shell.open{margin-bottom:2px!important}.cc-attendance-student-row{border-radius:12px!important}.cc-attendance-student-row-topbar{height:3px!important}.cc-attendance-student-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-attendance-student-row-left{gap:8px!important}.cc-attendance-student-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-attendance-student-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-attendance-student-row-meta{font-size:.64rem!important;line-height:1.05!important}.cc-attendance-student-row-right{gap:6px!important}.cc-attendance-student-row-arrow{font-size:.76rem!important}.cc-attendance-rate-badge{padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-attendance-expanded{margin-top:6px!important;gap:8px!important}.cc-filter-row{gap:6px!important}.cc-filter-chip{padding:6px 10px!important;font-size:.7rem!important;border-radius:999px!important}.cc-attendance-record-list,.cc-attendance-issue-list{gap:6px!important}.cc-attendance-record-card,.cc-attendance-issue-card{padding:8px 10px!important;border-radius:12px!important}.cc-attendance-record-title,.cc-attendance-issue-title{font-size:.76rem!important;line-height:1.05!important}.cc-attendance-record-meta,.cc-attendance-issue-meta{margin-top:2px!important;font-size:.64rem!important;line-height:1.1!important}.cc-attendance-inline-note{margin-top:6px!important;padding:7px 8px!important;border-radius:8px!important;font-size:.72rem!important;line-height:1.15!important}.cc-empty-card{padding:12px!important;border-radius:12px!important;font-size:.8rem!important}.cc-mobile-top-header{padding:10px 12px;gap:8px}.cc-header-title-wrap h1{font-size:.95rem}.cc-header-title-wrap p{font-size:.72rem}}.cc-term-results-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-term-results-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-term-results-hero,.cc-term-results-summary-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-term-results-hero h2,.cc-term-results-summary-top h3{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-term-results-hero p,.cc-term-results-summary-top p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-term-results-student-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-term-results-student-shell{width:100%}.cc-term-results-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-term-results-student-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-term-results-student-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-term-results-student-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-term-results-student-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-term-results-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-term-results-student-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-term-results-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-term-results-student-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-term-results-student-row-meta{font-size:.9rem;color:#475569;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-term-results-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-term-results-student-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-term-results-badge,.cc-term-results-average-hero{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:inset 0 0 0 1px #ffffff40}.cc-term-results-average-hero{min-width:180px;padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;gap:6px;box-sizing:border-box}.cc-term-results-average-hero span{font-size:.8rem;font-weight:700;color:inherit;opacity:.95}.cc-term-results-average-hero strong{font-size:1.2rem;line-height:1.1;font-weight:800;color:inherit}.cc-term-results-badge.excellent,.cc-term-results-average-hero.excellent{background:linear-gradient(135deg,#22c55e2e,#10b98129);color:#15803d}.cc-term-results-badge.good,.cc-term-results-average-hero.good{background:linear-gradient(135deg,#3b82f62e,#2563eb24);color:#1d4ed8}.cc-term-results-badge.support,.cc-term-results-average-hero.support{background:linear-gradient(135deg,#f973162e,#fb923c24);color:#c2410c}.cc-term-results-expanded{width:100%;margin-top:14px;display:flex;flex-direction:column;gap:18px}.cc-term-results-summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.cc-term-results-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-term-results-summary-card{min-height:108px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-term-results-summary-card span{font-size:.8rem;font-weight:700;color:#64748b}.cc-term-results-summary-card strong{font-size:1.1rem;font-weight:800;color:#0f172a}.cc-term-results-archive-list,.cc-term-results-subject-list,.cc-term-results-comment-list{display:flex;flex-direction:column;gap:14px}.cc-term-results-archive-card{width:100%;padding:16px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#fffffff5;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;cursor:pointer}.cc-term-results-archive-card.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-term-results-archive-title,.cc-term-results-subject-name{font-size:.96rem;font-weight:800;color:#0f172a}.cc-term-results-archive-meta,.cc-term-results-subject-meta,.cc-term-results-subject-footer,.cc-term-results-comment-meta{margin-top:4px;font-size:.82rem;color:#64748b}.cc-term-results-subject-card,.cc-term-results-comment-card{padding:18px;border-radius:18px;background:linear-gradient(180deg,#fff,#f9fbfffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 4px 14px #0f172a08}.cc-term-results-subject-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-term-results-inline-comment{margin-top:12px;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,#254fde14,#254fde0a);border:1px solid rgba(37,79,222,.1);color:#334155;line-height:1.5;font-size:.9rem}.cc-term-results-comment-text{font-size:.94rem;color:#0f172a;line-height:1.55}@media(max-width:1280px){.cc-term-results-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-term-results-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cc-term-results-summary-top{flex-direction:column;align-items:stretch}.cc-term-results-average-hero{width:100%;min-width:0}}@media(max-width:720px){.cc-term-results-page{padding-bottom:88px}.cc-term-results-content{width:100%;max-width:100%;margin:0;padding:78px 14px 110px;gap:18px}.cc-term-results-hero,.cc-term-results-summary-panel,.cc-term-results-summary-card,.cc-term-results-subject-card,.cc-term-results-comment-card,.cc-term-results-archive-card{padding:16px;border-radius:18px}.cc-term-results-summary-grid{grid-template-columns:1fr}.cc-term-results-student-row-inner{min-height:76px;padding:14px 16px}.cc-term-results-student-row-avatar{width:38px;height:38px;min-width:38px;border-radius:11px;font-size:.95rem}.cc-term-results-student-row-name{font-size:.96rem}.cc-term-results-student-row-meta{font-size:.82rem}.cc-term-results-student-row-arrow{font-size:1.05rem}.cc-term-results-hero h2,.cc-term-results-summary-top h3{font-size:1.2rem}.cc-mobile-top-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7fafff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-content,.cc-dashboard-content{padding-top:78px}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}}.cc-term-results-score-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%}.cc-term-results-score-card{position:relative;overflow:hidden;min-height:210px;border-radius:24px;padding:20px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(226,232,240,.95);box-shadow:0 12px 30px #0f172a0f;display:flex;flex-direction:column;gap:16px}.cc-term-results-score-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;border-radius:24px 0 0 24px;background:linear-gradient(180deg,#254fde,#22c1f1)}.cc-term-results-score-card.excellent:before{background:linear-gradient(180deg,#16a34a,#34d399)}.cc-term-results-score-card.good:before{background:linear-gradient(180deg,#2563eb,#38bdf8)}.cc-term-results-score-card.support:before{background:linear-gradient(180deg,#d97706,#fbbf24)}.cc-term-results-score-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.cc-term-results-score-title-wrap{min-width:0;flex:1}.cc-term-results-score-title{font-size:1.08rem;font-weight:900;color:#0f172a;line-height:1.2}.cc-term-results-score-teacher{margin-top:6px;font-size:.88rem;color:#64748b;line-height:1.4}.cc-term-results-score-badge{min-width:82px;padding:11px 14px;border-radius:16px;text-align:center;font-size:1rem;font-weight:900;border:1px solid transparent;flex-shrink:0}.cc-term-results-score-badge.excellent{background:#22c55e1f;color:#166534;border-color:#22c55e2e}.cc-term-results-score-badge.good{background:#2563eb1f;color:#1d4ed8;border-color:#2563eb2e}.cc-term-results-score-badge.support{background:#f59e0b24;color:#b45309;border-color:#f59e0b2e}.cc-term-results-score-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-term-results-score-metric{background:#f8fafc;border:1px solid rgba(226,232,240,.9);border-radius:16px;padding:14px}.cc-term-results-score-metric span{display:block;margin-bottom:8px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.cc-term-results-score-metric strong{font-size:1rem;font-weight:900;color:#0f172a;line-height:1.2}.cc-term-results-score-comment{margin-top:auto;padding:14px 15px;border-radius:16px;background:#3b82f60f;border:1px solid rgba(191,219,254,.7);color:#334155;font-size:.9rem;line-height:1.55}.cc-term-results-comment-list{display:grid;gap:16px}.cc-term-results-comment-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(226,232,240,.95);border-radius:22px;padding:18px 18px 16px;box-shadow:0 10px 24px #0f172a0d}.cc-term-results-comment-meta{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:10px}.cc-term-results-comment-text{font-size:1rem;line-height:1.6;color:#0f172a;font-weight:600}@media(max-width:1280px){.cc-term-results-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.cc-term-results-score-grid{grid-template-columns:1fr}}@media(max-width:720px){.cc-term-results-page{padding-bottom:82px!important}.cc-term-results-content{padding:68px 8px 92px!important;gap:8px!important}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.68rem!important;padding:3px 7px!important}.cc-term-results-hero,.cc-term-results-summary-panel{padding:10px!important;border-radius:12px!important}.cc-term-results-hero h2,.cc-term-results-summary-top h3{font-size:.92rem!important;line-height:1.1!important}.cc-term-results-hero p,.cc-term-results-summary-top p{font-size:.7rem!important;line-height:1.2!important;margin-top:3px!important}.cc-term-results-summary-top{gap:8px!important;margin-bottom:8px!important}.cc-eyebrow{font-size:.62rem!important;padding:4px 8px!important;border-radius:999px!important}.cc-term-results-student-list{gap:6px!important}.cc-term-results-student-row{border-radius:12px!important}.cc-term-results-student-row-topbar{height:3px!important}.cc-term-results-student-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-term-results-student-row-left{gap:8px!important}.cc-term-results-student-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-term-results-student-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-term-results-student-row-meta{font-size:.64rem!important;line-height:1.05!important}.cc-term-results-student-row-right{gap:6px!important}.cc-term-results-student-row-arrow{font-size:.76rem!important}.cc-term-results-badge{padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-term-results-expanded{margin-top:6px!important;gap:8px!important}.cc-term-results-average-hero{min-width:0!important;width:100%!important;padding:7px 9px!important;border-radius:10px!important;gap:2px!important}.cc-term-results-average-hero span{font-size:.62rem!important}.cc-term-results-average-hero strong{font-size:.88rem!important;line-height:1!important}.cc-term-results-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-term-results-summary-card{min-height:56px!important;height:56px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-term-results-summary-card span{font-size:.62rem!important;line-height:1!important}.cc-term-results-summary-card strong{font-size:.82rem!important;line-height:1!important;margin-top:1px!important}.cc-filter-row{gap:6px!important}.cc-filter-chip{padding:6px 10px!important;font-size:.7rem!important;border-radius:999px!important}.cc-term-results-archive-list,.cc-term-results-subject-list,.cc-term-results-comment-list{gap:6px!important}.cc-term-results-archive-card,.cc-term-results-subject-card,.cc-term-results-comment-card{padding:8px 10px!important;border-radius:12px!important}.cc-term-results-archive-title,.cc-term-results-subject-name{font-size:.76rem!important;line-height:1.05!important}.cc-term-results-archive-meta,.cc-term-results-subject-meta,.cc-term-results-subject-footer,.cc-term-results-comment-meta{font-size:.64rem!important;line-height:1.1!important;margin-top:2px!important}.cc-term-results-subject-top{gap:6px!important}.cc-term-results-inline-comment{margin-top:6px!important;padding:7px 8px!important;border-radius:8px!important;font-size:.72rem!important;line-height:1.15!important}.cc-term-results-comment-text{font-size:.76rem!important;line-height:1.2!important}.cc-term-results-score-grid{grid-template-columns:1fr!important;gap:6px!important}.cc-term-results-score-card{min-height:0!important;padding:8px 10px!important;border-radius:12px!important;gap:8px!important}.cc-term-results-score-card:before{width:3px!important;border-radius:12px 0 0 12px!important}.cc-term-results-score-top{gap:8px!important}.cc-term-results-score-title{font-size:.78rem!important;line-height:1.05!important}.cc-term-results-score-teacher{font-size:.64rem!important;margin-top:2px!important;line-height:1.1!important}.cc-term-results-score-badge{min-width:0!important;padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-term-results-score-body{gap:6px!important}.cc-term-results-score-metric{padding:7px 8px!important;border-radius:8px!important}.cc-term-results-score-metric span{margin-bottom:2px!important;font-size:.58rem!important;line-height:1!important}.cc-term-results-score-metric strong{font-size:.72rem!important;line-height:1.05!important}.cc-term-results-score-comment{padding:7px 8px!important;border-radius:8px!important;font-size:.72rem!important;line-height:1.15!important}.cc-empty-card{padding:12px!important;border-radius:12px!important;font-size:.8rem!important}}.cc-boarding-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-boarding-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-boarding-hero,.cc-boarding-summary-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-boarding-hero h2,.cc-boarding-summary-top h3{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-boarding-hero p,.cc-boarding-summary-top p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-boarding-student-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-boarding-student-shell{width:100%}.cc-boarding-student-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-boarding-student-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-boarding-student-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-boarding-student-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-boarding-student-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-boarding-student-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-boarding-student-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-boarding-student-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-boarding-student-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-boarding-student-row-meta{font-size:.88rem;color:#475569;line-height:1.4}.cc-boarding-student-row-note{font-size:.8rem;color:#64748b;line-height:1.35}.cc-boarding-student-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-boarding-student-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-boarding-badge,.cc-boarding-hero-badge,.cc-boarding-severity-badge{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:inset 0 0 0 1px #ffffff40}.cc-boarding-hero-badge{min-width:180px;padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;gap:6px;box-sizing:border-box}.cc-boarding-hero-badge span{font-size:.8rem;font-weight:700;color:inherit;opacity:.95}.cc-boarding-hero-badge strong{font-size:1.1rem;line-height:1.2;font-weight:800;color:inherit}.cc-boarding-badge.good,.cc-boarding-hero-badge.good,.cc-boarding-severity-badge.good,.cc-boarding-report-card.good{background:linear-gradient(135deg,#22c55e2e,#10b98129);color:#15803d}.cc-boarding-badge.watch,.cc-boarding-hero-badge.watch,.cc-boarding-severity-badge.watch,.cc-boarding-report-card.watch{background:linear-gradient(135deg,#3b82f62e,#2563eb24);color:#1d4ed8}.cc-boarding-badge.support,.cc-boarding-hero-badge.support,.cc-boarding-severity-badge.support,.cc-boarding-report-card.support{background:linear-gradient(135deg,#f973162e,#fb923c24);color:#c2410c}.cc-boarding-expanded{width:100%;margin-top:14px;display:flex;flex-direction:column;gap:18px}.cc-boarding-summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.cc-boarding-summary-grid,.cc-boarding-report-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-boarding-summary-card,.cc-boarding-report-mini{min-height:100px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-boarding-summary-card span,.cc-boarding-report-mini span{font-size:.8rem;font-weight:700;color:#64748b}.cc-boarding-summary-card strong,.cc-boarding-report-mini strong{font-size:1.1rem;font-weight:800;color:#0f172a}.cc-boarding-report-list{display:flex;flex-direction:column;gap:14px}.cc-boarding-report-card{padding:18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);box-shadow:0 4px 14px #0f172a08}.cc-boarding-report-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-boarding-report-title{font-size:.98rem;font-weight:800;color:#0f172a;line-height:1.35}.cc-boarding-report-meta{margin-top:5px;font-size:.84rem;color:#64748b;line-height:1.45}.cc-boarding-report-text{margin-top:12px;font-size:.92rem;color:#334155;line-height:1.55}.cc-boarding-inline-note{margin-top:12px;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,#254fde14,#254fde0a);border:1px solid rgba(37,79,222,.1);color:#334155;line-height:1.5;font-size:.9rem}.cc-mobile-top-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7faffe0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}@media(max-width:1280px){.cc-boarding-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-boarding-summary-grid,.cc-boarding-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cc-boarding-summary-top,.cc-boarding-report-top{flex-direction:column;align-items:stretch}.cc-boarding-hero-badge{width:100%;min-width:0}}@media(max-width:720px){.cc-boarding-page{padding-bottom:78px!important}.cc-boarding-content{width:100%;max-width:100%;margin:0;padding:66px 8px 90px!important;gap:8px!important}.cc-content,.cc-dashboard-content{padding-top:72px}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.68rem!important;padding:3px 7px!important}.cc-boarding-hero,.cc-boarding-summary-panel,.cc-boarding-summary-card,.cc-boarding-report-mini,.cc-boarding-report-card{padding:10px!important;border-radius:12px!important}.cc-boarding-summary-top,.cc-boarding-report-top{flex-direction:column;align-items:stretch;gap:8px!important;margin-bottom:8px!important}.cc-boarding-hero h2,.cc-boarding-summary-top h3{font-size:.92rem!important;line-height:1.1!important;margin:0!important}.cc-boarding-hero p,.cc-boarding-summary-top p{margin:3px 0 0!important;font-size:.7rem!important;line-height:1.2!important}.cc-boarding-hero-badge{min-width:0!important;width:100%!important;padding:7px 9px!important;border-radius:10px!important;gap:2px!important}.cc-boarding-hero-badge span{font-size:.62rem!important}.cc-boarding-hero-badge strong{font-size:.88rem!important;line-height:1!important}.cc-boarding-summary-grid,.cc-boarding-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-boarding-summary-card,.cc-boarding-report-mini{min-height:56px!important;height:56px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-boarding-summary-card span,.cc-boarding-report-mini span{font-size:.62rem!important;line-height:1!important}.cc-boarding-summary-card strong,.cc-boarding-report-mini strong{font-size:.82rem!important;line-height:1!important;margin-top:1px!important}.cc-boarding-student-list{gap:6px!important}.cc-boarding-student-row{border-radius:12px!important}.cc-boarding-student-row-topbar{height:3px!important}.cc-boarding-student-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-boarding-student-row-left{gap:8px!important}.cc-boarding-student-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-boarding-student-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-boarding-student-row-meta,.cc-boarding-student-row-note{font-size:.64rem!important;line-height:1.05!important}.cc-boarding-student-row-right{gap:6px!important}.cc-boarding-student-row-arrow{font-size:.76rem!important}.cc-boarding-badge,.cc-boarding-severity-badge{padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-boarding-expanded{margin-top:6px!important;gap:8px!important}.cc-filter-row{gap:6px!important}.cc-filter-chip{padding:6px 10px!important;font-size:.7rem!important;border-radius:999px!important}.cc-boarding-report-list{gap:6px!important}.cc-boarding-report-card{padding:8px 10px!important;border-radius:12px!important}.cc-boarding-report-title{font-size:.76rem!important;line-height:1.05!important}.cc-boarding-report-meta{margin-top:2px!important;font-size:.64rem!important;line-height:1.1!important}.cc-boarding-report-text{margin-top:6px!important;font-size:.72rem!important;line-height:1.2!important}.cc-boarding-inline-note{margin-top:6px!important;padding:7px 8px!important;border-radius:8px!important;font-size:.72rem!important;line-height:1.15!important}.cc-empty-card{padding:12px!important;border-radius:12px!important;font-size:.8rem!important}.cc-mobile-top-header{padding:10px 12px;gap:8px}.cc-header-title-wrap h1{font-size:.95rem}.cc-header-title-wrap p{font-size:.72rem}}.cc-calendar-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-calendar-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-calendar-hero,.cc-calendar-summary-panel,.cc-calendar-detail-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-calendar-hero h2,.cc-calendar-detail-top h3{margin:0;font-size:1.5rem;font-weight:800;line-height:1.15;color:#0f172a}.cc-calendar-hero p,.cc-calendar-detail-top p{margin:8px 0 0;color:#64748b;line-height:1.5}.cc-calendar-summary-grid,.cc-calendar-mini-grid,.cc-calendar-event-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-calendar-summary-card,.cc-calendar-mini-card,.cc-calendar-event-mini{min-height:100px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-calendar-summary-card span,.cc-calendar-mini-card span,.cc-calendar-event-mini span{font-size:.8rem;font-weight:700;color:#64748b}.cc-calendar-summary-card strong,.cc-calendar-mini-card strong,.cc-calendar-event-mini strong{font-size:1.1rem;font-weight:800;color:#0f172a}.cc-calendar-group-list{display:flex;flex-direction:column;gap:14px;width:100%}.cc-calendar-group-shell{width:100%}.cc-calendar-group-row{width:100%;padding:0;border:1px solid rgba(96,165,250,.42);border-radius:20px;background:#ffffffc7;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 8px 22px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.cc-calendar-group-row:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a14;border-color:#3b82f69e}.cc-calendar-group-row.active{border-color:#2563ebb3;box-shadow:0 0 0 3px #2563eb14}.cc-calendar-group-row-topbar{height:4px;width:100%;background:linear-gradient(90deg,#2563eb,#22c1f1,#7c3aed)}.cc-calendar-group-row-inner{min-height:84px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box}.cc-calendar-group-row-left{min-width:0;flex:1;display:flex;align-items:center;gap:14px}.cc-calendar-group-row-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-calendar-group-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-calendar-group-row-name{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.2}.cc-calendar-group-row-meta{font-size:.9rem;color:#475569;line-height:1.4}.cc-calendar-group-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.cc-calendar-group-row-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-calendar-badge,.cc-calendar-hero-badge,.cc-calendar-event-badge{padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:inset 0 0 0 1px #ffffff40;background:linear-gradient(135deg,#3b82f62e,#2563eb24);color:#1d4ed8}.cc-calendar-hero-badge{min-width:180px;padding:14px 16px;border-radius:18px;display:flex;flex-direction:column;gap:6px;box-sizing:border-box}.cc-calendar-hero-badge span{font-size:.8rem;font-weight:700;color:inherit;opacity:.95}.cc-calendar-hero-badge strong{font-size:1.2rem;line-height:1.1;font-weight:800;color:inherit}.cc-calendar-event-badge.good,.cc-calendar-event-card.good{background:linear-gradient(135deg,#22c55e2e,#10b98129);color:#15803d}.cc-calendar-event-badge.watch,.cc-calendar-event-card.watch{background:linear-gradient(135deg,#3b82f62e,#2563eb24);color:#1d4ed8}.cc-calendar-event-badge.support,.cc-calendar-event-card.support{background:linear-gradient(135deg,#f973162e,#fb923c24);color:#c2410c}.cc-calendar-expanded{width:100%;margin-top:14px;display:flex;flex-direction:column;gap:18px}.cc-calendar-detail-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.cc-calendar-event-list{display:flex;flex-direction:column;gap:14px}.cc-calendar-event-card{padding:18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);box-shadow:0 4px 14px #0f172a08}.cc-calendar-event-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-calendar-event-title{font-size:.98rem;font-weight:800;color:#0f172a;line-height:1.35}.cc-calendar-event-meta{margin-top:5px;font-size:.84rem;color:#64748b;line-height:1.45}.cc-calendar-event-text{margin-top:12px;font-size:.92rem;color:#334155;line-height:1.55}.cc-calendar-child-chip-row{display:flex;flex-wrap:wrap;gap:10px}.cc-calendar-child-chip{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#ffffffeb;color:#475569;font-size:.84rem;font-weight:800;cursor:pointer}@media(max-width:1280px){.cc-calendar-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-calendar-summary-grid,.cc-calendar-mini-grid,.cc-calendar-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cc-calendar-detail-top,.cc-calendar-event-top{flex-direction:column;align-items:stretch}.cc-calendar-hero-badge{width:100%;min-width:0}}@media(max-width:720px){.cc-calendar-page{padding-bottom:88px}.cc-calendar-content{width:100%;max-width:100%;margin:0;padding:78px 14px 110px;gap:18px}.cc-calendar-hero,.cc-calendar-summary-panel,.cc-calendar-detail-panel,.cc-calendar-summary-card,.cc-calendar-mini-card,.cc-calendar-event-mini,.cc-calendar-event-card{padding:16px;border-radius:18px}.cc-calendar-summary-grid,.cc-calendar-mini-grid,.cc-calendar-event-grid{grid-template-columns:1fr}.cc-calendar-group-row-inner{min-height:76px;padding:14px 16px}.cc-calendar-group-row-avatar{width:38px;height:38px;min-width:38px;border-radius:11px;font-size:.95rem}.cc-calendar-group-row-name{font-size:.96rem}.cc-calendar-group-row-meta{font-size:.82rem}.cc-calendar-group-row-arrow{font-size:1.05rem}.cc-calendar-expanded{margin-top:12px;gap:16px}.cc-calendar-hero h2,.cc-calendar-detail-top h3{font-size:1.2rem}.cc-mobile-top-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7fafff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-content,.cc-dashboard-content{padding-top:78px}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}}@media(max-width:720px){.cc-calendar-page{padding-bottom:82px!important}.cc-calendar-content{padding:68px 8px 92px!important;gap:8px!important}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.95rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.68rem!important;padding:3px 7px!important}.cc-calendar-hero,.cc-calendar-summary-panel,.cc-calendar-detail-panel{padding:10px!important;border-radius:12px!important}.cc-calendar-hero h2,.cc-calendar-detail-top h3{font-size:.92rem!important;line-height:1.1!important}.cc-calendar-hero p,.cc-calendar-detail-top p{font-size:.7rem!important;line-height:1.2!important;margin-top:3px!important}.cc-calendar-detail-top{gap:8px!important;margin-bottom:8px!important}.cc-calendar-hero-badge{min-width:0!important;width:100%!important;padding:7px 9px!important;border-radius:10px!important;gap:2px!important}.cc-calendar-hero-badge span{font-size:.62rem!important}.cc-calendar-hero-badge strong{font-size:.88rem!important;line-height:1!important}.cc-calendar-summary-grid,.cc-calendar-mini-grid,.cc-calendar-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-calendar-summary-card,.cc-calendar-mini-card,.cc-calendar-event-mini{min-height:56px!important;height:56px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-calendar-summary-card span,.cc-calendar-mini-card span,.cc-calendar-event-mini span{font-size:.62rem!important;line-height:1!important}.cc-calendar-summary-card strong,.cc-calendar-mini-card strong,.cc-calendar-event-mini strong{font-size:.82rem!important;line-height:1!important;margin-top:1px!important}.cc-calendar-group-list{gap:6px!important}.cc-calendar-group-row{border-radius:12px!important}.cc-calendar-group-row-topbar{height:3px!important}.cc-calendar-group-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-calendar-group-row-left{gap:8px!important}.cc-calendar-group-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-calendar-group-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-calendar-group-row-meta{font-size:.64rem!important;line-height:1.05!important}.cc-calendar-group-row-right{gap:6px!important}.cc-calendar-group-row-arrow{font-size:.76rem!important}.cc-calendar-badge,.cc-calendar-event-badge{padding:4px 6px!important;font-size:.58rem!important;border-radius:999px!important}.cc-calendar-expanded{margin-top:6px!important;gap:8px!important}.cc-calendar-event-list{gap:6px!important}.cc-calendar-event-card{padding:8px 10px!important;border-radius:12px!important}.cc-calendar-event-top{gap:6px!important}.cc-calendar-event-title{font-size:.76rem!important;line-height:1.05!important}.cc-calendar-event-meta{margin-top:2px!important;font-size:.64rem!important;line-height:1.1!important}.cc-calendar-event-text{margin-top:6px!important;font-size:.72rem!important;line-height:1.15!important}.cc-calendar-child-chip-row{gap:6px!important}.cc-calendar-child-chip{min-height:30px!important;padding:0 10px!important;font-size:.68rem!important}.cc-empty-card{padding:12px!important;border-radius:12px!important;font-size:.8rem!important}}@media(max-width:720px){.cc-calendar-page{padding-bottom:80px!important}.cc-calendar-content{padding:66px 8px 90px!important;gap:8px!important}.cc-section,.cc-section-header{margin-bottom:6px!important}.cc-section-header h3,.cc-section-header-left h3{font-size:.9rem!important;line-height:1.1!important;margin:0!important}.cc-count-badge{font-size:.66rem!important;padding:3px 6px!important}.cc-calendar-hero,.cc-calendar-summary-panel,.cc-calendar-detail-panel{padding:10px!important;border-radius:12px!important}.cc-calendar-hero h2,.cc-calendar-detail-top h3{font-size:.9rem!important;line-height:1.1!important}.cc-calendar-hero p,.cc-calendar-detail-top p{font-size:.68rem!important;line-height:1.15!important;margin-top:2px!important}.cc-calendar-detail-top{gap:8px!important;margin-bottom:8px!important}.cc-eyebrow{font-size:.6rem!important;padding:4px 8px!important}.cc-calendar-hero-badge{min-width:0!important;width:100%!important;padding:7px 9px!important;border-radius:10px!important;gap:2px!important}.cc-calendar-hero-badge span{font-size:.6rem!important}.cc-calendar-hero-badge strong{font-size:.84rem!important;line-height:1!important}.cc-calendar-group-list{gap:6px!important}.cc-calendar-group-row{border-radius:12px!important}.cc-calendar-group-row-topbar{height:3px!important}.cc-calendar-group-row-inner{min-height:52px!important;padding:8px 10px!important;gap:8px!important}.cc-calendar-group-row-left{gap:8px!important}.cc-calendar-group-row-avatar{width:28px!important;height:28px!important;min-width:28px!important;border-radius:8px!important;font-size:.72rem!important}.cc-calendar-group-row-name{font-size:.78rem!important;line-height:1.05!important}.cc-calendar-group-row-meta{font-size:.64rem!important;line-height:1.05!important}.cc-calendar-group-row-right{gap:6px!important}.cc-calendar-group-row-arrow{font-size:.74rem!important}.cc-calendar-badge,.cc-calendar-event-badge{padding:4px 6px!important;font-size:.56rem!important;border-radius:999px!important}.cc-calendar-expanded{margin-top:6px!important;gap:8px!important}.cc-calendar-summary-grid,.cc-calendar-mini-grid,.cc-calendar-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.cc-calendar-summary-card,.cc-calendar-mini-card,.cc-calendar-event-mini{min-height:54px!important;height:54px!important;padding:8px 10px!important;border-radius:12px!important;gap:2px!important;justify-content:center!important}.cc-calendar-summary-card span,.cc-calendar-mini-card span,.cc-calendar-event-mini span{font-size:.6rem!important;line-height:1!important}.cc-calendar-summary-card strong,.cc-calendar-mini-card strong,.cc-calendar-event-mini strong{font-size:.8rem!important;line-height:1!important;margin-top:1px!important}.cc-filter-row,.cc-calendar-filter-row{gap:6px!important}.cc-filter-chip,.cc-calendar-filter-chip{padding:6px 10px!important;font-size:.68rem!important;border-radius:999px!important}.cc-calendar-event-list{gap:6px!important}.cc-calendar-event-card{padding:8px 10px!important;border-radius:12px!important}.cc-calendar-event-top{gap:6px!important}.cc-calendar-event-title{font-size:.74rem!important;line-height:1.05!important}.cc-calendar-event-meta{margin-top:2px!important;font-size:.62rem!important;line-height:1.1!important}.cc-calendar-event-text{margin-top:5px!important;font-size:.7rem!important;line-height:1.15!important}.cc-calendar-child-chip-row{gap:6px!important}.cc-calendar-child-chip{min-height:28px!important;padding:0 9px!important;font-size:.66rem!important;border-radius:999px!important}.cc-empty-card{padding:10px!important;border-radius:12px!important;font-size:.78rem!important}}.cc-parent-profile-page{width:100%;min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(34,197,94,.06),transparent 24%),linear-gradient(180deg,#f7faff,#eef4fb 52%,#edf2f7);color:#0f172a;padding-bottom:96px;box-sizing:border-box}.cc-parent-profile-content{width:100%;max-width:100%;margin:0;padding:92px 32px 120px;display:flex;flex-direction:column;gap:22px;box-sizing:border-box}.cc-parent-profile-hero,.cc-parent-profile-panel{width:100%;padding:22px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f4f8fff5);border:1px solid rgba(148,163,184,.16);box-shadow:0 12px 34px #0f172a0d;box-sizing:border-box}.cc-parent-profile-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.cc-parent-profile-hero-left{display:flex;align-items:center;gap:16px}.cc-parent-profile-avatar{width:64px;height:64px;min-width:64px;border-radius:18px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:900;box-shadow:0 14px 28px #4361ee3d}.cc-parent-profile-hero-text h2{margin:6px 0 4px;font-size:1.45rem;font-weight:900;line-height:1.15;color:#0f172a}.cc-parent-profile-hero-text p{margin:0;color:#64748b}.cc-parent-profile-status-card{min-width:180px;padding:16px 18px;border-radius:20px;background:linear-gradient(135deg,#2563eb1f,#3b82f61a);border:1px solid rgba(37,99,235,.16);color:#1d4ed8;display:flex;flex-direction:column;gap:6px}.cc-parent-profile-status-card span{font-size:.75rem;text-transform:uppercase;font-weight:800;letter-spacing:.05em}.cc-parent-profile-status-card strong{font-size:1rem;font-weight:900}.cc-parent-profile-status-card small{font-size:.82rem;color:#47607e}.cc-parent-profile-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;width:100%}.cc-parent-profile-grid.two-up{grid-template-columns:repeat(3,minmax(220px,1fr))}.cc-parent-profile-card{min-height:108px;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;justify-content:space-between;gap:10px;box-sizing:border-box}.cc-parent-profile-card.tall{min-height:132px}.cc-parent-profile-card span{font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.cc-parent-profile-card strong{font-size:1.02rem;font-weight:800;color:#0f172a;line-height:1.35}.cc-parent-profile-card small{font-size:.84rem;color:#64748b;line-height:1.45}.cc-profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px;width:100%}.cc-form-field{display:flex;flex-direction:column;gap:8px}.cc-form-field.full{grid-column:1 / -1}.cc-form-field label{font-size:.84rem;font-weight:700;color:#475569}.cc-form-field input,.cc-form-field select,.cc-form-field textarea{width:100%;border:1px solid rgba(148,163,184,.22);background:#fffffff5;color:#0f172a;border-radius:14px;padding:14px 15px;font:inherit;box-sizing:border-box;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.cc-form-field textarea{min-height:110px;resize:vertical}.cc-form-field input::placeholder,.cc-form-field textarea::placeholder{color:#94a3b8}.cc-form-field input:focus,.cc-form-field select:focus,.cc-form-field textarea:focus{border-color:#2563eb73;box-shadow:0 0 0 4px #2563eb14;background:#fff}.cc-form-field select{background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:40px}.cc-linked-children-list{display:flex;flex-direction:column;gap:14px}.cc-linked-child-row{width:100%;padding:16px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.14);background:#fffffff5;text-align:left;box-shadow:0 4px 14px #0f172a08;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.cc-linked-child-left{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.cc-linked-child-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4361ee,#3b82f6);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;box-shadow:0 10px 20px #4361ee38}.cc-linked-child-text{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-linked-child-name{font-size:1rem;font-weight:800;color:#0f172a}.cc-linked-child-meta{font-size:.88rem;color:#475569;line-height:1.4}.cc-linked-child-arrow{color:#334155;font-size:1.2rem;font-weight:700;line-height:1}.cc-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:18px}.cc-settings-group{padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafffa);border:1px solid rgba(148,163,184,.14);box-shadow:0 2px 10px #0f172a08;display:flex;flex-direction:column;gap:14px}.cc-settings-group h4{margin:0;font-size:1rem;font-weight:800;color:#0f172a}.cc-setting-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid rgba(226,232,240,.7)}.cc-setting-row:last-child{border-bottom:none;padding-bottom:0}.cc-setting-row strong{display:block;font-size:.94rem;color:#0f172a;font-weight:800}.cc-setting-row small{display:block;margin-top:4px;font-size:.82rem;color:#64748b;line-height:1.45;max-width:320px}.cc-toggle{width:54px;height:32px;min-width:54px;border:none;border-radius:999px;background:#cbd5e1e6;position:relative;cursor:pointer;transition:background .2s ease}.cc-toggle span{width:24px;height:24px;border-radius:999px;background:#fff;position:absolute;top:4px;left:4px;box-shadow:0 4px 10px #0f172a29;transition:transform .2s ease}.cc-toggle.on{background:linear-gradient(135deg,#3156e6,#254fde)}.cc-toggle.on span{transform:translate(22px)}.cc-profile-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.cc-btn-secondary{background:#fffffff2;color:#1d4ed8;border:1px solid rgba(37,99,235,.18)}.cc-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:1280px){.cc-parent-profile-content{padding:92px 24px 120px}}@media(max-width:1100px){.cc-parent-profile-grid,.cc-parent-profile-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-settings-grid{grid-template-columns:1fr}}@media(max-width:820px){.cc-parent-profile-hero,.cc-profile-actions,.cc-setting-row{flex-direction:column;align-items:flex-start}.cc-toggle{margin-top:6px}}@media(max-width:720px){.cc-parent-profile-page{padding-bottom:88px}.cc-parent-profile-content{width:100%;max-width:100%;margin:0;padding:78px 14px 110px;gap:18px}.cc-parent-profile-hero,.cc-parent-profile-panel,.cc-parent-profile-card,.cc-settings-group,.cc-linked-child-row{padding:16px;border-radius:18px}.cc-parent-profile-avatar{width:54px;height:54px;min-width:54px;font-size:1.08rem;border-radius:16px}.cc-parent-profile-grid,.cc-parent-profile-grid.two-up,.cc-profile-form-grid{grid-template-columns:1fr}.cc-parent-profile-status-card{min-width:100%}.cc-linked-child-name{font-size:.96rem}.cc-linked-child-meta{font-size:.82rem}.cc-mobile-top-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f7fafff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.8)}.cc-content,.cc-dashboard-content{padding-top:78px}.cc-header-title-wrap{display:flex;flex-direction:column;gap:2px}.cc-header-title-wrap h1{margin:0;font-size:1.1rem;font-weight:900;color:#0f172a;line-height:1.1}.cc-header-title-wrap p{margin:0;font-size:.82rem;color:#64748b;line-height:1.3}@media(min-width:721px){.cc-mobile-top-header{display:none}}}:root{--cc-bg: #edf1f6;--cc-card: rgba(255, 255, 255, .94);--cc-card-soft: rgba(255, 255, 255, .82);--cc-white: #ffffff;--cc-line: #d8e1eb;--cc-text: #10213a;--cc-text-soft: #64748b;--cc-navy: #102b54;--cc-navy-2: #2e4d78;--cc-blue-soft: #edf3ff;--cc-blue-text: #3659a7;--cc-green: #58c79d;--cc-amber: #efb54a;--cc-purple: #9b58f0;--cc-slate: #526988;--cc-lessons: #3b82f6;--cc-meetings: #f59e0b;--cc-duties: #10b981;--cc-tasks: #8b5cf6;--cc-alerts: #ef4444;--cc-radius-xl: 22px;--cc-radius-lg: 18px;--cc-radius-md: 14px;--cc-radius-sm: 12px;--cc-shadow-sm: 0 6px 18px rgba(15, 23, 42, .04);--cc-shadow-md: 0 12px 30px rgba(15, 23, 42, .07);--cc-shadow-lg: 0 18px 42px rgba(15, 23, 42, .1)}*,*:before,*:after{box-sizing:border-box;min-width:0}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--cc-bg);color:var(--cc-text);font-family:inherit;overflow:hidden}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.cc-teacher-page{height:100vh;width:100%;background:var(--cc-bg);display:grid;grid-template-columns:176px minmax(0,1fr);gap:8px;padding:8px;overflow:hidden}.cc-teacher-sidebar-overlay{display:none}.cc-teacher-shell{min-height:100vh;width:100%;display:grid;place-items:center}.cc-teacher-loading-card,.cc-teacher-error-card{width:min(640px,calc(100vw - 32px));background:var(--cc-white);border:1px solid var(--cc-line);border-radius:24px;padding:30px;box-shadow:var(--cc-shadow-md)}.cc-teacher-loading-card h1,.cc-teacher-error-card h1{margin:0 0 8px;font-size:26px;color:#12233d}.cc-teacher-loading-card p,.cc-teacher-error-card p{margin:0;color:#64748b;line-height:1.55}.cc-teacher-loading-badge{display:inline-flex;align-items:center;justify-content:center;min-width:112px;height:38px;padding:0 16px;border-radius:999px;background:var(--cc-blue-soft);color:var(--cc-blue-text);font-size:12px;font-weight:800;margin-bottom:16px}.cc-teacher-sidebar{background:linear-gradient(180deg,#577094,#4d6485 48%,#425976);border:1px solid rgba(17,24,39,.08);border-radius:26px;height:calc(100vh - 16px);padding:8px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 28px #0f172a24}.cc-teacher-sidebar-top{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:10px;overflow:hidden}.cc-teacher-profile-card{background:#ffffff24;color:#fff;border-radius:18px;padding:12px;border:1px solid rgba(255,255,255,.12);flex:0 0 auto}.cc-teacher-profile-head{display:flex;align-items:flex-start;gap:10px}.cc-teacher-avatar{width:40px;height:40px;border-radius:13px;background:#fff3;display:grid;place-items:center;font-size:16px;font-weight:800;flex-shrink:0}.cc-teacher-profile-head strong{display:block;font-size:13px;font-weight:800;line-height:1.15}.cc-teacher-profile-head span{display:block;margin-top:2px;font-size:11px;opacity:.96;line-height:1.25}.cc-teacher-profile-note{margin-top:10px;border-radius:12px;background:#ffffff1f;padding:10px;font-size:11px;line-height:1.35}.cc-teacher-nav{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;padding-right:2px}.cc-teacher-nav::-webkit-scrollbar{width:6px}.cc-teacher-nav::-webkit-scrollbar-thumb{background:#ffffff3d;border-radius:999px}.cc-teacher-nav-item{width:100%;min-height:40px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;border-radius:14px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#f8fbff;font-size:12px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease}.cc-teacher-nav-item:hover{background:#ffffff24;border-color:#ffffff3d}.cc-teacher-nav-item.active{background:#fff;color:#23364f;border-color:#fff;box-shadow:0 8px 18px #0f172a14}.cc-teacher-nav-item small{min-width:18px;height:18px;border-radius:999px;display:inline-grid;place-items:center;background:#dbe8ff;color:#3558a6;font-size:10px;font-weight:800}.cc-teacher-sidebar-bottom{flex:0 0 auto;display:flex;flex-direction:column;gap:8px;margin-top:8px}.cc-teacher-logout-btn{width:100%;min-height:42px;border:0;border-radius:14px;background:#163463;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.cc-teacher-main{height:calc(100vh - 16px);min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.cc-teacher-content{flex:1 1 auto;min-width:0;min-height:0;width:100%;overflow-y:auto;overflow-x:hidden;padding-right:2px}.cc-teacher-mobile-header{display:none}.cc-teacher-ui,.cc-teacher-dashboard-grid,.cc-teacher-main-column,.cc-teacher-right-column,.cc-teacher-panel,.cc-lesson-flow-panel,.cc-teacher-hero-card,.cc-current-class-card,.cc-current-class-bar,.cc-side-chip-list,.cc-week-flow-days,.cc-lesson-flow-row{width:100%;max-width:none;min-width:0}.cc-teacher-ui{display:flex;flex-direction:column;gap:12px}.cc-teacher-hero-card,.cc-teacher-panel{width:100%;background:var(--cc-card);border:1px solid var(--cc-line);border-radius:var(--cc-radius-xl);box-shadow:var(--cc-shadow-sm);padding:14px}.cc-teacher-hero-card{position:relative}.cc-teacher-hero-copy{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.cc-teacher-hero-copy h1{margin:0;font-size:1.45rem;font-weight:800;color:#12223c;line-height:1.05}.cc-teacher-hero-copy p{margin:0;font-size:.9rem;color:#65778f;line-height:1.4}.cc-teacher-focus-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#eef3ff;color:#3657a4;font-size:.82rem;font-weight:800;margin-bottom:10px}.cc-teacher-top-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cc-teacher-top-stat{min-height:96px;border:0;border-radius:18px;padding:14px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;text-align:left;position:relative;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.cc-teacher-top-stat:hover{transform:translateY(-1px);box-shadow:var(--cc-shadow-md);filter:brightness(1.02)}.cc-teacher-top-stat.active{box-shadow:var(--cc-shadow-lg)}.cc-teacher-top-stat span{font-size:.72rem;font-weight:700;letter-spacing:.06em}.cc-teacher-top-stat strong{font-size:1.75rem;line-height:1}.cc-teacher-top-stat p{margin:0;font-size:.82rem;line-height:1.25;opacity:.96;padding-right:18px}.cc-teacher-top-stat-caret{position:absolute;top:12px;right:12px;width:22px;height:22px;border-radius:999px;background:#ffffff2e;display:grid;place-items:center;font-size:11px;font-weight:800}.cc-teacher-top-stat.is-lessons{background:#526888}.cc-teacher-top-stat.is-duties{background:#58c79d}.cc-teacher-top-stat.is-alerts{background:#efb54a}.cc-teacher-top-stat.is-meetings{background:#9b58f0}.cc-teacher-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;align-items:start}.cc-teacher-main-column,.cc-teacher-right-column{display:flex;flex-direction:column;gap:12px}.cc-teacher-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.cc-teacher-panel-head.compact{margin-bottom:8px}.cc-teacher-panel-head h2,.cc-teacher-panel-head h3,.cc-week-flow-head h2{margin:0;font-size:1rem;font-weight:800;color:#12233d;line-height:1.15}.cc-teacher-panel-head p,.cc-week-flow-head p{margin:4px 0 0;font-size:.83rem;line-height:1.35;color:#6a7c93}.cc-link-button{min-height:36px;padding:0 12px;border:0;border-radius:999px;background:#eef3ff;color:#2b4f95;font-size:.82rem;font-weight:700;cursor:pointer;flex-shrink:0}.cc-teacher-small-outline-btn{min-height:36px;padding:0 14px;border:1px solid #ccd6e3;border-radius:999px;background:#f8fbff;color:#21344d;font-size:.82rem;font-weight:700;white-space:nowrap;cursor:pointer;flex-shrink:0}.cc-current-class-bar{background:linear-gradient(135deg,#2d4a73,#294160);border-radius:18px;padding:14px;color:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.cc-current-class-summary{min-width:0;display:flex;flex-direction:column;gap:4px}.cc-current-class-date{font-size:.75rem;font-weight:700;opacity:.82;line-height:1}.cc-current-class-subject{font-size:1.15rem;font-weight:800;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-current-class-meta{font-size:.86rem;line-height:1.2;color:#ffffffe0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-current-class-actions--compact{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px;width:auto}.cc-current-class-action--compact{min-height:58px;padding:10px 12px;border-radius:14px;background:#ffffff1f;display:flex;flex-direction:column;justify-content:center;gap:2px;color:#fff;border:0;cursor:pointer}.cc-current-class-action--compact strong{font-size:.84rem;line-height:1.08}.cc-current-class-action--compact small{font-size:.74rem;line-height:1.08;opacity:.82}.cc-week-flow-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.cc-week-nav{display:flex;align-items:center;gap:8px;flex-shrink:0}.cc-week-nav button{width:36px;height:32px;border:1px solid #ccd7e3;border-radius:999px;background:#f9fbfd;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cc-week-flow-days{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.cc-week-day-card{min-height:74px;border:1px solid #d3dce7;border-radius:16px;background:#f6f8fb;padding:10px 10px 8px;display:flex;flex-direction:column;justify-content:space-between;gap:4px;color:#314358;cursor:pointer}.cc-week-day-card strong{font-size:.86rem}.cc-week-day-card span{font-size:.92rem;line-height:1}.cc-week-day-card small{font-size:.72rem;line-height:1;color:#74869c}.cc-week-day-card.active{background:#314562;border-color:#314562;color:#fff}.cc-week-day-card.active small{color:#ffffffd1}.cc-day-meta{margin-top:4px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;width:100%}.cc-day-pill{height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700}.cc-day-pill.lessons{background:#3b82f624;color:#1d4ed8}.cc-day-pill.meetings{background:#f59e0b29;color:#b45309}.cc-day-pill.duties{background:#10b98124;color:#047857}.cc-day-pill.tasks{background:#8b5cf624;color:#6d28d9}.cc-day-pill.alerts{background:#ef444424;color:#b91c1c}.cc-lesson-flow-panel{display:block}.cc-lesson-flow-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cc-lesson-flow-card{min-height:64px;background:#f7f9fc;border:1px solid #d6deea;border-radius:14px;padding:10px 12px;display:flex;align-items:center;gap:8px;overflow:hidden}.cc-lesson-flow-tag{flex:0 0 auto;min-height:22px;padding:0 8px;border-radius:999px;background:#e8efff;color:#2d55a1;font-size:.72rem;font-weight:800;display:inline-flex;align-items:center}.cc-lesson-flow-card strong,.cc-lesson-flow-card h4,.cc-lesson-flow-card p,.cc-lesson-flow-card small{margin:0;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-lesson-flow-card strong{font-size:.78rem;color:#223652;flex:0 0 auto}.cc-lesson-flow-card h4{font-size:.86rem;color:#11243d;flex:1 1 auto}.cc-lesson-flow-card p{font-size:.76rem;color:#55697f;flex:0 0 auto}.cc-lesson-flow-card small{font-size:.72rem;color:#76879a;flex:0 0 auto}.cc-lesson-flow-card strong:after,.cc-lesson-flow-card h4:after,.cc-lesson-flow-card p:after{content:" ·";margin-left:4px;color:#94a3b8}.cc-lesson-flow-card.active{border-color:#254ede59;box-shadow:0 6px 16px #254ede14}.cc-teacher-empty{border:1px dashed #cad5e2;border-radius:14px;padding:16px;font-size:.85rem;color:#6d7d91;background:#fbfdff}.cc-side-chip-list{display:flex;flex-direction:column;gap:10px}.cc-side-chip{min-height:72px;border:1px solid #d6deea;border-radius:14px;background:#f7f9fc;padding:12px 12px 12px 14px;display:flex;align-items:center;gap:10px;font-size:.84rem;line-height:1.35;color:#405770}.cc-side-chip-bar{width:4px;align-self:stretch;border-radius:999px;flex-shrink:0;background:#cbd5e1}.cc-side-chip-text{display:block;flex:1}.cc-side-chip.tone-lessons{border-color:#3b82f647;background:#3b82f60d}.cc-side-chip.tone-lessons .cc-side-chip-bar{background:var(--cc-lessons)}.cc-side-chip.tone-meetings{border-color:#f59e0b47;background:#f59e0b0d}.cc-side-chip.tone-meetings .cc-side-chip-bar{background:var(--cc-meetings)}.cc-side-chip.tone-duties{border-color:#10b98147;background:#10b9810d}.cc-side-chip.tone-duties .cc-side-chip-bar{background:var(--cc-duties)}.cc-side-chip.tone-tasks{border-color:#8b5cf647;background:#8b5cf60d}.cc-side-chip.tone-tasks .cc-side-chip-bar{background:var(--cc-tasks)}.cc-placeholder-panel{min-height:360px}.cc-teacher-workspace-placeholder{min-height:300px;display:grid;place-items:center;text-align:center;gap:10px;padding:24px}.cc-teacher-workspace-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#e7efff;color:#3558a6;font-size:24px;font-weight:800}.cc-teacher-workspace-placeholder h2{margin:0;font-size:22px}.cc-teacher-workspace-placeholder p{margin:0;max-width:620px;color:#64748b}.cc-teacher-notification-drawer{position:fixed;top:0;right:-380px;width:360px;max-width:calc(100vw - 24px);height:100vh;background:#fff;border-left:1px solid #d7e0ea;box-shadow:-10px 0 30px #0f172a1f;z-index:60;transition:right .25s ease;display:flex;flex-direction:column}.cc-teacher-notification-drawer.open{right:0}.cc-teacher-drawer-head{padding:18px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;gap:12px}.cc-teacher-drawer-head h3{margin:0;font-size:18px}.cc-teacher-drawer-head p{margin:4px 0 0;font-size:12px;color:#64748b}.cc-teacher-drawer-close{width:34px;height:34px;border:1px solid #d9e2ec;border-radius:10px;background:#fff;cursor:pointer}.cc-teacher-drawer-body{padding:16px;overflow:auto;display:flex;flex-direction:column;gap:12px}.cc-teacher-notification-card{border:1px solid #e2e8f0;border-radius:14px;background:#f8fbff;padding:14px}.cc-teacher-notification-card strong{display:block;font-size:14px;margin-bottom:6px}.cc-teacher-notification-card p{margin:0 0 6px;color:#475569;font-size:13px;line-height:1.5}.cc-teacher-notification-card small{color:#64748b;font-size:11px}.cc-teacher-header-actions,.cc-teacher-btn{display:inline-flex;align-items:center;gap:8px}.cc-teacher-header-actions{margin-top:18px}.cc-teacher-btn{min-height:40px;padding:0 16px;border:0;border-radius:12px;background:var(--cc-navy);color:#fff;font-weight:700;cursor:pointer}.cc-teacher-btn-secondary{background:#eef3ff;color:#29498c}@media(max-width:1366px){.cc-teacher-page{grid-template-columns:164px minmax(0,1fr);gap:6px;padding:6px}.cc-teacher-sidebar,.cc-teacher-main{height:calc(100vh - 12px)}.cc-teacher-dashboard-grid{grid-template-columns:minmax(0,1fr) 230px}}@media(max-width:1200px){html,body,#root{overflow:auto}.cc-teacher-dashboard-grid{grid-template-columns:1fr}.cc-teacher-right-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-teacher-top-cards,.cc-lesson-flow-row{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-current-class-bar{grid-template-columns:1fr}.cc-current-class-actions--compact{width:100%}}@media(max-width:1024px){.cc-teacher-page{grid-template-columns:148px minmax(0,1fr);gap:6px;padding:6px}.cc-teacher-top-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-week-flow-days{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:860px){body{overflow:auto}.cc-teacher-page{display:block;min-height:100vh;height:auto;padding:0}.cc-teacher-sidebar{position:fixed;top:10px;left:-240px;width:220px;min-height:calc(100vh - 20px);height:calc(100vh - 20px);z-index:80;transition:left .22s ease}.cc-teacher-sidebar.open{left:10px}.cc-teacher-sidebar-overlay{position:fixed;inset:0;background:#0f172a5c;z-index:70}.cc-teacher-sidebar-overlay.open{display:block}.cc-teacher-main{height:auto;min-height:100vh;padding:12px;overflow:visible}.cc-teacher-content{overflow:visible;padding-right:0}.cc-teacher-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;background:#ffffffc7;border:1px solid var(--cc-line);border-radius:18px;padding:12px}.cc-teacher-mobile-header h1{margin:0;font-size:16px}.cc-teacher-mobile-header p{margin:2px 0 0;font-size:12px;color:#64748b}.cc-teacher-menu-btn,.cc-teacher-mobile-notify{width:40px;height:40px;border:1px solid #d6deea;border-radius:12px;background:#fff;cursor:pointer;position:relative}.cc-teacher-mobile-notify span{position:absolute;top:-5px;right:-4px;min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#ef4444;color:#fff;font-size:10px;font-weight:700}.cc-week-flow-head{flex-direction:column;align-items:stretch}.cc-week-nav{justify-content:flex-end}.cc-week-flow-days,.cc-teacher-top-cards,.cc-lesson-flow-row,.cc-current-class-actions--compact,.cc-teacher-right-column{grid-template-columns:1fr}.cc-current-class-subject,.cc-current-class-meta{white-space:normal}}@media(max-width:560px){.cc-teacher-panel,.cc-teacher-hero-card{padding:12px}.cc-teacher-top-stat{min-height:88px}.cc-week-day-card{min-height:66px}.cc-side-chip{min-height:64px}}.cc-teacher-content-shell{width:100%;min-height:100%}.cc-teacher-panel select,.cc-teacher-panel input,.cc-teacher-panel textarea{border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#10213a;min-height:40px;padding:8px 12px;font-size:.9rem;outline:none}.cc-teacher-panel select:focus,.cc-teacher-panel input:focus,.cc-teacher-panel textarea:focus{border-color:#2e4d78;box-shadow:0 0 0 3px #2e4d781f}.cc-teacher-panel textarea{resize:vertical;width:100%;min-height:420px;line-height:1.6}.cc-teacher-table{width:100%;overflow-x:auto;border:1px solid #d8e1eb;border-radius:16px;background:#fff}.cc-teacher-table th{background:#f3f7fc;color:#10213a;font-size:.82rem;font-weight:800;padding:12px;border-bottom:1px solid #d8e1eb}.cc-teacher-table td{padding:10px 12px;border-bottom:1px solid #eef2f7;font-size:.9rem;color:#10213a}.cc-teacher-table tr:last-child td{border-bottom:0}.cc-teacher-table input[type=number]{width:90px;min-height:36px;text-align:center}.cc-teacher-form-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.cc-teacher-form-row select,.cc-teacher-form-row input{flex:0 0 auto}.cc-teacher-btn{min-height:42px;padding:0 16px;border:0;border-radius:12px;background:#163463;color:#fff;font-size:.88rem;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.cc-teacher-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1f}.cc-teacher-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.cc-teacher-panel>h2{margin:0 0 6px;font-size:1.1rem;font-weight:900;color:#10213a}.cc-teacher-panel>p{margin:0 0 14px;color:#64748b;font-size:.9rem}.cc-teacher-marks-grid{display:grid;gap:12px}.cc-teacher-mark-row{display:grid;grid-template-columns:minmax(160px,1fr) 120px 90px 90px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eef2f7}.cc-teacher-mark-row:last-child{border-bottom:0}.cc-teacher-mark-row strong{font-size:.9rem}.cc-current-class-actions--compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%}.cc-current-class-action--compact{width:100%;min-height:58px}@media(max-width:860px){.cc-teacher-form-row{display:grid;grid-template-columns:1fr}.cc-teacher-panel select,.cc-teacher-panel input,.cc-teacher-panel textarea,.cc-teacher-btn{width:100%}.cc-teacher-mark-row{grid-template-columns:1fr;gap:6px}.cc-current-class-actions--compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.cc-current-class-actions--compact{grid-template-columns:1fr}}.cc-teacher-panel{padding:18px}.cc-teacher-panel h2{font-size:18px;margin-bottom:4px}.cc-teacher-panel p{color:#55708f;margin-bottom:14px}.cc-teacher-form-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.cc-teacher-form-row select,.cc-teacher-form-row input{min-width:130px;height:42px;border-radius:12px;border:1px solid #c7d5e8;background:#fff;padding:0 14px}.cc-teacher-table{border-radius:16px;overflow:hidden;border:1px solid #cfdced;background:#fff}.cc-teacher-table table{width:100%;border-collapse:collapse}.cc-teacher-table th{background:#f2f6fb;padding:14px 16px;font-size:13px;font-weight:900;color:#09203f}.cc-teacher-table td{padding:14px 16px;border-top:1px solid #e7eef7;font-size:14px}.cc-teacher-table input,.cc-teacher-table select{height:40px;border-radius:12px;border:1px solid #c7d5e8;padding:0 12px}.cc-teacher-table input[type=number]{width:90px;text-align:center}.cc-teacher-btn{height:42px;border-radius:12px;padding:0 18px;background:#163463;color:#fff;border:0;font-weight:900}.cc-current-class-actions--compact{display:grid;grid-template-columns:repeat(5,minmax(108px,1fr));gap:8px;width:100%;align-items:stretch}.cc-current-class-action--compact{width:100%;min-height:58px;padding:9px 10px}.cc-current-class-action--compact strong{font-size:.8rem;line-height:1.05}.cc-current-class-action--compact small{font-size:.7rem;line-height:1.05}@media(max-width:1100px){.cc-current-class-actions--compact{display:flex;flex-wrap:nowrap;overflow-x:auto}.cc-current-class-action--compact{flex:0 0 118px}}.cc-account-blocked-banner{width:100%;padding:12px 14px;border-radius:12px;background:#fef2f2;border:1px solid #fca5a5;color:#991b1b;font-weight:700;font-size:13px;margin-bottom:12px}.cc-account-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:800}.cc-account-badge.blocked{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.cc-blocked-screen{min-height:100vh;display:grid;place-items:center;background:#f8fafc;padding:18px}.cc-blocked-card{width:min(420px,100%);background:#fff;border:1px solid #fecaca;border-radius:16px;padding:24px;max-width:420px;text-align:center;box-shadow:0 10px 30px #0000000f}.cc-blocked-card h2{color:#b91c1c;margin:0 0 10px}.cc-blocked-card p{color:#475569;margin:0;line-height:1.5}@media(max-width:720px){.cc-account-blocked-banner{padding:9px 10px;border-radius:10px;font-size:11px;margin-bottom:8px;line-height:1.35}.cc-account-badge{padding:3px 8px;font-size:10px;border-radius:999px}.cc-blocked-screen{padding:12px;align-items:start}.cc-blocked-card{border-radius:14px;padding:16px 14px;max-width:100%;box-shadow:0 8px 20px #0000000d}.cc-blocked-card h2{font-size:1rem;margin-bottom:8px;line-height:1.2}.cc-blocked-card p{font-size:.84rem;line-height:1.4}}.td-page{min-height:100vh;height:100vh;display:grid;grid-template-columns:184px minmax(0,1fr);background:radial-gradient(circle at top right,rgba(37,78,222,.08),transparent 24%),linear-gradient(180deg,#eef3f9,#e8eef6);color:#10203a;overflow:hidden}.td-page--compact{grid-template-columns:184px minmax(0,1fr)}.td-sidebar{min-width:0;height:100vh;padding:6px;background:linear-gradient(180deg,#5f7698,#486489);border-right:1px solid rgba(255,255,255,.12);overflow:hidden}.td-sidebar-inner{height:100%;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.td-sidebar-top{min-height:0;display:flex;flex-direction:column;gap:10px}.td-teacher-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;padding:10px;border-radius:20px;background:linear-gradient(180deg,#ffffff3d,#ffffff1f);border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 24px #0e1e381f;color:#fff}.td-avatar{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#ffffff38;color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:.02em}.td-teacher-meta{min-width:0}.td-teacher-meta h3{margin:0 0 2px;font-size:.88rem;line-height:1.15;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-teacher-meta span,.td-teacher-meta small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-teacher-meta span{font-size:.74rem;opacity:.98}.td-teacher-meta small{margin-top:1px;font-size:.69rem;opacity:.82}.td-sidebar-note{padding:10px 12px;border-radius:16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.1);color:#fffffff0;font-size:.75rem;line-height:1.3}.td-nav{min-height:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:2px}.td-nav::-webkit-scrollbar{width:6px}.td-nav::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:999px}.td-nav button{width:100%;min-height:36px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff0f;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease}.td-nav button:hover{background:#ffffff1f;border-color:#ffffff38}.td-nav button.active{background:#fff;color:#17345e;border-color:#ffffffe6;box-shadow:0 8px 18px #0e1e3824}.td-nav-label{min-width:0;font-size:.76rem;font-weight:700;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-nav button small{flex:0 0 auto;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:#254edee6;color:#fff;font-size:.63rem;font-weight:800}.td-nav button.active small{background:#2c5be9;color:#fff}.td-sidebar-footer{padding-top:2px}.td-logout-btn{width:100%;min-height:42px;border:none;border-radius:16px;background:#112f5c;color:#fff;font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 10px 22px #0a19303d}.td-logout-btn:hover{background:#0d274c}.td-main{min-width:0;height:100vh;overflow:hidden;padding:10px 10px 10px 8px}.td-main-frame{height:100%;width:100%;overflow:auto;border-radius:26px;padding:8px}.td-main-frame::-webkit-scrollbar{width:10px;height:10px}.td-main-frame::-webkit-scrollbar-thumb{background:#254ede29;border-radius:999px}@media(max-width:1280px){.td-page,.td-page--compact{grid-template-columns:168px minmax(0,1fr)}.td-sidebar{padding:5px}.td-teacher-card{grid-template-columns:44px minmax(0,1fr);padding:9px;border-radius:18px}.td-avatar{width:36px;height:36px;border-radius:12px;font-size:1rem}.td-teacher-meta h3{font-size:.82rem}.td-teacher-meta span{font-size:.7rem}.td-teacher-meta small{font-size:.65rem}.td-sidebar-note{font-size:.7rem;padding:9px 10px}.td-nav{gap:7px}.td-nav button{min-height:34px;padding:0 10px;border-radius:13px}.td-nav-label{font-size:.72rem}.td-logout-btn{min-height:40px;font-size:.78rem}.td-main{padding:8px 8px 8px 6px}.td-main-frame{padding:6px;border-radius:22px}}@media(max-width:980px){.td-page,.td-page--compact{grid-template-columns:82px minmax(0,1fr)}.td-teacher-card{grid-template-columns:1fr;justify-items:center;text-align:center;padding:10px 8px}.td-teacher-meta h3,.td-teacher-meta span,.td-teacher-meta small,.td-sidebar-note,.td-nav-label{display:none}.td-avatar{width:38px;height:38px}.td-nav button{min-height:40px;justify-content:center;padding:0}.td-nav button small{position:absolute;margin-left:34px;margin-top:-18px}.td-logout-btn{min-height:40px;font-size:.72rem}}@media(min-width:769px)and (max-width:1180px){.td-page{grid-template-columns:150px minmax(0,1fr)!important}.td-sidebar{width:150px!important}.td-sidebar-inner{padding:5px!important}.td-teacher-card{padding:8px!important;border-radius:14px!important;gap:6px!important}.td-avatar{width:38px!important;height:38px!important;border-radius:12px!important;font-size:16px!important}.td-teacher-meta h3{font-size:12px!important;line-height:1.1!important;margin:0!important}.td-teacher-meta span,.td-teacher-meta small{font-size:10px!important;line-height:1.1!important}.td-sidebar-note{padding:8px!important;border-radius:12px!important;font-size:10px!important;line-height:1.25!important;margin:8px 0!important}.td-nav{gap:6px!important}.td-nav button{min-height:34px!important;padding:7px 9px!important;border-radius:11px!important;font-size:11px!important}.td-nav button small{min-width:18px!important;height:18px!important;font-size:10px!important}.td-logout-btn{min-height:38px!important;padding:9px!important;border-radius:13px!important;font-size:12px!important}.td-main-frame{padding:10px!important}}@media(min-width:769px)and (max-width:1180px){.cc-teacher-content-shell,.cc-teacher-ui{gap:10px!important}.cc-teacher-panel,.cc-teacher-hero-card{border-radius:16px!important;padding:12px!important}.cc-teacher-hero-copy h1,.cc-teacher-panel h2{font-size:17px!important;margin-bottom:3px!important}.cc-teacher-hero-copy p,.cc-teacher-panel p{font-size:11px!important;line-height:1.25!important}.cc-teacher-top-cards{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.cc-teacher-top-stat{min-height:74px!important;padding:10px!important;border-radius:14px!important}.cc-teacher-top-stat span{font-size:10px!important}.cc-teacher-top-stat strong{font-size:22px!important;line-height:1!important}.cc-teacher-top-stat p{font-size:10px!important;line-height:1.2!important;margin-top:3px!important}.cc-teacher-dashboard-grid{grid-template-columns:minmax(0,1fr) 230px!important;gap:10px!important}.cc-teacher-right-column{gap:10px!important}.cc-current-class-bar{padding:10px!important;border-radius:15px!important;min-height:74px!important}.cc-current-class-subject{font-size:17px!important}.cc-current-class-meta,.cc-current-class-date{font-size:11px!important}.cc-current-class-actions{gap:7px!important}.cc-current-class-action{min-width:88px!important;min-height:50px!important;padding:8px!important;border-radius:12px!important}.cc-current-class-action strong{font-size:11px!important}.cc-current-class-action small{font-size:10px!important}.cc-week-day-card{min-width:150px!important;min-height:74px!important;padding:9px!important;border-radius:13px!important}.cc-week-day-card strong{font-size:12px!important}.cc-week-day-card span{font-size:15px!important}.cc-week-day-card small{font-size:10px!important}.cc-day-meta{gap:4px!important}.cc-day-pill{min-width:26px!important;height:16px!important;font-size:9px!important}.cc-lesson-flow-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.cc-lesson-flow-card{min-height:58px!important;padding:9px!important;border-radius:13px!important}.cc-lesson-flow-card h4,.cc-lesson-flow-card strong{font-size:12px!important}.cc-lesson-flow-card p,.cc-lesson-flow-card small{font-size:10px!important}.cc-lesson-flow-tag{font-size:10px!important;padding:4px 7px!important}.cc-side-chip{padding:9px!important;border-radius:12px!important}.cc-side-chip-text{font-size:11px!important;line-height:1.25!important}.cc-teacher-btn{min-height:36px!important;padding:8px 10px!important;border-radius:11px!important;font-size:11px!important}}:root{--cc-bg: #eef2f7;--cc-surface: rgba(255, 255, 255, .72);--cc-surface-strong: #ffffff;--cc-line: rgba(148, 163, 184, .26);--cc-line-strong: rgba(100, 116, 139, .28);--cc-text: #0f172a;--cc-text-soft: #5f6f86;--cc-primary: #254fde;--cc-primary-dark: #173891;--cc-navy: #203a63;--cc-success: #21b37a;--cc-warning: #e4a93b;--cc-danger: #d94a63;--cc-break: #edf2f8;--cc-shadow-sm: 0 8px 22px rgba(15, 23, 42, .05);--cc-shadow-md: 0 16px 36px rgba(15, 23, 42, .08);--cc-radius-xl: 20px;--cc-radius-lg: 16px;--cc-radius-md: 12px}*{box-sizing:border-box}.cc-timetable-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 22%),radial-gradient(circle at top left,rgba(16,185,129,.06),transparent 20%),linear-gradient(180deg,#f7faff,#edf3f9 56%,#eaf0f7);color:var(--cc-text);padding:14px}.cc-timetable-shell{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:12px}.cc-timetable-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;border:1px solid var(--cc-line);border-radius:20px;background:#ffffffad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--cc-shadow-sm)}.cc-timetable-eyebrow{margin:0 0 6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--cc-primary)}.cc-timetable-hero h1{margin:0;font-size:22px;line-height:1.05;letter-spacing:-.03em}.cc-timetable-subtext{margin:8px 0 0;max-width:640px;color:var(--cc-text-soft);font-size:12px;line-height:1.45}.cc-timetable-hero-actions{display:flex;gap:8px;align-items:center}.cc-timetable-stats{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:10px}.cc-stat-card{padding:12px 14px;border-radius:16px;border:1px solid var(--cc-line);background:#ffffffc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--cc-shadow-sm);min-height:92px}.cc-stat-card strong{display:block;margin-top:4px;font-size:22px;line-height:1;letter-spacing:-.03em}.cc-stat-card small{display:block;margin-top:6px;color:var(--cc-text-soft);font-size:12px;line-height:1.3}.cc-stat-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--cc-primary)}.cc-timetable-board-card{border:1px solid var(--cc-line);border-radius:20px;background:#ffffffc2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--cc-shadow-md);overflow:hidden}.cc-timetable-board-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px 12px;border-bottom:1px solid rgba(148,163,184,.18)}.cc-timetable-board-header h2{margin:0;font-size:18px;line-height:1.1}.cc-timetable-board-header p{margin:4px 0 0;color:var(--cc-text-soft);font-size:12px;line-height:1.4}.cc-timetable-table-wrap{width:100%;overflow-x:auto;overflow-y:hidden;padding:0 0 6px}.cc-timetable-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;table-layout:fixed}.cc-timetable-table thead th{position:sticky;top:0;z-index:2;background:#f5f8fc;border-bottom:1px solid var(--cc-line);border-right:1px solid rgba(148,163,184,.12);padding:10px 6px;min-width:74px;text-align:center}.cc-day-head{min-width:105px!important}.cc-head-period{font-size:11px;font-weight:800;color:var(--cc-text)}.cc-head-time{margin-top:3px;font-size:10px;color:var(--cc-text-soft);line-height:1.2}.cc-break-head{background:#ebf0f6!important}.cc-timetable-table tbody td{border-right:1px solid rgba(148,163,184,.12);border-bottom:1px solid rgba(148,163,184,.12);vertical-align:middle}.cc-sticky-col{position:sticky;left:0;z-index:1;background:#f9fbfe}.cc-day-cell{min-width:105px;padding:12px 10px;font-weight:800;font-size:12px;color:var(--cc-text);border-right:1px solid var(--cc-line)}.cc-slot-cell{height:78px;padding:6px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.cc-slot-clickable{cursor:pointer}.cc-slot-clickable:hover{background:#254fde0d}.cc-slot-content{height:100%;border-radius:12px;padding:8px 9px;display:flex;flex-direction:column;justify-content:space-between}.cc-cell-lesson .cc-slot-content{background:linear-gradient(180deg,#254fde1f,#254fde0f);border:1px solid rgba(37,79,222,.12)}.cc-cell-free .cc-slot-content{background:linear-gradient(180deg,#10b9811a,#10b9810d);border:1px solid rgba(16,185,129,.1)}.cc-cell-break{background:var(--cc-break)}.cc-break-content{width:100%;height:100%;min-height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#94a3b81f;color:#475569;font-size:11px;font-weight:800;letter-spacing:.02em}.cc-slot-class{font-size:11px;font-weight:800;color:var(--cc-primary-dark);line-height:1.2}.cc-slot-subject{margin-top:2px;font-size:12px;font-weight:800;color:var(--cc-text);line-height:1.2}.cc-slot-meta{margin-top:4px;font-size:10px;color:var(--cc-text-soft);line-height:1.2}.cc-timetable-btn{border:0;outline:none;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:800;cursor:pointer;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease}.cc-timetable-btn:hover:not(:disabled){transform:translateY(-1px)}.cc-timetable-btn:disabled{opacity:.6;cursor:not-allowed}.cc-timetable-btn-primary{color:#fff;background:linear-gradient(135deg,#254fde,#1d3ea8);box-shadow:0 10px 20px #254fde2e}.cc-timetable-btn-danger{color:#fff;background:linear-gradient(135deg,#d94a63,#b83351);box-shadow:0 10px 20px #d94a6329}.cc-timetable-btn-light{color:var(--cc-text);background:#eef2f7}.cc-timetable-modal-overlay{position:fixed;inset:0;z-index:1000;background:#0f172a73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px}.cc-timetable-modal{width:100%;max-width:560px;border-radius:20px;background:#fffffff2;border:1px solid rgba(255,255,255,.6);box-shadow:0 24px 60px #0f172a38;padding:18px}.cc-timetable-modal-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}.cc-timetable-modal-header h3{margin:4px 0 0;font-size:20px;letter-spacing:-.03em}.cc-timetable-modal-tag{margin:0;color:var(--cc-primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.cc-modal-close{width:36px;height:36px;border:0;border-radius:10px;background:#edf2f7;color:#334155;font-size:22px;line-height:1;cursor:pointer}.cc-timetable-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-field{display:flex;flex-direction:column;gap:6px}.cc-field label{font-size:12px;font-weight:800;color:var(--cc-text)}.cc-field select{width:100%;min-height:42px;border-radius:12px;border:1px solid var(--cc-line-strong);background:#f9fbff;padding:10px 12px;font-size:13px;color:var(--cc-text);outline:none}.cc-field select:focus{border-color:#254fde80;box-shadow:0 0 0 4px #254fde14}.cc-timetable-modal-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.cc-timetable-loading-card,.cc-timetable-error{border-radius:20px;border:1px solid var(--cc-line);background:#fffc;box-shadow:var(--cc-shadow-sm);padding:22px 18px}.cc-timetable-loading-card{min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;text-align:center}.cc-loader{width:36px;height:36px;border-radius:999px;border:4px solid rgba(37,79,222,.14);border-top-color:var(--cc-primary);animation:ccSpin .8s linear infinite}@keyframes ccSpin{to{transform:rotate(360deg)}}.cc-timetable-error{color:#991b1b;background:#fef2f2e0;border-color:#ef44442e;font-size:13px}@media(max-width:1180px){.cc-timetable-page{padding:10px}.cc-timetable-shell{gap:10px}.cc-timetable-hero{padding:14px 16px;gap:12px}.cc-timetable-hero h1{font-size:20px}.cc-timetable-subtext{font-size:11px;max-width:100%}.cc-timetable-stats{grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px}.cc-stat-card{padding:10px 12px;min-height:82px}.cc-stat-card strong{font-size:20px}.cc-timetable-board-header{padding:12px 14px 10px}.cc-timetable-board-header h2{font-size:16px}.cc-timetable-table{min-width:980px}.cc-timetable-table thead th{min-width:64px;padding:8px 4px}.cc-day-head,.cc-day-cell{min-width:92px!important}.cc-slot-cell{height:70px;padding:4px}.cc-slot-content{padding:6px 7px}.cc-slot-class{font-size:10px}.cc-slot-subject{font-size:11px}.cc-slot-meta{font-size:9px}.cc-break-content{min-height:54px;font-size:10px}}@media(max-width:820px){.cc-timetable-page{padding:10px}.cc-timetable-hero{padding:14px;border-radius:18px;flex-direction:column;align-items:stretch}.cc-timetable-hero-actions{justify-content:flex-start}.cc-timetable-hero h1{font-size:18px}.cc-timetable-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-timetable-modal{padding:16px;border-radius:18px}.cc-timetable-form-grid{grid-template-columns:1fr}.cc-timetable-modal-actions{flex-direction:column}.cc-timetable-modal-actions .cc-timetable-btn{width:100%}}.cc-timetable-page.embedded{min-height:auto;padding:0;background:transparent}.cc-timetable-page.embedded .cc-timetable-shell{max-width:100%;gap:10px}.cc-timetable-page.embedded .cc-timetable-hero{padding:14px 16px;border-radius:18px}.cc-timetable-page.embedded .cc-timetable-hero,.cc-timetable-page.embedded .cc-stat-card,.cc-timetable-page.embedded .cc-timetable-board-card{box-shadow:none}.cc-timetable-shell{gap:6px!important}.cc-timetable-hero{padding:10px 12px!important;border-radius:14px!important}.cc-timetable-hero h1{font-size:16px!important}.cc-timetable-subtext{font-size:10px!important}.cc-timetable-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.cc-stat-card{min-height:52px!important;padding:6px 8px!important;border-radius:12px!important}.cc-stat-card strong{font-size:14px!important}.cc-stat-card small,.cc-stat-label{font-size:8px!important}.cc-timetable-board-header{padding:8px 10px!important}.cc-timetable-board-header h2{font-size:14px!important}.cc-timetable-board-header p{font-size:10px!important}.cc-timetable-table{min-width:880px!important}.cc-timetable-table thead th{padding:6px 3px!important}.cc-head-period{font-size:9px!important}.cc-head-time{font-size:8px!important}.cc-day-cell{padding:6px!important;font-size:10px!important}.cc-slot-cell{height:46px!important;padding:2px!important}.cc-slot-content{padding:4px 5px!important;gap:1px!important}.cc-slot-class,.cc-slot-subject,.cc-slot-meta{display:inline!important;margin:0!important;line-height:1!important}.cc-slot-class:after,.cc-slot-subject:after{content:" · ";color:#94a3b8}.cc-slot-class{font-size:8px!important}.cc-slot-subject{font-size:9px!important}.cc-slot-meta{font-size:8px!important}.cc-break-content{min-height:36px!important;font-size:9px!important}.cc-timetable-btn{padding:6px 10px!important;font-size:9px!important;border-radius:10px!important}.cc-timetable-modal{padding:12px!important}.cc-field select{min-height:34px!important;font-size:11px!important}.cc-slot-content{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;overflow:hidden!important}.cc-slot-content *{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media(max-width:1100px){.cc-timetable-stats{grid-template-columns:repeat(2,1fr)!important}.cc-slot-cell{height:42px!important}}@media(max-width:800px){.cc-timetable-stats{grid-template-columns:1fr!important}.cc-slot-cell{height:40px!important}}.tss-page{min-height:100%;width:100%;background:transparent}.tss-main{width:100%;padding:0}.tss-main-full{width:100%;max-width:1380px;margin:0 auto}.cc-page-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:18px 20px;border-radius:26px;background:linear-gradient(135deg,#fffffff5,#f6f9fff2);border:1px solid rgba(37,79,222,.08);box-shadow:0 14px 30px #0f172a0f}.cc-page-header-copy h1{margin:0;font-size:1.15rem;font-weight:800;color:#0f172a}.cc-page-header-copy p{margin:8px 0 0;font-size:.84rem;color:#5e7090;line-height:1.5}.cc-page-header-pill{min-height:38px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,#eef3ff,#e3ebff);color:#3157a4;font-size:.75rem;font-weight:800;display:flex;align-items:center;box-shadow:inset 0 1px #ffffffb3}.tss-tab-strip{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 2px}.tss-tab-btn{border:1px solid rgba(37,79,222,.08);background:#ffffffeb;padding:9px 16px;border-radius:999px;font-size:.82rem;font-weight:700;color:#0f172a;cursor:pointer;box-shadow:0 4px 12px #0f172a0a;transition:all .18s ease}.tss-tab-btn:hover{transform:translateY(-1px);border-color:#254fde2e;box-shadow:0 10px 20px #254fde14}.tss-tab-btn.active{background:linear-gradient(135deg,#3d63f2,#254fde);color:#fff;border-color:#254fde;box-shadow:0 14px 28px #254fde38}.tss-workspace-panel{border-radius:30px;background:linear-gradient(180deg,#fffffff5,#f8fbfff5);border:1px solid rgba(37,79,222,.07);box-shadow:0 20px 44px #0f172a14;padding:22px;overflow:hidden}.tss-content-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}.tss-panel,.tss-panel-large{width:100%;min-width:0;margin:0;padding:22px;border-radius:28px;background:linear-gradient(180deg,#fffffffa,#fafcfff5);border:1px solid rgba(37,79,222,.08);box-shadow:0 10px 24px #0f172a0d,inset 0 1px #ffffffb3;position:relative}.tss-panel:before,.tss-panel-large:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;border-radius:28px 28px 0 0;background:linear-gradient(90deg,#254fde,#5d8bff,#7b61ff);opacity:.9}.tss-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.tss-panel-head h3{margin:0;color:#0f172a;font-size:1rem;font-weight:800}.tss-panel-head span{color:#64748b;font-size:.8rem;font-weight:700}.tss-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%}.tss-summary-item{padding:15px 16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(37,79,222,.08);box-shadow:0 8px 18px #0f172a0a}.tss-summary-item-wide{grid-column:1 / -1}.tss-summary-item label{display:block;margin-bottom:6px;color:#5f7294;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.tss-summary-item strong{display:block;color:#0f172a;font-size:.98rem;line-height:1.4;font-weight:800}.tss-summary-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.tss-stat-card{padding:14px;border-radius:16px;background:#ffffffc7;border:1px solid rgba(37,79,222,.08)}.tss-stat-card span{display:block;font-size:.72rem;color:#64748b;margin-bottom:4px}.tss-stat-card strong{display:block;font-size:1rem;color:#13213f;margin-bottom:6px}.tss-stat-card p{margin:0;font-size:.76rem;color:#6b7a92;line-height:1.4}.tss-pill-list,.tss-record-list,.tss-reminder-list{display:grid;gap:12px}.tss-pill,.tss-record-card,.tss-reminder-item{padding:16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(37,79,222,.08);box-shadow:0 8px 18px #0f172a0a}.tss-record-card strong{display:block;margin-bottom:6px;color:#0f172a;font-size:.96rem;font-weight:800}.tss-record-card span{display:block;margin-bottom:4px;color:#51627f;font-size:.89rem}.tss-record-card small{display:block;color:#64748b;font-size:.78rem;line-height:1.45}.tss-reminder-item{display:flex;gap:10px;align-items:flex-start}.tss-reminder-dot{width:10px;height:10px;border-radius:999px;margin-top:6px;flex:0 0 10px;background:linear-gradient(135deg,#4f6fff,#254fde)}.tss-reminder-item p{margin:0;font-size:.8rem;color:#5a6c88;line-height:1.45}.tss-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%}.tss-field{display:flex;flex-direction:column;gap:8px;min-width:0}.tss-field-full{grid-column:1 / -1}.tss-field label{color:#42526b;font-size:.84rem;font-weight:800}.tss-field input,.tss-field select,.tss-field textarea{width:100%;min-width:0;padding:14px 15px;border-radius:16px;border:1px solid rgba(37,79,222,.12);background:linear-gradient(180deg,#fff,#f8fbff);color:#0f172a;font:inherit;outline:none;box-shadow:inset 0 1px 2px #0f172a08;transition:border-color .18s ease,box-shadow .18s ease}.tss-field textarea{min-height:120px;resize:vertical}.tss-field input::placeholder,.tss-field textarea::placeholder{color:#94a3b8}.tss-field input:focus,.tss-field select:focus,.tss-field textarea:focus{border-color:#254fde73;box-shadow:0 0 0 4px #254fde1c}.tss-form-actions{grid-column:1 / -1;display:flex;gap:12px;padding-top:4px}.tss-primary-btn{border:0;border-radius:16px;padding:13px 20px;min-width:168px;background:linear-gradient(135deg,#3f67ff,#254fde 55%,#183cbe);color:#fff;font-size:.9rem;font-weight:800;cursor:pointer;box-shadow:0 16px 30px #254fde3d;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.tss-primary-btn:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 18px 34px #254fde47}.tss-secondary-btn{min-height:36px;padding:0 12px;border:1px solid rgba(37,79,222,.16);border-radius:12px;background:#254fde0f;color:#254fde;font-weight:700;cursor:pointer;font-size:.76rem}.tss-attendance-topbar{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:end;gap:14px;margin-bottom:14px}.tss-attendance-actions{display:flex;gap:8px;flex-wrap:wrap}.tss-today-focus{min-width:240px;padding:12px 14px;border-radius:16px;background:#254fde0f;border:1px solid rgba(37,79,222,.1)}.tss-today-focus span{display:block;font-size:.7rem;color:#64748b;margin-bottom:4px}.tss-today-focus strong{display:block;font-size:.92rem;color:#13213f}.tss-today-focus small{display:block;margin-top:2px;color:#6b7a92;font-size:.72rem}.tss-week-summary-grid,.tss-week-summary-grid-compact{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:14px}.tss-week-summary-card{min-width:0;padding:10px 8px;border-radius:14px;background:#ffffffc7;border:1px solid rgba(37,79,222,.08);text-align:center}.tss-week-summary-card span{display:block;font-size:.64rem;line-height:1.2;color:#64748b;margin-bottom:4px}.tss-week-summary-card strong{font-size:.92rem;color:#13213f}.tss-weekdays-row{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));gap:14px;align-items:stretch;margin-bottom:18px}.tss-day-card{min-width:0;padding:16px 14px;border-radius:18px;background:#ffffffd1;border:1px solid rgba(37,79,222,.08);display:flex;flex-direction:column;gap:12px}.tss-day-card-head strong{display:block;font-size:1rem;color:#13213f;margin-bottom:4px}.tss-day-card-head small{color:#64748b;font-size:.78rem}.tss-week-field{display:flex;flex-direction:column;gap:6px;min-width:0}.tss-week-field label{font-size:.76rem;font-weight:700;color:#5f6f8c}.tss-week-field select,.tss-week-field input{width:100%;min-width:0;height:40px;padding:0 10px;border-radius:12px;font-size:.84rem}.tss-inline-time,.tss-inline-time-compact{display:grid;grid-template-columns:minmax(0,1fr) 62px;gap:8px;align-items:center}.tss-inline-time input,.tss-inline-time-compact input{min-width:0;width:100%}.tss-mini-btn{min-height:40px;padding:0 10px;border:1px solid rgba(37,79,222,.14);border-radius:12px;background:#fff;color:#254fde;font-weight:700;cursor:pointer;white-space:nowrap;font-size:.76rem}.tss-week-field{display:flex;flex-direction:column;gap:5px;min-width:0}.tss-week-field label{font-size:.72rem;font-weight:700;color:#5f6f8c}.tss-week-field select,.tss-week-field input,.tss-week-field textarea{min-width:0}.tss-inline-time,.tss-inline-time-compact{display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:6px;align-items:center}.tss-mini-btn{min-height:34px;padding:0 8px;border:1px solid rgba(37,79,222,.14);border-radius:10px;background:#fff;color:#254fde;font-weight:700;cursor:pointer;white-space:nowrap;font-size:.72rem}@media(max-width:1366px){.tss-main-full{max-width:1240px}.cc-page-header{padding:16px 18px}.cc-page-header-copy h1{font-size:1.05rem}.cc-page-header-copy p{font-size:.78rem}.tss-week-summary-grid,.tss-week-summary-grid-compact{gap:6px}.tss-week-summary-card{padding:8px 6px}.tss-week-summary-card span{font-size:.6rem}.tss-week-summary-card strong{font-size:.84rem}.tss-day-card{padding:10px}}@media(max-width:1180px){.tss-weekdays-row{grid-template-columns:1fr}.tss-week-summary-grid,.tss-week-summary-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.tss-summary-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tss-attendance-topbar{grid-template-columns:1fr;align-items:stretch}}@media(max-width:1100px){.tss-summary-grid,.tss-form{grid-template-columns:1fr}.tss-summary-item-wide,.tss-field-full,.tss-form-actions{grid-column:auto}}@media(max-width:760px){.cc-page-header{grid-template-columns:1fr}.tss-workspace-panel{padding:16px}.tss-panel,.tss-panel-large{padding:18px}.tss-tab-strip{gap:8px}.tss-tab-btn{font-size:.78rem;padding:8px 13px}.tss-summary-card-grid{grid-template-columns:1fr}.tss-week-summary-grid,.tss-week-summary-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}.tp-page{min-height:100%;width:100%;background:transparent;color:#0f172a}.tp-page-embedded{min-height:auto;background:transparent}.tp-main{width:100%;max-width:1380px;margin:0 auto;padding:20px 22px 28px;display:flex;flex-direction:column;gap:18px;box-sizing:border-box}.tp-main-full{width:100%;max-width:1380px}.tp-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 24px;border-radius:30px;background:linear-gradient(135deg,#fffffff7,#f3f7fff5);border:1px solid rgba(37,79,222,.08);box-shadow:0 18px 40px #0f172a0f,inset 0 1px #ffffffad;position:relative;overflow:hidden}.tp-hero:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#254fde,#4c7dff,#7b61ff);opacity:.95}.tp-eyebrow{margin:0 0 8px;font-size:.76rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:#2d5bda;font-weight:800}.tp-hero h1{margin:0;max-width:700px;font-size:clamp(2rem,3vw,3rem);line-height:.98;letter-spacing:-.03em;color:#091a44;font-weight:850}.tp-subtext{margin:12px 0 0;max-width:760px;font-size:1rem;line-height:1.7;color:#566985}.tp-hero-badge{min-width:220px;max-width:240px;padding:18px 20px;border-radius:24px;background:linear-gradient(135deg,#3f67ff,#254fde 55%,#183cbe);color:#fff;box-shadow:0 18px 34px #254fde3d;justify-self:end}.tp-hero-badge span{display:block;font-size:.8rem;opacity:.92;margin-bottom:6px}.tp-hero-badge strong{display:block;font-size:1.18rem;line-height:1.3;font-weight:800}.tp-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tp-stat-card{padding:16px 16px 15px;border-radius:22px;background:linear-gradient(180deg,#fffffff5,#f7fafff0);border:1px solid rgba(37,79,222,.08);box-shadow:0 12px 26px #0f172a0d;display:flex;flex-direction:column;gap:6px;min-height:112px}.tp-stat-card span{font-size:.76rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:700}.tp-stat-card strong{font-size:1.15rem;line-height:1.3;color:#0f172a;font-weight:800}.tp-stat-card small{color:#8a99b2;font-size:.8rem;line-height:1.35}.tp-identity-strip{width:100%}.tp-identity-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px;align-items:center;padding:18px 20px;border-radius:26px;background:linear-gradient(135deg,#fffffff5,#f4f8fff2);border:1px solid rgba(37,79,222,.08);box-shadow:0 16px 36px #0f172a0d}.tp-identity-main{display:flex;align-items:center;gap:16px;min-width:0}.tp-avatar{width:66px;height:66px;flex:0 0 66px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-size:1.55rem;font-weight:800;box-shadow:inset 0 1px #ffffffb3}.tp-user-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.tp-user-meta h3{margin:0;font-size:1.55rem;line-height:1.1;color:#0f172a;font-weight:800}.tp-user-meta span{color:#42526b;font-size:.97rem;font-weight:700}.tp-user-meta small{color:#7a8aa4;font-size:.88rem}.tp-identity-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tp-quick-item{padding:14px 15px;border-radius:18px;background:#ffffffd1;border:1px solid rgba(37,79,222,.07);box-shadow:0 8px 18px #0f172a08}.tp-quick-item span{display:block;margin-bottom:6px;font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:#7b8ba5;font-weight:800}.tp-quick-item strong{display:block;font-size:.93rem;line-height:1.45;color:#13213f;word-break:break-word;font-weight:800}.tp-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.92fr);gap:18px;align-items:start}.tp-side-column{display:flex;flex-direction:column;gap:18px}.tp-panel{padding:22px;border-radius:28px;background:linear-gradient(180deg,#fffffff7,#f8fbfff2);border:1px solid rgba(37,79,222,.08);box-shadow:0 18px 36px #0f172a0d,inset 0 1px #ffffffb3;position:relative;overflow:hidden}.tp-panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#254fde,#5b86ff);opacity:.92}.tp-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.tp-panel-head h3{margin:0;font-size:1.04rem;color:#0f172a;font-weight:800}.tp-panel-head span{font-size:.8rem;color:#64748b;font-weight:700;white-space:nowrap}.tp-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tp-section-title{grid-column:span 2;margin-top:6px;padding:11px 14px;border-radius:16px;background:linear-gradient(135deg,#eef4ff,#e6efff);color:#2750cc;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(37,79,222,.07)}.tp-section-title-full{grid-column:span 2}.tp-field{display:flex;flex-direction:column;gap:8px;min-width:0}.tp-field-full{grid-column:span 2}.tp-field label{font-size:.83rem;font-weight:800;color:#334155}.tp-field input,.tp-field select,.tp-field textarea{width:100%;min-width:0;border-radius:16px;border:1px solid rgba(37,79,222,.12);background:linear-gradient(180deg,#fff,#f8fbff);padding:14px 15px;font-size:.94rem;color:#0f172a;outline:none;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.tp-field input::placeholder,.tp-field textarea::placeholder{color:#94a3b8}.tp-field input:focus,.tp-field select:focus,.tp-field textarea:focus{border-color:#254fde70;box-shadow:0 0 0 4px #254fde1a;transform:translateY(-1px)}.tp-field textarea{resize:vertical;min-height:130px}.tp-form-actions{grid-column:span 2;display:flex;justify-content:flex-end;padding-top:4px}.tp-primary-btn{border:none;border-radius:16px;padding:14px 20px;min-width:190px;background:linear-gradient(135deg,#3f67ff,#254fde 55%,#183cbe);color:#fff;font-weight:800;font-size:.92rem;cursor:pointer;box-shadow:0 16px 28px #254fde38;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease}.tp-primary-btn:hover{transform:translateY(-1px);opacity:.98;box-shadow:0 18px 32px #254fde47}.tp-summary-list{display:flex;flex-direction:column;gap:12px}.tp-summary-item{padding:14px 15px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(59,130,246,.08);box-shadow:0 8px 18px #0f172a08}.tp-summary-item label{display:block;margin-bottom:6px;font-size:.77rem;text-transform:uppercase;letter-spacing:.05em;color:#72829c;font-weight:800}.tp-summary-item strong{color:#0f172a;font-size:.94rem;line-height:1.5;word-break:break-word;font-weight:800}.tp-check-list{display:flex;flex-direction:column;gap:12px}.tp-check-item{position:relative;padding:13px 14px 13px 42px;border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid rgba(59,130,246,.08);color:#334155;font-size:.9rem;font-weight:700}.tp-check-item:before{content:"✓";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#dbeafe;color:#1d4ed8;font-size:.74rem;font-weight:900}.tp-sidebar,.tp-brand-card,.tp-user-card,.tp-quick-panel,.tp-logout-btn{all:unset}@media(max-width:1366px){.tp-main{max-width:1280px;padding:18px 18px 26px}.tp-hero{padding:20px 22px}.tp-hero h1{font-size:clamp(1.8rem,2.7vw,2.6rem)}.tp-subtext{font-size:.94rem}.tp-stat-card{min-height:102px}}@media(max-width:1180px){.tp-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-layout{grid-template-columns:1fr}.tp-side-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.tp-side-column .tp-panel:last-child{grid-column:1 / -1}.tp-identity-card{grid-template-columns:1fr}}@media(max-width:920px){.tp-main{padding:16px;gap:16px}.tp-hero{grid-template-columns:1fr}.tp-hero-badge{justify-self:start;min-width:0;width:100%;max-width:280px}.tp-identity-meta,.tp-side-column{grid-template-columns:1fr}}@media(max-width:760px){.tp-form,.tp-stats-grid{grid-template-columns:1fr}.tp-field-full,.tp-form-actions,.tp-section-title,.tp-section-title-full{grid-column:span 1}.tp-panel,.tp-hero,.tp-stat-card,.tp-identity-card{border-radius:22px}.tp-user-meta h3{font-size:1.25rem}.tp-hero h1{font-size:1.85rem;line-height:1.02}}.tp-hero-compact{padding:18px 22px}.tp-hero-compact .tp-subtext{max-width:760px;font-size:.93rem;line-height:1.6}.tp-section-tabs{display:flex;gap:10px;flex-wrap:wrap}.tp-section-tab{border:1px solid rgba(37,79,222,.08);background:#fffffff0;padding:9px 16px;border-radius:999px;font-size:.82rem;font-weight:700;color:#0f172a;cursor:pointer;box-shadow:0 6px 14px #0f172a0a;transition:all .18s ease}.tp-section-tab:hover{transform:translateY(-1px);border-color:#254fde2e;box-shadow:0 10px 20px #254fde14}.tp-section-tab.active{background:linear-gradient(135deg,#3d63f2,#254fde);color:#fff;border-color:#254fde;box-shadow:0 14px 26px #254fde33}.tp-layout-compact{grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);gap:16px}.tp-panel-main .tp-form{min-height:100%}.tp-panel-main{min-width:0}.tp-side-column .tp-panel{height:fit-content}.tp-summary-item strong{display:block;max-height:88px;overflow:auto}@media(max-width:1366px){.tp-main{max-width:1240px;padding:16px 18px 24px;gap:16px}.tp-hero{padding:18px 20px}.tp-hero h1{font-size:clamp(1.7rem,2.5vw,2.4rem)}.tp-hero-badge{min-width:190px;padding:16px 18px}.tp-identity-card{padding:16px 18px}.tp-panel{padding:18px}.tp-stat-card{min-height:96px;padding:14px}}@media(max-width:1180px){.tp-layout-compact{grid-template-columns:1fr}}@media(max-width:760px){.tp-section-tabs{gap:8px}.tp-section-tab{font-size:.78rem;padding:8px 13px}}.cc-teacher-feed-page{display:flex;flex-direction:column;gap:12px}.cc-teacher-feed-hero,.cc-teacher-feed-toolbar,.cc-teacher-feed-side-panel,.cc-teacher-feed-card,.cc-teacher-feed-stat{border-radius:18px}.cc-teacher-feed-hero,.cc-teacher-feed-toolbar{padding:14px 16px}.cc-teacher-feed-stat{padding:12px 14px;min-height:100px}.cc-teacher-feed-stat span{font-size:.74rem}.cc-teacher-feed-stat strong{font-size:1.35rem;line-height:1.1}.cc-teacher-feed-stat p{margin:4px 0 0;font-size:.76rem;line-height:1.35}.cc-teacher-feed-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.cc-teacher-feed-chip-row{display:flex;flex-wrap:wrap;gap:8px}.cc-teacher-feed-chip{min-height:34px;padding:8px 12px;border-radius:999px;font-size:.78rem}.cc-teacher-feed-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:12px;align-items:start}.cc-teacher-feed-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-teacher-feed-card{padding:14px}.cc-teacher-feed-card h3{margin:8px 0 6px;font-size:.96rem;line-height:1.25}.cc-teacher-feed-card p{font-size:.8rem;line-height:1.45}.cc-teacher-feed-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.cc-teacher-feed-actions{display:flex;gap:8px;margin-top:10px}.cc-teacher-feed-action-btn{min-height:34px;padding:8px 12px;font-size:.78rem}@media(max-width:1366px){.cc-teacher-feed-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-teacher-feed-grid{grid-template-columns:minmax(0,1fr) 240px}.cc-teacher-feed-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.cc-teacher-feed-grid,.cc-teacher-feed-main{grid-template-columns:1fr}}.student-search-page{min-height:100vh;padding:10px;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at top left,rgba(16,185,129,.06),transparent 22%),linear-gradient(180deg,#f7faff,#eef4fb,#edf3f8);color:#0f172a;box-sizing:border-box}.student-search-page.embedded{min-height:auto;height:auto;padding:0;background:transparent}.learner-glance-shell{display:flex;flex-direction:column;gap:12px;min-width:0}.learner-glance-topbar,.learner-glance-hero,.learner-glance-empty-card,.learner-stat-card,.learner-info-card,.learner-action-card,.learner-message-card,.learner-search-head,.learner-glance-loading,.learner-glance-error,.learner-suggestion-empty{background:#fffffff0;border:1px solid rgba(148,163,184,.14);box-shadow:0 10px 24px #0f172a0d}.learner-glance-topbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);align-items:start;gap:14px;padding:16px 18px;border-radius:22px}.learner-glance-title,.learner-search-copy,.learner-glance-copy{min-width:0}.learner-glance-eyebrow,.learner-search-kicker{display:block;margin-bottom:5px;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#2563eb;font-weight:800}.learner-glance-title h1,.learner-search-copy h1{margin:0;font-size:1.45rem;line-height:1.02;color:#10213a}.learner-glance-title p,.learner-search-copy p{margin:6px 0 0;color:#64748b;font-size:.86rem;line-height:1.45;max-width:560px}.learner-glance-search-wrap,.learner-search-panel{width:100%;position:relative}.learner-glance-search,.learner-search-box{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.learner-search-box{grid-template-columns:minmax(0,1fr) 42px}.learner-glance-scope{padding:10px 14px;border-radius:999px;background:#eef3ff;color:#3154a0;font-size:.72rem;font-weight:800;white-space:nowrap}.learner-glance-search-input,.learner-search-input,.learner-inline-input,.learner-note-textarea,.learner-message-textarea{border:1px solid rgba(148,163,184,.22);background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.learner-glance-search-input:focus,.learner-search-input:focus,.learner-inline-input:focus,.learner-note-textarea:focus,.learner-message-textarea:focus{border-color:#2563eb6b;box-shadow:0 0 0 3px #2563eb14}.learner-glance-search-input,.learner-search-input{width:100%;min-height:42px;border-radius:14px;padding:0 12px;font-size:.82rem;box-sizing:border-box}.learner-glance-count,.learner-search-count{min-width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#254fde,#3b82f6);color:#fff;font-size:.8rem;font-weight:800}.learner-glance-suggestions,.learner-search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;display:flex;flex-direction:column;gap:6px;padding:8px;border-radius:16px;background:#fffffffa;border:1px solid rgba(148,163,184,.14);box-shadow:0 16px 30px #0f172a1f}.learner-suggestion-row,.learner-search-suggestion{border:1px solid rgba(148,163,184,.14);background:#f8fbff;border-radius:14px;padding:9px 10px;text-align:left;display:flex;align-items:center;gap:10px;cursor:pointer}.learner-suggestion-row.active,.learner-search-suggestion.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb47}.learner-suggestion-avatar,.learner-search-avatar{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#dbe7ff;color:#294c91;font-weight:800;flex-shrink:0}.learner-suggestion-copy,.learner-search-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.learner-suggestion-copy strong,.learner-search-meta strong{font-size:.8rem;color:#0f172a}.learner-suggestion-copy span,.learner-suggestion-copy small,.learner-search-meta span,.learner-search-meta small{font-size:.7rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.learner-search-empty,.learner-suggestion-empty,.learner-glance-loading,.learner-glance-error{padding:14px;border-radius:16px;color:#475569}.learner-glance-error{color:#b91c1c;background:#fff7f7;border-color:#ef444424}.learner-glance-empty{display:flex}.learner-glance-empty-card{width:100%;padding:24px;border-radius:22px}.learner-glance-empty-card h3{margin:0 0 8px;font-size:1.1rem}.learner-glance-empty-card p{margin:0;color:#64748b;max-width:620px;line-height:1.5;font-size:.86rem}.learner-glance-hero,.learner-glance-hero.compact{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,#233c66,#2c4c81);color:#fff;box-shadow:0 12px 24px #233c6638}.learner-glance-profile{display:flex;align-items:center;gap:12px;min-width:0}.learner-glance-avatar{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#ffffff2e;color:#fff;font-size:1.08rem;font-weight:800;flex-shrink:0}.learner-glance-copy h2{margin:0;font-size:1.2rem;line-height:1.05}.learner-glance-copy p{margin:5px 0 0;font-size:.78rem;color:#ffffffd6;line-height:1.35}.learner-chip-row,.learner-hero-pills{display:flex;flex-wrap:wrap;gap:8px}.learner-hero-pills{justify-content:flex-end}.learner-chip{padding:7px 10px;border-radius:999px;font-size:.7rem;font-weight:700}.learner-chip.merit{background:#22c55e1f;color:#166534}.learner-chip.demerit{background:#ef44441f;color:#991b1b}.learner-chip.neutral{background:#3b82f61a;color:#1d4ed8}.learner-glance-grid,.compact-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}.learner-stat-card,.learner-info-card,.learner-action-card,.learner-message-card{padding:16px;border-radius:20px}.learner-stat-card,.compact-grid .learner-stat-card{grid-column:span 3}.learner-info-card.guardian,.learner-info-card.insights,.learner-action-card,.learner-message-card,.compact-grid .learner-info-card.guardian,.compact-grid .learner-info-card.insights,.compact-grid .learner-action-card,.compact-grid .learner-message-card{grid-column:span 6}.learner-stat-card.standing{background:linear-gradient(180deg,#eff6fff5,#fff)}.learner-stat-card.behaviour{background:linear-gradient(180deg,#fdf2f8f5,#fff)}.learner-stat-card.academic{background:linear-gradient(180deg,#fefce8f5,#fff)}.learner-stat-card.wellbeing{background:linear-gradient(180deg,#f0fdf4f5,#fff)}.learner-stat-card span{display:block;font-size:.7rem;color:#64748b;margin-bottom:6px}.learner-stat-card strong{display:block;font-size:1rem;margin-bottom:6px}.learner-stat-card small{display:block;font-size:.74rem;color:#64748b;line-height:1.35}.learner-card-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px}.learner-card-head h3{margin:0;font-size:.96rem}.learner-card-head span{font-size:.72rem;color:#64748b}.learner-info-lines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.learner-info-lines label,.learner-action-block label,.learner-health-row label{display:block;font-size:.68rem;color:#64748b;margin-bottom:4px}.learner-info-lines strong,.learner-health-row strong{display:block;font-size:.8rem;line-height:1.3}.learner-health-row{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.learner-mini-note{padding:12px;border-radius:14px;background:#f8fbff;border:1px solid rgba(148,163,184,.12);font-size:.78rem;color:#475569;line-height:1.45}.learner-action-grid,.compact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.compact-actions .learner-action-block{padding:12px;border-radius:14px}.learner-action-block{padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.12);background:#f8fbff}.learner-action-block.wide{grid-column:span 2}.learner-inline-input{width:100%;min-height:38px;border-radius:12px;padding:0 11px;font-size:.78rem;box-sizing:border-box}select.learner-inline-input{appearance:auto}.learner-note-textarea,.learner-note-textarea.compact,.learner-message-textarea{width:100%;border-radius:13px;padding:10px 12px;font-size:.78rem;resize:vertical;box-sizing:border-box}.learner-note-textarea{min-height:84px}.learner-note-textarea.compact{min-height:78px}.learner-message-textarea{min-height:96px}.learner-concern-grid{display:grid;grid-template-columns:1fr;gap:8px}.learner-action-block button,.learner-action-footer button,.learner-message-send{border:0;min-height:38px;padding:0 14px;border-radius:12px;background:linear-gradient(135deg,#254fde,#3b82f6);color:#fff;font-size:.74rem;font-weight:800;cursor:pointer}.learner-action-block button{margin-top:10px}.learner-action-footer,.learner-message-footer{margin-top:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}.learner-action-footer small,.learner-message-footer small,.learner-message-recipient{font-size:.7rem;color:#64748b}.learner-search-panel{position:sticky;top:0;z-index:12;margin-bottom:10px}.learner-search-head{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,400px);gap:12px;align-items:center;padding:14px 16px;border-radius:20px}.compact-grid,.single-column{width:100%}.single-column{grid-template-columns:1fr}@media(max-width:1366px){.student-search-page,.student-search-page.embedded{padding:6px}.learner-glance-topbar,.learner-search-head{grid-template-columns:minmax(0,1fr) minmax(260px,420px);padding:14px 16px;gap:12px}.learner-glance-title h1,.learner-search-copy h1{font-size:1.28rem}.learner-glance-title p,.learner-search-copy p{font-size:.8rem}.learner-glance-hero{padding:14px 16px}.learner-glance-copy h2{font-size:1.08rem}.learner-glance-grid,.compact-grid{gap:10px}.learner-stat-card,.learner-info-card,.learner-action-card,.learner-message-card{padding:14px;border-radius:18px}}@media(max-width:1180px){.learner-glance-topbar,.learner-search-head,.learner-glance-search,.learner-search-box{grid-template-columns:1fr}.learner-glance-scope,.learner-glance-count,.learner-search-count{width:fit-content}.learner-glance-suggestions,.learner-search-suggestions{position:static;width:100%;margin-top:8px}.learner-glance-hero{flex-direction:column;align-items:flex-start}.learner-hero-pills{justify-content:flex-start}.learner-glance-grid,.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.learner-stat-card,.learner-info-card.guardian,.learner-info-card.insights,.learner-action-card,.learner-message-card,.compact-grid .learner-stat-card,.compact-grid .learner-info-card.guardian,.compact-grid .learner-info-card.insights,.compact-grid .learner-action-card,.compact-grid .learner-message-card{grid-column:span 1}.learner-info-lines,.learner-health-row,.learner-action-grid,.compact-actions{grid-template-columns:1fr}.learner-action-block.wide{grid-column:span 1}}@media(max-width:860px){.student-search-page,.student-search-page.embedded{padding:0}.learner-glance-topbar,.learner-glance-hero,.learner-glance-empty-card,.learner-stat-card,.learner-info-card,.learner-action-card,.learner-message-card,.learner-search-head{border-radius:16px}.learner-glance-grid,.compact-grid{grid-template-columns:1fr}.learner-stat-card,.learner-info-card.guardian,.learner-info-card.insights,.learner-action-card,.learner-message-card,.compact-grid .learner-stat-card,.compact-grid .learner-info-card.guardian,.compact-grid .learner-info-card.insights,.compact-grid .learner-action-card,.compact-grid .learner-message-card{grid-column:span 1}}.cc-teacher-feed-page{display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - 120px);padding:2px 0 8px;color:#10213a}.cc-teacher-feed-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px 18px;border:1px solid rgba(148,163,184,.22);border-radius:24px;background:linear-gradient(180deg,#fffffff5,#f4f8ffeb);box-shadow:0 12px 26px #0f172a0f}.cc-teacher-feed-hero-copy h1{margin:0 0 4px;font-size:1.85rem;line-height:1.05;font-weight:800;color:#0d2342}.cc-teacher-feed-hero-copy p{margin:0;max-width:760px;font-size:.95rem;line-height:1.45;color:#62738d}.cc-teacher-feed-hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cc-teacher-feed-hero-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:#2563eb14;color:#2850b8;font-size:.84rem;font-weight:800;white-space:nowrap}.cc-teacher-feed-create-btn{border:none;min-height:42px;padding:0 16px;border-radius:14px;background:linear-gradient(135deg,#254fde,#456cf4);color:#fff;font-weight:800;font-size:.9rem;cursor:pointer;box-shadow:0 12px 24px #254fde38;transition:transform .18s ease,box-shadow .18s ease}.cc-teacher-feed-create-btn:hover{transform:translateY(-1px);box-shadow:0 16px 28px #254fde47}.cc-teacher-feed-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cc-teacher-feed-stat{position:relative;padding:14px 16px;min-height:94px;border-radius:20px;color:#fff;box-shadow:0 12px 24px #0f172a14;overflow:hidden}.cc-teacher-feed-stat:after{content:"";position:absolute;inset:auto -20px -30px auto;width:90px;height:90px;border-radius:50%;background:#ffffff1f}.cc-teacher-feed-stat span{position:relative;display:block;font-size:.75rem;font-weight:700;letter-spacing:.02em;opacity:.95;margin-bottom:4px}.cc-teacher-feed-stat strong{position:relative;display:block;font-size:1.95rem;line-height:1;font-weight:900;margin-bottom:6px}.cc-teacher-feed-stat p{position:relative;margin:0;font-size:.82rem;line-height:1.34;color:#fffffff2;max-width:210px}.cc-teacher-feed-stat.is-total{background:linear-gradient(135deg,#59749b,#4f678b)}.cc-teacher-feed-stat.is-alert{background:linear-gradient(135deg,#ecb34a,#dd9d25)}.cc-teacher-feed-stat.is-cover{background:linear-gradient(135deg,#57c196,#3fac7f)}.cc-teacher-feed-stat.is-meeting{background:linear-gradient(135deg,#9a5be8,#8247d6)}.cc-teacher-feed-toolbar{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border:1px solid rgba(148,163,184,.22);border-radius:22px;background:#ffffffeb;box-shadow:0 10px 22px #0f172a0a}.cc-teacher-feed-toolbar-copy h2{margin:0 0 2px;font-size:1.35rem;color:#0f2341}.cc-teacher-feed-toolbar-copy p{margin:0;color:#6b7d97;font-size:.88rem}.cc-teacher-feed-chip-row{display:flex;gap:8px;flex-wrap:wrap}.cc-teacher-feed-chip{border:1px solid rgba(180,194,214,.9);background:#f9fbff;color:#23406f;border-radius:999px;min-height:34px;padding:0 14px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .16s ease}.cc-teacher-feed-chip:hover{background:#eef4ff;border-color:#7393d6cc}.cc-teacher-feed-chip.active{background:#17325f;color:#fff;border-color:#17325f;box-shadow:0 8px 18px #17325f2e}.cc-teacher-feed-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;min-height:0;flex:1}.cc-teacher-feed-main{min-width:0;min-height:0}.cc-teacher-feed-list{display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 390px);overflow-y:auto;padding-right:4px}.cc-teacher-feed-list::-webkit-scrollbar{width:8px}.cc-teacher-feed-list::-webkit-scrollbar-thumb{background:#8294b461;border-radius:999px}.cc-teacher-feed-empty{display:flex;align-items:center;min-height:70px;padding:0 20px;border-radius:22px;background:#ffffffe6;border:1px solid rgba(148,163,184,.18);color:#7587a4;font-size:.96rem;box-shadow:0 10px 22px #0f172a0a}.cc-teacher-feed-card{display:grid;grid-template-columns:8px minmax(0,1fr);border-radius:22px;overflow:hidden;background:#fffffff5;border:1px solid rgba(182,194,214,.22);box-shadow:0 12px 24px #0f172a0d}.cc-teacher-feed-card-accent{width:8px;min-height:100%}.cc-teacher-feed-card-body{padding:12px 14px}.cc-teacher-feed-card.tone-feed{background:linear-gradient(180deg,#f1f7fff5,#fffffffa)}.cc-teacher-feed-card.tone-feed .cc-teacher-feed-card-accent{background:linear-gradient(180deg,#4a86ff,#2f62df)}.cc-teacher-feed-card.tone-alerts{background:linear-gradient(180deg,#fff7eef5,#fffffffa)}.cc-teacher-feed-card.tone-alerts .cc-teacher-feed-card-accent{background:linear-gradient(180deg,#f59e0b,#ea7a00)}.cc-teacher-feed-card.tone-meetings{background:linear-gradient(180deg,#f7f1fff5,#fffffffa)}.cc-teacher-feed-card.tone-meetings .cc-teacher-feed-card-accent{background:linear-gradient(180deg,#a855f7,#7e3be1)}.cc-teacher-feed-card.tone-duties{background:linear-gradient(180deg,#eefbf6f5,#fffffffa)}.cc-teacher-feed-card.tone-duties .cc-teacher-feed-card-accent{background:linear-gradient(180deg,#14b87a,#0a9b66)}.cc-teacher-feed-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.cc-teacher-feed-badges{display:flex;flex-wrap:wrap;gap:6px}.cc-teacher-feed-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:capitalize}.cc-teacher-feed-badge.tone-feed{background:#3872ec1f;color:#2f5fca}.cc-teacher-feed-badge.tone-alerts{background:#f59e0b24;color:#c87800}.cc-teacher-feed-badge.tone-meetings{background:#a855f724;color:#7b37d6}.cc-teacher-feed-badge.tone-duties{background:#10b98124;color:#0f9568}.cc-teacher-feed-badge.priority-high{background:#ef444421;color:#c52d2d}.cc-teacher-feed-badge.priority-normal{background:#3b82f61f;color:#235ec5}.cc-teacher-feed-badge.priority-low{background:#64748b24;color:#55647d}.cc-teacher-feed-time{display:flex;flex-direction:column;align-items:flex-end;min-width:68px}.cc-teacher-feed-time strong{font-size:.86rem;color:#10213a}.cc-teacher-feed-time small{font-size:.73rem;color:#72829b}.cc-teacher-feed-card h3{margin:0 0 6px;font-size:.98rem;line-height:1.3;color:#112745}.cc-teacher-feed-card p{margin:0 0 10px;font-size:.87rem;line-height:1.48;color:#5f708b}.cc-teacher-feed-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px;padding-top:8px;border-top:1px solid rgba(201,211,226,.45)}.cc-teacher-feed-meta span{display:block;margin-bottom:3px;font-size:.71rem;font-weight:700;color:#7a89a0;text-transform:uppercase;letter-spacing:.04em}.cc-teacher-feed-meta strong{display:block;font-size:.84rem;color:#10213a;line-height:1.35}.cc-teacher-feed-actions{display:flex;gap:8px;flex-wrap:wrap}.cc-teacher-feed-action-btn{border:none;min-height:34px;padding:0 12px;border-radius:12px;background:#17325f;color:#fff;font-size:.82rem;font-weight:700;cursor:pointer}.cc-teacher-feed-side{display:flex;flex-direction:column;gap:10px}.cc-teacher-feed-side-panel{padding:14px 14px 16px;border-radius:22px;background:#ffffffeb;border:1px solid rgba(148,163,184,.18);box-shadow:0 10px 22px #0f172a0a}.cc-teacher-feed-side-head h3{margin:0 0 10px;font-size:1.02rem;color:#102341}.cc-teacher-feed-note-list{display:flex;flex-direction:column;gap:10px}.cc-teacher-feed-note{border-radius:16px;padding:11px 12px;font-size:.87rem;line-height:1.45}.cc-teacher-feed-note.tone-alerts{background:#fff3eaf2;border:1px solid rgba(245,158,11,.18);color:#9d5d00}.cc-teacher-feed-note.tone-meetings{background:#f7f0fff2;border:1px solid rgba(168,85,247,.18);color:#7133c7}.cc-teacher-feed-note.tone-duties{background:#edfcf5f2;border:1px solid rgba(16,185,129,.18);color:#0d8660}.cc-teacher-feed-note.tone-feed{background:#f0f7fff2;border:1px solid rgba(59,130,246,.16);color:#2d62c4}.cc-teacher-feed-modal-overlay{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:22px;background:#0f172a61;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cc-teacher-feed-modal{width:min(100%,700px);max-height:min(88vh,860px);overflow:auto;border-radius:26px;background:#fff;border:1px solid rgba(194,206,223,.6);box-shadow:0 24px 60px #0f172a2e}.cc-teacher-feed-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 12px;border-bottom:1px solid rgba(226,232,240,.9)}.cc-teacher-feed-modal-head h3{margin:0 0 4px;font-size:1.2rem;color:#112745}.cc-teacher-feed-modal-head p{margin:0;color:#6a7c96;font-size:.88rem}.cc-teacher-feed-modal-close{border:none;background:#e2e8f099;width:36px;height:36px;border-radius:12px;font-size:1.4rem;line-height:1;color:#4d5f7b;cursor:pointer}.cc-teacher-feed-form{display:flex;flex-direction:column;gap:12px;padding:16px 20px 20px}.cc-teacher-feed-form label{display:flex;flex-direction:column;gap:6px}.cc-teacher-feed-form label span,.cc-teacher-feed-tag-title{font-size:.83rem;font-weight:800;color:#213a65}.cc-teacher-feed-form input,.cc-teacher-feed-form textarea,.cc-teacher-feed-form select{width:100%;border:1px solid rgba(191,204,224,.9);border-radius:14px;background:#f9fbff;padding:12px 14px;font-size:.93rem;color:#10213a;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.cc-teacher-feed-form input:focus,.cc-teacher-feed-form textarea:focus,.cc-teacher-feed-form select:focus{border-color:#456cf4b3;box-shadow:0 0 0 4px #456cf41a;background:#fff}.cc-teacher-feed-form textarea{resize:vertical;min-height:110px}.cc-teacher-feed-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-teacher-feed-tag-panel{display:flex;flex-direction:column;gap:8px}.cc-teacher-feed-tag-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:220px;overflow-y:auto}.cc-teacher-feed-tag-chip{border:1px solid rgba(191,204,224,.9);background:#f9fbff;border-radius:16px;padding:10px 12px;text-align:left;cursor:pointer;transition:all .16s ease}.cc-teacher-feed-tag-chip strong{display:block;font-size:.87rem;color:#17325f;margin-bottom:2px}.cc-teacher-feed-tag-chip small{display:block;font-size:.76rem;color:#6e7f98}.cc-teacher-feed-tag-chip.active{background:#2563eb1a;border-color:#2563eb6b;box-shadow:0 8px 18px #2563eb1f}.cc-teacher-feed-form-error{padding:10px 12px;border-radius:14px;background:#fef2f2f2;border:1px solid rgba(248,113,113,.24);color:#b42318;font-size:.87rem;font-weight:700}.cc-teacher-feed-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.cc-teacher-feed-modal-btn{border:none;min-height:42px;padding:0 16px;border-radius:14px;font-size:.9rem;font-weight:800;cursor:pointer}.cc-teacher-feed-modal-btn.primary{background:linear-gradient(135deg,#254fde,#456cf4);color:#fff}.cc-teacher-feed-modal-btn.secondary{background:#e2e8f0bf;color:#334155}.cc-teacher-feed-modal-btn:disabled{opacity:.72;cursor:not-allowed}@media(max-width:1440px){.cc-teacher-feed-hero{padding:14px 16px}.cc-teacher-feed-hero-copy h1{font-size:1.7rem}.cc-teacher-feed-stat{min-height:88px;padding:12px 14px}.cc-teacher-feed-stat strong{font-size:1.8rem}.cc-teacher-feed-list{max-height:calc(100vh - 380px)}}@media(max-width:1180px){.cc-teacher-feed-grid{grid-template-columns:1fr}.cc-teacher-feed-list{max-height:unset;overflow:visible}.cc-teacher-feed-side{display:block}.cc-teacher-feed-tag-list{grid-template-columns:1fr 1fr}}@media(max-width:980px){.cc-teacher-feed-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-teacher-feed-hero{grid-template-columns:1fr}.cc-teacher-feed-hero-actions{justify-content:flex-start}}@media(max-width:720px){.cc-teacher-feed-stats,.cc-teacher-feed-form-grid,.cc-teacher-feed-tag-list,.cc-teacher-feed-meta{grid-template-columns:1fr}.cc-teacher-feed-card-head{flex-direction:column;align-items:flex-start}.cc-teacher-feed-time{align-items:flex-start}.cc-teacher-feed-modal-overlay{padding:12px}.cc-teacher-feed-form,.cc-teacher-feed-modal-head{padding-left:14px;padding-right:14px}}.cc-teacher-messages-page{width:100%;min-height:100%;padding:4px;color:#0f172a;box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.cc-teacher-messages-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px 18px;border-radius:22px;background:radial-gradient(circle at top right,rgba(37,79,222,.08),transparent 28%),radial-gradient(circle at top left,rgba(16,185,129,.05),transparent 22%),linear-gradient(180deg,#fffffff5,#f8fafcfa);border:1px solid rgba(148,163,184,.14);box-shadow:0 10px 24px #0f172a0d}.cc-teacher-messages-hero-copy{min-width:0}.cc-teacher-messages-hero-copy h1{margin:0;font-size:2rem;line-height:1;font-weight:800;color:#0f172a}.cc-teacher-messages-hero-copy p{margin:10px 0 0;max-width:900px;font-size:.96rem;line-height:1.5;color:#334155}.cc-teacher-messages-hero-pill{min-height:40px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef3ff;color:#3157a4;font-size:.78rem;font-weight:800;white-space:nowrap}.cc-teacher-messages-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cc-teacher-messages-stat{padding:14px 16px;border-radius:18px;border:1px solid rgba(148,163,184,.12);background:#fffffff0;box-shadow:0 8px 18px #0f172a0a;min-width:0}.cc-teacher-messages-stat span{display:block;margin-bottom:6px;font-size:.68rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cc-teacher-messages-stat strong{display:block;font-size:1.35rem;line-height:1;color:#0f172a;margin-bottom:6px}.cc-teacher-messages-stat p{margin:0;font-size:.8rem;line-height:1.42;color:#475569}.cc-teacher-messages-stat.is-unread{background:linear-gradient(180deg,#e0eaffd1,#fff)}.cc-teacher-messages-stat.is-high{background:linear-gradient(180deg,#fee2e2d9,#fff)}.cc-teacher-messages-stat.is-open{background:linear-gradient(180deg,#ede9fed1,#fff)}.cc-teacher-messages-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:2px 2px 0}.cc-teacher-messages-toolbar h2{margin:0;font-size:1.05rem;font-weight:800;color:#0f172a}.cc-teacher-messages-toolbar p{margin:4px 0 0;font-size:.82rem;color:#64748b;line-height:1.4}.cc-teacher-messages-filter-row{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:14px;background:#fffffff0;border:1px solid rgba(148,163,184,.12);box-shadow:0 6px 12px #0f172a08;flex-wrap:wrap}.cc-teacher-messages-filter{min-height:34px;padding:0 14px;border:0;border-radius:10px;background:transparent;color:#334155;font-size:.78rem;font-weight:700;cursor:pointer;transition:background .18s ease,color .18s ease}.cc-teacher-messages-filter.active{background:#fff;color:#1d4ed8;box-shadow:0 4px 10px #0f172a0d}.cc-teacher-messages-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:10px;align-items:start;min-width:0}.cc-teacher-messages-thread-list{background:#fffffff0;border:1px solid rgba(148,163,184,.12);border-radius:22px;box-shadow:0 8px 18px #0f172a0a;padding:12px;display:flex;flex-direction:column;gap:8px;min-width:0;min-height:640px}.cc-teacher-thread-card{width:100%;border:1px solid rgba(148,163,184,.14);border-radius:16px;background:#fbfdff;padding:12px;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.cc-teacher-thread-card:hover{border-color:#254fde3d;background:#f8fbff;transform:translateY(-1px)}.cc-teacher-thread-card.active{border-color:#254fde47;background:linear-gradient(180deg,#eff6fff2,#fff)}.cc-teacher-thread-card.is-unread{border-left:4px solid #3157a4}.cc-teacher-thread-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.cc-teacher-thread-card-head small{font-size:.68rem;color:#64748b;white-space:nowrap}.cc-teacher-thread-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cc-teacher-thread-student{font-size:.72rem;color:#3157a4;font-weight:800}.cc-teacher-thread-badge{min-height:22px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.64rem;font-weight:800;white-space:nowrap;text-transform:capitalize}.cc-teacher-thread-badge.unread{background:#e0eaff;color:#3157a4}.cc-teacher-thread-badge.priority-high{background:#fee2e2;color:#b91c1c}.cc-teacher-thread-badge.priority-normal{background:#fef3c7;color:#b45309}.cc-teacher-thread-badge.priority-low{background:#dcfce7;color:#166534}.cc-teacher-thread-badge.neutral{background:#eef2f7;color:#475569}.cc-teacher-thread-card h3{margin:0 0 6px;font-size:.92rem;line-height:1.3;color:#0f172a;font-weight:800}.cc-teacher-thread-card p{margin:0 0 10px;font-size:.78rem;line-height:1.45;color:#334155}.cc-teacher-thread-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.cc-teacher-thread-meta span{font-size:.7rem;color:#64748b;text-transform:capitalize;font-weight:700}.cc-teacher-messages-thread-panel{background:#fffffff0;border:1px solid rgba(148,163,184,.12);border-radius:22px;box-shadow:0 8px 18px #0f172a0a;min-width:0;min-height:640px;display:flex;flex-direction:column;overflow:hidden}.cc-teacher-thread-view-head{padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.12);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cc-teacher-thread-view-kicker{display:inline-block;margin-bottom:6px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#3157a4}.cc-teacher-thread-view-head h2{margin:0;font-size:1rem;color:#0f172a;font-weight:800}.cc-teacher-thread-view-head p{margin:5px 0 0;font-size:.8rem;color:#64748b;line-height:1.45;max-width:760px}.cc-teacher-thread-view-status{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.cc-teacher-thread-message-list{flex:1;min-height:0;padding:14px 16px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,#f8fafcbf,#ffffffe6);overflow-y:auto}.cc-teacher-thread-message{width:100%;max-width:82%;border-radius:18px;padding:12px 14px;box-shadow:0 4px 12px #0f172a0a}.cc-teacher-thread-message.from-parent{align-self:flex-start;background:#fff;border:1px solid rgba(148,163,184,.14);color:#0f172a}.cc-teacher-thread-message.from-teacher{align-self:flex-end;background:linear-gradient(135deg,#254fde,#3b82f6);color:#fff}.cc-teacher-thread-message-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.cc-teacher-thread-message-meta strong{font-size:.76rem;font-weight:800}.cc-teacher-thread-message-meta small{font-size:.66rem;opacity:.82;white-space:nowrap}.cc-teacher-thread-message p{margin:0;font-size:.82rem;line-height:1.5}.cc-teacher-thread-reply-box{padding:14px 16px;border-top:1px solid rgba(148,163,184,.12);background:#fff}.cc-teacher-thread-reply-head{margin-bottom:10px}.cc-teacher-thread-reply-head h3{margin:0;font-size:.95rem;font-weight:800;color:#0f172a}.cc-teacher-thread-reply-head p{margin:4px 0 0;font-size:.74rem;color:#64748b;line-height:1.4}.cc-teacher-thread-reply-box textarea{width:100%;min-height:92px;resize:vertical;padding:12px 14px;border-radius:16px;border:1px solid rgba(148,163,184,.2);background:#f8fafc;font-size:.82rem;line-height:1.45;outline:none;box-sizing:border-box}.cc-teacher-thread-reply-box textarea:focus{border-color:#254fde57;box-shadow:0 0 0 3px #254fde14}.cc-teacher-thread-reply-footer{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.cc-teacher-thread-reply-footer small{font-size:.7rem;color:#64748b}.cc-teacher-thread-reply-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cc-teacher-thread-btn{min-height:38px;padding:0 14px;border-radius:12px;border:0;font-size:.76rem;font-weight:800;cursor:pointer}.cc-teacher-thread-btn.primary{background:linear-gradient(135deg,#254fde,#3b82f6);color:#fff}.cc-teacher-thread-btn.secondary{background:#eef3ff;color:#3157a4}.cc-teacher-messages-empty{min-height:220px;display:grid;place-items:center;text-align:center;padding:20px;border-radius:16px;background:#f8fbff;border:1px dashed rgba(148,163,184,.28);font-size:.82rem;line-height:1.45;color:#64748b}.td-main .cc-teacher-messages-page{min-height:auto;padding:4px}@media(max-width:1366px){.cc-teacher-messages-page{gap:8px}.cc-teacher-messages-hero{padding:14px 16px;border-radius:20px}.cc-teacher-messages-hero-copy h1{font-size:1.65rem}.cc-teacher-messages-hero-copy p{font-size:.88rem;margin-top:8px}.cc-teacher-messages-stats{gap:8px}.cc-teacher-messages-stat{padding:12px 14px;border-radius:16px}.cc-teacher-messages-stat strong{font-size:1.18rem}.cc-teacher-messages-layout{grid-template-columns:320px minmax(0,1fr);gap:8px}.cc-teacher-messages-thread-list,.cc-teacher-messages-thread-panel{border-radius:20px;min-height:560px}.cc-teacher-thread-view-head,.cc-teacher-thread-message-list,.cc-teacher-thread-reply-box{padding-left:12px;padding-right:12px}.cc-teacher-thread-message{max-width:88%}.cc-teacher-thread-reply-box textarea{min-height:84px}}@media(max-width:1180px){.cc-teacher-messages-hero{grid-template-columns:1fr}.cc-teacher-messages-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-teacher-messages-layout{grid-template-columns:1fr}.cc-teacher-messages-thread-list,.cc-teacher-messages-thread-panel{min-height:auto}}@media(max-width:860px){.cc-teacher-messages-page{padding:0}.cc-teacher-messages-hero,.cc-teacher-messages-thread-list,.cc-teacher-messages-thread-panel{border-radius:16px}.cc-teacher-messages-hero-copy h1{font-size:1.3rem}.cc-teacher-messages-hero-copy p{font-size:.82rem}.cc-teacher-messages-stats{grid-template-columns:1fr}.cc-teacher-messages-toolbar{flex-direction:column;align-items:stretch}.cc-teacher-thread-message{max-width:100%}.cc-teacher-thread-reply-footer{flex-direction:column;align-items:stretch}.cc-teacher-thread-reply-actions{width:100%}.cc-teacher-thread-btn{flex:1 1 auto}}.cc-teacher-notifications-page{display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - 120px);padding:2px 0 8px;color:#10213a}.cc-teacher-notifications-hero,.cc-teacher-notifications-toolbar,.cc-teacher-notifications-side-panel,.cc-teacher-notifications-empty,.cc-teacher-notifications-card{border:1px solid rgba(148,163,184,.18);background:#fffffff0;box-shadow:0 8px 20px #0f172a0d}.cc-teacher-notifications-hero{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 16px;border-radius:20px}.cc-teacher-notifications-hero-copy{min-width:0;flex:1 1 420px}.cc-teacher-notifications-hero-copy h1{margin:0 0 4px;font-size:1.45rem;line-height:1.05;font-weight:800;color:#0d2342}.cc-teacher-notifications-hero-copy p{margin:0;max-width:760px;font-size:.9rem;line-height:1.45;color:#62738d}.cc-teacher-notifications-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.cc-teacher-notifications-hero-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;background:#2563eb14;color:#2850b8;font-size:.8rem;font-weight:800;white-space:nowrap}.cc-teacher-notifications-markall-btn{border:none;min-height:38px;padding:0 14px;border-radius:12px;background:linear-gradient(135deg,#254fde,#456cf4);color:#fff;font-weight:800;font-size:.84rem;cursor:pointer;box-shadow:0 10px 20px #254fde2e;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.cc-teacher-notifications-markall-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 24px #254fde3d}.cc-teacher-notifications-markall-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.cc-teacher-notifications-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cc-teacher-notifications-stat{position:relative;padding:12px 14px;min-height:82px;border-radius:18px;color:#fff;box-shadow:0 10px 20px #0f172a12;overflow:hidden}.cc-teacher-notifications-stat:after{content:"";position:absolute;inset:auto -18px -26px auto;width:72px;height:72px;border-radius:50%;background:#ffffff1f}.cc-teacher-notifications-stat span{position:relative;display:block;font-size:.72rem;font-weight:700;letter-spacing:.03em;opacity:.95;margin-bottom:4px}.cc-teacher-notifications-stat strong{position:relative;display:block;font-size:1.55rem;line-height:1;font-weight:900;margin-bottom:6px}.cc-teacher-notifications-stat p{position:relative;margin:0;font-size:.78rem;line-height:1.3;color:#fffffff2;max-width:200px}.cc-teacher-notifications-stat.is-total{background:linear-gradient(135deg,#59749b,#4f678b)}.cc-teacher-notifications-stat.is-unread{background:linear-gradient(135deg,#efb446,#db9a1c)}.cc-teacher-notifications-stat.is-meeting{background:linear-gradient(135deg,#9a5be8,#8247d6)}.cc-teacher-notifications-stat.is-cover{background:linear-gradient(135deg,#57c196,#3fac7f)}.cc-teacher-notifications-toolbar{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:18px}.cc-teacher-notifications-toolbar-copy h2{margin:0 0 2px;font-size:1.15rem;color:#0f2341}.cc-teacher-notifications-toolbar-copy p{margin:0;color:#6b7d97;font-size:.84rem}.cc-teacher-notifications-filter-stack{display:flex;flex-direction:column;gap:8px}.cc-teacher-notifications-chip-row{display:flex;gap:8px;flex-wrap:wrap}.cc-teacher-notifications-chip{border:1px solid rgba(180,194,214,.9);background:#f9fbff;color:#23406f;border-radius:999px;min-height:32px;padding:0 12px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .16s ease}.cc-teacher-notifications-chip:hover{background:#eef4ff;border-color:#7393d6cc}.cc-teacher-notifications-chip.active{background:#17325f;color:#fff;border-color:#17325f;box-shadow:0 8px 18px #17325f24}.cc-teacher-notifications-chip.secondary.active{background:#3559b5;border-color:#3559b5}.cc-teacher-notifications-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:12px;min-height:0;flex:1}.cc-teacher-notifications-main{min-width:0;min-height:0}.cc-teacher-notifications-list{display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 390px);overflow-y:auto;padding-right:4px}.cc-teacher-notifications-list::-webkit-scrollbar{width:8px}.cc-teacher-notifications-list::-webkit-scrollbar-thumb{background:#8294b457;border-radius:999px}.cc-teacher-notifications-empty{display:flex;align-items:center;min-height:60px;padding:0 16px;border-radius:18px;color:#7587a4;font-size:.9rem}.cc-teacher-notifications-card{display:grid;grid-template-columns:6px minmax(0,1fr);border-radius:18px;overflow:hidden}.cc-teacher-notifications-card.is-read{opacity:.86}.cc-teacher-notifications-card-accent{width:6px;min-height:100%}.cc-teacher-notifications-card-body{padding:11px 12px}.cc-teacher-notifications-card.tone-general{background:linear-gradient(180deg,#f1f7fff5,#fffffffa)}.cc-teacher-notifications-card.tone-general .cc-teacher-notifications-card-accent{background:linear-gradient(180deg,#4a86ff,#2f62df)}.cc-teacher-notifications-card.tone-alerts{background:linear-gradient(180deg,#fff7eef5,#fffffffa)}.cc-teacher-notifications-card.tone-alerts .cc-teacher-notifications-card-accent{background:linear-gradient(180deg,#f59e0b,#ea7a00)}.cc-teacher-notifications-card.tone-meetings{background:linear-gradient(180deg,#f7f1fff5,#fffffffa)}.cc-teacher-notifications-card.tone-meetings .cc-teacher-notifications-card-accent{background:linear-gradient(180deg,#a855f7,#7e3be1)}.cc-teacher-notifications-card.tone-duties{background:linear-gradient(180deg,#eefbf6f5,#fffffffa)}.cc-teacher-notifications-card.tone-duties .cc-teacher-notifications-card-accent{background:linear-gradient(180deg,#14b87a,#0a9b66)}.cc-teacher-notifications-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.cc-teacher-notifications-badges{display:flex;flex-wrap:wrap;gap:6px}.cc-teacher-notifications-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:capitalize}.cc-teacher-notifications-badge.tone-general{background:#3872ec1f;color:#2f5fca}.cc-teacher-notifications-badge.tone-alerts{background:#f59e0b24;color:#c87800}.cc-teacher-notifications-badge.tone-meetings{background:#a855f724;color:#7b37d6}.cc-teacher-notifications-badge.tone-duties{background:#10b98124;color:#0f9568}.cc-teacher-notifications-badge.state-unread{background:#ef44441f;color:#c33131}.cc-teacher-notifications-badge.state-read{background:#64748b24;color:#55647d}.cc-teacher-notifications-time{display:flex;flex-direction:column;align-items:flex-end;min-width:60px}.cc-teacher-notifications-time strong{font-size:.82rem;color:#10213a}.cc-teacher-notifications-time small{font-size:.7rem;color:#72829b}.cc-teacher-notifications-card h3{margin:0 0 6px;font-size:.95rem;line-height:1.28;color:#112745}.cc-teacher-notifications-card p{margin:0 0 10px;font-size:.82rem;line-height:1.45;color:#5f708b}.cc-teacher-notifications-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px;padding-top:8px;border-top:1px solid rgba(201,211,226,.45)}.cc-teacher-notifications-meta span{display:block;margin-bottom:3px;font-size:.68rem;font-weight:700;color:#7a89a0;text-transform:uppercase;letter-spacing:.04em}.cc-teacher-notifications-meta strong{display:block;font-size:.8rem;color:#10213a;line-height:1.35}.cc-teacher-notifications-actions{display:flex;gap:8px;flex-wrap:wrap}.cc-teacher-notifications-action-btn{border:none;min-height:32px;padding:0 11px;border-radius:10px;background:#17325f;color:#fff;font-size:.78rem;font-weight:700;cursor:pointer}.cc-teacher-notifications-action-btn:disabled{opacity:.7;cursor:not-allowed}.cc-teacher-notifications-read-label{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:10px;background:#64748b1f;color:#55647d;font-size:.78rem;font-weight:700}.cc-teacher-notifications-side{display:flex;flex-direction:column;gap:10px}.cc-teacher-notifications-side-panel{padding:12px 12px 14px;border-radius:18px}.cc-teacher-notifications-side-head h3{margin:0 0 10px;font-size:.98rem;color:#102341}.cc-teacher-notifications-note-list{display:flex;flex-direction:column;gap:8px}.cc-teacher-notifications-note{border-radius:14px;padding:10px 11px;font-size:.84rem;line-height:1.4}.cc-teacher-notifications-note.tone-general{background:#f0f7fff2;border:1px solid rgba(59,130,246,.16);color:#2d62c4}.cc-teacher-notifications-note.tone-meetings{background:#f7f0fff2;border:1px solid rgba(168,85,247,.18);color:#7133c7}.cc-teacher-notifications-note.tone-alerts{background:#fff3eaf2;border:1px solid rgba(245,158,11,.18);color:#9d5d00}.cc-teacher-notifications-note.tone-duties{background:#edfcf5f2;border:1px solid rgba(16,185,129,.18);color:#0d8660}.cc-teacher-notifications-summary{font-size:.86rem;line-height:1.5;color:#60728d}@media(max-width:1440px){.cc-teacher-notifications-hero-copy h1{font-size:1.32rem}.cc-teacher-notifications-stat{min-height:78px}.cc-teacher-notifications-stat strong{font-size:1.4rem}.cc-teacher-notifications-list{max-height:calc(100vh - 365px)}}@media(max-width:1180px){.cc-teacher-notifications-grid{grid-template-columns:1fr}.cc-teacher-notifications-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cc-teacher-notifications-list{max-height:unset;overflow:visible}}@media(max-width:980px){.cc-teacher-notifications-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-teacher-notifications-hero{align-items:flex-start}.cc-teacher-notifications-hero-actions{justify-content:flex-start}}@media(max-width:720px){.cc-teacher-notifications-page{gap:10px}.cc-teacher-notifications-stats,.cc-teacher-notifications-side,.cc-teacher-notifications-meta{grid-template-columns:1fr}.cc-teacher-notifications-card-head{flex-direction:column;align-items:flex-start}.cc-teacher-notifications-time{align-items:flex-start}.cc-teacher-notifications-hero,.cc-teacher-notifications-toolbar{padding:12px}}.cc-teacher-notifications-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px!important}.cc-teacher-notifications-stat{min-height:64px!important;padding:8px 10px!important;border-radius:14px!important}.cc-teacher-notifications-stat:after{width:48px!important;height:48px!important;inset:auto -10px -14px auto!important}.cc-teacher-notifications-stat span{font-size:.65rem!important;margin-bottom:2px!important}.cc-teacher-notifications-stat strong{font-size:1.25rem!important;line-height:1!important;margin-bottom:2px!important}.cc-teacher-notifications-stat p{font-size:.74rem!important;max-width:160px!important;line-height:1.25!important}.admin-wizard-layout{min-height:calc(100vh - 12px);display:grid;grid-template-columns:260px minmax(0,1fr);gap:12px;padding:12px;background:radial-gradient(circle at top left,rgba(37,99,235,.06),transparent 22%),radial-gradient(circle at top right,rgba(14,165,233,.06),transparent 18%),linear-gradient(180deg,#f8fbff,#eef4fb 52%,#edf3f9);box-sizing:border-box;align-items:start}.admin-wizard-sidebar,.admin-wizard-main{min-width:0}.admin-wizard-sidebar{display:grid;gap:12px;align-self:start;position:sticky;top:12px}.admin-wizard-main{display:grid;gap:12px}.admin-wizard-progress-head{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;color:#334155;margin-bottom:6px}.admin-wizard-progress-bar{height:8px;background:#dbe7f3;border-radius:999px;overflow:hidden;border:1px solid #d7e2ee}.admin-wizard-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#1d4ed8 60%,#0ea5e9);transition:width .25s ease}.admin-wizard-steps,.admin-wizard-current-school,.admin-wizard-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(148,163,184,.14);border-radius:16px;padding:14px;box-shadow:0 8px 20px #0f172a0d,inset 0 1px #ffffffb8}.admin-wizard-steps{display:grid;gap:8px}.admin-wizard-step{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:10px 11px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}.admin-wizard-step.active{border-color:#bfdbfe;background:linear-gradient(180deg,#eff6ff,#fff);box-shadow:0 8px 18px #2563eb14;transform:translateY(-1px)}.admin-wizard-step.done{border-color:#bbf7d0;background:linear-gradient(180deg,#f0fdf4,#fff)}.admin-wizard-step-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.admin-wizard-step-badge{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:800}.admin-wizard-step.done .admin-wizard-step-badge{background:#dcfce7;color:#166534}.admin-wizard-step-title{font-size:13px;font-weight:800;color:#0f172a;line-height:1.2}.admin-wizard-step-desc{margin:0;color:#64748b;font-size:12px;line-height:1.35}.admin-wizard-current-school-label{margin-bottom:8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.admin-wizard-step-eyebrow{margin:0 0 6px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2563eb}.admin-wizard-step-heading{margin:0 0 6px;font-size:clamp(20px,2.2vw,28px);line-height:1.08;letter-spacing:-.02em;color:#0f172a}.admin-wizard-step-copy{margin:0;color:#475569;line-height:1.45;font-size:13px;max-width:760px}.admin-wizard-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.admin-wizard-btn{min-height:38px;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.admin-wizard-btn:hover{transform:translateY(-1px)}.admin-wizard-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.admin-wizard-btn.primary{border:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 8px 18px #2563eb29}.admin-wizard-btn.secondary{border:1px solid #cbd5e1;background:#f8fafc;color:#334155}.admin-wizard-placeholder{border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;padding:14px}.admin-wizard-placeholder h3{margin:0 0 6px;font-size:16px;color:#0f172a}.admin-wizard-placeholder p{margin:0;color:#64748b;line-height:1.45;font-size:13px}.admin-wizard-placeholder-list{margin-top:10px;display:grid;gap:8px}.admin-wizard-placeholder-item{padding:10px 12px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;color:#334155;font-size:12px;font-weight:700}.admin-wizard-card form{width:100%}.admin-wizard-card form>div,.admin-wizard-card form fieldset{margin-bottom:10px}.admin-wizard-card form h2,.admin-wizard-card form h3,.admin-wizard-card form h4{margin:0 0 8px;color:#0f172a;line-height:1.15}.admin-wizard-card form p{margin:0 0 10px;color:#64748b;line-height:1.45;font-size:13px}.admin-wizard-card .admin-form-grid,.admin-wizard-card .school-form-grid,.admin-wizard-card .form-grid,.admin-wizard-card .profile-form-grid,.admin-wizard-card form .row,.admin-wizard-card form .form-row{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;align-items:start}.admin-wizard-card .admin-form-grid>*,.admin-wizard-card .school-form-grid>*,.admin-wizard-card .form-grid>*,.admin-wizard-card .profile-form-grid>*,.admin-wizard-card form .row>*,.admin-wizard-card form .form-row>*{grid-column:span 3;min-width:0}.admin-wizard-card .span-2,.admin-wizard-card .grid-span-2,.admin-wizard-card .admin-form-grid-span-2{grid-column:span 6!important}.admin-wizard-card .span-3,.admin-wizard-card .grid-span-3{grid-column:span 9!important}.admin-wizard-card .span-4,.admin-wizard-card .grid-span-4,.admin-wizard-card .full-width{grid-column:1 / -1!important}.admin-wizard-card label{display:flex;flex-direction:column;gap:4px;min-width:0;font-size:12px;font-weight:700;color:#334155;margin:0}.admin-wizard-card input,.admin-wizard-card select,.admin-wizard-card textarea{width:100%;min-height:38px;padding:8px 10px;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;color:#0f172a;font-size:13px;font-family:inherit;outline:none;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.admin-wizard-card textarea{min-height:84px;resize:vertical}.admin-wizard-card input::placeholder,.admin-wizard-card textarea::placeholder{color:#94a3b8}.admin-wizard-card input:hover,.admin-wizard-card select:hover,.admin-wizard-card textarea:hover{border-color:#94a3b8;background:#fff}.admin-wizard-card input:focus,.admin-wizard-card select:focus,.admin-wizard-card textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.admin-wizard-card .check-grid,.admin-wizard-card .admin-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px}.admin-wizard-card .check-grid label,.admin-wizard-card .admin-check-grid label{flex-direction:row;align-items:flex-start;gap:10px;padding:10px 11px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.admin-wizard-card .check-grid label:hover,.admin-wizard-card .admin-check-grid label:hover{border-color:#bfdbfe;box-shadow:0 8px 16px #2563eb0f;transform:translateY(-1px)}.admin-wizard-card input[type=checkbox],.admin-wizard-card input[type=radio]{width:auto;min-height:auto;margin-top:2px;accent-color:#2563eb}.admin-wizard-card form button,.admin-wizard-card .form-actions button,.admin-wizard-card .admin-form-actions button{min-height:38px;border:0;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.admin-wizard-card form button:hover,.admin-wizard-card .form-actions button:hover,.admin-wizard-card .admin-form-actions button:hover{transform:translateY(-1px)}.admin-wizard-card form button:disabled,.admin-wizard-card .form-actions button:disabled,.admin-wizard-card .admin-form-actions button:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-wizard-card form button[type=submit],.admin-wizard-card .primary-action,.admin-wizard-card .admin-form-actions button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 8px 18px #2563eb29}.admin-wizard-card .form-actions,.admin-wizard-card .admin-form-actions{margin-top:12px;display:flex;justify-content:flex-start;gap:8px;flex-wrap:wrap}.admin-wizard-card .error,.admin-wizard-card .form-error,.admin-wizard-card .admin-form-error{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid #fecaca;background:linear-gradient(180deg,#fff1f2,#fee2e2);color:#991b1b;font-size:12px;font-weight:700}.admin-wizard-card .sub-card,.admin-wizard-card .form-section-card{padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}@media(max-width:1200px){.admin-wizard-layout{grid-template-columns:220px minmax(0,1fr)}.admin-wizard-card .admin-form-grid>*,.admin-wizard-card .school-form-grid>*,.admin-wizard-card .form-grid>*,.admin-wizard-card .profile-form-grid>*,.admin-wizard-card form .row>*,.admin-wizard-card form .form-row>*{grid-column:span 4}.admin-wizard-card .span-2,.admin-wizard-card .grid-span-2,.admin-wizard-card .admin-form-grid-span-2{grid-column:span 8!important}.admin-wizard-card .span-3,.admin-wizard-card .grid-span-3{grid-column:span 12!important}}@media(max-width:992px){.admin-wizard-layout{grid-template-columns:1fr}.admin-wizard-sidebar{position:static}.admin-wizard-card .admin-form-grid>*,.admin-wizard-card .school-form-grid>*,.admin-wizard-card .form-grid>*,.admin-wizard-card .profile-form-grid>*,.admin-wizard-card form .row>*,.admin-wizard-card form .form-row>*{grid-column:span 6}.admin-wizard-card .span-2,.admin-wizard-card .grid-span-2,.admin-wizard-card .admin-form-grid-span-2,.admin-wizard-card .span-3,.admin-wizard-card .grid-span-3{grid-column:span 12!important}}@media(max-width:768px){.admin-wizard-layout{padding:10px;gap:10px;min-height:auto}.admin-wizard-steps,.admin-wizard-current-school,.admin-wizard-card{padding:12px;border-radius:14px}.admin-wizard-step-heading{font-size:22px}.admin-wizard-card .admin-form-grid,.admin-wizard-card .school-form-grid,.admin-wizard-card .form-grid,.admin-wizard-card .profile-form-grid,.admin-wizard-card form .row,.admin-wizard-card form .form-row,.admin-wizard-card .check-grid,.admin-wizard-card .admin-check-grid{grid-template-columns:1fr}.admin-wizard-card .admin-form-grid>*,.admin-wizard-card .school-form-grid>*,.admin-wizard-card .form-grid>*,.admin-wizard-card .profile-form-grid>*,.admin-wizard-card form .row>*,.admin-wizard-card form .form-row>*,.admin-wizard-card .span-2,.admin-wizard-card .grid-span-2,.admin-wizard-card .admin-form-grid-span-2,.admin-wizard-card .span-3,.admin-wizard-card .grid-span-3,.admin-wizard-card .span-4,.admin-wizard-card .grid-span-4,.admin-wizard-card .full-width{grid-column:span 1!important}.admin-wizard-actions,.admin-wizard-card .form-actions,.admin-wizard-card .admin-form-actions{justify-content:stretch}.admin-wizard-btn,.admin-wizard-card .form-actions button,.admin-wizard-card .admin-form-actions button,.admin-wizard-card form button[type=submit]{width:100%}}
