@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--color-primary:#062a55;--color-primary-strong:#002045;--color-secondary:#2c694e;--color-bg:#f8f9ff;--color-surface:#fff;--color-surface-soft:#eff4ff;--color-surface-blue:#d6e3ff;--color-text:#0b1c30;--color-muted:#43474e;--color-border:#c4c6cf;--color-success:#0f766e;--color-warning:#b45309;--color-danger:#ba1a1a;--role-color:#062a55}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font:inherit}.s1-app{min-height:100vh;background:var(--color-bg);color:var(--color-text)}.s1-sidebar{position:fixed;inset:0 auto 0 0;width:280px;background:var(--color-surface);border-right:1px solid var(--color-border);padding:22px 18px;display:flex;flex-direction:column;z-index:40}.s1-side-brand{min-height:64px;display:flex;align-items:center;gap:12px;text-decoration:none;padding:6px 8px 20px;border-bottom:1px solid var(--color-border);margin-bottom:16px}.s1-side-brand>span{width:44px;height:44px;border-radius:999px;background:var(--role-color);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.s1-mobile-bar strong,.s1-side-brand strong{display:block;color:var(--color-primary-strong);font-size:18px;line-height:1.1}.s1-mobile-bar small,.s1-side-brand small{display:block;color:var(--color-muted);font-size:12px;font-weight:600;margin-top:3px}.s1-side-nav{display:flex;flex-direction:column;gap:4px;overflow-y:auto;padding-right:4px}.s1-side-nav a{min-height:46px;border-radius:10px;display:flex;align-items:center;gap:12px;padding:0 12px;color:var(--color-muted);text-decoration:none;font-size:14px;font-weight:700}.s1-side-nav a.active,.s1-side-nav a:hover{background:var(--color-surface-soft);color:var(--color-primary-strong)}.s1-side-nav a.active{box-shadow:inset 4px 0 0 var(--role-color)}.s1-side-logout{min-height:48px;margin-top:auto;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-muted);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.s1-main{margin-left:280px;min-height:100vh;padding:30px 32px 96px}.s1-page-head{min-height:78px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.s1-page-head h1{margin:0;font-size:32px;line-height:1.15;letter-spacing:0}.s1-page-head p{margin:6px 0 0;color:var(--color-muted);font-size:14px}.s1-eyebrow{margin:0 0 8px!important;color:var(--role-color)!important;font-size:11px!important;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.s1-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.s1-badge,.s1-student-chip{min-height:32px;border-radius:999px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:800;background:var(--color-surface-blue);color:var(--color-primary-strong);white-space:nowrap}.s1-badge.success{background:#dcfce7;color:#166534}.s1-badge.warning{background:#fef3c7;color:#92400e}.s1-badge.danger{background:#fee2e2;color:#991b1b}.s1-badge.neutral{background:var(--color-surface-soft);color:var(--color-muted)}.s1-mobile-bar{display:none;min-height:68px;border-bottom:1px solid var(--color-border);background:rgba(248,249,255,.96);padding:10px 16px;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:32}.s1-drawer-backdrop{position:fixed;inset:0;background:rgba(11,28,48,.48);z-index:60;display:flex}.s1-drawer{width:min(88vw,320px);background:var(--color-surface);height:100%;padding:18px;display:flex;flex-direction:column}.s1-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--color-border);margin-bottom:16px}.s1-filter-bar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:16px;margin-bottom:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px;align-items:flex-end}.s1-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.s1-two-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);grid-gap:18px;gap:18px}.s1-list{display:grid;grid-gap:14px;gap:14px}.s1-row-card{border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);padding:18px}.s1-row-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.content-card h2,.content-card h3,.s1-row-card h2,.s1-row-card h3{margin:0;letter-spacing:0}.s1-row-card p{margin:8px 0 0;color:var(--color-muted)}.s1-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface)}.s1-table{width:100%;border-collapse:collapse;min-width:680px}.s1-table td,.s1-table th{padding:13px 14px;border-bottom:1px solid var(--color-border);text-align:left}.s1-table th{color:var(--color-muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc}.s1-table tr:last-child td{border-bottom:0}.s1-progress{height:10px;border-radius:999px;background:#dbeafe;overflow:hidden}.s1-progress>span{display:block;height:100%;border-radius:inherit;background:var(--role-color)}.s1-document{border:1px solid var(--color-border);border-radius:16px;padding:26px}.s1-document,.s1-segmented{background:var(--color-surface)}.s1-segmented{display:inline-flex;border:1px solid var(--color-border);border-radius:10px;padding:4px;gap:4px}.s1-segmented button{min-height:40px;border:0;border-radius:8px;background:transparent;color:var(--color-muted);padding:0 14px;font-weight:800;cursor:pointer}.s1-segmented button.active{background:var(--role-color);color:#fff}.s1-modal-backdrop{position:fixed;inset:0;z-index:80;background:rgba(11,28,48,.5);display:flex;align-items:center;justify-content:center;padding:20px}.s1-modal{width:min(100%,540px);border-radius:16px;background:var(--color-surface);padding:24px;border:1px solid var(--color-border)}.portal-shell{min-height:100vh;background:var(--color-bg);padding-bottom:88px}.portal-topbar{min-height:72px;border-bottom:1px solid var(--color-border);background:rgba(248,249,255,.94);justify-content:space-between;gap:16px;padding:14px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand-lockup,.portal-topbar{display:flex;align-items:center}.brand-lockup{gap:14px;min-width:0}.brand-mark{width:48px;height:48px;border-radius:999px;background:var(--role-color);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-weight:800}.brand-text{min-width:0}.brand-title{margin:0;color:var(--color-primary-strong);font-size:28px;line-height:1.1;font-weight:800;letter-spacing:0}.brand-subtitle{margin:4px 0 0;color:var(--color-muted);font-size:13px;font-weight:600}.topbar-actions{display:flex;align-items:center;gap:10px}.home-btn,.icon-btn{width:48px;height:48px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.home-btn{background:var(--role-color);border-color:var(--role-color);color:#fff}.text-btn{min-height:44px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-muted);padding:0 14px;font-size:13px;font-weight:800;cursor:pointer}.portal-main{width:min(100%,920px);margin:0 auto;padding:24px 22px}.screen-title{margin:0 0 22px;font-size:38px;line-height:1.05;font-weight:800;letter-spacing:0}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:26px}.metric-card{min-height:112px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);padding:22px;display:flex;justify-content:space-between;gap:20px;align-items:center}.metric-card.feature{background:var(--role-color);color:#fff;border-color:var(--role-color)}.metric-label{margin:0 0 8px;color:var(--color-muted);font-size:15px}.metric-card.feature .metric-label{color:hsla(0,0%,100%,.78)}.metric-value{margin:0;font-size:36px;line-height:1;font-weight:800}.metric-icon{width:60px;height:60px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-surface-blue);color:var(--role-color);flex:0 0 auto}.metric-card.feature .metric-icon{background:hsla(0,0%,100%,.16);color:#fff}.filter-bar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:16px;margin-bottom:22px;display:grid;grid-template-columns:repeat(3,minmax(160px,1fr)) auto;grid-gap:12px;gap:12px;align-items:flex-end}.field{display:flex;flex-direction:column;gap:6px}.field label,.field-label{color:var(--color-muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.input,.select{width:100%;min-height:48px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:10px 12px;outline:none}.input:focus,.select:focus{border-color:var(--role-color);box-shadow:0 0 0 2px color-mix(in srgb,var(--role-color) 16%,transparent)}.primary-btn{min-height:48px;border:0;border-radius:8px;background:var(--role-color);color:#fff;padding:0 22px;font-size:14px;font-weight:800;letter-spacing:.02em;cursor:pointer;text-transform:uppercase}.primary-btn:disabled{opacity:.65;cursor:default}.secondary-btn{min-height:48px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:0 18px;font-size:14px;font-weight:800;cursor:pointer}.module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.module-tile{min-height:200px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);color:var(--color-text);text-decoration:none;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.module-tile:hover{border-color:var(--role-color);background:var(--color-surface-soft)}.tile-icon{width:58px;height:58px;border-radius:999px;background:var(--color-surface-blue);color:var(--role-color);display:inline-flex;align-items:center;justify-content:center}.tile-label{color:var(--color-text);font-size:16px;font-weight:800}.content-card{border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);padding:22px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;min-height:80px;border-top:1px solid var(--color-border);background:#eef4ff;display:none;gap:min(5vw,34px);z-index:30}.bottom-nav,.bottom-nav a{align-items:center;justify-content:center}.bottom-nav a{min-width:72px;min-height:56px;border-radius:18px;display:inline-flex;flex-direction:column;gap:4px;text-decoration:none;color:var(--color-muted);font-size:12px;font-weight:700}.bottom-nav a.active{background:#aeeecb;color:var(--color-secondary)}.auth-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 50% 48%,#e5eeff 0,rgba(229,238,255,.52) 28%,transparent 54%),var(--color-bg)}.auth-header{height:72px;display:flex;align-items:center;gap:12px;padding:0 32px;color:var(--color-primary-strong)}.auth-header strong{font-size:24px}.auth-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:min(100%,520px);border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);padding:34px}.auth-card-header{text-align:center;margin-bottom:26px}.auth-card-header h1{margin:14px 0 8px;font-size:28px;line-height:1.2}.auth-card-header p{margin:0;color:var(--color-muted)}.auth-mark{width:52px;height:52px;border-radius:14px;background:var(--color-surface-blue);color:var(--role-color);display:inline-flex;align-items:center;justify-content:center}.error-box{border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;padding:12px 14px;font-size:13px;font-weight:700;margin-bottom:18px}.locked-note{border-top:1px solid var(--color-border);margin-top:22px;padding-top:18px;color:var(--color-muted);font-size:13px;text-align:center}@media (max-width:760px){.portal-topbar{padding:12px 20px}.brand-title{font-size:24px}.screen-title{font-size:36px}.filter-bar,.summary-grid{grid-template-columns:1fr}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.module-tile{min-height:200px}}@media (max-width:520px){.portal-main{padding:22px}.topbar-actions .text-btn{display:none}.auth-card{padding:26px}}@media (max-width:980px){.s1-sidebar{display:none}.s1-mobile-bar{display:flex}.s1-main{margin-left:0;padding:22px 16px 104px}.s1-page-head{display:block}.s1-head-actions{justify-content:flex-start;margin-top:14px}.s1-two-grid{grid-template-columns:1fr}}@media (max-width:640px){.s1-page-head h1{font-size:26px}.s1-card-grid{grid-template-columns:1fr}.s1-row-top{display:grid}.s1-segmented{width:100%}.s1-segmented button{flex:1 1}}@media print{.bottom-nav,.s1-filter-bar,.s1-head-actions,.s1-mobile-bar,.s1-sidebar{display:none!important}.s1-main{margin:0;padding:0}body{background:#fff}}.profile-detail-section{margin-bottom:18px;padding:22px 24px}.profile-section-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.profile-section-icon{width:42px;height:42px;border-radius:13px;background:#eaf2ff;color:var(--role-color);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.profile-section-heading h2{margin:0;color:var(--role-color);font-size:24px;line-height:1.12}.profile-section-heading p{margin:4px 0 0;color:var(--color-muted);font-size:13px;font-weight:700}.student-profile-layout{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:flex-start}.student-photo-panel{border-right:1px solid #d8e1ef;padding-right:16px;display:grid;justify-items:center;grid-gap:10px;gap:10px;text-align:center}.student-photo-panel img,.student-photo-panel>span:first-child{width:112px;height:124px;border-radius:16px;border:1px solid #dfe7f2;background:#edf4ff;object-fit:cover;display:grid;place-items:center;color:var(--role-color);font-size:34px;font-weight:900}.student-photo-panel strong{color:var(--color-success);font-size:12px;font-weight:900;text-transform:uppercase}.student-photo-panel small{color:var(--color-muted);font-size:11px;font-weight:800}.profile-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.guardian-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-detail-cell{min-height:64px;border-right:1px solid #d8e1ef;border-bottom:1px solid #d8e1ef;padding:11px 12px;display:grid;align-content:center;grid-gap:4px;gap:4px}.profile-detail-cell.wide{grid-column:span 2}.profile-detail-cell span{color:#63708a;font-size:11px;font-weight:700}.profile-detail-cell strong{color:var(--role-color);font-size:14px;font-weight:900;line-height:1.25;overflow-wrap:anywhere}@media (max-width:760px){.profile-detail-section{padding:18px}.profile-section-heading{align-items:flex-start}.student-profile-layout{grid-template-columns:120px minmax(0,1fr)}.student-photo-panel{padding-right:10px}.student-photo-panel img,.student-photo-panel>span:first-child{width:96px;height:112px;border-radius:14px}.guardian-grid,.profile-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-detail-cell{min-height:72px;padding:10px 11px}.profile-detail-cell.wide{grid-column:1/-1}}@media (max-width:430px){.student-profile-layout{grid-template-columns:108px minmax(0,1fr)}.student-photo-panel img,.student-photo-panel>span:first-child{width:82px;height:96px}.profile-detail-cell{min-height:70px}.profile-detail-cell strong{font-size:13px}}@media (max-width:760px){html{min-height:100%;overflow-y:auto}body,html{height:auto;overflow-x:hidden}body{min-height:100dvh;overflow-y:auto!important;overscroll-behavior-y:auto;position:static;-webkit-overflow-scrolling:touch}.portal-shell,.s1-app{min-height:100dvh;height:auto;overflow:visible}.portal-main,.s1-main{min-height:auto;height:auto;overflow:visible;-webkit-overflow-scrolling:touch}.bottom-nav,.s1-mobile-bar{touch-action:auto}}.s1-app{background:radial-gradient(circle at top left,rgba(255,184,28,.12),transparent 30rem),linear-gradient(135deg,#f7faff,#eef4fb)}.s1-sidebar{background:linear-gradient(180deg,#062a55,#082b50 56%,#05203f);border-right:0;box-shadow:16px 0 38px rgba(6,42,85,.14)}.s1-side-brand{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.15)}.s1-side-brand img{width:52px;height:52px;border-radius:999px;object-fit:contain;background:#fff;padding:3px;box-shadow:0 10px 20px rgba(0,0,0,.18)}.s1-side-brand strong{color:#fff;letter-spacing:.01em}.s1-side-brand small{color:#ffcf24;font-weight:900}.s1-side-nav a{color:hsla(0,0%,100%,.8);border:1px solid transparent;border-radius:14px}.s1-side-nav a:hover{background:hsla(0,0%,100%,.1);color:#fff}.s1-side-nav a.active{background:#fff;color:#062a55;box-shadow:0 12px 24px rgba(0,0,0,.14)}.s1-side-logout{color:#ffd8d8;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);border-radius:14px}.s1-main{background:transparent}.s1-page-head{background:hsla(0,0%,100%,.78);border:1px solid rgba(202,213,228,.9);border-radius:24px;margin-bottom:22px;padding:18px 22px;box-shadow:0 18px 42px rgba(6,42,85,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.s1-page-head h1{color:#062a55}.s1-eyebrow{color:#0f6b46!important}.icon-btn,.s1-student-chip{border-radius:15px}.family-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-gap:18px;gap:18px;align-items:stretch}.family-hero-card,.family-panel,.family-quick-section,.family-today-card,.family-weekly-card{background:hsla(0,0%,100%,.88);border:1px solid #d9e2ee;border-radius:28px;box-shadow:0 20px 44px rgba(6,42,85,.08)}.family-hero-card{padding:28px;border-color:#ffd27a;background:linear-gradient(90deg,rgba(255,100,20,.11),transparent 42%),url(/brand/transparentlogo.png) right 28px center /180px auto no-repeat,linear-gradient(135deg,#fffdf8,#fff)}.family-child-row{display:flex;align-items:center;gap:18px}.family-avatar{width:92px;height:92px;border-radius:24px;display:grid;place-items:center;overflow:hidden;background:#eaf2ff;border:1px solid #d8e4f4;color:#062a55;font-size:30px;font-weight:900}.family-avatar img{width:100%;height:100%;object-fit:cover}.family-kicker{margin:0 0 6px;color:#0f6b46;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.family-card-head h2,.family-child-row h2,.family-section-title h2{margin:0;color:#062a55}.family-child-row h2{font-size:clamp(32px,4vw,56px);line-height:.98}.family-child-row p:not(.family-kicker){margin:10px 0 0;color:#50617a;font-weight:800}.family-progress-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px;font-weight:900;color:#062a55}.family-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.family-card-head a,.family-hero-actions a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd6e4;border-radius:14px;padding:0 16px;color:#062a55;text-decoration:none;font-weight:900;background:#fff}.family-hero-actions a:first-child{color:#fff;background:#062a55;border-color:#062a55}.family-today-card{padding:24px}.family-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.family-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.family-summary-grid div{min-height:104px;border:1px solid #e0e8f2;border-radius:20px;padding:16px;display:grid;align-content:center;grid-gap:5px;gap:5px;background:#f8fbff}.family-list span,.family-summary-grid small,.family-summary-grid span{color:#65748c;font-weight:800}.family-summary-grid strong{color:#062a55;font-size:24px;line-height:1.08}.family-quick-section{margin-top:18px;padding:24px}.family-section-title{margin-bottom:18px}.family-section-title p{margin:5px 0 0;color:#66758d;font-weight:700}.family-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(138px,1fr));grid-gap:14px;gap:14px}.family-quick-card{min-height:150px;border:1px solid #dce6f2;border-radius:22px;padding:16px;display:grid;place-items:center;text-align:center;text-decoration:none;color:#1b2738;background:linear-gradient(145deg,#fff,#f6f9fd);box-shadow:0 14px 28px rgba(6,42,85,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.family-quick-card:focus-visible,.family-quick-card:hover{transform:translateY(-3px);border-color:#ffcf24;box-shadow:0 20px 36px rgba(6,42,85,.12)}.family-quick-card img{width:58px;height:58px;object-fit:contain}.family-quick-card strong{color:#062a55;font-size:16px;font-weight:900}.family-quick-card span{color:#69778e;font-size:12px;font-weight:800}.family-panel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.family-panel,.family-weekly-card{padding:22px}.family-list{display:grid;grid-gap:10px;gap:10px}.family-list>a,.family-list>article,.family-list>p{margin:0;border:1px solid #e1e9f3;border-radius:16px;padding:13px 14px;color:#1c2b40;text-decoration:none;background:#f9fbff}.family-list strong{display:block;color:#062a55;font-weight:900}.family-list span{display:block;margin-top:4px;font-size:12px}.family-weekly-card{margin-top:18px}.family-weekly-scroll{overflow-x:auto;padding-bottom:4px}.family-weekly-grid{min-width:980px;display:grid;grid-template-columns:104px repeat(6,minmax(132px,1fr));border:1px solid var(--color-border);border-radius:18px;overflow:hidden}.family-weekly-grid small{display:block;margin-top:3px;font-weight:800;color:var(--color-muted)}@media (max-width:980px){.family-hero-grid,.family-panel-grid{grid-template-columns:1fr}.family-hero-card{background:linear-gradient(90deg,rgba(255,100,20,.12),transparent 52%),linear-gradient(135deg,#fffdf8,#fff)}}@media (max-width:760px){.s1-sidebar{display:none}.s1-mobile-bar{position:-webkit-sticky;position:sticky;top:0;z-index:80;display:grid;grid-template-columns:48px 46px minmax(0,1fr) 48px;grid-gap:10px;gap:10px;align-items:center;min-height:92px;padding:12px 14px 16px;color:#fff;background:linear-gradient(135deg,#062a55,#0a416b);border-bottom:5px solid #ffcf24;border-radius:0 0 24px 24px;box-shadow:0 18px 34px rgba(6,42,85,.22)}.s1-mobile-bar img{width:44px;height:44px;border-radius:999px;object-fit:contain;background:#fff;padding:2px}.s1-mobile-bar small,.s1-mobile-bar strong{display:block;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.s1-mobile-bar small{color:#ffcf24;font-weight:900}.s1-mobile-bar .icon-btn{background:hsla(0,0%,100%,.13);border-color:hsla(0,0%,100%,.18);color:#fff}.s1-main{padding:16px 14px 104px}.s1-page-head{padding:16px;border-radius:22px}.s1-page-head h1{font-size:26px}.s1-head-actions{width:100%;display:grid;grid-template-columns:1fr auto auto}.s1-head-actions .s1-student-chip:last-child{grid-column:1/-1}.family-hero-card,.family-panel,.family-quick-section,.family-today-card,.family-weekly-card{border-radius:22px;box-shadow:0 14px 28px rgba(6,42,85,.08);padding:18px}.family-child-row{align-items:flex-start}.family-avatar{width:72px;height:72px;border-radius:20px;font-size:24px}.family-child-row h2{font-size:32px}.family-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.family-summary-grid div{min-height:92px;padding:13px}.family-summary-grid strong{font-size:20px}.family-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.family-quick-card{min-height:118px;border-radius:18px;padding:10px 8px}.family-quick-card img{width:46px;height:46px}.family-quick-card strong{font-size:13px}.family-quick-card span{display:none}.family-card-head{align-items:flex-start}.bottom-nav{position:fixed;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:90;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0;height:76px;padding:8px;border:0;border-radius:24px;background:#062a55;box-shadow:0 20px 44px rgba(6,42,85,.35)}.bottom-nav a,.bottom-nav button{border:0;background:transparent;color:hsla(0,0%,100%,.76);display:grid;place-items:center;grid-gap:3px;gap:3px;font-size:11px;font-weight:900;text-decoration:none;cursor:pointer}.bottom-nav a.active,.bottom-nav button.active{color:#ffcf24}}@media (max-width:430px){.family-summary-grid{grid-template-columns:1fr 1fr}.family-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.family-hero-actions{display:grid;grid-template-columns:1fr}}