*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #1a5632;--color-accent: #22c55e;--color-accent-light: #ecfdf5;--color-sidebar: #1a5632;--green: #1a5632;--green-dark: #123d24;--green-mid: #22c55e;--green-light: #dcfce7;--neon: rgba(57,255,20,.82);--neon-solid: #39ff14;--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #1e293b;--text-muted: #64748b;--danger: #dc2626;--sidebar-w: 220px;--font: "Segoe UI", system-ui, sans-serif;--gold: #22c55e;--gold-light: #4ade80}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:15px;line-height:1.5}#root{min-height:100vh;display:flex}.app-shell{display:flex;width:100%;min-height:100vh}.sidebar{width:var(--sidebar-w);background:var(--color-sidebar);color:#fff;transition:background .3s ease;display:flex;flex-direction:column;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-brand{padding:18px 16px 14px;border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden}.sidebar-brand p{font-size:10px;color:#ffffff73;margin-top:6px;letter-spacing:.4px;text-transform:uppercase}.sidebar-nav{flex:1;padding:10px 0;overflow-y:auto}.nav-section{padding:10px 16px 4px;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#ffffff59}.nav-link{display:flex;align-items:center;gap:10px;padding:9px 16px;color:#ffffffb8;text-decoration:none;font-size:13.5px;transition:background .15s,color .15s;border-left:3px solid transparent}.nav-link:hover{background:#ffffff14;color:#fff}.nav-link.active{background:#ffffff24;color:#fff;border-left-color:var(--color-accent);font-weight:600}.nav-link svg{width:17px;height:17px;flex-shrink:0}.sidebar-footer{padding:14px 16px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#ffffff73}.sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:10px}.sidebar-avatar{width:32px;height:32px;background:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-user-info{overflow:hidden}.sidebar-username{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-role{font-size:10.5px;color:#ffffff73;margin-top:1px}.sidebar-footer button{background:none;border:none;color:#ffffff80;cursor:pointer;font-size:12.5px;padding:5px 0;display:flex;align-items:center;gap:8px;width:100%;transition:color .15s;font-family:var(--font)}.sidebar-footer button:hover{color:#fff}.sidebar-footer button svg{width:15px;height:15px}.main-content{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh;background:var(--bg)}.page-header{background:var(--surface);border-bottom:1px solid var(--border);padding:18px 28px;display:flex;align-items:center;justify-content:space-between}.page-header h2{font-size:19px;font-weight:700;color:var(--text)}.page-header p{font-size:13px;color:var(--text-muted);margin-top:2px}.page-body{padding:22px 28px;flex:1}.neon-bar{height:3px;background:linear-gradient(to right,var(--color-primary),var(--color-accent) 60%,transparent);border-radius:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.stat-card{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--border);border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 3px #0000000f}.stat-card .stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.stat-card .stat-value{font-size:30px;font-weight:700;color:var(--text)}.stat-card .stat-sub{font-size:11.5px;color:var(--text-muted)}.stat-card.tier-1{border-left-color:#16a34a}.stat-card.tier-1 .stat-value{color:#16a34a}.stat-card.tier-2{border-left-color:#eab308}.stat-card.tier-2 .stat-value{color:#713f12}.stat-card.tier-3{border-left-color:#dc2626}.stat-card.tier-3 .stat-value{color:#dc2626}.stat-card.gold{border-left-color:#eab308}.stat-card.gold .stat-value{color:#713f12}.stat-card.danger{border-left-color:#dc2626}.stat-card.danger .stat-value{color:#dc2626}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:7px;font-size:13.5px;font-weight:500;cursor:pointer;border:none;transition:.15s;text-decoration:none;font-family:var(--font)}.btn-primary{background:var(--color-primary);color:#fff;font-weight:600;transition:background .3s ease}.btn-primary:hover:not(:disabled){background:var(--color-accent);color:var(--color-primary)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-gold{background:var(--color-primary);color:#fff;font-weight:600}.btn-gold:hover:not(:disabled){background:var(--color-accent);color:var(--color-primary)}.btn-gold:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:#f1f5f9;color:var(--text-muted);border:1px solid var(--border)}.btn-outline:hover{background:#e2e8f0;color:var(--text)}.btn svg{width:15px;height:15px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-size:13px;font-weight:500;color:var(--text)}.form-group input,.form-group select,.form-group textarea{padding:9px 12px;border:1px solid var(--border);border-radius:7px;font-size:14px;font-family:var(--font);background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0bec5}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #22c55e1f}.tier{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:12px;font-weight:700}.tier-1{background:#dcfce7;color:#16a34a}.tier-2{background:#fef9c3;color:#713f12}.tier-3{background:#fee2e2;color:#dc2626}.placeholder-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:12px;color:var(--text-muted)}.placeholder-page svg{width:48px;height:48px;opacity:.25}.placeholder-page h3{font-size:18px;color:var(--text)}.placeholder-page p{font-size:14px}.lp-root{display:flex;min-height:100vh;flex:1;width:100%;font-family:var(--font)}.lp-brand{width:40%;background:var(--color-primary);position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.lp-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 36px,rgba(255,255,255,.018) 36px,rgba(255,255,255,.018) 37px),repeating-linear-gradient(-45deg,transparent,transparent 36px,rgba(255,255,255,.018) 36px,rgba(255,255,255,.018) 37px);pointer-events:none}.lp-brand:after{content:"";position:absolute;top:0;right:0;bottom:0;width:3px;background:var(--color-accent);opacity:.6}.lp-brand-inner{position:relative;z-index:1;padding:56px 44px;width:100%;max-width:380px}.lp-tagline{font-size:10.5px;text-transform:uppercase;letter-spacing:1px;color:#ffffff73;margin-top:8px;margin-bottom:36px}.lp-divider-brand{width:40px;height:2px;background:#22c55e80;border-radius:2px;margin-bottom:32px}.lp-features{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.lp-features li{display:flex;align-items:flex-start;gap:12px}.lp-check{width:22px;height:22px;min-width:22px;background:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;margin-top:1px;flex-shrink:0}.lp-features li>span:last-child{font-size:13.5px;line-height:1.55;color:#ffffffd1}.lp-features li strong{display:block;color:#fff;font-size:14px;margin-bottom:2px}.lp-ferpa{font-size:11px;color:#ffffff4d;letter-spacing:.3px}.lp-form-panel{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:56px 48px}.lp-form-wrap{width:100%;max-width:360px}.lp-welcome{font-size:26px;font-weight:700;color:var(--text);margin-bottom:6px}.lp-welcome-sub{font-size:14px;color:var(--text-muted);margin-bottom:32px}.lp-field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.lp-field-row{display:flex;align-items:center;justify-content:space-between}.lp-field label{font-size:13px;font-weight:600;color:var(--text)}.lp-field input{padding:11px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;font-family:var(--font);background:#fff;color:var(--text);transition:border-color .15s,box-shadow .15s;outline:none}.lp-field input::placeholder{color:#b0bec5}.lp-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #22c55e1a}.lp-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;font-family:var(--font);cursor:pointer;letter-spacing:.2px;transition:background .15s,box-shadow .15s,transform .1s;box-shadow:0 2px 8px #1a563233;margin-top:4px;margin-bottom:16px}.lp-submit:hover:not(:disabled){background:var(--color-accent);color:var(--color-primary);box-shadow:0 4px 14px #22c55e47;transform:translateY(-1px)}.lp-submit:active:not(:disabled){transform:translateY(0)}.lp-submit:disabled{opacity:.6;cursor:not-allowed}.lp-spinner{display:inline-block;width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:lp-spin .6s linear infinite;flex-shrink:0}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-forgot{font-size:12px;color:var(--text-muted);text-decoration:none;transition:color .15s}.lp-forgot:hover{color:var(--color-primary)}.lp-error{display:flex;align-items:flex-start;gap:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px;padding:11px 14px;font-size:13px;line-height:1.5;margin-bottom:20px}.lp-error-icon{width:16px;height:16px;flex-shrink:0;margin-top:1px}.lp-foot{margin-top:28px;font-size:11.5px;color:var(--text-muted);text-align:center;letter-spacing:.2px}@media (max-width: 768px){.lp-root{flex-direction:column}.lp-brand{width:100%;min-height:200px}.lp-brand-inner{padding:32px 28px}.lp-features{display:none}.lp-form-panel{padding:40px 24px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-primary)}.login-box{background:var(--surface);border-radius:12px;padding:40px 44px;width:380px;border:1px solid var(--border);box-shadow:0 20px 60px #0003}.login-logo{text-align:center;margin-bottom:28px}.login-logo h1{font-size:26px;font-weight:800;color:var(--color-primary)}.login-logo span{color:var(--neon-solid)}.login-logo p{font-size:13px;color:var(--text-muted);margin-top:4px}.login-form{display:flex;flex-direction:column;gap:16px}.login-form .btn{width:100%;justify-content:center;padding:11px;font-size:15px}.login-error{background:#fee2e2;color:var(--danger);border-radius:6px;padding:10px 14px;font-size:13px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13.5px}th{text-align:left;padding:10px 14px;font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);background:#f1f5f9;border-bottom:1px solid var(--border)}th:first-child{border-radius:8px 0 0}th:last-child{border-radius:0 8px 0 0}td{padding:11px 14px;border-bottom:1px solid var(--border);color:var(--text)}tr:last-child td{border-bottom:none}tr:hover td{background:var(--bg)}.flex{display:flex}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.text-muted{color:var(--text-muted);font-size:13px}.section-title{font-size:14.5px;font-weight:700;color:var(--text);margin-bottom:14px}.status-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.3px;white-space:nowrap}.status-planned{background:#eff6ff;color:#1d4ed8}.status-in_progress{background:#fffbeb;color:#92400e}.status-completed,.status-active{background:#f0fdf4;color:#16a34a}.status-paused{background:#fff1f2;color:#dc2626}.tier-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 9px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.3px}.tier-badge-1{background:#dcfce7;color:#16a34a}.tier-badge-2{background:#fef9c3;color:#713f12}.tier-badge-3{background:#fee2e2;color:#dc2626}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{padding:10px 16px;text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:2px solid var(--border);background:#fafafa;white-space:nowrap}.data-table td{padding:11px 16px;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f8fafc}.progress-track{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:var(--color-accent);border-radius:3px;transition:width .3s ease;min-width:2px}.tab-bar{display:flex;gap:2px;border-bottom:2px solid var(--border)}.tab-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:none;background:none;font-size:13px;font-weight:500;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;border-radius:6px 6px 0 0;font-family:var(--font)}.tab-btn:hover{color:var(--text);background:#00000008}.tab-btn.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.tab-count{background:var(--border);color:var(--text-muted);border-radius:100px;padding:1px 6px;font-size:10.5px;font-weight:700}.tab-btn.active .tab-count{background:#dcfce7;color:#16a34a}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px}.modal{background:var(--surface);border-radius:14px;width:100%;max-width:540px;border:1px solid var(--border);box-shadow:0 20px 60px #00000029,0 8px 20px #00000014;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0;margin-bottom:4px}.modal-header h3{font-size:17px;font-weight:700;color:var(--text)}.modal-close{width:32px;height:32px;border:none;background:none;border-radius:7px;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#f1f5f9;color:var(--text)}.modal-close svg{width:20px;height:20px}.modal-body{padding:18px 24px}.modal-footer{padding:14px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.form-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:4px}.form-hint{font-size:12px;color:var(--text-muted);margin-top:2px}.spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .6s linear infinite}.page-spinner{display:flex;align-items:center;justify-content:center;min-height:200px}.dash-empty{text-align:center;padding:32px 20px;font-size:13px;color:var(--text-muted);line-height:1.7}.dash-flagged-list{display:flex;flex-direction:column;gap:2px}.dash-flagged-row{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:8px;transition:background .1s}.dash-flagged-row:hover{background:var(--bg)}.group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.group-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 3px #0000000f;transition:box-shadow .15s,border-color .15s}.group-card:hover{box-shadow:0 4px 16px #0000001a;border-color:#cbd5e1}.group-card-header{display:flex;gap:8px;align-items:center}.group-card-name{font-size:15px;font-weight:700;color:var(--text);line-height:1.3}.group-card-skill{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted)}.group-card-meta{display:flex;gap:20px;padding:10px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.group-card-meta>div{display:flex;flex-direction:column;gap:2px}.group-card-meta strong{font-size:20px;font-weight:700;color:var(--color-primary)}.group-card-meta span{font-size:11px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.4px}.group-card-btn{display:flex;align-items:center;justify-content:center;gap:4px;background:none;border:1px solid var(--border);border-radius:7px;padding:7px 14px;font-size:13px;color:var(--color-primary);font-weight:500;cursor:pointer;transition:.15s;width:100%}.group-card-btn:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.kanban-board{display:flex;gap:16px;align-items:flex-start;overflow-x:auto;padding-bottom:16px}.kanban-column{flex:0 0 280px;background:var(--bg);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;max-height:calc(100vh - 200px)}.kanban-column.drag-over{border-color:var(--color-accent);background:#f0fdf4}.kanban-col-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.kanban-col-title{font-size:13px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}.kanban-col-count{font-size:11px;font-weight:600;background:var(--border);color:var(--text-muted);border-radius:10px;padding:2px 8px}.kanban-cards{padding:10px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1}.kanban-empty{text-align:center;padding:24px 12px;color:var(--text-muted);font-size:12px;font-style:italic}.student-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:grab;transition:box-shadow .15s,border-color .15s;-webkit-user-select:none;user-select:none}.student-card:hover{box-shadow:0 2px 8px #0000001a;border-color:#cbd5e1}.student-card.dragging{opacity:.35}.student-card-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.student-card-info{flex:1;min-width:0}.student-card-name{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-card-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.plc-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.plc-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;transition:background .1s}.plc-card-header:hover{background:var(--bg)}.plc-card-left{display:flex;align-items:center;gap:12px}.plc-card-body{border-top:1px solid var(--border);padding:20px;display:flex;flex-direction:column;gap:20px}.plc-section-title{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;margin-bottom:10px}.plc-section-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.plc-section-content{font-family:var(--font);font-size:13px;line-height:1.7;color:var(--text);white-space:pre-wrap;word-break:break-word;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:14px 16px;margin:0}@media print{.no-print,.sidebar,.page-header button,.tab-bar{display:none!important}.print-header{display:block!important;margin-bottom:16px;font-family:var(--font)}.app-shell{display:block}.main-content{margin-left:0!important;padding:0!important}.card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}body{background:#fff;font-size:12px}.page-body{padding:0}.neon-bar{display:none}}.identity-page{padding:24px 32px}.identity-page .page-header h1{font-size:24px;font-weight:700;color:#1a1a2e;margin:0 0 4px}.identity-page .page-subtitle{font-size:13px;color:#888;margin:0 0 20px}.identity-page .tab-bar{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:24px}.identity-page .tab-btn{padding:10px 20px;border:none;background:none;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.identity-page .tab-btn:hover{color:#1a1a2e}.identity-page .tab-btn.active{color:#10b981;border-bottom-color:#10b981;font-weight:600}.overview-grid{display:flex;flex-direction:column;gap:32px}.distribution-section h3,.class-radar-section h3,.dimension-table-section h3,.trend-section h3,.profiles-section h3{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 16px}.type-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.type-summary-card{padding:16px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:4px}.type-summary-card .type-count{font-size:32px;font-weight:700;color:#1a1a2e}.type-summary-card .type-label{font-size:13px;font-weight:600;color:#444}.type-summary-card .type-pct{font-size:12px;color:#888}.stats-row{display:flex;gap:16px}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px 28px;text-align:center}.stat-card .stat-value{font-size:36px;font-weight:700;color:#10b981}.stat-card .stat-label{font-size:13px;color:#64748b;margin-top:4px}.filters-row{display:flex;gap:12px;margin-bottom:20px}.filters-row select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#333;background:#fff}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table th{text-align:left;padding:10px 12px;background:#f1f5f9;color:#475569;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0}.data-table td{padding:12px;border-bottom:1px solid #f1f5f9;color:#334155}.data-table tbody tr:hover{background:#f8fafc}.identity-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.score-pill{display:inline-block;padding:3px 10px;border-radius:10px;font-size:13px;font-weight:600}.score-pill.growth_area{background:#fadbd8;color:#c0392b}.score-pill.developing{background:#fcf3cf;color:#b8860b}.score-pill.strength{background:#d5f5e3;color:#0d7a3e}.level-badge{display:inline-block;padding:3px 10px;border-radius:10px;font-size:12px;font-weight:600}.status-badge{display:inline-block;padding:3px 10px;border-radius:10px;font-size:12px;font-weight:500}.status-badge.pending{background:#e8daef;color:#7d3c98}.btn-primary{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#059669}.btn-primary:disabled{background:#94d3b8;cursor:not-allowed}.btn-secondary{padding:10px 20px;background:#fff;color:#475569;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer}.btn-secondary:hover{background:#f8fafc}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:6px 12px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:4px;font-size:12px;cursor:pointer}.btn-sm:hover{background:#e2e8f0}.btn-link{background:none;border:none;color:#10b981;font-size:12px;cursor:pointer;margin-left:8px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:28px;max-width:560px;width:90%;max-height:85vh;overflow-y:auto}.modal-content.large{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.modal-header h2{font-size:20px;font-weight:700;color:#1a1a2e;margin:0}.modal-subtitle{font-size:13px;color:#888;margin:4px 0 0}.modal-close{background:none;border:none;font-size:20px;color:#999;cursor:pointer}.modal-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #f1f5f9}.profile-top-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}.radar-section{text-align:center}.overall-score{margin-top:12px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:6px}.form-group select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.form-hint{display:block;font-size:12px;color:#94a3b8;margin-top:4px}.student-checklist{max-height:300px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.checkbox-row{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;border-radius:4px;font-size:14px}.checkbox-row:hover{background:#f8fafc}.student-grade{color:#94a3b8;font-size:12px}.success-text{color:#0d7a3e;font-weight:600;font-size:16px}.error-text{color:#c0392b;font-weight:600}.info-text{color:#64748b;font-size:14px}.empty-state{text-align:center;padding:60px 20px;color:#94a3b8}.empty-state h3{color:#475569;margin-bottom:8px}.loading{text-align:center;padding:40px;color:#94a3b8;font-size:14px}.miq-student{max-width:720px;margin:0 auto;padding:24px}.miq-header{text-align:center;margin-bottom:28px}.miq-header h1{font-size:22px;color:#1a1a2e;margin:0 0 8px}.miq-header p{font-size:14px;color:#64748b}.miq-progress{margin-bottom:24px}.progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#10b981;border-radius:4px;transition:width .3s ease}.progress-label{display:block;text-align:center;font-size:12px;color:#94a3b8;margin-top:6px}.section-header{margin-bottom:20px}.section-header h2{font-size:18px;color:#1b3a5c;font-weight:600;padding-bottom:8px;border-bottom:2px solid #10b981}.miq-items{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.miq-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;transition:border-color .2s}.miq-item-card.answered{border-color:#10b981}.item-text{font-size:15px;color:#1a1a2e;line-height:1.5;margin:0 0 16px}.likert-scale{display:flex;gap:8px;justify-content:center}.likert-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 8px;min-width:80px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s}.likert-btn:hover{border-color:#10b981;background:#f0fdf4}.likert-btn.selected{border-color:#10b981;background:#10b981;color:#fff}.likert-btn.selected .likert-label{color:#fff}.likert-value{font-size:18px;font-weight:700}.likert-label{font-size:10px;color:#64748b;text-align:center;line-height:1.2}.miq-nav{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid #f1f5f9}.miq-nav .btn-primary.submit{background:#1b3a5c}.miq-nav .btn-primary.submit:hover{background:#0f2744}.miq-student.completed{display:flex;align-items:center;justify-content:center;min-height:400px}.completion-card{text-align:center;padding:40px}.completion-icon{width:64px;height:64px;background:#d5f5e3;color:#0d7a3e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;margin:0 auto 16px}.completion-card h2{color:#1a1a2e;margin:0 0 8px}.completion-card p{color:#64748b;font-size:14px}.pending-section{margin-top:32px}.pending-section h4{font-size:15px;font-weight:600;color:#475569;margin:0 0 12px}@media (max-width: 768px){.profile-top-row{grid-template-columns:1fr}.type-cards{grid-template-columns:1fr 1fr}.likert-scale{flex-wrap:wrap}.likert-btn{min-width:60px;padding:8px 6px}}.subject-switcher{display:flex;gap:6px;padding:12px 16px;border-bottom:1px solid #1e293b;margin-bottom:8px}.subject-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:1px solid #334155;border-radius:8px;background:transparent;color:#94a3b8;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.subject-btn:hover{border-color:#475569;color:#e2e8f0}.subject-btn.active{font-weight:700}.subject-icon{font-size:14px}.tab-bar.ela .tab-btn.active.ela{color:#3b82f6;border-bottom-color:#3b82f6}.ela-tab-content{padding:20px 0}.ela-tab-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.ela-tab-header h3{font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 4px}.ela-tab-header p{font-size:13px;color:#64748b;margin:0}.grade-domain-row{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.grade-domain-row select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff}.btn-generate{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.btn-generate.ela{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.btn-generate.ela:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.btn-generate.ela:disabled{background:#c4b5fd;cursor:not-allowed}.btn-generate.ela.large{padding:14px 28px;font-size:15px}.btn-primary.ela{background:#3b82f6}.btn-primary.ela:hover{background:#2563eb}.assessment-list{display:flex;flex-direction:column;gap:10px}.assessment-card.ela{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .2s}.assessment-card.ela:hover{border-color:#3b82f6}.ac-left{display:flex;align-items:center;gap:12px}.ac-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.ac-title{font-weight:600;font-size:14px;color:#1a1a2e}.ac-meta{font-size:12px;color:#94a3b8;margin-top:2px}.ac-right{display:flex;align-items:center;gap:8px}.ai-badge{padding:2px 8px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:10px;font-size:11px;font-weight:700}.pm-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pm-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.pm-card-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:2px solid;margin-bottom:12px}.pm-card-header h4{margin:0;font-size:15px;font-weight:700;color:#1a1a2e}.pm-time{font-size:12px;font-weight:700;color:#3b82f6}.pm-card p{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:16px}.lesson-gen-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:16px}.error-pattern-preview{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:16px;color:#1d4ed8}.ep-label{font-weight:600;margin-right:6px}.lesson-viewer{background:#0f172a;border-radius:14px;overflow:hidden}.lesson-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.lesson-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.lesson-title-row h3{color:#fff;font-size:18px;margin:0}.lesson-meta-badges{display:flex;gap:8px}.lesson-badge{padding:3px 10px;border-radius:10px;font-size:12px;font-weight:600}.lesson-badge.grade{background:#8b5cf633;color:#c4b5fd}.lesson-badge.time{background:#10b98133;color:#6ee7b7}.lesson-objective,.lesson-materials{font-size:13px;color:#94a3b8;margin:6px 0 0;line-height:1.5}.lesson-objective strong,.lesson-materials strong{color:#e2e8f0}.lesson-phases{padding:16px 24px;display:flex;flex-direction:column;gap:8px}.phase-card{border-left:4px solid;border-radius:0 10px 10px 0;background:#ffffff0a;overflow:hidden;transition:background .2s}.phase-card.expanded{background:#ffffff12}.phase-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:none;border:none;cursor:pointer}.phase-title-row{display:flex;align-items:center;gap:12px}.phase-name{font-size:14px;font-weight:700}.phase-time{font-size:12px;color:#64748b}.phase-toggle{color:#64748b;font-size:18px}.phase-body{padding:0 16px 16px}.phase-section{margin-bottom:12px}.phase-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:4px}.phase-section p{font-size:13px;color:#cbd5e1;line-height:1.6;margin:0}.phase-section.teacher-script p{color:#f1f5f9}.phase-section.student-action p{color:#94a3b8}.lesson-footer{padding:16px 24px 24px;display:flex;flex-direction:column;gap:8px}.lesson-note{padding:12px 16px;border-radius:8px;font-size:13px;line-height:1.5}.lesson-note.error-correction{background:#f43f5e14;color:#fda4af}.lesson-note.age-note{background:#10b98114;color:#6ee7b7}.lesson-note.extension{background:#f59e0b14;color:#fcd34d}.lesson-note strong{font-weight:700;margin-right:6px}.maze-container{padding:16px}.maze-intro{text-align:center;padding:24px}.maze-intro h4{font-size:18px;color:#1a1a2e;margin:0 0 4px}.maze-intro p{color:#64748b;font-size:13px;margin:0 0 16px}.maze-instructions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:20px;text-align:left}.maze-instructions p{font-size:14px;color:#475569;margin:4px 0}.maze-timer-bar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.maze-timer-text{font-size:18px;font-weight:700;color:#1a1a2e;min-width:48px}.maze-timer-track{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.maze-timer-fill{height:100%;border-radius:4px;transition:width 1s linear}.maze-passage{font-size:15px;line-height:2.2;color:#1a1a2e;margin-bottom:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:20px}.maze-blank{display:inline-flex;gap:4px;margin:0 4px}.maze-choice{padding:2px 8px;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:14px;cursor:pointer;transition:all .15s}.maze-choice:hover{border-color:#0ea5e9;color:#0ea5e9}.maze-choice.correct-selected{background:#d1fae5;border-color:#10b981;color:#065f46}.maze-choice.wrong-selected{background:#fee2e2;border-color:#f87171;color:#991b1b}.maze-empty{padding:20px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;text-align:center}.maze-empty p{color:#64748b;font-size:14px;margin:4px 0}.maze-empty-sub{font-size:12px;color:#94a3b8}.maze-complete{padding:20px}.maze-complete-card{text-align:center;padding:24px;background:#eff6ff;border-radius:12px}.maze-complete-icon{font-size:36px;margin-bottom:8px;color:#10b981}.maze-score-display{margin:12px 0}.maze-score-num{font-size:48px;font-weight:800;color:#0d7a3e}.maze-score-label{font-size:13px;color:#64748b}.maze-score-pct{font-size:18px;font-weight:700;color:#10b981}.domain-score{font-size:13px;font-weight:600;padding:2px 8px;border-radius:8px}.domain-score.low{background:#fee2e2;color:#991b1b}.domain-score.mid{background:#fef3c7;color:#92400e}.domain-score.high{background:#d1fae5;color:#065f46}.grouping-section{margin-top:24px}.group-recs{margin-top:20px}.group-recs h3{font-size:16px;font-weight:700;margin:0 0 16px}.group-rec-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;margin-bottom:10px}.group-rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.group-rec-header h4{margin:0;font-size:15px;color:#1a1a2e}.priority-badge{padding:2px 10px;border-radius:10px;font-size:11px;font-weight:700;text-transform:uppercase}.priority-badge.high{background:#fee2e2;color:#991b1b}.priority-badge.medium{background:#fef3c7;color:#92400e}.priority-badge.low{background:#d1fae5;color:#065f46}.group-rec-card p{font-size:13px;color:#64748b;margin:0 0 10px}.group-rec-meta{display:flex;gap:16px;font-size:12px;color:#3b82f6;font-weight:500}.grouping-notes{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 16px;font-size:13px;color:#1d4ed8}@media (max-width: 768px){.pm-split,.form-row{grid-template-columns:1fr}.ela-tab-header{flex-direction:column;gap:12px}}.ela-dashboard-wrapper .page-header h2{color:#1e3a5f}.ela-dashboard-wrapper .neon-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6)}.ela-dashboard-wrapper .btn-primary{background:#2563eb}.ela-dashboard-wrapper .btn-primary:hover{background:#1d4ed8}.ela-dashboard-wrapper .section-title{color:#1e3a5f}.ela-dashboard-wrapper .tab-btn.active{color:#2563eb;border-bottom-color:#2563eb}.ela-dashboard-wrapper .stat-card{border-left-color:#3b82f6}.ela-dashboard-wrapper .card:hover{border-color:#93c5fd}.ela-page-header{background:linear-gradient(135deg,#1e3a5f,#1e40af);color:#fff;padding:20px 28px;border-radius:12px;margin-bottom:20px}.ela-page-header h2{color:#fff;margin:0 0 4px;font-size:19px}.ela-page-header p{color:#ffffffb3;margin:0;font-size:13px}.ela-tabs{border-bottom-color:#bfdbfe}.ela-tabs .tab-btn.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:700}.ela-tabs .tab-btn:hover{color:#1d4ed8}.ela-dashboard{padding:24px 32px}.ela-dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.ela-dashboard-header h1{font-size:24px;font-weight:700;color:#1a1a2e;margin:0 0 4px}.ela-dashboard-subtitle{font-size:13px;color:#888;margin:0}.ela-section{margin-bottom:32px}.ela-section h3,.ela-section h4{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 16px}.ela-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ela-section-header h3{margin:0}.ela-tab-body{padding-top:8px}.domain-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.domain-health-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.dhc-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.dhc-icon{font-size:18px}.dhc-label{font-size:12px;font-weight:600;color:#475569}.dhc-score{font-size:22px;font-weight:800}.dhc-lessons{font-size:11px;color:#94a3b8;margin-top:4px}.lessons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.ela-lesson-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s}.ela-lesson-card:hover{box-shadow:0 4px 12px #00000014}.elc-header{display:flex;justify-content:space-between;align-items:center}.elc-badges{display:flex;gap:4px;flex-wrap:wrap}.elc-badge{padding:2px 8px;border-radius:8px;font-size:11px;font-weight:600}.elc-badge.grade{background:#e0e7ff;color:#3730a3}.elc-badge.tier{background:#fef3c7;color:#92400e}.elc-badge.sor{background:#dbeafe;color:#1e40af}.elc-badge.ws{background:#d1fae5;color:#065f46}.elc-time{font-size:11px;color:#94a3b8}.elc-title{font-size:14px;font-weight:700;color:#1a1a2e}.elc-skill{font-size:12px;font-weight:600}.elc-objective{font-size:12px;color:#64748b;line-height:1.4}.elc-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.elc-delivered{font-size:11px;color:#10b981;font-weight:600}.lesson-generator-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin-bottom:24px}.lgp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.lgp-header h3{margin:0;font-size:18px;font-weight:700;color:#1a1a2e}.lgp-form{display:flex;flex-direction:column;gap:16px}.lgp-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0}.form-row-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.form-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.form-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.sor-badge{background:#dbeafe;border:1px solid #bfdbfe;color:#1e40af;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:600;margin-bottom:16px}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.modal-content.ela-lesson-modal{max-width:960px;max-height:90vh;padding:0;overflow:hidden;display:flex;flex-direction:column}.elv-header{padding:24px 28px 0;border-bottom:1px solid #e2e8f0}.elv-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.elv-title-row h2{margin:0 0 8px;font-size:20px;color:#1a1a2e}.elv-badges{display:flex;gap:6px;flex-wrap:wrap}.elv-badge{padding:3px 10px;border-radius:10px;font-size:12px;font-weight:600}.elv-badge.grade{background:#e0e7ff;color:#3730a3}.elv-badge.domain{background:#eff6ff;color:#166534}.elv-badge.time{background:#fef9c3;color:#713f12}.elv-badge.tier{background:#fef3c7;color:#92400e}.elv-badge.sor{background:#dbeafe;color:#1e40af}.elv-badge.delivered{background:#d1fae5;color:#065f46}.elv-badge.tier-3{background:#fee2e2;color:#991b1b}.elv-objective{font-size:13px;color:#475569;margin:8px 0;line-height:1.5}.elv-dignity-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:8px 12px;font-size:12px;color:#166534;margin-bottom:12px}.elv-section-tabs{display:flex;gap:0;border-bottom:none;padding-bottom:0;margin-top:12px}.elv-tab{padding:8px 16px;border:none;background:none;font-size:13px;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;font-weight:500}.elv-tab.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:700}.elv-body{flex:1;overflow-y:auto;padding:20px 28px}.elv-footer{padding:16px 28px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:12px}.elv-materials-row,.elv-prep{font-size:13px;color:#475569;margin-bottom:12px;padding:8px 12px;background:#f8fafc;border-radius:6px}.elv-phases{display:flex;flex-direction:column;gap:8px}.elv-phase-card{border-left:4px solid;border-radius:0 10px 10px 0;background:#fff;border:1px solid #e2e8f0;border-left-width:4px;overflow:hidden}.elv-phase-card.expanded{background:#f8fafc}.elv-phase-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:none;border:none;cursor:pointer}.elv-phase-title{display:flex;align-items:center;gap:10px}.elv-phase-icon{font-size:16px}.elv-phase-time{font-size:12px;color:#94a3b8}.elv-toggle{color:#64748b;font-size:18px}.elv-phase-body{padding:0 16px 16px}.elv-script-block{background:#0f172a;border-radius:8px;padding:14px;margin-bottom:10px}.elv-script-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.elv-script-text{font-size:13px;color:#e2e8f0;line-height:1.6;font-family:Georgia,serif}.elv-student-action{font-size:13px;color:#475569;margin-bottom:8px}.elv-look-for{font-size:13px;color:#0ea5e9;background:#f0f9ff;padding:8px 10px;border-radius:6px}.word-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.word-chip{padding:4px 12px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:16px;font-size:14px;font-weight:600;color:#1a1a2e;cursor:default}.word-chip.sortable{cursor:grab}.decodable-sentence{font-size:14px;color:#1a1a2e;padding:6px 0;border-bottom:1px solid #f1f5f9;font-family:Georgia,serif}.elv-scripts-section{display:flex;flex-direction:column;gap:16px}.script-card{border-radius:10px;padding:16px}.script-card.error-correction{background:#fff1f2;border:1px solid #fecdd3}.script-card.frustration{background:#fefce8;border:1px solid #fef08a}.script-card.extension{background:#eff6ff;border:1px solid #bfdbfe}.script-card.next-lesson{background:#f0f9ff;border:1px solid #bae6fd}.script-card-header{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:10px}.script-card-text{font-size:13px;color:#334155;line-height:1.6}.elv-materials-section{display:flex;flex-direction:column;gap:16px}.materials-block{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.materials-block h4{font-size:14px;font-weight:700;margin:0 0 10px;color:#1a1a2e}.materials-text{font-size:14px;color:#334155;line-height:1.6;font-family:Georgia,serif}.practice-items{padding-left:20px}.practice-items li{font-size:14px;color:#334155;margin-bottom:8px;line-height:1.5}.sor-block{background:#fff;border:1px solid #bfdbfe;border-radius:10px;padding:16px;margin-bottom:16px}.sor-block h4{color:#1e40af;font-size:14px;font-weight:700;margin:0 0 10px}.sor-oral-warmup{font-size:13px;color:#334155;margin-bottom:12px;background:#eff6ff;padding:10px;border-radius:6px}.word-sort-categories{display:flex;gap:16px;margin-bottom:12px}.sort-category{flex:1;border:2px dashed #cbd5e1;border-radius:8px;padding:10px;min-height:60px}.sort-cat-label{font-size:13px;font-weight:700;color:#475569;text-align:center}.worksheet-empty{text-align:center;padding:40px}.worksheet-empty p{color:#64748b;margin-bottom:16px}.worksheet-content{background:#fff}.ws-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ws-header h3{font-size:18px;font-weight:700;color:#1a1a2e;margin:0}.ws-time{font-size:12px;color:#94a3b8}.ws-directions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:10px 14px;font-size:13px;color:#475569;margin-bottom:20px}.ws-section{margin-bottom:20px}.ws-section h4{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 6px}.ws-instructions{font-size:13px;color:#64748b;margin:0 0 12px}.ws-item{margin-bottom:12px}.ws-question{font-size:14px;color:#1a1a2e}.ws-hint{font-size:12px;color:#3b82f6;margin-top:4px}.ws-reflection{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:12px;font-size:13px;color:#1d4ed8;margin-top:20px}.ela-importer{padding:4px 0}.importer-subtitle{font-size:14px;color:#64748b;margin-bottom:20px;line-height:1.5}.importer-source-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px}.source-card{background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:16px;text-align:left;cursor:pointer;transition:all .2s}.source-card:hover{border-color:#3b82f6}.source-card.selected{border-color:#3b82f6;background:#eff6ff}.source-card-label{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.source-card-desc{font-size:12px;color:#94a3b8}.file-drop-zone{border:2px dashed #cbd5e1;border-radius:10px;padding:32px;text-align:center;cursor:pointer;transition:all .2s}.file-drop-zone:hover{border-color:#3b82f6;background:#eff6ff}.file-drop-zone.has-file{border-color:#10b981;background:#eff6ff}.fdz-icon{font-size:32px;margin-bottom:8px}.fdz-label{font-size:15px;font-weight:600;color:#1a1a2e}.fdz-desc,.fdz-hint,.fdz-change{font-size:12px;color:#94a3b8;margin-top:4px}.fdz-filename{font-size:15px;font-weight:700;color:#065f46}.importer-result-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.importer-result-header h3{margin:0;font-size:18px;font-weight:700;color:#1a1a2e}.importer-result-header p{margin:4px 0 0;font-size:13px;color:#64748b}.import-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;margin-bottom:20px}.import-summary-card h4{margin:0 0 8px;font-size:15px;font-weight:700}.import-summary-card p{margin:0;font-size:13px;color:#475569;line-height:1.5}.teacher-rec{margin-top:10px;padding:8px 12px;background:#fef9c3;border-radius:6px;font-size:13px;color:#713f12}.student-profiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.student-profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px}.spc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.spc-name{font-weight:700;font-size:14px;color:#1a1a2e}.spc-tier{padding:2px 8px;border-radius:8px;font-size:11px;font-weight:700}.spc-tier.tier-1{background:#d1fae5;color:#065f46}.spc-tier.tier-2{background:#fef3c7;color:#92400e}.spc-tier.tier-3{background:#fee2e2;color:#991b1b}.spc-starting{font-size:12px;color:#475569;margin-bottom:8px;line-height:1.4}.spc-gaps{display:flex;flex-direction:column;gap:4px}.spc-gap{display:flex;gap:6px}.gap-domain{padding:2px 6px;background:#f1f5f9;border-radius:4px;font-size:10px;color:#64748b;font-weight:600;text-transform:uppercase}.gap-skill{font-size:12px;color:#3b82f6}.recommended-groups{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.rec-group-card{background:#fff;border:1px solid #bfdbfe;border-radius:10px;padding:14px}.rgc-name{font-weight:700;font-size:13px;color:#1a1a2e;margin-bottom:4px}.rgc-focus{font-size:12px;color:#3b82f6;margin-bottom:6px}.rgc-count{font-size:11px;color:#94a3b8}.past-imports-list{display:flex;flex-direction:column;gap:8px}.past-import-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.pir-info{display:flex;gap:12px;font-size:13px}.pir-source{font-weight:700;color:#1a1a2e}.pir-term,.pir-count{color:#64748b}.pir-date{color:#94a3b8}.ela-empty-state{text-align:center;padding:60px 20px}.ela-empty-state p{color:#64748b;font-size:14px;margin-bottom:8px}@media (max-width: 768px){.form-row-4,.form-row-3,.form-row-2{grid-template-columns:1fr}.domain-health-grid{grid-template-columns:1fr 1fr}.lessons-grid{grid-template-columns:1fr}.elv-section-tabs{overflow-x:auto}}.ela-progress-chart{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.epc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.epc-header h4{font-size:16px;font-weight:700;color:#1a1a2e;margin:0}.epc-toggle{display:flex;gap:4px}.epc-toggle-btn{padding:6px 14px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:13px;color:#64748b;cursor:pointer}.epc-toggle-btn.active{border-color:#3b82f6;color:#3b82f6;font-weight:600;background:#eff6ff}.chart-wrapper{display:flex;flex-direction:column;gap:12px}.chart-empty{text-align:center;padding:32px;color:#94a3b8;font-size:14px}.chart-empty p{margin:4px 0}.chart-loading{text-align:center;padding:32px;color:#94a3b8}.chart-summary{display:flex;gap:24px;padding:12px 0;border-top:1px solid #f1f5f9}.cs-item{text-align:center}.cs-label{display:block;font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.cs-value{display:block;font-size:18px;font-weight:700;color:#1a1a2e;margin-top:2px}.cs-value.positive{color:#10b981}.cs-value.negative{color:#f43f5e}.skill-check-chart{display:flex;flex-direction:column;gap:12px}.scc-row{display:flex;align-items:center;gap:12px}.scc-label{width:160px;font-size:13px;color:#334155;font-weight:600;flex-shrink:0}.scc-bar-wrap{flex:1;height:12px;background:#f1f5f9;border-radius:6px;overflow:hidden}.scc-bar{height:100%;border-radius:6px;transition:width .5s ease}.scc-score{width:40px;font-size:13px;font-weight:700;text-align:right;flex-shrink:0}.scc-level{width:90px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:8px;text-align:center;flex-shrink:0}.scc-level.growth{background:#fee2e2;color:#991b1b}.scc-level.developing{background:#fef3c7;color:#92400e}.scc-level.strength{background:#d1fae5;color:#065f46}.student-ela-portal{max-width:640px;margin:0 auto;padding:24px}.sep-header{margin-bottom:24px}.sep-header h1{font-size:24px;font-weight:700;color:#1a1a2e;margin:0 0 4px}.sep-header p{font-size:14px;color:#64748b}.sep-section{margin-bottom:24px}.sep-section h3{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 12px}.sep-assignments{display:flex;flex-direction:column;gap:12px}.sep-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:box-shadow .2s}.sep-card:hover{box-shadow:0 4px 12px #00000014}.sep-card.completed{background:#eff6ff;border-color:#bfdbfe;opacity:.7}.sep-card-icon{font-size:24px;flex-shrink:0}.sep-card-body{flex:1}.sep-card-title{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.sep-card-meta{display:flex;gap:10px;margin-bottom:4px}.sep-card-type{font-size:12px;font-weight:600;color:#64748b}.sep-card-time{font-size:12px;color:#94a3b8}.sep-card-hint{font-size:12px;color:#94a3b8;line-height:1.4}.sep-start-btn{flex-shrink:0}.sep-check{font-size:18px;color:#10b981;margin-right:4px}.sep-empty{text-align:center;padding:60px 20px}.sep-empty-icon{font-size:48px;margin-bottom:16px}.sep-empty h3{color:#1a1a2e;margin:0 0 8px}.sep-empty p{color:#64748b;font-size:14px}.student-skill-check{max-width:640px;margin:0 auto;padding:24px}.ssc-header{margin-bottom:20px}.ssc-progress{font-size:13px;color:#64748b;margin-bottom:6px}.ssc-progress-bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:8px}.ssc-progress-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s}.ssc-title{font-size:16px;font-weight:700;color:#1a1a2e}.ssc-question-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:20px}.ssc-passage{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:20px}.ssc-passage-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:8px}.ssc-passage-text{font-size:14px;color:#334155;line-height:1.7;font-family:Georgia,serif}.ssc-question-text{font-size:16px;color:#1a1a2e;line-height:1.5;margin-bottom:20px;font-weight:500}.ssc-choices{display:flex;flex-direction:column;gap:10px}.ssc-choice{display:flex;align-items:flex-start;gap:12px;padding:14px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:all .15s}.ssc-choice:hover{border-color:#3b82f6;background:#eff6ff}.ssc-choice.selected{border-color:#3b82f6;background:#3b82f6}.ssc-choice.selected .ssc-choice-letter{background:#fff;color:#3b82f6}.ssc-choice.selected .ssc-choice-text{color:#fff}.ssc-choice-letter{width:28px;height:28px;border-radius:50%;background:#f1f5f9;color:#64748b;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ssc-choice-text{font-size:14px;color:#334155;line-height:1.4;padding-top:3px}.ssc-nav{display:flex;justify-content:space-between;margin-bottom:16px}.ssc-dots{display:flex;justify-content:center;gap:8px}.ssc-dot{width:10px;height:10px;border-radius:50%;border:none;background:#e2e8f0;cursor:pointer;transition:all .15s;padding:0}.ssc-dot.answered{background:#3b82f6}.ssc-dot.current{background:#1a1a2e;transform:scale(1.3)}.skill-check-complete{display:flex;justify-content:center;align-items:center;min-height:300px}.scc-complete-card{text-align:center;padding:40px}.scc-complete-icon{width:64px;height:64px;background:#dbeafe;color:#1e40af;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 16px}.scc-complete-card h3{color:#1a1a2e;margin:0 0 16px}.scc-score-display{margin:0 auto}.scc-score-num{font-size:48px;font-weight:800;color:#3b82f6}.scc-score-label{font-size:14px;color:#64748b}.plc-page{padding:24px 32px}.plc-controls{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px}.subject-filter-btns{display:flex;flex-direction:column;gap:6px}.subject-filter-btn{padding:8px 14px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:13px;color:#64748b;cursor:pointer;text-align:left;transition:all .15s}.subject-filter-btn.active{font-weight:700;background:#f8fafc}.btn-generate.plc{background:linear-gradient(135deg,#1b3a5c,#10b981);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;margin-top:16px;display:flex;align-items:center;gap:8px}.btn-generate.plc:disabled{opacity:.7;cursor:not-allowed}.plc-agenda-output{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:24px}.plc-agenda-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.plc-agenda-header h3{margin:0;font-size:16px;font-weight:700;color:#1a1a2e}.plc-agenda-text{padding:20px;font-size:14px;line-height:1.7;color:#334155;max-height:600px;overflow-y:auto}.plc-agenda-heading{font-size:17px;font-weight:700;color:#1b3a5c;margin:16px 0 8px;padding-bottom:4px;border-bottom:2px solid #10b981}.plc-agenda-bold{font-weight:700;color:#1a1a2e;margin:8px 0 4px}.plc-agenda-numbered{padding:4px 0 4px 8px;color:#334155}.plc-agenda-bullet{padding:3px 0 3px 16px;color:#475569}.plc-agenda-line{color:#475569}.plc-past-section h3{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 12px}.plc-past-list{display:flex;flex-direction:column;gap:8px}.plc-past-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.plc-past-date{font-size:13px;color:#94a3b8;min-width:90px}.plc-past-school{flex:1;font-size:13px;color:#334155;font-weight:500}
