body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand-purple:#3c1a72;--brand-purple-dark:#2a1152;--brand-gold:#c9941a;--brand-gold-light:#f5e6c2;--navy:#0d2545;--navy-mid:#1e3a5f;--blue:#7c3aed;--blue-light:#f5f3ff;--blue-mid:#ede9fe;--green:#16a34a;--green-light:#dcfce7;--amber:#d97706;--amber-light:#fef3c7;--red:#dc2626;--red-light:#fee2e2;--gray:#6b7280;--gray-light:#f3f4f6;--border:#e5e7eb;--text:#111827;--muted:#6b7280;--surface:#fff;--bg:#f8fafc;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000d;--shadow:0 4px 6px -1px #00000012, 0 2px 4px -1px #0000000d;--radius:10px;color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:14px}body{background:var(--bg)}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--brand-purple);z-index:20;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1280px;height:60px;margin:0 auto;padding:0 32px;display:flex}.header-left{align-items:center;gap:14px;display:flex}.brand-icon{flex-shrink:0;width:34px;height:34px}.wordmark{letter-spacing:.01em;color:var(--brand-gold);font-family:Lora,Georgia,serif;font-size:22px;font-weight:500}.header-divider{background:#fff3;width:1px;height:20px}.district-name{color:#ffffff8c;font-size:13px;font-weight:400}.user-pill{color:#ffffffb3;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:7px;padding:5px 14px;font-size:13px;display:flex}.user-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:7px;height:7px}.tab-bar{background:var(--brand-purple-dark);border-top:1px solid #ffffff1a}.tab-bar-inner{gap:2px;max-width:1280px;margin:0 auto;padding:0 32px;display:flex}.tab-btn{color:#ffffff80;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:11px 18px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s;display:flex}.tab-btn:hover{color:#fffc}.tab-btn-active{color:#fff;border-bottom-color:var(--brand-gold)}.tab-num{background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;font-weight:600;display:flex}.tab-btn-active .tab-num{background:var(--brand-gold);color:var(--brand-purple)}.main{background:var(--bg);flex:1}.tab-content{max-width:1280px;margin:0 auto;padding:36px 32px 64px}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.page-title{letter-spacing:-.3px;color:var(--text);margin-bottom:4px;font-size:24px;font-weight:700}.page-sub{color:var(--muted);font-size:13px}.btn-primary{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:7px;padding:8px 18px;font-size:13px;font-weight:600;transition:background .15s}.btn-primary:hover{background:#6d28d9}.stat-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:4px;padding:20px 22px;display:flex}.stat-card-highlight{border-color:var(--blue-mid);background:var(--blue-light)}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:600}.stat-value{letter-spacing:-.5px;color:var(--text);margin:4px 0;font-size:32px;font-weight:700;line-height:1.1}.stat-value-accent{color:var(--blue)}.stat-value-amber{color:var(--amber)}.stat-value-frac{letter-spacing:-.5px;font-size:24px}.stat-sub{color:var(--muted);font-size:12px}.stat-sub-lg{font-size:13px}.link-btn{color:var(--blue);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px}.link-btn:hover{text-decoration:underline}.projections-section{margin-bottom:32px}.projection-cards{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.projection-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:6px;padding:24px;display:flex}.projection-card-navy{color:#fff;background:#52279a;border-color:#52279a}.proj-label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-size:11px;font-weight:600}.projection-card-navy .proj-label{color:#ffffff8c}.proj-value{letter-spacing:-1px;color:var(--blue);margin:4px 0;font-size:36px;font-weight:700;line-height:1.1}.projection-card-navy .proj-value{color:#c4b5fd}.proj-sub{color:var(--muted);margin-bottom:12px;font-size:12px}.projection-card-navy .proj-sub{color:#ffffff80}.proj-detail{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:8px;padding-top:16px;display:flex}.projection-card-navy .proj-detail{border-top-color:#ffffff1a}.proj-row{color:var(--muted);justify-content:space-between;font-size:13px;display:flex}.projection-card-navy .proj-row{color:#fff9}.proj-row span:last-child{color:var(--text);font-weight:500}.projection-card-navy .proj-row span:last-child{color:#ffffffe6}.proj-row-highlight span{color:var(--blue)!important;font-weight:700!important}.chart{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;padding:24px;display:flex}.chart-label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:16px;font-size:11px;font-weight:600}.chart-bars{flex:1;align-items:flex-end;gap:12px;height:160px;display:flex}.chart-col{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.chart-val{color:var(--muted);white-space:nowrap;font-size:10px}.chart-bar-wrap{flex:1;align-items:flex-end;width:100%;display:flex}.chart-bar{background:linear-gradient(#a78bfa 0%,#7c3aed 100%);border-radius:5px 5px 0 0;width:100%;min-height:4px;transition:opacity .2s}.chart-col:hover .chart-bar{opacity:.8}.chart-yr{color:var(--muted);font-size:12px;font-weight:600}.roster-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.roster-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px 16px;display:flex}.section-title{color:var(--text);font-size:16px;font-weight:700}.section-sub{color:var(--muted);margin-top:2px;font-size:12px}.filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.search-input{border:1px solid var(--border);height:34px;color:var(--text);background:var(--bg);border-radius:7px;width:220px;padding:0 12px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.search-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #7c3aed1f}.search-input::placeholder{color:#9ca3af}.filter-select{border:1px solid var(--border);height:34px;color:var(--text);background:var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center;appearance:none;cursor:pointer;border-radius:7px;padding:0 28px 0 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.filter-select:focus{border-color:var(--blue);outline:none}.clear-btn{border:1px solid var(--border);height:34px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:7px;padding:0 14px;font-family:inherit;font-size:13px;transition:background .15s,color .15s}.clear-btn:hover{background:var(--gray-light);color:var(--text)}.table-wrap{max-height:520px;overflow:auto}.roster-table{border-collapse:collapse;width:100%;font-size:13px}.roster-table thead{z-index:5;position:sticky;top:0}.roster-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--gray-light);border-bottom:1px solid var(--border);white-space:nowrap;padding:11px 16px;font-size:11px;font-weight:600}.roster-table td{color:var(--text);border-bottom:1px solid #f3f4f6;padding:12px 16px}.roster-table tbody tr:last-child td{border-bottom:none}.roster-table tbody tr:hover td{background:#f9fafb}.cell-id{color:var(--muted);white-space:nowrap;font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:12px}.cell-name{white-space:nowrap;font-weight:500}.cell-center{text-align:center}.empty-row{text-align:center;color:var(--muted);padding:48px 0!important}.badge{white-space:nowrap;border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-green{background:var(--green-light);color:var(--green)}.badge-amber{background:var(--amber-light);color:var(--amber)}.badge-red{background:var(--red-light);color:var(--red)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-gray{background:var(--gray-light);color:var(--gray)}.coming-soon{justify-content:center;align-items:center;min-height:480px;display:flex}.coming-soon-inner{text-align:center;max-width:380px}.coming-soon-icon{background:var(--blue-light);width:56px;height:56px;color:var(--blue);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.coming-soon-icon svg{width:28px;height:28px}.coming-soon-inner h2{margin-bottom:10px;font-size:20px;font-weight:700}.coming-soon-inner p{color:var(--muted);font-size:14px;line-height:1.6}.service-layout{grid-template-columns:400px 1fr;align-items:start;gap:24px;display:grid}.service-form-col{position:sticky;top:116px}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px}.card-section-title{margin-bottom:4px;font-size:16px;font-weight:700}.card-section-sub{color:var(--muted);margin-bottom:20px;font-size:13px;line-height:1.5}.form-field{flex-direction:column;gap:5px;margin-bottom:16px;display:flex}.form-field label{color:var(--text);font-size:13px;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field-input,.field-select,.field-textarea{border:1px solid var(--border);color:var(--text);background:var(--bg);border-radius:7px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.field-input,.field-select{height:36px;padding:0 10px}.field-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding-right:28px}.field-textarea{resize:vertical;padding:10px}.field-input:focus,.field-select:focus,.field-textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #7c3aed1f}.field-hint{color:var(--muted);font-size:11px}.generate-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;margin-top:4px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:flex}.generate-btn:hover:not(:disabled){background:#6d28d9}.generate-btn:disabled{opacity:.45;cursor:not-allowed}.generate-btn svg{width:16px;height:16px}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.service-output-col{min-height:400px}.output-empty{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);text-align:center;padding:48px 40px}.output-empty-icon{background:var(--blue-light);width:52px;height:52px;color:var(--blue);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.output-empty-icon svg{width:26px;height:26px}.output-empty h3{margin-bottom:8px;font-size:16px;font-weight:600}.output-empty p{color:var(--muted);max-width:420px;margin:0 auto 20px;font-size:14px;line-height:1.6}.output-empty-list{flex-direction:column;align-items:center;gap:6px;list-style:none;display:flex}.output-empty-list li{color:var(--muted);background:var(--gray-light);border-radius:999px;padding:4px 12px;font-size:12px}.output-loading{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:48px 40px}.loading-spinner-lg{border:3px solid var(--blue-mid);border-top-color:var(--blue);border-radius:50%;width:36px;height:36px;margin:0 auto 16px;animation:.8s linear infinite spin}.output-loading h3{margin-bottom:6px;font-size:16px;font-weight:600}.output-loading p{color:var(--muted);margin-bottom:24px;font-size:13px}.loading-bars{flex-direction:column;gap:8px;max-width:360px;margin:0 auto;display:flex}.loading-bar{background:var(--gray-light);border-radius:5px;height:10px;animation:1.4s ease-in-out infinite pulse}.loading-bar:nth-child(2){animation-delay:.2s}.loading-bar:nth-child(3){animation-delay:.4s}.loading-bar:nth-child(4){animation-delay:.6s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.output-error{border-radius:var(--radius);background:#fff5f5;border:1px solid #fed7d7;padding:24px}.error-title{color:var(--red);margin-bottom:6px;font-weight:600}.error-msg{color:var(--muted);margin-bottom:16px;font-size:13px}.retry-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:7px 16px;font-family:inherit;font-size:13px}.output-done{flex-direction:column;gap:16px;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.cpt-card{background:var(--brand-purple);border-radius:var(--radius);color:#fff;padding:16px 20px}.cpt-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.cpt-tag{text-transform:uppercase;letter-spacing:.07em;color:#c4b5fd;background:#c4b5fd33;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.cpt-sub{color:#ffffff73;font-size:11px}.cpt-body{align-items:flex-start;gap:16px;display:flex}.cpt-code-block{background:#ffffff14;border-radius:8px;flex-direction:column;flex-shrink:0;align-items:center;padding:8px 16px;display:flex}.cpt-code-num{letter-spacing:-.5px;color:#c4b5fd;font-size:24px;font-weight:700}.cpt-units{color:#ffffff80;margin-top:1px;font-size:11px}.cpt-desc{color:#ffffffe6;margin-bottom:4px;font-size:13px;line-height:1.4}.cpt-note{color:#ffffff73;font-size:11px}.output-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.output-card-header{border-bottom:1px solid var(--border);background:var(--gray-light);justify-content:space-between;align-items:flex-start;padding:16px 20px 14px;display:flex}.output-card-title{margin-bottom:2px;font-size:14px;font-weight:700}.output-card-sub{color:var(--muted);font-size:11px}.copy-btn{background:var(--surface);border:1px solid var(--border);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:6px;flex-shrink:0;padding:4px 12px;font-family:inherit;font-size:12px;transition:background .15s,color .15s}.copy-btn:hover{background:var(--blue-light);color:var(--blue)}.output-card-body{padding:20px}.output-text{color:var(--text);font-size:14px;line-height:1.75}.output-card-body-iep{flex-direction:column;gap:10px;display:flex}.output-card-body-iep p{color:var(--text);font-size:13px;line-height:1.7}.output-card-body-iep strong{color:var(--brand-purple)}.submit-claim-row{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.auth-check-label{cursor:pointer;color:var(--text);background:var(--blue-light);border:1px solid var(--blue-mid);border-radius:8px;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.auth-checkbox{width:16px;height:16px;accent-color:var(--blue);cursor:pointer;flex-shrink:0;margin-top:2px}.submit-claim-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:flex}.submit-claim-btn:hover:not(:disabled){background:#15803d}.submit-claim-btn:disabled{opacity:.45;cursor:not-allowed}.submit-claim-btn svg{width:16px;height:16px}.claim-submitted-banner{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;display:flex}.claim-submitted-banner svg{flex-shrink:0;width:16px;height:16px}.notes-label-row{justify-content:space-between;align-items:center;display:flex}.voice-btn{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:5px;padding:3px 10px;font-family:inherit;font-size:12px;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:flex}.voice-btn svg{flex-shrink:0;width:13px;height:13px}.voice-btn:hover{background:var(--blue-light);color:var(--blue);border-color:var(--blue)}.voice-btn-recording{background:var(--red-light);color:var(--red);border-color:var(--red);animation:1.2s ease-in-out infinite pulse-border}.voice-btn-recording:hover{background:var(--red-light);color:var(--red);border-color:var(--red)}@keyframes pulse-border{0%,to{box-shadow:0 0 #dc26264d}50%{box-shadow:0 0 0 4px #dc26261a}}.recording-indicator{color:var(--red);font-weight:500}.progress-bar-wrap{background:var(--gray-light);border-radius:999px;height:8px;margin:10px 0 4px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--blue) 0%, #a78bfa 100%);border-radius:999px;min-width:4px;height:100%;transition:width .6s}@media (width<=1024px){.service-layout{grid-template-columns:1fr}.service-form-col{position:static}}.badge-purple{color:var(--brand-purple);background:#f3eeff}.badge-blue-soft{background:var(--blue-mid);color:#5b21b6}.stat-value-red{color:var(--red)}.stat-card-clickable{cursor:pointer;transition:box-shadow .15s,transform .1s}.stat-card-clickable:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.claims-table td{vertical-align:middle}.cell-sub{color:var(--muted);margin-top:2px;font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:11px;display:block}.cpt-chip{background:var(--blue-light);color:var(--blue);border-radius:5px;padding:2px 8px;font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:12px;font-weight:600;display:inline-block}.denial-inline{color:var(--red);cursor:pointer;margin-top:3px;font-size:11px;display:block}.claim-row{cursor:pointer}.claim-row:hover td{background:#f5f3ff!important}.detail-nav{align-items:center;gap:12px;margin-bottom:24px;display:flex}.back-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:7px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s;display:flex}.back-btn:hover{background:var(--gray-light)}.back-btn svg{flex-shrink:0;width:14px;height:14px}.detail-breadcrumb{color:var(--muted);font-size:13px}.detail-layout{grid-template-columns:1fr 480px;align-items:start;gap:20px;display:grid}.detail-left,.detail-right{flex-direction:column;gap:16px;display:flex}.detail-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px 22px}.detail-card-title{color:var(--text);margin-bottom:12px;font-size:14px;font-weight:700}.detail-session-notes,.detail-body-text{color:var(--text);font-size:13px;line-height:1.75}.detail-right-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:10px;font-size:11px;font-weight:600}.detail-card-cpt{border-top:3px solid var(--brand-purple)}.cpt-display{align-items:baseline;gap:10px;margin-bottom:6px;display:flex}.cpt-display-code{letter-spacing:-.5px;color:var(--brand-purple);font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:28px;font-weight:700}.cpt-display-units{color:var(--muted);font-size:13px;font-weight:500}.cpt-display-desc{color:var(--text);margin-bottom:4px;font-size:13px;line-height:1.5}.cpt-display-note{color:var(--muted);font-size:11px}.override-note-display{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.override-note-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.override-note-display p{color:var(--text);font-size:12px;line-height:1.5}.approval-actions{flex-direction:column;gap:12px;display:flex}.approval-prompt{color:var(--muted);font-size:13px;line-height:1.5}.approval-btn-row{gap:8px;display:flex}.approve-btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:7px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s;display:flex}.approve-btn:hover{background:#15803d}.approve-btn svg{width:14px;height:14px}.override-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:7px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s}.override-btn:hover{background:var(--gray-light)}.override-form{flex-direction:column;gap:6px;display:flex}.override-field-label{color:var(--text);font-size:12px;font-weight:500}.override-input{border:1px solid var(--border);height:34px;color:var(--text);background:var(--bg);border-radius:7px;padding:0 10px;font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:13px}.override-input:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #7c3aed1f}.override-textarea{border:1px solid var(--border);color:var(--text);background:var(--bg);resize:vertical;border-radius:7px;padding:8px 10px;font-family:inherit;font-size:13px}.override-textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #7c3aed1f}.override-form-btns{gap:8px;margin-top:4px;display:flex}.approval-confirmed{border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.approval-confirmed svg{flex-shrink:0;width:16px;height:16px}.approval-confirmed-green{background:var(--green-light);color:var(--green)}.approval-confirmed-purple{color:var(--brand-purple);background:#f3eeff}.submission-note{color:var(--muted);margin-bottom:12px;font-size:13px;line-height:1.5}.submit-claim-btn-lg{background:var(--brand-purple);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s;display:flex}.submit-claim-btn-lg:hover:not(:disabled){background:var(--brand-purple-dark)}.submit-claim-btn-lg:disabled{opacity:.45;cursor:not-allowed}.submit-claim-btn-lg svg{width:16px;height:16px}.edi-note{color:var(--muted);text-align:center;margin-top:8px;font-size:11px}.submission-status-card{border-radius:8px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.submission-status-card svg{flex-shrink:0;width:16px;height:16px}.submission-status-submitted{background:var(--blue-mid);color:#5b21b6}.submission-status-accepted{background:var(--green-light);color:var(--green)}.submission-status-denied{background:var(--red-light);color:var(--red)}.detail-card-denial{border-left:3px solid var(--red)}.denial-reason-text{color:var(--text);background:var(--red-light);border-radius:6px;padding:10px 12px;font-size:13px;line-height:1.6}.remediation-box{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;gap:10px;padding:12px 14px;display:flex}.remediation-box svg{width:18px;height:18px;color:var(--amber);flex-shrink:0;margin-top:1px}.remediation-box p{color:#92400e;font-size:13px;line-height:1.6}@media (width<=1024px){.detail-layout{grid-template-columns:1fr}}.app-footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;width:100%;max-width:1280px;margin:0 auto;padding:16px 32px;font-size:12px;display:flex}@media (width<=1024px){.stat-grid{grid-template-columns:repeat(3,1fr)}.projection-cards{grid-template-columns:1fr}}@media (width<=640px){.tab-content{padding:24px 16px 48px}.header-inner,.tab-bar-inner{padding:0 16px}.stat-grid{grid-template-columns:1fr 1fr}.roster-header{flex-direction:column;align-items:stretch}.filters{flex-direction:column}.search-input{width:100%}.district-name{display:none}}.claim-record-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--purple)}.claim-record-header-row{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.claim-pos-badge{background:var(--blue-mid);color:#3730a3;letter-spacing:.02em;border-radius:12px;padding:3px 9px;font-size:11px;font-weight:600}.claim-record-grid{grid-template-columns:1fr 1fr;gap:16px 20px;display:grid}.claim-record-section-full{border-top:1px solid var(--border);grid-column:1/-1;padding-top:10px}.claim-section-label{letter-spacing:.08em;color:var(--muted);text-transform:uppercase;margin:0 0 6px;font-size:10px;font-weight:700}.claim-field-row{align-items:baseline;gap:6px;margin-bottom:3px;display:flex}.claim-field-row-desc{margin-bottom:4px}.claim-field-label{min-width:88px;color:var(--muted);flex-shrink:0;font-size:11px}.claim-field-value{color:var(--text);font-size:12px;line-height:1.4}.claim-field-mono{font-family:SF Mono,Fira Mono,Consolas,monospace;font-size:11.5px}.claim-field-accent{color:var(--purple);font-weight:700}.detail-iep-text p{margin:0 0 4px;font-size:13px;line-height:1.65}.detail-iep-text strong{color:var(--text);font-weight:600}
