:root{--navy:#0b2545;--blue:#2e74b5;--soft-blue:#e8eef5;--paper:#f8fafc;--line:#d9e1ea;--ink:#172033;--muted:#64748b;--green:#177245;--gold:#8a5d00}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:246px 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100vh;overflow-y:auto;background:var(--navy);color:#e6edf6;display:flex;flex-direction:column;padding:28px 16px 20px}.brand{display:flex;align-items:center;gap:10px;padding:0 10px 28px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#4ba3e3;color:white;font-weight:800}.brand strong{display:block;font-size:18px;letter-spacing:-.02em}.brand small{display:block;margin-top:2px;color:#aebfd3;font-size:11px}nav{display:grid;grid-gap:4px;gap:4px}nav a{padding:10px;border-radius:8px;font-size:14px}nav a:hover{background:#15385f}.sidebar-footer{margin-top:auto;display:grid;grid-gap:10px;gap:10px;padding:12px 10px 0;color:#b7c7d9;font-size:11px}.mode-badge{display:inline-flex;width:max-content;padding:5px 8px;border-radius:999px;background:#1b6b45;color:#e7fff0;font-weight:700}.mode-badge.read-only{background:#695212;color:#ffedb0}.main-content{max-width:1320px;width:100%;margin:0 auto;padding:46px 52px 72px}.page-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.empty-state h1,.page-header h1{margin:3px 0 7px;font-size:31px;letter-spacing:-.035em}.eyebrow{margin:0;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.muted{margin:0;color:var(--muted)}.connection{padding:8px 10px;border-radius:999px;background:#e4f7eb;color:var(--green);font-size:12px;font-weight:700}.notice{margin-bottom:26px;padding:14px 16px;border:1px solid #d3e3f0;border-radius:10px;background:#f1f7fc;color:#344a60;font-size:14px}.notice strong{color:var(--navy)}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:24px}.empty-state,.metric-card,.panel,.settings-list{border:1px solid var(--line);border-radius:12px;background:white}.metric-card{padding:18px}.metric-card p{min-height:32px;margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.3}.metric-card strong{font-size:29px;letter-spacing:-.04em}.two-column{display:grid;grid-template-columns:1.25fr .9fr;grid-gap:18px;gap:18px}.panel{padding:24px}.panel h2{margin:5px 0 10px;font-size:20px}.panel dd,.panel li,.panel p{color:#4b5d73;line-height:1.55;font-size:14px}.panel ul{padding-left:20px}.panel dl{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:12px;gap:12px;margin:18px 0 0;font-size:13px}.panel dt{color:var(--muted)}.panel dd{margin:0;color:var(--ink)}.settings-section{margin-top:31px}.settings-section h2{margin:0 0 10px;font-size:19px}.settings-list{overflow:hidden}.setting-row{display:grid;grid-template-columns:1fr 160px;grid-gap:20px;gap:20px;align-items:center;padding:17px 19px;border-bottom:1px solid #e7edf3}.setting-row:last-child{border-bottom:none}.setting-row h3{margin:0 0 4px;font-size:14px}.setting-row p{margin:0;color:var(--muted);font-size:13px;line-height:1.35}.setting-value{text-align:right}.setting-value span{display:block;font-weight:700;font-size:14px}.setting-value small{color:var(--muted);font-size:11px;text-transform:capitalize}.empty-state{max-width:680px;padding:44px;margin-top:60px}.empty-state p:not(.eyebrow){color:var(--muted);line-height:1.6}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:linear-gradient(140deg,#eef5fb,#f8fafc 55%,#e6f0f9)}.login-card{width:min(100%,440px);padding:34px;border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 18px 60px rgba(11,37,69,.12)}.brand.compact{padding:0 0 26px}.login-card h1{margin:0 0 8px;font-size:26px;letter-spacing:-.03em}.login-card>p{color:var(--muted);line-height:1.5;font-size:14px}.login-card form{display:grid;grid-gap:16px;gap:16px;margin-top:24px}.login-card label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:13px;font-weight:700}.login-card input{width:100%;padding:11px 12px;border:1px solid #b8c6d6;border-radius:8px;font:inherit}.login-card button{padding:12px;border:0;border-radius:8px;background:var(--navy);color:white;cursor:pointer;font-weight:700}.login-card button:disabled{opacity:.65;cursor:wait}.form-error{margin:0;color:#b42318;font-size:13px}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.main-content{padding:30px 20px}.metric-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}}@media (max-width:520px){.page-header{display:block}.connection{display:inline-flex;margin-top:12px}.metric-grid,.setting-row{grid-template-columns:1fr}.setting-value{text-align:left}}.import-panel{max-width:640px;padding:26px;border:1px solid var(--line);border-radius:12px;background:white}.import-panel h2{margin:0 0 18px;font-size:20px}.import-panel form{display:grid;grid-gap:16px;gap:16px}.import-panel label{display:grid;grid-gap:7px;gap:7px;color:#344054;font-size:13px;font-weight:700}.import-panel input,.import-panel select{width:100%;padding:10px 11px;border:1px solid #b8c6d6;border-radius:8px;font:inherit;background:white}.import-panel button{width:max-content;padding:11px 15px;border:0;border-radius:8px;background:var(--navy);color:white;font-weight:700;cursor:pointer}.import-panel button:disabled{opacity:.65;cursor:wait}.import-success{margin:0;color:var(--green);font-size:13px;font-weight:700}.import-errors{padding:12px 14px;border-radius:8px;background:#fff6ed;color:#8a3a08;font-size:13px}.import-errors ul{margin:8px 0 0;padding-left:20px}.data-panel{border:1px solid var(--line);border-radius:12px;background:white;overflow:hidden}.data-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 20px;border-bottom:1px solid #e7edf3}.data-panel-heading h2{margin:0;font-size:18px}.data-panel-heading span{color:var(--muted);font-size:13px}table{width:100%;min-width:920px;border-collapse:collapse}th{padding:11px 15px;background:#f6f8fb;color:#526274;text-align:left;font-size:11px;letter-spacing:.045em;text-transform:uppercase}td{padding:14px 15px;border-top:1px solid #edf1f5;color:#37465a;font-size:13px;vertical-align:top;line-height:1.4}td strong{display:block;color:var(--ink);font-size:14px}td small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.status-pill{display:inline-flex;padding:4px 7px;border-radius:999px;background:#edf1f5;color:#526274;font-size:11px;font-weight:700}.status-pill.active{background:#e4f7eb;color:var(--green)}.session-list{display:grid;grid-gap:18px;gap:18px}.session-record{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:white}.session-record-header{display:flex;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid #e7edf3;background:#fbfcfe}.workflow-header.attention{background:#fff7d6;border-bottom-color:#f1d985}.workflow-header.complete{background:#e9f8ee;border-bottom-color:#bfe4c9}.session-header-status{display:grid;justify-items:end;align-content:start;grid-gap:6px;gap:6px}.session-header-status small{color:#4b6b55;font-size:11px;font-weight:800}.completed-session>details>summary{cursor:pointer;list-style:none}.completed-session>details>summary::-webkit-details-marker{display:none}.completed-session>details>summary .workflow-header{border-bottom:0}.completed-session>details[open]>summary .workflow-header{border-bottom:1px solid #bfe4c9}.completed-session>details>summary:hover .workflow-header{filter:brightness(.985)}.session-record-header h2{margin:4px 0 5px;font-size:20px;letter-spacing:-.025em}.session-record-header p:not(.eyebrow){margin:0;color:var(--muted);font-size:13px}.record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin:0}.record-field{min-width:0;padding:14px 16px;border-right:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.record-field:nth-child(3n){border-right:none}.record-field dt{margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.035em;text-transform:uppercase}.record-field dd{margin:0;color:#37465a;font-size:13px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.record-field.span-all{grid-column:1/-1;border-right:none}.external-link{color:var(--blue);font-weight:700;text-decoration:underline}@media (max-width:760px){.record-grid{grid-template-columns:1fr}.record-field{border-right:none}.session-record-header{display:block}.session-record-header .status-pill{margin-top:12px}}.system-details{border-top:1px solid #e7edf3;background:#f8fafc}.system-details summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;color:#526274;cursor:pointer;list-style:none}.system-details summary::-webkit-details-marker{display:none}.system-details summary span{font-size:13px;font-weight:800}.system-details summary span:before{content:"+";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #aebdcb;border-radius:50%;font-size:14px;line-height:1}.system-details[open] summary span:before{content:"-"}.system-details summary small{color:var(--muted);font-size:11px}.system-fields{border-top:1px solid #e7edf3;background:white}@media (max-width:760px){.system-details summary{display:block}.system-details summary small{display:block;margin:5px 0 0 26px}}.invoice-list{display:grid;grid-gap:18px;gap:18px}.invoice-record .status-pill{text-transform:capitalize}.session-billable-input{width:100%;max-width:170px;padding:8px 9px;border:1px solid #b8c9da;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-weight:700}.session-workflow{padding:20px 22px;border-top:1px solid #d7e2ef;background:#f7fbff}.session-workflow-heading h3{margin:4px 0 5px;color:#173f68;font-size:18px}.session-workflow-heading p{max-width:820px;margin:0;color:#526274;font-size:13px;line-height:1.45}.session-workflow-form{margin-top:16px}.session-workflow-grid{display:grid;grid-gap:16px;gap:16px}.session-workflow-grid label{display:grid;grid-gap:6px;gap:6px;color:#42556c;font-size:12px;font-weight:800}.session-workflow-grid textarea{width:100%;padding:11px;border:1px solid #b8c9da;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:13px;line-height:1.45;resize:vertical}.parent-update-field textarea,.session-notes-field textarea{min-height:145px}.session-workflow-actions{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:15px}.more-tools-section button,.session-workflow-actions button{padding:10px 13px;border:0;border-radius:7px;background:var(--navy);color:#fff;font-weight:800;cursor:pointer}.session-workflow-actions .no-email-button{background:#286c4a}.session-workflow-actions .send-email-button{background:#a84818}.read-only-workflow{display:grid;grid-template-columns:1fr}.read-only-workflow .record-field{border-right:0}.more-tools{border-top:1px solid #d7e2ef;background:#f8fafc}.more-tools summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;color:#42556c;cursor:pointer;list-style:none}.more-tools summary::-webkit-details-marker{display:none}.more-tools summary span{font-size:13px;font-weight:800}.more-tools summary span:before{content:"+";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #8facc8;border-radius:50%;font-size:14px;line-height:1}.more-tools[open] summary span:before{content:"-"}.more-tools summary small{color:var(--muted);font-size:11px}.more-tools-body{border-top:1px solid #d7e2ef;background:#fff}.more-tools-section{padding:17px 18px;border-bottom:1px solid #e7edf3}.more-tools-section:last-child{border-bottom:0}.more-tools-section h3{margin:0 0 5px;color:#234c75;font-size:14px}.more-tools-section p{margin:0 0 10px;color:#526274;font-size:13px;line-height:1.45}.more-tools-section.ai{background:#faf9ff}.more-tools-section.ai h3{color:#4c3a86}.more-tools-section.ai button{background:#4c3a86}.session-edit{border-top:1px solid #d7e2ef;background:#f5f9fd}.session-edit summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;color:#234c75;cursor:pointer;list-style:none}.session-edit summary::-webkit-details-marker{display:none}.session-edit summary span{font-size:13px;font-weight:800}.session-edit summary span:before{content:"+";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #8facc8;border-radius:50%;font-size:14px;line-height:1}.session-edit[open] summary span:before{content:"-"}.session-edit summary small{color:var(--muted);font-size:11px}.session-edit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;padding:4px 18px 18px}.session-edit-form label{display:grid;grid-gap:6px;gap:6px;color:#42556c;font-size:12px;font-weight:700}.session-edit-form label:first-of-type,.session-edit-form label:nth-of-type(2),.session-edit-form label:nth-of-type(3){grid-column:1/-1}.session-edit-form input,.session-edit-form textarea{width:100%;padding:9px 10px;border:1px solid #b8c9da;border-radius:7px;background:white;color:var(--ink);font:inherit;font-size:13px}.session-edit-form textarea{min-height:100px;resize:vertical}.session-edit-form button{justify-self:start;padding:10px 13px;border:0;border-radius:7px;background:var(--navy);color:white;font-weight:700;cursor:pointer}@media (max-width:760px){.session-edit summary{display:block}.session-edit summary small{display:block;margin:5px 0 0 26px}.session-edit-form{grid-template-columns:1fr}.session-edit-form label{grid-column:1/-1}}.balance-value{display:inline-flex;min-width:62px;justify-content:center;padding:5px 7px;border-radius:6px;font-weight:800}.balance-value.positive{background:#dcfce7;color:#166534}.balance-value.zero{background:#fef3c7;color:#92400e}.balance-value.negative{background:#fee2e2;color:#991b1b}.audit-entry{border-bottom:1px solid #e7edf3}.audit-entry:last-child{border-bottom:none}.audit-entry summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;cursor:pointer;list-style:none}.audit-entry summary::-webkit-details-marker{display:none}.audit-entry summary>span:first-child{display:grid;grid-gap:4px;gap:4px;text-transform:capitalize}.audit-entry summary strong{color:var(--ink);font-size:14px}.audit-entry summary small{color:var(--muted);font-size:12px}.audit-details{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;padding:0 18px 18px}.audit-details.one-column{grid-template-columns:1fr}.audit-details h3{margin:0 0 6px;color:#526274;font-size:12px}.audit-details pre{max-height:280px;margin:0;overflow:auto;padding:12px;border:1px solid #e1e8ef;border-radius:7px;background:#f7f9fb;color:#42556c;font:11px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.empty-inline{margin:0;padding:18px;color:var(--muted);font-size:13px}@media (max-width:760px){.audit-details{grid-template-columns:1fr}.audit-entry summary{align-items:flex-start}}.attention-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card.warning{border-color:#f5d680;background:#fffaf0}.metric-card.warning strong{color:#92400e}.metric-card.danger{border-color:#f1b5b5;background:#fff7f7}.metric-card.danger strong{color:#b42318}@media (max-width:900px){.attention-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.attention-metrics{grid-template-columns:1fr}}.status-pill.good{background:#dcfce7;color:#166534}.status-pill.warning{background:#fef3c7;color:#92400e}.status-pill.danger{background:#fee2e2;color:#991b1b}.status-pill.info{background:#dbeafe;color:#1d4ed8}.finance-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.cpa-export{font-size:11px}.finance-history{margin-top:24px;border:1px solid #bdd3e6;border-radius:12px;background:#f7fbff}.finance-history summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;color:#1c5d8f;cursor:pointer;list-style:none}.finance-history summary::-webkit-details-marker{display:none}.finance-history summary span{font-size:15px;font-weight:800}.finance-history summary span:before{content:"+";display:inline-grid;place-items:center;width:19px;height:19px;margin-right:8px;border:1px solid #8facc8;border-radius:50%;font-size:15px}.finance-history[open] summary span:before{content:"-"}.finance-history summary small{color:#64748b;font-size:12px}.finance-history-body{padding:0 18px 20px;border-top:1px solid #d7e2ef}.finance-history-year{padding-top:22px}.finance-history-year+.finance-history-year{margin-top:26px;border-top:1px solid #d7e2ef}.finance-history-year>.panel-heading{margin-bottom:10px}.finance-history .finance-charts{margin:0}@media(max-width:760px){.finance-history summary{display:block}.finance-history summary small{display:block;margin:6px 0 0 28px}}.finance-charts{align-items:start}.bar-chart{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.bar-row{display:grid;grid-template-columns:30px minmax(80px,1fr) 80px;grid-gap:9px;gap:9px;align-items:center;font-size:12px}.bar-row>span{color:var(--muted);font-weight:700}.bar-row strong{color:#42556c;text-align:right;font-size:11px}.bar-track{height:12px;overflow:hidden;border-radius:999px;background:#e5edf5}.bar-track i{display:block;height:100%;min-width:2px;border-radius:inherit;background:#2e74b5}.bar-chart.hours .bar-track i{background:#177245}.section-note{margin:0 0 10px;font-size:13px}@media (max-width:900px){.finance-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.finance-metrics{grid-template-columns:1fr}}.local-edit-locked{margin:0;padding:12px 18px;border-top:1px solid #e7edf3;background:#f8fafc;color:var(--muted);font-size:12px}.permission-form{margin:0}.permission-button{padding:6px 8px;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#526274;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.permission-button.enabled{border-color:#86d7aa;background:#dcfce7;color:#166534}.zoom-tools{border-top:1px solid #d7e2ef;background:#f8fbff}.zoom-tools summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;color:#234c75;cursor:pointer;list-style:none}.zoom-tools summary::-webkit-details-marker{display:none}.zoom-tools summary span{font-size:13px;font-weight:800}.zoom-tools summary span:before{content:"+";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #8facc8;border-radius:50%;font-size:14px;line-height:1}.zoom-tools[open] summary span:before{content:"-"}.zoom-tools summary small{color:var(--muted);font-size:11px}.zoom-tools-body{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 18px 18px}.zoom-tools-body p{max-width:720px;margin:0;color:#526274;font-size:13px;line-height:1.45}.zoom-tools-body button{padding:10px 13px;border:0;border-radius:7px;background:#174d7a;color:white;font-weight:700;cursor:pointer;white-space:nowrap}@media (max-width:760px){.zoom-tools summary{display:block}.zoom-tools summary small{display:block;margin:5px 0 0 26px}.zoom-tools-body{display:block}.zoom-tools-body form{margin-top:12px}}.ai-tools{border-top:1px solid #d8d3ef;background:#faf9ff}.ai-tools summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;color:#42327a;cursor:pointer;list-style:none}.ai-tools summary::-webkit-details-marker{display:none}.ai-tools summary span{font-size:13px;font-weight:800}.ai-tools summary span:before{content:"+";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #aa9fd2;border-radius:50%;font-size:14px;line-height:1}.ai-tools[open] summary span:before{content:"-"}.ai-tools summary small{color:var(--muted);font-size:11px}.ai-tools button{padding:10px 13px;border:0;border-radius:7px;background:#4c3a86;color:white;font-weight:700;cursor:pointer;white-space:nowrap}.metric-link{display:block;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;cursor:pointer}.metric-link small{display:block;margin-top:10px;color:var(--blue);font-size:11px;font-weight:800}.attention-item:hover,.metric-link:hover,.upcoming-session:hover{transform:translateY(-2px);border-color:#8ab6dc;box-shadow:0 8px 22px rgba(24,64,106,.1)}.attention-list{display:grid;grid-gap:9px;gap:9px;margin:0 0 22px}.attention-list h2{margin:0 0 2px;font-size:17px}.attention-item{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--line);border-left:5px solid #6283a3;border-radius:10px;background:white;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.attention-item div{display:grid;grid-gap:4px;gap:4px}.attention-item strong{color:var(--ink);font-size:14px}.attention-item span{color:var(--muted);font-size:13px}.attention-item b,.upcoming-session b{color:var(--blue);font-size:12px;white-space:nowrap}.attention-item.warning{border-left-color:#d59a13;background:#fffdf6}.attention-item.danger{border-left-color:#c64d4d;background:#fffafa}.attention-item.good{border-left-color:#22834e;background:#f7fcf8}.dashboard-bottom{margin-top:24px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.panel-heading h2{margin-bottom:0}.setup-link{display:inline-flex;padding:7px 9px;border:1px solid #bdd3e6;border-radius:999px;color:#1c5d8f;background:#f5faff;font-size:11px;font-weight:800;white-space:nowrap}.upcoming-list{display:grid;grid-gap:0;gap:0;margin-top:14px;border-top:1px solid #edf1f5}.upcoming-session{display:grid;grid-template-columns:116px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:13px 2px;border-bottom:1px solid #edf1f5}.upcoming-session time{color:#1b5b89;font-size:12px;font-weight:800}.upcoming-session div{display:grid;grid-gap:3px;gap:3px}.upcoming-session strong{font-size:14px}.upcoming-session span{color:var(--muted);font-size:12px}.table-scroll table td:first-child,.table-scroll table th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:2}.table-scroll table th:first-child{z-index:3;background:#f6f8fb;box-shadow:2px 0 0 #dfe7ef}.table-scroll table td:first-child{background:white;box-shadow:2px 0 0 #edf1f5}.table-scroll tbody tr:hover td,.table-scroll tbody tr:hover td:first-child{background:#f7fbff}nav a{border:1px solid transparent;transition:background .15s ease,border-color .15s ease,transform .15s ease}nav a:hover{border-color:#2b5f90;transform:translateX(2px)}.external-link,.permission-button,.setup-link,button,summary{transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}.permission-button:hover,.setup-link:hover,button:hover{filter:brightness(.97);transform:translateY(-1px);box-shadow:0 3px 10px rgba(11,37,69,.12)}@media (max-width:760px){.attention-item,.panel-heading{display:block}.attention-item b{display:block;margin-top:8px}.setup-link{margin-top:10px}.upcoming-session{grid-template-columns:1fr;gap:4px}.upcoming-session b{margin-top:2px}}.protected-notes{color:#5d4d2b;font-size:12px;white-space:nowrap}.student-form{margin:0 0 20px;padding:16px;border:1px solid #cbdceb;border-radius:10px;background:#f7fbff}.student-form summary{cursor:pointer;color:#174d7a;font-weight:800}.student-form small{color:#64748b;font-weight:400}.student-form-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));grid-gap:10px;gap:10px;margin-top:14px}.student-form-grid label{display:grid;grid-gap:4px;gap:4px;font-size:11px;font-weight:700;color:#42556c}.student-form-grid input,.student-form-grid select,.student-form-grid textarea{padding:8px;border:1px solid #b8c9da;border-radius:6px;background:white;font:inherit;font-size:12px}.student-form-grid textarea{min-height:76px;resize:vertical}.student-form-grid button{align-self:end;width:max-content;padding:9px 12px;border:0;border-radius:6px;background:#0b2545;color:white;font-weight:700;cursor:pointer}@media(max-width:760px){.student-form-grid{grid-template-columns:1fr}}.agenda-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 8px}.agenda-controls strong{color:#42556c;font-size:12px}.agenda-controls button{padding:7px 10px;border:1px solid #bdd3e6;border-radius:7px;background:#f5faff;color:#1c5d8f;font-size:12px;font-weight:800;cursor:pointer}.agenda-controls button:hover{background:#e9f4ff}.agenda-scroll{overflow-x:auto;border:1px solid #dbe4ed;border-radius:12px;background:#fff}.weekly-agenda{display:grid;min-width:960px;color:#27384f}.agenda-corner,.agenda-day-heading{position:-webkit-sticky;position:sticky;top:0;z-index:4;min-height:44px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #dbe4ed;background:#f7fafc;color:#46607d;font-size:12px;font-weight:800}.agenda-corner{left:0;z-index:5;font-size:10px}.agenda-day-heading{border-left:1px solid #dbe4ed}.agenda-all-day,.agenda-all-day-label{min-height:32px;border-bottom:1px solid #dbe4ed;background:#fff}.agenda-all-day-label{display:flex;align-items:center;justify-content:center;padding:4px;color:#75859a;font-size:10px;font-weight:800;background:#f7fafc;border-right:1px solid #dbe4ed}.agenda-all-day{display:grid;align-content:start;grid-gap:3px;gap:3px;padding:3px;border-right:1px solid #dbe4ed}.agenda-all-day-event{overflow:hidden;padding:3px 5px;border-radius:4px;color:#fff;font-size:10px;font-weight:700;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.agenda-time-column{position:relative;height:812px;background:#f7fafc;border-right:1px solid #dbe4ed}.agenda-time-column span{position:absolute;right:8px;transform:translateY(-50%);color:#75859a;font-size:11px;white-space:nowrap}.agenda-day{position:relative;height:812px;border-right:1px solid #dbe4ed;background:repeating-linear-gradient(180deg,#fff 0,#fff 57px,#e7edf3 58px)}.agenda-event{position:absolute;z-index:2;left:4px;right:4px;overflow:hidden;display:flex;flex-direction:column;gap:2px;padding:5px 6px;border-radius:5px;color:#fff;font-size:11px;line-height:1.2;box-shadow:0 1px 2px rgb(20 40 70/.18);text-decoration:none}.agenda-event:hover{filter:brightness(.93);outline:2px solid rgb(20 58 105/.25)}.agenda-event strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agenda-event span{opacity:.92;white-space:nowrap}.agenda-tone-scaled-up{background:#4285f4}.agenda-tone-bright-world{background:#3f51b5}.agenda-tone-enhanced-prep{background:#00884a}.agenda-tone-jct{background:#9b5ab3}.agenda-tone-flc{background:#f4511e}.agenda-tone-default{background:#607d8b}.button-row{display:flex;flex-wrap:wrap;gap:10px}.send-email-button{background:#08703d}.send-email-button:hover{background:#055f33}.billing-controls{margin:0 0 24px;padding:20px;border:1px solid #bcd6e9;border-radius:12px;background:#f5faff}.billing-controls h2{margin:0 0 5px;font-size:20px}.billing-controls>p{margin:0 0 15px;color:#526274;font-size:13px}.billing-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.billing-form-grid form,.plan-form{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid #d6e3ee;border-radius:9px;background:#fff}.billing-form-grid h3{margin:0 0 2px;color:#173f68;font-size:16px}.billing-form-grid label,.invoice-payment-form label,.plan-form label{display:grid;grid-gap:5px;gap:5px;color:#42556c;font-size:12px;font-weight:700}.billing-form-grid input,.billing-form-grid select,.invoice-payment-form input,.plan-form input,.plan-form select{width:100%;padding:9px;border:1px solid #b8c9da;border-radius:7px;background:white;color:var(--ink);font:inherit;font-size:13px}.billing-form-grid button,.invoice-payment-form button,.plan-form button{width:max-content;padding:10px 13px;border:0;border-radius:7px;background:var(--navy);color:white;font-weight:700;cursor:pointer}.billing-form-grid .check{display:flex;align-items:center;gap:7px}.billing-form-grid .check input{width:auto}.form-help{margin:0;color:#64748b;font-size:12px;line-height:1.45}.plan-form{grid-template-columns:repeat(3,minmax(150px,1fr));align-items:flex-end}.invoice-payment-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;padding:14px 16px;border-top:1px solid #e7edf3;background:#f8fbff}.invoice-payment-form small{align-self:center;color:#64748b;font-size:11px}@media(max-width:760px){.billing-form-grid,.plan-form{grid-template-columns:1fr}.invoice-payment-form{display:grid}}.credit-controls{padding:20px}.credit-controls h2{margin:4px 0 5px;font-size:20px}.credit-controls>div>p:not(.eyebrow){margin:0;color:#526274;font-size:13px}.credit-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px}.credit-form-grid form{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid #d3e9dc;border-radius:9px;background:#fff}.credit-form-grid h3{margin:0;color:#17603d;font-size:16px}.credit-form-grid label{display:grid;grid-gap:5px;gap:5px;color:#42556c;font-size:12px;font-weight:700}.credit-form-grid input,.credit-form-grid select{width:100%;padding:9px;border:1px solid #b8c9da;border-radius:7px;background:#fff;color:var(--ink);font:inherit;font-size:13px}.credit-form-grid .span{grid-column:1/-1}.credit-form-grid .check{display:flex;align-items:center;gap:7px}.credit-form-grid .check input{width:auto}.credit-form-grid button{width:max-content;padding:10px 13px;border:0;border-radius:7px;background:#17603d;color:#fff;font-weight:700;cursor:pointer}@media(max-width:760px){.credit-form-grid{grid-template-columns:1fr}}.portal-preview-links{display:flex;gap:8px;flex-wrap:wrap}.portal-preview-links a{color:#1c5d8f;font-size:12px;font-weight:800;text-decoration:underline}.public-portal{max-width:1320px;margin:0 auto;padding:28px 52px 72px}.portal-signout{display:flex;justify-content:flex-end}.portal-signout button{padding:8px 11px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#42556c;font-weight:700;cursor:pointer}@media(max-width:760px){.public-portal{padding:22px 20px}}.password-login{margin-top:18px;padding-top:16px;border-top:1px solid #e4eaf1}.password-login summary{color:#42556c;cursor:pointer;font-size:13px;font-weight:700}.password-login form{margin-top:14px}.student-name-cell{display:flex;align-items:center;gap:7px;min-width:130px}.student-name-cell strong{display:inline;color:var(--ink)}.student-edit-button{display:inline-grid;place-items:center;width:25px;height:25px;padding:0;border:1px solid #a8c4dc;border-radius:6px;background:#f5faff;color:#1c5d8f;font-size:15px;font-weight:800;line-height:1;cursor:pointer}.student-edit-button:hover{background:#e6f2fc;border-color:#6595bf}.student-status-select{min-width:92px;padding:6px 7px;border:1px solid #b8c9da;border-radius:6px;background:#fff;color:#37465a;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.student-editor-row>td{position:static!important;padding:0!important;box-shadow:none!important}.student-editor-row:hover>td,.student-editor-row>td{background:#f7fbff!important}.student-editor-row-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px 0;color:#174d7a}.student-editor-row-heading strong{font-size:14px}.student-editor-row-heading button{padding:6px 9px;border:1px solid #b8c9da;border-radius:6px;background:#fff;color:#42556c;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.inline-student-editor{margin:0;padding:12px 15px 15px}.inline-student-editor button{margin-top:2px}@media(max-width:760px){.student-editor-row-heading{align-items:flex-start}.student-status-select{min-width:84px}}.student-delete-zone{margin-top:16px;padding:10px 12px;border:1px solid #e6bcbc;border-radius:8px;background:#fff8f8}.student-delete-zone summary{color:#9e2929;font-size:12px;font-weight:800;cursor:pointer}.student-delete-zone p{max-width:800px;margin:10px 0;color:#6d3c3c;font-size:12px;line-height:1.5}.student-delete-zone form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.student-delete-zone label{display:grid;grid-gap:5px;gap:5px;min-width:min(100%,330px);color:#7d3434;font-size:12px;font-weight:700}.student-delete-zone input{padding:8px;border:1px solid #d89b9b;border-radius:6px;background:#fff;font:inherit;font-size:12px}.student-delete-zone button{padding:9px 12px;border:0;border-radius:6px;background:#a32626;color:#fff;font-weight:800;cursor:pointer}@media(max-width:760px){.student-delete-zone form{display:grid}.student-delete-zone label{min-width:0}}.credit-controls{margin:0 0 24px;border:1px solid #bde4ce;border-radius:12px;background:#f5fcf8;overflow:hidden}.credit-controls summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;cursor:pointer;list-style:none}.credit-controls summary::-webkit-details-marker{display:none}.credit-controls summary span{display:block}.credit-controls summary .eyebrow{margin:0}.credit-controls summary h2{margin:4px 0 0;font-size:20px}.credit-controls summary h2:before{content:"+";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #7fb897;border-radius:50%;font-size:14px;line-height:1;vertical-align:1px}.credit-controls[open] summary h2:before{content:"-"}.credit-controls summary small{color:var(--muted);font-size:11px}.credit-controls-body{padding:0 20px 20px;border-top:1px solid #cbe5d5}.credit-controls-body>p{margin:14px 0 0;color:#526274;font-size:13px}.credit-controls .credit-form-grid{margin-top:16px}@media(max-width:760px){.credit-controls summary{display:block}.credit-controls summary small{display:block;margin-top:7px;margin-left:26px}.credit-controls-body{padding:0 14px 14px}}.credit-controls summary strong{display:block;margin:4px 0 0;font-size:20px;color:var(--ink)}.credit-controls summary strong:before{content:"+";display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;border:1px solid #7fb897;border-radius:50%;font-size:14px;line-height:1;vertical-align:1px}.credit-controls[open] summary strong:before{content:"-"}.credit-controls{padding:0}.credit-controls-body>p{margin:14px 0 0!important}.invoice-header.invoice-good{background:#e9f8ee;border-bottom-color:#bfe4c9}.invoice-header.invoice-warning{background:#fff7d6;border-bottom-color:#f1d985}.invoice-header.invoice-info{background:#edf6ff;border-bottom-color:#bfd7ee}.invoice-header.invoice-neutral{background:#f1f4f6;border-bottom-color:#d9e0e7}.status-pill.good{background:#d6f3df;color:#146b39}.status-pill.warning{background:#fff0bd;color:#a35f00}.status-pill.info{background:#dceeff;color:#1b5b89}.status-pill.neutral{background:#edf1f5;color:#526274}.completed-invoice>summary{cursor:pointer;list-style:none}.completed-invoice>summary::-webkit-details-marker{display:none}.completed-invoice>summary .invoice-header{border-bottom:0}.completed-invoice>details[open]>summary .invoice-header{border-bottom:1px solid #bfe4c9}.completed-invoice>summary:hover .invoice-header{filter:brightness(.985)}.portal-history{display:grid;grid-gap:12px;gap:12px}.portal-history article{padding:15px 16px;border:1px solid #d7e2ef;border-left:5px solid #5c91bd;border-radius:9px;background:#fff}.portal-history article strong{display:block;color:#173f68}.portal-history article p{margin:8px 0 0;line-height:1.5}.portal-error-card{border-color:#b9d7ea}.portal-error-card .portal-row a{color:#1c5d8f;font-weight:800;text-decoration:underline}.portal-invoice-list{display:grid;grid-gap:10px;gap:10px}.portal-invoice{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 16px;border:1px solid #d7e2ef;border-radius:9px;background:#fff;color:inherit;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.portal-invoice:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(11,37,69,.1);border-color:#8ab6dc}.portal-invoice div{display:grid;grid-gap:4px;gap:4px}.portal-invoice span{color:#64748b;font-size:12px}.portal-invoice>div:last-child{text-align:right;justify-items:end}@media(max-width:760px){.portal-invoice{display:grid}.portal-invoice>div:last-child{text-align:left;justify-items:start}}.table-scroll{max-height:min(70vh,800px);overflow:auto}.table-scroll thead th{position:-webkit-sticky;position:sticky;top:0;z-index:3;box-shadow:0 1px 0 #dfe7ef}.table-scroll table th:first-child{z-index:4}.error-log-picker{min-height:7.5rem}.error-log-picker+small{display:block;margin:.35rem 0}.portal-contact{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .8rem}.portal-contact strong{margin-right:.1rem}.portal-contact a{font-weight:700}.balance-edit-row>td{padding:0;background:#f7fbff}.balance-editor{padding:.8rem 1rem}.balance-editor summary{cursor:pointer;font-weight:800;color:var(--navy)}.balance-editor p{max-width:56rem;color:var(--muted)}.balance-editor form{margin-top:.8rem}.error-dashboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.error-dashboard-card{min-width:0}.error-score-trend{grid-column:span 2}.error-score-trend svg{width:100%;height:auto;margin-top:.5rem;overflow:visible}.error-score-trend line{stroke:#cbd5e1}.error-score-trend polyline{fill:none;stroke:#2563eb;stroke-width:3}.error-score-trend circle{fill:#2563eb}.error-score-trend circle.official{fill:#16a34a}.error-score-trend text{font-size:12px;fill:#475569}.error-bars{display:grid;grid-gap:.55rem;gap:.55rem}.error-bar{display:grid;grid-template-columns:minmax(6rem,1fr) minmax(4rem,1fr) auto;align-items:center;grid-gap:.45rem;gap:.45rem;font-size:.82rem}.error-bar>div{height:.55rem;background:#e2e8f0;border-radius:999px;overflow:hidden}.error-bar i{display:block;height:100%;background:#2563eb;border-radius:inherit}.workspace-heading{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.workspace-heading label{display:grid;grid-gap:.25rem;gap:.25rem;font-size:.8rem;font-weight:700}.error-entry-table input,.error-entry-table select,.error-entry-table textarea{min-width:7rem;width:100%}.error-entry-table textarea{min-width:12rem}.workspace-actions{display:flex;gap:.7rem;margin-top:1rem}.error-workspace>.workspace-actions button:last-child,.workspace-actions button:last-child{background:#0f3b68;color:white}.error-official-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}@media (max-width:900px){.error-dashboard{grid-template-columns:1fr 1fr}.error-score-trend{grid-column:span 2}.error-official-grid{grid-template-columns:1fr}}@media (max-width:600px){.error-dashboard{grid-template-columns:1fr}.error-score-trend{grid-column:span 1}}.portal-hour-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;margin-top:.8rem}.portal-hour-stats span{background:#f4f7fb;border-radius:.5rem;padding:.55rem;font-size:.8rem}.portal-hour-stats strong{display:block;font-size:1rem;color:#102e54}.portal-login-setup{margin:0 0 1.5rem;border:1px solid #bad6f2;border-radius:.9rem;background:#f4faff}.portal-login-setup summary{cursor:pointer;list-style:none;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;color:#102e54}.portal-login-setup summary::-webkit-details-marker{display:none}.portal-login-setup summary:after{content:"+";font-weight:800;font-size:1.25rem}.portal-login-setup[open] summary:after{content:"-"}.portal-login-setup summary span{display:grid;grid-gap:.2rem;gap:.2rem}.portal-login-setup summary small{color:#54708e;font-weight:500}.portal-login-body{padding:0 1.2rem 1.2rem}.family-preview-list{display:grid;grid-gap:1rem;gap:1rem;max-width:74rem}.family-preview-heading{display:flex;align-items:end;justify-content:space-between}.family-preview-heading h2{margin:.05rem 0 0}.family-preview-heading>span{color:#5b6f86;font-weight:700}.family-preview-card{border:1px solid #d8e3ee;border-radius:.9rem;background:#fff;overflow:hidden;box-shadow:0 1px 2px rgba(15,46,84,.04)}.family-preview-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;background:#f8fbfe;border-bottom:1px solid #e2eaf2}.family-preview-card-header h3{margin:0;color:#102e54}.family-preview-card-header p{margin:.25rem 0 0;color:#58708a}.student-preview-list{display:grid}.student-preview-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:center;padding:.8rem 1.1rem;color:#173f6d;text-decoration:none;border-top:1px solid #edf2f6}.student-preview-row:first-child{border-top:0}.student-preview-row:hover{background:#f4faff}.student-preview-row span:nth-child(2){display:grid;grid-gap:.1rem;gap:.1rem}.student-preview-row small{color:#668099}.student-preview-row b{font-size:1.1rem}.portal-row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem}.portal-row-actions form{margin:0}@media (max-width:700px){.student-preview-row{grid-template-columns:auto minmax(0,1fr)}.portal-row-actions{grid-column:2;justify-content:flex-start}}.student-preview-icon{display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:#dcedff;color:#1d5d99;font-weight:800}@media (max-width:600px){.family-preview-card-header{align-items:flex-start;flex-direction:column}}.brand-logo{width:34px;height:34px;object-fit:contain;border-radius:10px;background:#fff}.setup-section{margin:0 0 26px;border:1px solid #bad6f2;border-radius:12px;background:#f5faff;overflow:hidden}.setup-section summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;cursor:pointer;list-style:none}.setup-section summary::-webkit-details-marker{display:none}.setup-section summary strong{display:block;margin-top:4px;font-size:20px;color:var(--navy)}.setup-section summary small{color:#58708a;font-size:12px}.setup-section-body{padding:0 20px 20px;border-top:1px solid #d6e6f3}.setup-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:16px 0}.setup-grid article{padding:14px;border:1px solid #d9e6f1;border-radius:8px;background:#fff}.setup-grid h3{display:flex;align-items:center;gap:7px;margin:0 0 7px;color:#173f68;font-size:14px}.setup-grid p,.setup-instructions p{margin:0;color:#526274;font-size:12px;line-height:1.45}.setup-status{display:inline-flex;padding:3px 6px;border-radius:999px;background:#fff0c4;color:#8a5d00;font-size:10px;font-weight:800}.setup-status.ready{background:#dff5e6;color:#17683c}.setup-form{margin-top:16px;padding:16px;border:1px solid #c7dcec;border-radius:9px;background:#fff}.setup-form h3,.setup-instructions h3{margin:0 0 6px;color:#173f68;font-size:16px}.setup-form button{margin-top:14px;padding:10px 13px;border:0;border-radius:7px;background:var(--navy);color:#fff;font-weight:700;cursor:pointer}.setup-instructions{display:grid;grid-gap:10px;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid #d6e6f3}.setup-instructions div{padding:12px 14px;border:1px solid #d9e6f1;border-radius:8px;background:#fff}.setup-instructions strong{display:block;margin-bottom:5px;color:#173f68;font-size:13px}.setup-instructions code,.student-form code{padding:1px 4px;border-radius:4px;background:#e9f1f8;color:#23486b;font-size:.92em}.compact-settings{margin-top:12px}.compact-settings .setting-row{grid-template-columns:1fr}.compact-settings .setting-value{text-align:left}.portal-branding{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#173f68}.portal-branding img{width:38px;height:38px;object-fit:contain;border-radius:10px;background:#fff}.portal-branding strong{font-size:16px}.portal-powered-by{margin:30px 0 0;padding-top:15px;border-top:1px solid #dbe4ed;color:#718096;font-size:12px;text-align:center}.portal-powered-by strong{color:#3c5874}@media(max-width:900px){.setup-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.setup-section summary{display:block}.setup-section summary>small{display:block;margin-top:7px}.setup-grid{grid-template-columns:1fr}.setup-section-body{padding:0 14px 14px}}.zoom-tool-actions{display:flex;flex-wrap:wrap;gap:8px}.video-match-status{margin:10px 0 0!important;color:#496078!important;font-size:12px!important}.portal-video-link{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.portal-video-link a{color:#1c5d8f;font-weight:800;text-decoration:underline}.portal-video-link span{color:#526274;font-size:12px}button.action-feedback{transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}button.action-feedback.action-feedback-success{background:#187342;color:#fff;box-shadow:0 0 0 3px rgba(24,115,66,.16)}.time-zone-warning{display:block;margin-top:.25rem;color:#a05200;font-weight:800;font-size:.72rem}.student-records-table .student-inline-edit td{vertical-align:top;background:#f2f8ff;border-top:2px solid #77aee0;border-bottom:2px solid #77aee0}.student-records-table .student-inline-edit input,.student-records-table .student-inline-edit select{width:100%;min-width:8rem;box-sizing:border-box;padding:.48rem .52rem;border:1px solid #8eb8df;border-radius:.38rem;background:#fff;color:#102e54;font:inherit}.student-records-table .student-inline-edit td>input+input{margin-top:.4rem}.student-inline-primary{min-width:12.5rem}.student-inline-primary label{display:grid;grid-gap:.25rem;gap:.25rem;color:#355774;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.student-inline-actions{display:flex;gap:.4rem;margin-top:.55rem}.student-inline-actions button{padding:.42rem .58rem;font-size:.8rem}.student-inline-edit small{display:block;max-width:10rem;margin-top:.3rem;color:#5b728a;font-size:.7rem;line-height:1.25}.inline-invoice-enabled{display:flex;align-items:center;gap:.3rem;margin-top:.42rem;color:#355774;font-size:.72rem;font-weight:700;white-space:nowrap}.inline-invoice-enabled input{min-width:0!important;width:auto!important}.student-inline-delete td{padding:0 .7rem .7rem;background:#f8fbfe}.website-editor-link{display:grid;grid-gap:3px;gap:3px;padding:10px;border:1px solid #497ea8;border-radius:8px;background:#13385d;color:#f0f7ff;font-size:12px;font-weight:800;text-decoration:none}.website-editor-link span{color:#a9c9e4;font-size:10px;font-weight:600}.website-editor-link:hover{background:#194875}.stack-actions{display:grid;grid-gap:10px;gap:10px;margin-top:24px}.button-link{display:block;padding:12px;border-radius:8px;background:var(--navy);color:white;text-align:center;font-weight:700;text-decoration:none}.button-link.secondary{background:#eaf0f6;color:var(--navy)}.login-card .password-visibility{display:flex;align-items:center;gap:8px;cursor:pointer}.login-card .password-visibility input{width:auto;padding:0}.current-logo-preview{display:flex;align-items:center;gap:12px;margin:12px 0;padding:10px 12px;border:1px solid #c9deef;border-radius:8px;background:#fff}.current-logo-preview img{width:54px;height:54px;object-fit:contain;border-radius:8px;background:#f5f9fd}.current-logo-preview span{display:grid;grid-gap:3px;gap:3px;color:#173f68}.current-logo-preview small{color:#5d7188;font-size:12px;font-weight:400}.family-portal-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,480px);align-items:center;grid-gap:24px;gap:24px;margin-bottom:-70px}.family-portal-logo{width:min(100%,440px);height:300px;object-fit:contain;justify-self:start}.family-portal-header .setup-link{justify-self:end}@media(max-width:760px){.family-portal-header{grid-template-columns:1fr;gap:12px;margin-bottom:24px}.family-portal-logo{width:220px;height:160px}.family-portal-header .setup-link{justify-self:start}}.table-scroll tbody tr:nth-child(2n) td,.table-scroll tbody tr:nth-child(2n) td:first-child{background:#f8fbff}.table-scroll tbody tr:hover td,.table-scroll tbody tr:hover td:first-child{background:#f0f7fd}.settings-list>.audit-entry:nth-child(2n),.settings-list>.setting-row:nth-child(2n){background:#f8fbff}.student-records-table .student-edit-column{width:42px;min-width:42px;padding-left:6px;padding-right:6px;text-align:center;vertical-align:middle}.student-records-table .student-edit-column .student-edit-button{margin:0}.zoom-video-settings-grid{grid-template-columns:repeat(5,minmax(0,11rem));align-items:start;column-gap:10px;row-gap:12px}.zoom-video-settings-grid .zoom-compact-field{width:11rem}.zoom-video-settings-grid .zoom-compact-field select{width:8rem}.zoom-video-settings-grid .zoom-compact-field input{width:5.5rem}.zoom-video-settings-grid .zoom-video-template{grid-column:1/-1;width:min(100%,28rem)}@media (max-width:1000px){.zoom-video-settings-grid{grid-template-columns:repeat(3,minmax(0,11rem))}}@media (max-width:760px){.zoom-video-settings-grid{grid-template-columns:1fr}.zoom-video-settings-grid .zoom-compact-field,.zoom-video-settings-grid .zoom-compact-field input,.zoom-video-settings-grid .zoom-compact-field select,.zoom-video-settings-grid .zoom-video-template{width:auto;max-width:none}.zoom-video-settings-grid .zoom-video-template{grid-column:auto}}