:root{--font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--color-bg: #f5f7fb;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-surface-muted: #f8fafc;--color-text: #0f172a;--color-text-muted: #5b6678;--color-border: #d7dee8;--color-border-strong: #c5d0dd;--color-primary: var(--tenant-primary, #1d4ed8);--color-primary-strong: #1e3a8a;--color-accent: #2563eb;--color-success: #15803d;--color-warning: #b45309;--color-danger: #b42318;--color-info: #1d4ed8;--color-indigo: #1d4ed8;--color-violet: #334155;--color-fuchsia: #475569;--color-cyan: #0f766e;--color-emerald: #15803d;--color-amber: #b45309;--color-rose: #b42318;--radius-xs: 6px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-pill: 999px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 1px rgba(15, 23, 42, .04);--shadow-md: 0 8px 24px rgba(15, 23, 42, .08), 0 2px 6px rgba(15, 23, 42, .04);--shadow-lg: 0 18px 40px rgba(15, 23, 42, .1);--shadow-glow: none;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-spring: .28s cubic-bezier(.2, .8, .2, 1);--breakpoint-mobile: 768px;--breakpoint-tablet: 1024px;--breakpoint-desktop: 1440px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*{box-sizing:border-box}@keyframes page-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes stagger-rise-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes feedback-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes announcement-dot-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animated-page{animation:page-fade-in .2s ease-out both}.motion-stagger-enter{opacity:0;transform:translateY(6px);animation:stagger-rise-in .18s ease-out both;animation-delay:var(--motion-delay, 0ms)}.motion-feedback-enter,.ui-toast,.error-text,.success-text,.student-profile-inline-alert,.student-profile-alert,.student-continuity-banner,.student-network-banner,.student-guidance-banner{animation:feedback-enter .15s ease-out both}.motion-skeleton-card{overflow:hidden}.motion-skeleton-media,.motion-skeleton-line,.motion-skeleton-chip{background-color:var(--color-surface-muted);background-image:linear-gradient(90deg,var(--color-surface-muted) 0%,color-mix(in oklab,var(--color-surface-muted) 78%,white) 50%,var(--color-surface-muted) 100%);background-size:200% 100%;animation:skeleton-shimmer 1.2s linear infinite}.motion-skeleton-media{min-height:160px;border-radius:18px}.motion-skeleton-line{border-radius:999px}.motion-skeleton-line.is-title{height:1.05rem;width:72%}.motion-skeleton-line.is-body{height:.82rem;width:100%}.motion-skeleton-line.is-body-short{height:.82rem;width:62%}.motion-skeleton-line.is-stat{height:1.2rem;width:40%}.motion-skeleton-chip{height:1.75rem;width:5.5rem;border-radius:999px}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text);background:radial-gradient(ellipse at 10% 0%,rgba(31,79,120,.1),transparent 48%),radial-gradient(ellipse at 90% 5%,rgba(191,138,46,.1),transparent 42%),radial-gradient(ellipse at 50% 100%,rgba(74,163,161,.08),transparent 48%),var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.brand-lockup{display:inline-flex;align-items:center;gap:.8rem;min-width:0;color:var(--color-text);text-decoration:none}.brand-lockup:hover{text-decoration:none}.brand-mark{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:14px;background:#e8eef9;border:1px solid #c7d2e4}.brand-mark-svg{display:block;width:2rem;height:2rem}.brand-mark-frame{fill:#fff;stroke:#c7d2e4;stroke-width:1.4}.brand-mark-path{fill:none;stroke:var(--color-primary);stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round}.brand-mark-node{fill:var(--color-text)}.brand-copy{display:grid;gap:.1rem;min-width:0}.brand-wordmark{display:block;color:var(--color-text);font-family:var(--font-display);font-size:1.02rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.brand-descriptor{display:block;color:var(--color-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.brand-compact{gap:.7rem}.brand-compact .brand-mark{width:2.2rem;height:2.2rem;border-radius:12px}.brand-compact .brand-mark-svg{width:1.8rem;height:1.8rem}.brand-compact .brand-wordmark{font-size:.98rem}main{display:block}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.public-shell{min-height:100vh;display:grid;align-content:center;justify-items:center;gap:var(--space-5);padding:var(--space-6)}.public-card{width:min(620px,100%);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md);padding:var(--space-8)}.public-brand{font-size:1.1rem;font-weight:700;margin-bottom:var(--space-4)}.public-footer{color:var(--color-text-muted);font-size:.875rem}.marketing-shell{min-height:100vh;padding:1.25rem clamp(1.1rem,2.5vw,2.5rem) 2.5rem}.marketing-topbar,.marketing-hero,.marketing-section,.marketing-footer{width:min(1180px,100%);margin:0 auto}.marketing-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0 1rem}.marketing-brand{display:inline-flex;align-items:center;gap:.85rem;color:var(--color-text);font-weight:800;letter-spacing:-.02em}.marketing-brand:hover{text-decoration:none}.marketing-brand small{display:block;margin-top:.1rem;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.marketing-brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,var(--color-indigo),var(--color-violet));color:#fff;box-shadow:0 12px 30px #1f4f7833}.marketing-nav,.marketing-topbar-actions,.marketing-proof-row,.marketing-metric-strip,.marketing-columns,.marketing-platform-grid,.marketing-readiness-grid,.marketing-footer-links,.public-auth-demo-links,.public-auth-field-grid{display:flex;gap:1rem}.marketing-nav{align-items:center;justify-content:center;flex:1}.marketing-nav a,.marketing-login-link,.public-auth-demo-links a{color:var(--color-text-muted);font-weight:700}.marketing-nav a:hover,.marketing-login-link:hover,.public-auth-demo-links a:hover{color:var(--color-primary);text-decoration:none}.marketing-topbar-actions{align-items:center}.marketing-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:clamp(1.5rem,4vw,4rem);align-items:center;padding:clamp(2.25rem,6vw,5rem) 0 2rem}.marketing-hero-copy{display:grid;gap:1.25rem}.marketing-hero-copy h1,.marketing-section-heading h2,.marketing-pilot-copy h2,.public-auth-aside h1,.public-auth-header h2{margin:0;font-family:var(--font-display);letter-spacing:-.04em;line-height:1.03}.marketing-hero-copy h1{font-size:clamp(3rem,6vw,5rem);max-width:11ch}.marketing-lead,.public-auth-lead{margin:0;max-width:63ch;color:var(--color-text-muted);font-size:1.05rem;line-height:1.75}.marketing-hero-actions{align-items:center}.marketing-inline-link{font-weight:800;color:var(--color-primary)}.marketing-proof-row{flex-wrap:wrap;gap:1.1rem;padding-top:.5rem}.marketing-proof-row>div,.marketing-column,.marketing-platform-grid section,.marketing-readiness-grid>div,.public-auth-highlights>div{flex:1 1 0;min-width:180px}.marketing-proof-row strong,.marketing-metric-strip strong,.public-auth-highlights strong{display:block;margin-bottom:.25rem;font-size:1rem;color:var(--color-text)}.marketing-proof-row span,.marketing-metric-strip span,.marketing-step-label,.public-auth-highlights span,.public-auth-meta p,.marketing-footer p{color:var(--color-text-muted)}.marketing-hero-visual,.public-auth-panel{position:relative;overflow:hidden;border:1px solid rgba(20,34,53,.08);background:linear-gradient(180deg,#fffffff5,#fcf9f3eb),var(--color-surface)}.marketing-hero-visual{border-radius:28px;box-shadow:0 24px 60px #14223514;padding:1.25rem;display:grid;gap:1rem}.marketing-visual-band,.marketing-pilot-section,.public-auth-panel{border-radius:24px}.marketing-visual-band{display:grid;gap:.35rem;padding:1rem 1.1rem;background:linear-gradient(135deg,#1f4f781a,#4aa3a11f)}.marketing-visual-band span,.marketing-kicker,.public-auth-kicker{font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--color-primary)}.marketing-visual-band strong{font-size:1.05rem;line-height:1.4}.marketing-metric-strip{flex-wrap:wrap}.marketing-metric-strip>div{flex:1 1 0;min-width:120px;padding:.9rem 1rem;border-top:1px solid rgba(20,34,53,.08);border-bottom:1px solid rgba(20,34,53,.08)}.marketing-metric-strip strong{font-size:1.6rem;font-family:var(--font-display)}.marketing-workflow{display:grid;gap:1rem}.marketing-workflow article{padding:1rem 1.1rem;border-left:3px solid rgba(31,79,120,.18);background:#ffffffb3}.marketing-workflow h2,.marketing-workflow p,.marketing-attention-list strong,.marketing-attention-list span{margin:0}.marketing-workflow h2,.marketing-column h3,.marketing-platform-grid h3,.marketing-readiness-grid h3{font-size:1.18rem}.marketing-checklist,.marketing-list{margin:.9rem 0 0;padding:0;list-style:none;display:grid;gap:.8rem}.marketing-checklist li,.marketing-list li{position:relative;padding-left:1.3rem}.marketing-checklist li:before,.marketing-list li:before{content:"";position:absolute;left:0;top:.56rem;width:7px;height:7px;border-radius:999px;background:var(--color-accent)}.marketing-attention-list{display:grid;gap:.75rem;margin-top:.9rem}.marketing-attention-list>div{display:grid;gap:.2rem;padding-bottom:.75rem;border-bottom:1px solid rgba(20,34,53,.08)}.marketing-section{padding:2.5rem 0;border-top:1px solid rgba(20,34,53,.08)}.marketing-section-heading{max-width:720px;margin-bottom:1.5rem}.marketing-section-heading h2{font-size:clamp(2rem,3vw,3.1rem);margin-bottom:.85rem}.marketing-section-heading p{margin:0;color:var(--color-text-muted)}.marketing-columns-three,.marketing-platform-grid,.marketing-readiness-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-column,.marketing-platform-grid section,.marketing-readiness-grid>div{padding:.35rem .25rem .35rem 0}.marketing-platform-tag{display:inline-flex;margin-bottom:.7rem;padding-bottom:.4rem;border-bottom:2px solid rgba(31,79,120,.14);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.marketing-pilot-section{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem;border:1px solid rgba(31,79,120,.1);background:linear-gradient(135deg,#1f4f7814,#bf8a2e1a)}.marketing-pilot-copy{max-width:700px}.marketing-pilot-copy h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.75rem}.marketing-pilot-copy p{margin:0 0 .7rem}.marketing-price-line{font-weight:800;color:var(--color-primary-strong)}.marketing-pilot-actions{display:flex;flex-wrap:wrap;gap:.9rem}.marketing-footer{display:flex;justify-content:space-between;gap:1.5rem;padding:2rem 0 .5rem;border-top:1px solid rgba(20,34,53,.08)}.marketing-footer strong{display:inline-block;margin-bottom:.35rem}.marketing-footer-links{flex-wrap:wrap;justify-content:flex-end}.public-auth-shell{min-height:100vh;padding:clamp(1rem,2.5vw,2rem)}.public-auth-layout{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:clamp(1.5rem,4vw,4rem);align-items:stretch;min-height:calc(100vh - 4rem)}.public-auth-layout-signup{grid-template-columns:minmax(0,.95fr) minmax(500px,1fr)}.public-auth-aside{display:grid;align-content:center;gap:1.15rem;padding:clamp(1rem,3vw,2.5rem) 0}.public-auth-brand{margin-bottom:.35rem}.public-auth-aside h1{font-size:clamp(2.6rem,5vw,4.2rem);max-width:10ch}.public-auth-highlights{display:grid;gap:.95rem;margin-top:.25rem}.public-auth-highlights>div{padding-left:1rem;border-left:2px solid rgba(31,79,120,.16)}.public-auth-demo-links{flex-wrap:wrap;margin-top:.35rem}.public-auth-panel{padding:clamp(1.5rem,3vw,2.4rem);align-self:center;box-shadow:0 24px 60px #1422350f}.public-auth-header h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:.55rem}.public-auth-header p{margin:0;color:var(--color-text-muted)}.public-auth-form{margin-top:1.5rem}.public-auth-field-grid{align-items:end}.public-auth-field-grid>label{flex:1 1 0}.public-auth-meta{display:grid;gap:.25rem;margin-top:1rem}.public-auth-meta p{margin:0}.auth-shell{min-height:100vh;padding:var(--space-6);display:grid;place-items:center;position:relative;isolation:isolate;overflow:hidden}.auth-shell:before,.auth-shell:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);z-index:-1;animation:auth-float 8s ease-in-out infinite}@keyframes auth-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(12px,-18px) scale(1.06)}}.auth-shell:before{width:min(42vw,520px);height:min(42vw,520px);top:-8%;left:-5%;background:radial-gradient(circle,rgba(99,102,241,.25),rgba(139,92,246,.1),transparent 70%)}.auth-shell:after{width:min(36vw,440px);height:min(36vw,440px);bottom:-5%;right:-3%;background:radial-gradient(circle,rgba(6,182,212,.2),rgba(16,185,129,.08),transparent 70%);animation-delay:-4s}.auth-card{width:min(440px,100%);border:1px solid rgba(99,102,241,.12);border-radius:var(--radius-lg);background:#ffffffd1;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);box-shadow:0 24px 48px #6366f114,0 0 0 1px #fff9 inset;padding:clamp(1.5rem,3vw,2.25rem)}.auth-header h1{margin:0;font-size:clamp(1.8rem,2.5vw,2.15rem);line-height:1.1;background:linear-gradient(135deg,var(--color-indigo),var(--color-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-eyebrow{margin:0 0 var(--space-2);color:var(--color-indigo);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.auth-subtitle{margin:var(--space-2) 0 0;color:var(--color-text-muted)}.auth-form{margin-top:var(--space-5)}.auth-submit{width:100%;margin-top:var(--space-2)}.auth-footer{margin:var(--space-5) 0 0;color:var(--color-text-muted);font-size:.9rem;text-align:center}.hero-grid{display:grid;gap:var(--space-5)}.hero-grid h1{margin:var(--space-2) 0;line-height:1.15}.hero-grid p{color:var(--color-text-muted)}.landing-page{width:min(1120px,100%)}.landing-hero-card,.landing-pricing-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.85fr);gap:var(--space-5);border:none;box-shadow:none;background:transparent;padding:var(--space-8) 0}.landing-hero-copy h1{font-size:clamp(2.4rem,4.5vw,3.8rem);letter-spacing:-.04em;font-weight:900;line-height:1.08;background:linear-gradient(135deg,#111827 30%,var(--color-indigo) 70%,var(--color-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-copy p{max-width:64ch;font-size:1.08rem;line-height:1.65}.landing-hero-panel,.landing-trust-box{border:none;border-radius:var(--radius-lg);background:linear-gradient(135deg,#6366f10f,#8b5cf60a);padding:1.25rem 1.35rem}.landing-section-grid{display:grid;gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr))}.landing-section-grid>.ui-card{border:none;box-shadow:none;background:transparent;padding:var(--space-5) 0}.landing-section-grid h2,.landing-cta-card h2,.landing-pricing-card h2{margin-top:0;margin-bottom:.8rem;line-height:1.15;font-weight:800}.landing-list{margin:0;padding-left:0;list-style:none;display:grid;gap:.85rem}.landing-list li{color:var(--color-text);padding-left:1.6rem;position:relative;line-height:1.5}.landing-list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--color-indigo),var(--color-cyan))}.landing-cta-card{display:grid;gap:var(--space-4);align-items:center;border:none;box-shadow:none;background:linear-gradient(135deg,#6366f10d,#06b6d40a);border-radius:var(--radius-lg);padding:var(--space-8)}.landing-inline-link{align-self:center;font-weight:700;background:linear-gradient(135deg,var(--color-indigo),var(--color-violet));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-price-lead{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,var(--color-indigo),var(--color-emerald));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.ranking-controls{align-items:end}.ranking-controls label{display:grid;gap:var(--space-1);color:var(--color-text-muted);min-width:120px}.form-grid{margin-top:var(--space-4);display:grid;gap:var(--space-4)}.form-grid label{display:grid;gap:var(--space-2);color:var(--color-text-muted);font-size:.92rem;font-weight:600}.form-grid input,.form-grid select,.ui-input,.ui-select{width:100%;border:1px solid var(--color-border);background:linear-gradient(180deg,#fffffffa,#f9fafcf0);border-radius:16px;padding:.78rem .95rem;color:var(--color-text);box-shadow:inset 0 1px #ffffffad,0 1px 2px #1422350a;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.form-grid textarea,.career-textarea-row textarea,.career-section-stack textarea{width:100%;border:1px solid var(--color-border);background:linear-gradient(180deg,#fffffffa,#f9fafcf0);border-radius:18px;padding:.82rem .95rem;color:var(--color-text);resize:vertical;box-shadow:inset 0 1px #ffffffad,0 1px 2px #1422350a;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.form-grid input:focus,.form-grid select:focus,.ui-input:focus,.ui-select:focus,.form-grid textarea:focus,.career-textarea-row textarea:focus,.career-section-stack textarea:focus{outline:0;border-color:var(--color-primary);box-shadow:0 0 0 3px #1f4f781f}.form-grid input::placeholder,.form-grid textarea::placeholder,.ui-input::placeholder,.career-textarea-row textarea::placeholder,.career-section-stack textarea::placeholder{color:color-mix(in oklab,var(--color-text-muted) 84%,white)}.error-text{color:var(--color-danger);margin:0}.success-text{color:var(--color-success);margin:0}.muted-text{color:var(--color-text-muted)}.app-state-card{display:grid;gap:.9rem;justify-items:center;text-align:center;padding:1.4rem;border-style:dashed;background:linear-gradient(180deg,#fff,#f8fbff)}.app-state-card h2,.app-state-card p{margin:0}.app-state-card-error{border-color:#dc262633;background:linear-gradient(180deg,#fff,#fff7f7)}.app-state-card-compact{padding:1rem;justify-items:start;text-align:left}.app-empty-state{padding:.85rem .95rem;border-radius:var(--radius-sm);background:#f8fbff;border:1px dashed rgba(37,99,235,.18);color:var(--color-text-muted)}.app-empty-state p{margin:0}.app-empty-state-card{justify-items:start;text-align:left}.ai-inline-result{margin:var(--space-3) 0;white-space:pre-wrap;background:#0b1629;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3);color:var(--color-text);font-family:JetBrains Mono,monospace;font-size:.88rem}.resources-page{display:grid;gap:var(--space-4)}.resources-hero-card,.resources-toolbar-card,.resources-topic-card{width:100%}.resources-hero-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);gap:var(--space-4);padding:var(--space-5);background:radial-gradient(circle at top left,rgba(99,102,241,.08),transparent 32%),linear-gradient(180deg,#fff,#fafbfe)}.resources-kicker{margin:0 0 .65rem;font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary)}.resources-hero-copy h1{margin:0;font-size:clamp(2rem,2.6vw,3rem);line-height:1.05;letter-spacing:-.04em}.resources-hero-copy p:last-child{margin-bottom:0;max-width:62ch;color:var(--color-text-muted)}.resources-hero-pills{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.1rem}.resources-hero-pill{display:inline-flex;align-items:center;min-height:2.2rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(37,99,235,.14);background:#ffffffd6;color:var(--color-primary-strong);font-size:.88rem;font-weight:700}.resources-hero-pill-muted{color:var(--color-text-muted)}.resources-stat-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr))}.resources-stat-card{display:grid;gap:.35rem;padding:1.1rem 1.2rem;border:1px solid rgba(99,102,241,.1);background:linear-gradient(180deg,#fff,#f5f3ff)}.resources-stat-card>*{margin:0}.resources-stat-card strong{font-size:1.9rem;line-height:1;letter-spacing:-.04em;margin-top:.2rem}.resources-stat-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.resources-toolbar-card{position:sticky;top:calc(60px + .75rem);z-index:20;display:grid;gap:var(--space-3);padding:var(--space-4);background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid rgba(37,99,235,.12);box-shadow:0 18px 42px #0f172a0f}.resources-toolbar-top{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:var(--space-3);align-items:end}.resources-topic-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3);align-items:end}.resources-field{display:grid;gap:.5rem}.resources-field span{font-size:.82rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.resources-filter-row{display:flex;flex-wrap:wrap;gap:.6rem}.resources-filter-chip{border:1px solid var(--color-border);background:#fff;color:var(--color-text);border-radius:999px;padding:.6rem .95rem;font-size:.88rem;font-weight:700;cursor:pointer;transition:.14s ease}.resources-filter-chip:hover{border-color:#93c5fd;color:var(--color-primary)}.resources-filter-chip.active{background:linear-gradient(135deg,var(--color-indigo),var(--color-violet));border-color:var(--color-indigo);color:#fff;box-shadow:0 4px 12px #6366f140}.resources-toolbar-meta{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;color:var(--color-text-muted);font-size:.9rem}.resources-discovery-strip{display:grid;gap:1rem;padding:1.35rem 1.45rem;border:1px solid rgba(37,99,235,.12);border-radius:24px;background:radial-gradient(circle at top right,rgba(99,102,241,.1),transparent 30%),linear-gradient(180deg,#fffffffa,#f4f7fff0);box-shadow:0 14px 32px #0f172a0a}.resources-discovery-copy{display:grid;gap:.45rem}.resources-discovery-copy h2{margin:0;font-size:clamp(1.25rem,2vw,1.7rem);letter-spacing:-.03em}.resources-discovery-copy p:last-child{margin:0;color:var(--color-text-muted);max-width:72ch}.resources-discovery-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.resources-discovery-step{display:grid;gap:.35rem;min-height:100%;padding:.95rem 1rem;width:100%;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:18px;border:1px solid rgba(20,34,53,.08);background:#ffffffe6;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease}.resources-discovery-step strong{font-size:.95rem;line-height:1.3}.resources-discovery-step span{color:var(--color-text-muted);font-size:.87rem;line-height:1.45}.resources-discovery-step:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0f172a12}.resources-discovery-step:focus-visible{outline:none;border-color:#93b5fd;box-shadow:0 0 0 3px #2563eb24}.resources-discovery-step-branch{border-color:#2563eb29;background:linear-gradient(180deg,#eff6fff2,#ffffffeb)}.resources-discovery-step-essentials{border-color:#0d948829;background:linear-gradient(180deg,#f0fdfaf2,#ffffffeb)}.resources-discovery-step-company{border-color:#bf8a2e2e;background:linear-gradient(180deg,#fffbebf2,#ffffffeb)}.resources-discovery-step-interview{border-color:#7c3aed29;background:linear-gradient(180deg,#f5f3fff2,#ffffffeb)}.resources-section{display:grid;gap:var(--space-3);padding:1.15rem 1.2rem 1.3rem;border:1px solid rgba(20,34,53,.07);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f9fafcf0);box-shadow:0 12px 28px #0f172a08}.resources-section-header{display:flex;justify-content:space-between;gap:var(--space-3);align-items:end}.resources-section-header h2,.resources-topic-header h2{margin:0;font-size:1.45rem;letter-spacing:-.03em}.resources-section-eyebrow{margin:0 0 .3rem;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary)}.resources-section-header p,.resources-topic-header p{margin:.45rem 0 0;color:var(--color-text-muted)}.resources-section-count{align-self:start;border-radius:999px;padding:.35rem .8rem;font-size:.82rem;font-weight:800;background:#6366f11a;color:var(--color-indigo)}.resources-section-branch{border-color:#2563eb1f;background:radial-gradient(circle at top right,rgba(219,234,254,.6),transparent 26%),linear-gradient(180deg,#fffffffa,#f6fafff5)}.resources-section-branch .resources-section-eyebrow,.resources-section-branch .resources-section-count{color:#1d4ed8}.resources-section-essentials{border-color:#0d94881f;background:radial-gradient(circle at top right,rgba(204,251,241,.55),transparent 24%),linear-gradient(180deg,#fffffffa,#f4fdfaf2)}.resources-section-essentials .resources-section-eyebrow,.resources-section-essentials .resources-section-count{color:#0f766e}.resources-section-company{border-color:#bf8a2e24;background:radial-gradient(circle at top right,rgba(254,243,199,.6),transparent 24%),linear-gradient(180deg,#fffffffa,#fffbf0f2)}.resources-section-company .resources-section-eyebrow,.resources-section-company .resources-section-count{color:#b45309}.resources-section-interview{border-color:#7c3aed1f;background:radial-gradient(circle at top right,rgba(237,233,254,.65),transparent 26%),linear-gradient(180deg,#fffffffa,#f8f5fff2)}.resources-section-interview .resources-section-eyebrow,.resources-section-interview .resources-section-count{color:#6d28d9}.resources-section-packs{border-color:#4aa3a11f;background:radial-gradient(circle at top right,rgba(209,250,229,.5),transparent 24%),linear-gradient(180deg,#fffffffa,#f3faf8f2)}.resources-card-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.resources-card-grid.compact{grid-template-columns:1fr}.resources-pack-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.resources-pack-card{display:grid;gap:1rem}.resources-pack-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.resources-pack-head h3,.resources-pack-link strong,.resources-pack-link span{margin:0}.resources-pack-head p{margin:.35rem 0 0;color:var(--color-text-muted)}.resources-pack-list{display:grid;gap:.75rem}.resources-pack-link{display:grid;gap:.2rem;padding:.85rem .95rem;border-radius:16px;border:1px solid rgba(20,34,53,.08);background:linear-gradient(180deg,#fffffffa,#f5f9ffe6);text-decoration:none;color:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.resources-pack-link:hover{transform:translateY(-1px);border-color:#2563eb38;box-shadow:0 10px 22px #1422350f}.resources-pack-link span{color:var(--color-text-muted);font-size:.85rem}.resources-empty-card{color:var(--color-text-muted)}.resources-topic-card,.resource-viewer-page,.resource-viewer-shell{display:grid;gap:var(--space-4)}.resource-viewer-header{display:grid;grid-template-columns:1fr;gap:var(--space-4);align-items:start}.resource-viewer-header-copy{min-width:0;display:grid;gap:.3rem}.resource-viewer-header h1{margin:0;line-height:1.1;letter-spacing:-.03em;max-width:100%;overflow-wrap:anywhere;word-break:break-word;font-size:clamp(1.75rem,3vw,2.5rem)}.resource-viewer-header-meta{min-width:0}.resource-viewer-header-actions{justify-self:start;align-self:start;width:100%;justify-content:flex-start;flex-wrap:wrap}.resource-viewer-header p:last-child{margin-bottom:0}.resource-viewer-content{display:grid;gap:1rem;padding:1.1rem;border-radius:var(--radius-md);border:1px solid rgba(37,99,235,.12);background:linear-gradient(180deg,#fff,#f8fbff)}.resource-viewer-summary,.resource-external-card{display:grid;gap:.85rem;padding:1rem 1.1rem;border-radius:var(--radius-md);border:1px solid rgba(37,99,235,.12);background:#fff}.resource-viewer-summary p,.resource-external-card p,.resource-external-card h2{margin:0}.resource-pdf-frame-wrap{border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#eef4ff}.resource-pdf-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1rem;align-items:center;padding:.85rem 1rem;font-size:.92rem;color:var(--color-text-muted);border-bottom:1px solid rgba(15,23,42,.08);background:#f8fbff}.resource-pdf-toolbar-page{justify-self:start}.resource-pdf-toolbar-progress{justify-self:center;text-align:center;white-space:nowrap}.resource-pdf-toolbar-actions{justify-self:end;justify-content:flex-end}.resource-pdf-pages{display:grid;gap:1rem;padding:1rem;justify-items:center}.resource-pdf-canvas{width:100%;max-width:100%;justify-self:center;border-radius:.85rem;box-shadow:0 12px 28px #0f172a14;background:#fff}.resource-viewer-content h2,.resource-viewer-content h3,.resource-viewer-content p,.resource-viewer-content ul{margin:0}.resource-viewer-meta-line{color:var(--color-text-secondary);font-size:.95rem}.resource-viewer-content h2{font-size:1.25rem;letter-spacing:-.02em}.resource-viewer-content h3{font-size:1.02rem}.resource-viewer-content p,.resource-viewer-content li{line-height:1.65}.resource-viewer-list{padding-left:1.1rem;display:grid;gap:.45rem}.resource-viewer-list.ordered{list-style:decimal;padding-left:1.35rem}.resources-topic-header{display:flex;justify-content:space-between;gap:var(--space-3);align-items:start}.resources-topic-columns{display:grid;grid-template-columns:320px minmax(0,1fr);gap:var(--space-4);align-items:start}.resources-youtube-column,.resources-material-column{min-width:0}.resource-visual-card{display:grid;grid-template-columns:108px minmax(0,1fr);min-height:300px;padding:0;overflow:hidden;border-radius:20px;border:1px solid rgba(37,99,235,.12);box-shadow:0 16px 34px #0f172a0d}.resource-card-media{min-height:100%;background:linear-gradient(180deg,#eff5ff,#dbeafe);border-right:1px solid var(--color-border)}.resource-card-media-image{width:100%;height:100%;object-fit:cover}.resource-card-media-fallback{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at top,rgba(59,130,246,.35),transparent 32%),linear-gradient(180deg,#dbeafe,#bfdbfe)}.resource-card-media-badge{writing-mode:vertical-rl;transform:rotate(180deg);border-radius:999px;padding:.55rem .45rem;font-size:.72rem;font-weight:800;letter-spacing:.16em;color:#1e3a8a;background:#ffffffeb}.resource-card-body{padding:var(--space-4);display:grid;align-content:start;gap:.7rem}.resource-card-head{display:grid;gap:.45rem}.resource-card-title{margin:0;font-size:1.04rem;line-height:1.28;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.resource-match-chip{margin:0;display:inline-flex;align-items:center;width:fit-content;border-radius:999px;padding:.28rem .65rem;font-size:.72rem;font-weight:800;color:#1d4ed8;background:#eff6ff;letter-spacing:.04em;text-transform:uppercase}.resource-topic-chips{display:flex;flex-wrap:wrap;gap:.45rem}.resource-topic-chip{border-radius:999px;padding:.28rem .62rem;font-size:.76rem;color:#334155;background:#f8fafc;border:1px solid #e2e8f0}.resource-topic-chip-reason{color:#0f3b52;background:#e6f4fb;border-color:#b7ddf0}.resource-match-snippet{margin:0;font-size:.82rem;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.resource-card-meta{margin:0;color:var(--color-text-muted);font-size:.85rem;line-height:1.4}.resource-card-footer{margin-top:auto}.resource-card-footer .ui-button{width:100%}.expandable-text-wrap{min-height:0;display:grid;grid-template-rows:1fr auto;gap:.2rem}.resource-card-description{min-height:72px}.expandable-text-content{margin:0;line-height:1.48;overflow:hidden;font-size:.92rem}.expandable-text-wrap.collapsed .expandable-text-content{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.expandable-text-wrap.expanded .expandable-text-content{overflow:auto;max-height:120px;padding-right:.2rem}.expandable-text-toggle{justify-self:start;border:0;background:transparent;color:var(--color-primary);font-size:.78rem;padding:0;cursor:pointer}.expandable-text-toggle:hover{text-decoration:underline}.mock-tests-page{display:grid;gap:var(--space-4)}.mock-hero-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.95fr);gap:var(--space-4);background:radial-gradient(circle at top left,rgba(14,165,233,.14),transparent 30%),linear-gradient(180deg,#fff,#f8fbff)}.mock-hero-copy h1{margin:0;font-size:clamp(1.9rem,2.4vw,2.8rem);line-height:1.08;letter-spacing:-.04em}.mock-hero-copy p:last-child{margin-bottom:0;color:var(--color-text-muted);max-width:62ch}.mock-hero-stats{display:grid;gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr))}.mock-stat-card{display:grid;gap:.35rem;border:1px solid rgba(14,165,233,.14);background:linear-gradient(180deg,#fff,#eff6ff)}.mock-stat-card span{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.mock-stat-card strong{font-size:1.85rem;line-height:1;letter-spacing:-.04em}.mock-filter-toolbar{position:sticky;top:calc(60px + .75rem);z-index:20;display:grid;gap:var(--space-3);padding:var(--space-4);background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(37,99,235,.12);box-shadow:0 18px 42px #0f172a0f}.mock-filter-toolbar .muted-text{line-height:1.6}.mock-filter-toolbar .hero-actions{padding-top:.2rem}.mock-filter-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr))}.mock-filter-grid label{display:grid;gap:var(--space-2)}.mock-section{display:grid;gap:var(--space-3);padding:1.15rem 1.2rem 1.3rem;border:1px solid rgba(20,34,53,.07);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f9fafcf0);box-shadow:0 12px 28px #0f172a08}.mock-section-header{display:flex;justify-content:space-between;gap:var(--space-3);align-items:end}.mock-section-header h2{margin:0;letter-spacing:-.03em}.mock-section-header p{margin:.45rem 0 0;color:var(--color-text-muted)}.mock-section-count{align-self:start;border-radius:999px;padding:.35rem .8rem;background:#eff6ff;color:#1d4ed8;font-size:.82rem;font-weight:800}.mock-section-branch{border-color:#2563eb1f;background:radial-gradient(circle at top right,rgba(219,234,254,.58),transparent 26%),linear-gradient(180deg,#fffffffa,#f6fafff5)}.mock-section-branch .resources-section-eyebrow,.mock-section-branch .mock-section-count{color:#1d4ed8}.mock-section-essentials{border-color:#0d94881f;background:radial-gradient(circle at top right,rgba(204,251,241,.55),transparent 24%),linear-gradient(180deg,#fffffffa,#f4fdfaf2)}.mock-section-essentials .resources-section-eyebrow,.mock-section-essentials .mock-section-count{color:#0f766e}.mock-section-company{border-color:#bf8a2e24;background:radial-gradient(circle at top right,rgba(254,243,199,.6),transparent 24%),linear-gradient(180deg,#fffffffa,#fffbf0f2)}.mock-section-company .resources-section-eyebrow,.mock-section-company .mock-section-count{color:#b45309}.mock-section-interview{border-color:#7c3aed1f;background:radial-gradient(circle at top right,rgba(237,233,254,.65),transparent 26%),linear-gradient(180deg,#fffffffa,#f8f5fff2)}.mock-section-interview .resources-section-eyebrow,.mock-section-interview .mock-section-count{color:#6d28d9}.mock-discovery-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.mock-discovery-card{display:grid;gap:.9rem;min-height:250px}.mock-results-page{gap:1rem}.mock-discovery-head{display:flex;justify-content:space-between;gap:var(--space-3);align-items:start}.mock-discovery-head h3{margin:0;line-height:1.25}.mock-discovery-head p{margin:.45rem 0 0;color:var(--color-text-muted);font-size:.9rem}.mock-discovery-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.mock-discovery-stats>div{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.8rem .9rem;background:#fbfdff}.mock-discovery-stats span{display:block;margin-bottom:.2rem;font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.mock-discovery-stats strong{font-size:1.15rem}.mock-discovery-note{margin:0;color:var(--color-text-muted);line-height:1.45}.mock-discovery-footer{margin-top:auto}.mastery-page{display:grid;gap:var(--space-4)}.mastery-summary-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.mastery-filter-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.mastery-filter-grid label{display:grid;gap:var(--space-2);color:var(--color-text-muted)}.mastery-topic-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.topic-progress-list{margin-top:var(--space-3);display:grid;gap:var(--space-2)}.topic-progress-row{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem .75rem;display:grid;gap:var(--space-2);grid-template-columns:minmax(0,1fr) auto auto;align-items:center}.topic-progress-select{display:flex;align-items:center;gap:.55rem;min-width:0}.topic-progress-select input{width:auto}.topic-progress-select span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topic-progress-actions{display:flex;gap:var(--space-2)}.topic-progress-actions .ui-button{padding:.45rem .7rem}.mock-attempt-layout{display:grid;gap:var(--space-4);grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.mock-attempt-question-card,.mock-attempt-nav-card{min-width:0}.mock-attempt-timer span{display:inline-block;min-width:3.2rem;font-family:JetBrains Mono,monospace}.mock-attempt-question-text{margin-top:var(--space-3);line-height:1.55;white-space:pre-wrap;word-break:break-word}.mock-attempt-options{display:grid;gap:var(--space-2);margin-top:var(--space-3)}.mock-attempt-option{display:flex;align-items:flex-start;gap:.65rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem .65rem;background:color-mix(in oklab,var(--color-surface-elevated) 88%,#0a1120);color:var(--color-text)}.mock-attempt-option input{width:auto;margin-top:.25rem;flex:0 0 auto}.mock-attempt-option span{line-height:1.4}.mock-attempt-nav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,44px));gap:.65rem}.mock-attempt-nav-btn{min-width:44px;padding:.45rem 0}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.app-shell-with-strip{grid-template-rows:auto auto 1fr}.content-main{padding:var(--space-6)}.student-topic-search{border-bottom:1px solid var(--color-border);background:color-mix(in oklab,#09101d 86%,#14305b);padding:var(--space-3) var(--space-6)}.student-topic-search-form{display:grid;grid-template-columns:1fr auto;gap:var(--space-3);align-items:center}.tpo-dashboard{display:grid;gap:var(--space-4)}.control-center-hero-card{display:grid;gap:var(--space-4);background:radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 28%),linear-gradient(180deg,#fff,#f8fbff)}.control-center-pill-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(6,minmax(0,1fr))}.control-center-pill{border:1px solid rgba(37,99,235,.14);border-radius:var(--radius-sm);padding:.9rem 1rem;background:linear-gradient(180deg,#fff,#eff6ff)}.control-center-pill span{display:block;margin-bottom:.25rem;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.control-center-pill strong{font-size:1.45rem;line-height:1;letter-spacing:-.03em}.control-center-toolbar-card{border:1px solid rgba(37,99,235,.12);box-shadow:0 14px 30px #0f172a0d}.control-center-action-grid .tpo-list-card{min-height:260px}.tpo-kpi-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:stretch}.tpo-kpi-card{min-height:160px;display:grid;align-content:start;gap:var(--space-2);height:100%}.tpo-kpi-card h2{margin:0;font-size:1.15rem}.tpo-kpi-value{margin:0;font-size:2rem;font-weight:700;letter-spacing:.02em}.tpo-insights-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(3,minmax(260px,1fr));align-items:stretch}.tpo-ops-hero,.tpo-drive-health-head,.tpo-action-row-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.tpo-ops-hero-copy{display:grid;gap:.55rem}.tpo-ops-signal-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.tpo-ops-signal{display:grid;gap:.25rem;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(31,79,120,.12);background:linear-gradient(180deg,#fffffffa,#f0f6fff5);color:var(--color-text);transition:transform var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast)}.tpo-ops-signal:hover{text-decoration:none;transform:translateY(-1px);border-color:#1f4f7842;box-shadow:0 12px 24px #1422350f}.tpo-ops-signal span{color:var(--color-text-muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tpo-ops-signal strong{font-size:1.3rem;line-height:1}.tpo-ops-grid,.tpo-queue-summary-grid,.tpo-drive-health-grid,.tpo-funnel-grid,.tpo-blocker-grid,.tpo-drive-health-metrics,.tpo-drive-health-meta{display:grid;gap:1rem}.tpo-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-queue-summary-grid,.tpo-funnel-grid,.tpo-blocker-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tpo-queue-summary-card,.tpo-funnel-step,.tpo-blocker-grid>div,.tpo-blocker-card,.tpo-drive-health-metrics>div,.tpo-drive-health-meta>div{padding:1rem;border:1px solid var(--color-border);border-radius:14px;background:#fff;display:grid;gap:.3rem}.tpo-queue-summary-card,.tpo-drive-health-card,.tpo-funnel-step,.tpo-blocker-grid>div,.tpo-blocker-card{position:relative;overflow:hidden}.tpo-queue-summary-card:before,.tpo-drive-health-card:before,.tpo-action-row:before,.tpo-funnel-step:before,.tpo-blocker-grid>div:before,.tpo-blocker-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#1f4f78f2,#4aa3a1bf)}.tpo-queue-summary-link,.tpo-blocker-card{color:inherit;text-decoration:none;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.tpo-queue-summary-link:hover,.tpo-blocker-card:hover{transform:translateY(-2px);border-color:#1f4f782e;box-shadow:0 18px 30px #1422350f}.tpo-queue-summary-link:focus-visible,.tpo-blocker-card:focus-visible{outline:2px solid rgba(31,79,120,.55);outline-offset:2px}.tpo-queue-summary-link.is-active{border-color:#1f4f7847;box-shadow:0 0 0 2px #1f4f781a,0 18px 30px #1422350f}.tpo-drive-health-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.tpo-drive-health-card{padding:1rem 1rem 1.1rem;border:1px solid var(--color-border);border-radius:16px;background:#fff;display:grid;gap:.9rem;transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast)}.tpo-drive-health-card:hover{transform:translateY(-2px);border-color:#1f4f782e;box-shadow:0 18px 30px #1422350f}.tpo-drive-health-badges,.tpo-action-list{display:grid;gap:.8rem}.tpo-drive-health-badges{justify-items:end;gap:.45rem}.tpo-drive-health-badges .ui-badge{white-space:nowrap}.tpo-drive-health-badges .ui-badge:last-child{text-transform:capitalize}.tpo-drive-health-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.tpo-drive-health-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-action-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1rem;border:1px solid var(--color-border);border-radius:14px;background:#fff;overflow:visible}.tpo-action-menu[open]{z-index:40}.tpo-action-row>div:first-child,.tpo-drive-health-card>div,.tpo-queue-summary-card,.tpo-funnel-step,.tpo-blocker-grid>div,.tpo-blocker-card{min-width:0}.tpo-queue-summary-card span,.tpo-funnel-step span,.tpo-blocker-grid span,.tpo-drive-health-metrics span,.tpo-drive-health-meta span{color:var(--color-text-muted);font-size:.75rem;font-weight:700;letter-spacing:.05em;line-height:1.25;text-transform:uppercase}.tpo-drive-health-metrics>div{min-height:88px;align-content:space-between}.tpo-drive-health-metrics strong{font-size:1.6rem;line-height:1}.risk-dashboard-card{display:grid;gap:var(--space-4)}.risk-dashboard-header{display:flex;justify-content:space-between;gap:var(--space-4);align-items:start}.risk-summary-grid{display:grid;gap:.4rem;text-align:right}.risk-summary-grid span{font-size:.78rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.risk-summary-grid strong{font-size:1.2rem}.risk-distribution{display:grid;gap:.5rem}.risk-distribution-bar{display:flex;height:10px;border-radius:999px;overflow:hidden;background:#eef2ff}.risk-bar{height:100%}.risk-bar.high{background:#f97316}.risk-bar.medium{background:#facc15}.risk-bar.low{background:#22c55e}.risk-distribution-labels{display:flex;justify-content:space-between;font-size:.82rem;color:var(--color-text-muted)}.risk-trend-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--color-text-muted)}.risk-student-list{display:grid;gap:.75rem}.risk-student-row{display:flex;justify-content:space-between;gap:var(--space-4);padding:.9rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff}.risk-student-info{display:grid;gap:.35rem}.risk-factor-list{display:flex;flex-wrap:wrap;gap:.4rem}.risk-student-meta{display:grid;gap:.5rem;justify-items:end;text-align:right}.risk-action-buttons{display:grid;gap:.45rem}.risk-student-card{display:grid;gap:var(--space-3);border:1px solid rgba(37,99,235,.12);background:#fff}.risk-peer-compare{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;font-size:.85rem;color:var(--color-text-muted)}.risk-student-actions{margin:0;padding-left:1.1rem;display:grid;gap:.4rem}.tpo-trend-card,.tpo-list-card{min-height:340px;height:100%;display:flex;flex-direction:column}.tpo-trend-card h2,.tpo-list-card h2,.tpo-ranking-card h2{margin:0}.tpo-trend-card .chart-wrap{flex:1;min-height:220px;height:100%}.tpo-list{margin:var(--space-3) 0 0;padding-left:1.2rem;display:grid;gap:var(--space-2)}.tpo-list li{line-height:1.4}.tpo-ranking-card>p{margin-top:var(--space-2)}.tpo-ranking-card .ranking-controls{margin-top:var(--space-3)}.tpo-ranking-table-wrap{margin-top:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:auto;-webkit-overflow-scrolling:touch}.tpo-ranking-table-wrap .ui-table th{position:sticky;top:0;background:#0f1d31}.tpo-ranking-table-wrap .ui-table{min-width:720px}.tpo-form-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-drive-detail-page{display:grid;gap:var(--space-4)}.tpo-drive-detail-toolbar{align-items:center}.tpo-drive-status-block{max-width:320px}.tpo-form-card .form-grid>label,.tpo-form-card .form-grid>div{min-width:0}.tpo-step-card{background:linear-gradient(180deg,#fff,#f8fbff),radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 35%)}.tpo-table-card,.tpo-table-actions-card{overflow:hidden}.tpo-page-shell{display:grid;gap:var(--space-4)}.tpo-page-shell>*{min-width:0}.tpo-template-preview{display:grid;gap:var(--space-3);padding:1rem;border-radius:var(--radius-sm);background:color-mix(in oklab,#ffffff 92%,#e5f0ff);border:1px solid var(--color-border)}.tpo-template-preview pre{margin:0;padding:.9rem 1rem;border-radius:var(--radius-sm);background:#f4f8ff;border:1px solid rgba(37,99,235,.12);white-space:pre-wrap;overflow:auto}.tpo-preview-panel{margin-top:var(--space-4);display:grid;gap:var(--space-3);padding:1rem;border-radius:var(--radius-sm);background:color-mix(in oklab,#ffffff 88%,#eff6ff);border:1px solid rgba(37,99,235,.14)}.tpo-preview-list{margin:0;padding-left:1.1rem;display:grid;gap:.5rem}.tpo-communication-shell{display:grid;gap:var(--space-4)}.tpo-communication-header{display:flex;justify-content:space-between;gap:var(--space-4);align-items:end;padding-bottom:1rem;border-bottom:1px solid rgba(20,34,53,.08)}.tpo-communication-header h1,.tpo-communication-panel-head h2,.tpo-template-row h3{margin:0}.tpo-communication-header p,.tpo-communication-panel-head p,.tpo-template-row p,.tpo-communication-status{margin:0;color:var(--color-text-muted)}.tpo-communication-switcher{display:flex;justify-content:flex-start}.tpo-communication-panel{display:grid;gap:var(--space-4);padding:1rem 1.15rem;border:1px solid rgba(20,34,53,.08);border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#fbf9f4d1);box-shadow:0 12px 30px #1422350a}.tpo-communication-simple-grid{display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:start}.tpo-communication-main,.tpo-communication-side{display:grid;gap:1rem}.tpo-compact-select-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-compact-select-grid label{display:grid;gap:.45rem;color:var(--color-text);font-size:.92rem;font-weight:600}.tpo-communication-inline-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.tpo-communication-inline-grid label{display:grid;gap:.45rem;align-content:start;color:var(--color-text);font-size:.92rem;font-weight:600}.tpo-communication-message-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem;flex-wrap:wrap}.tpo-communication-message-label-row .muted-text{font-size:.82rem;font-weight:500}.tpo-communication-full{grid-column:1 / -1}.tpo-communication-inline-grid textarea{width:100%;min-height:240px;padding:1rem 1.05rem;border:1px solid var(--color-border);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f9fafcf0);color:var(--color-text);line-height:1.65;resize:vertical;box-shadow:inset 0 1px #ffffffad,0 1px 2px #1422350a}.tpo-communication-inline-grid textarea:focus{outline:0;border-color:var(--color-primary);box-shadow:0 0 0 3px #1f4f781f}.tpo-communication-purpose-pills{display:flex;gap:.75rem;flex-wrap:wrap}.tpo-communication-pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(20,34,53,.08);background:#ffffffd6;color:var(--color-text);padding:.7rem 1rem;border-radius:999px;cursor:pointer;font-weight:700}.tpo-communication-pill.active{border-color:#1f4f782e;background:linear-gradient(180deg,#fffffff5,#f2f7fceb);box-shadow:0 10px 20px #1422350d}.tpo-communication-wizard,.tpo-communication-guidance{display:grid;gap:1rem;padding:1rem 0;border-top:1px solid rgba(20,34,53,.08);border-bottom:1px solid rgba(20,34,53,.08)}.tpo-communication-stepper,.tpo-communication-summary,.tpo-communication-overview-actions,.tpo-communication-inline-actions{display:flex;gap:.9rem;flex-wrap:wrap}.tpo-communication-stepper{align-items:stretch}.tpo-communication-step,.tpo-communication-purpose,.tpo-communication-journey{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(20,34,53,.08);background:#ffffffc7;color:var(--color-text);text-decoration:none}.tpo-communication-step{display:flex;align-items:flex-start;gap:.85rem;flex:1 1 220px;padding:.95rem 1rem;border-radius:18px;cursor:pointer;text-align:left}.tpo-communication-step span,.tpo-communication-workflow-list span{width:2rem;height:2rem;border-radius:999px;display:inline-grid;place-items:center;background:#1f4f781a;color:var(--color-primary);font-weight:800;flex-shrink:0}.tpo-communication-step strong,.tpo-communication-purpose strong,.tpo-communication-journey strong,.tpo-communication-summary strong,.tpo-communication-guidance h3{display:block;margin:0 0 .2rem}.tpo-communication-step small,.tpo-communication-purpose span,.tpo-communication-purpose small,.tpo-communication-journey span,.tpo-communication-summary span,.tpo-communication-workflow-list p{color:var(--color-text-muted)}.tpo-communication-step.active,.tpo-communication-purpose.active,.tpo-communication-journey:hover{border-color:#1f4f7833;background:linear-gradient(180deg,#fffffff5,#f2f7fceb);box-shadow:0 14px 30px #1422350f}.tpo-communication-summary>div{min-width:220px;flex:1 1 0;padding:.9rem 1rem;border-radius:16px;background:#ffffffbd;border:1px solid rgba(20,34,53,.08)}.tpo-communication-inline-actions{align-items:center}.tpo-communication-journey-list,.tpo-communication-purpose-list{display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-communication-journey,.tpo-communication-purpose{display:grid;gap:.35rem;padding:1rem 1.05rem;border-radius:18px}.tpo-communication-purpose{cursor:pointer;text-align:left}.tpo-communication-guidance h3,.tpo-communication-workflow-list,.tpo-communication-workflow-list li,.tpo-communication-workflow-list p{margin:0}.tpo-communication-workflow-list{list-style:none;padding:0;display:grid;gap:.85rem}.tpo-communication-workflow-list li{display:flex;gap:.8rem;align-items:flex-start}.tpo-communication-overview-actions{align-items:center}.tpo-communication-panel-head{display:flex;justify-content:space-between;gap:var(--space-3);align-items:end}.tpo-communication-table{margin-top:0}.tpo-template-stack{display:grid;gap:.85rem}.tpo-template-row{display:flex;justify-content:space-between;gap:1rem;align-items:start;padding:1rem 0;border-bottom:1px solid rgba(20,34,53,.08)}.tpo-template-meta{display:grid;gap:.4rem;justify-items:end;color:var(--color-text-muted);font-size:.88rem;text-align:right}.tpo-communication-form{grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-communication-form-wide{grid-column:1 / -1}.tpo-communication-preview-block{display:grid;gap:.75rem;padding:1rem 1.1rem;border:1px solid rgba(20,34,53,.08);border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f5f9ffd6);box-shadow:0 10px 24px #1422350a}.tpo-communication-preview-block p,.tpo-communication-preview-block pre{margin:0}.tpo-communication-preview-block pre{white-space:pre-wrap;overflow:auto;font-family:var(--font-mono);font-size:.88rem;line-height:1.6}.tpo-communication-review-grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.tpo-announcement-card-preview{display:grid;gap:.75rem}.tpo-announcement-card-head{display:flex;justify-content:space-between;align-items:start;gap:.75rem}.student-workspace-shell,.workspace-shell,.student-workspace-header,.student-workspace-hero,.student-workspace-panel,.workspace-header,.workspace-panel{display:grid;gap:var(--space-4)}.student-workspace-header{padding-bottom:1rem;border-bottom:1px solid rgba(20,34,53,.08)}.workspace-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1.25rem;padding:.35rem 0 1rem;border-bottom:1px solid rgba(20,34,53,.08)}.student-workspace-header h1,.student-workspace-panel-head h2,.workspace-header h1,.workspace-panel-header h2,.workspace-block h2,.workspace-block h3,.workspace-panel h1{margin:0}.student-workspace-header p,.student-workspace-panel-head p,.student-workspace-meta,.student-workspace-inline-note,.student-workspace-row p,.workspace-header p,.workspace-panel-header p,.workspace-context-strip,.workspace-block p,.workspace-definition-grid dd,.workspace-metric span{margin:0;color:var(--color-text-muted)}.student-workspace-hero{grid-template-columns:minmax(0,.95fr) minmax(280px,1fr);align-items:start;padding:1rem 0;border-top:1px solid rgba(20,34,53,.08);border-bottom:1px solid rgba(20,34,53,.08)}.student-workspace-hero-main{display:grid;gap:.75rem}.student-workspace-hero-main strong,.student-workspace-metrics strong,.student-workspace-metric-grid strong{font-size:clamp(1.25rem,2vw,1.9rem);font-family:var(--font-display);letter-spacing:-.03em}.student-workspace-eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary)}.workspace-eyebrow{margin:0 0 .35rem;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--color-primary)}.student-workspace-metrics,.student-workspace-metric-grid,.student-workspace-inline-note{display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.student-workspace-metrics>div,.student-workspace-metric-grid>div{display:grid;gap:.25rem;padding:.85rem 0;border-bottom:1px solid rgba(20,34,53,.08)}.student-workspace-metrics span,.student-workspace-metric-grid span{font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.student-workspace-panel{padding:1rem 1.15rem;border:1px solid rgba(20,34,53,.08);border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#fbf9f4d1);box-shadow:0 12px 30px #1422350a}.workspace-panel{padding:1.15rem 1.25rem;border:1px solid rgba(20,34,53,.08);border-radius:22px;background:linear-gradient(180deg,#fffffff2,#f7faffe6);box-shadow:0 14px 32px #1422350d}.workspace-panel-error{border-color:#dc262629;background:linear-gradient(180deg,#fff,#fff6f6)}.student-workspace-panel-head{display:flex;justify-content:space-between;gap:var(--space-3);align-items:end}.workspace-panel-header{display:flex;justify-content:space-between;align-items:end;gap:1rem;padding-bottom:.35rem;border-bottom:1px solid rgba(20,34,53,.08)}.workspace-context-strip{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:.9rem 1rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:linear-gradient(180deg,#ffffffe0,#f1f6ffbd)}.workspace-context-strip strong,.workspace-context-strip span{display:inline-flex;align-items:center;min-height:2.2rem;padding:.25rem .75rem;border-radius:999px;background:#ffffffe6;border:1px solid rgba(20,34,53,.08)}.workspace-context-strip strong{color:var(--color-text);font-weight:700}.tpo-workspace-header{display:flex;justify-content:space-between;align-items:end;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(20,34,53,.08)}.tpo-workspace-header-copy{display:grid;gap:.35rem;min-width:0}.tpo-workspace-header-copy h1,.tpo-workspace-header-copy p{margin:0}.tpo-workspace-greeting{margin:0;font-size:.92rem;font-weight:700;color:var(--color-primary-strong)}.tpo-workspace-header-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;align-items:center}.tpo-subview-switcher{width:100%}.tpo-action-menu{position:relative}.tpo-action-menu summary{list-style:none}.tpo-action-menu summary::-webkit-details-marker{display:none}.tpo-action-menu-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.7rem 1rem;border-radius:16px;border:1px solid rgba(20,34,53,.1);background:#ffffffe6;color:var(--color-text);font-weight:700;cursor:pointer;box-shadow:0 8px 18px #1422350a}.tpo-action-menu-panel{position:absolute;right:0;top:calc(100% + .45rem);z-index:20;min-width:220px;display:grid;gap:.35rem;padding:.5rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#fffffffa;box-shadow:0 18px 35px #1422351f}.tpo-action-menu-item{display:flex;align-items:center;width:100%;min-height:2.7rem;padding:.7rem .85rem;border:0;border-radius:14px;background:transparent;color:var(--color-text);text-decoration:none;text-align:left;font-weight:600;cursor:pointer}.tpo-action-menu-item:hover{background:#eff6ffeb;text-decoration:none}.tpo-action-menu-item.danger{color:#b42318}.tpo-single-pane-card{display:grid;gap:1rem}.tpo-inline-section{display:grid;gap:.85rem;padding-top:.75rem;border-top:1px solid rgba(20,34,53,.08)}.tpo-inline-section:first-child{padding-top:0;border-top:0}.tpo-inline-section-head{display:flex;justify-content:space-between;align-items:start;gap:1rem}.tpo-inline-section-head h2,.tpo-inline-section-head p{margin:0}.workspace-subnav{display:flex;flex-wrap:wrap;gap:.55rem;padding:.35rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:linear-gradient(180deg,#f8fbfffa,#f1f6ffe0)}.workspace-subnav-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.65rem;padding:.55rem .9rem;border:0;border-radius:14px;background:transparent;color:var(--color-text-muted);font-weight:700;font-size:.92rem;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)}.workspace-subnav-link:hover{background:#ffffffe6;color:var(--color-text)}.workspace-subnav-link.is-active{background:#fff;color:var(--color-primary-strong);box-shadow:0 1px 2px #0f172a0f,0 8px 18px #2563eb14}.workspace-metrics-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.workspace-metric{display:grid;gap:.3rem;padding:1rem 1.05rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#ffffffe6}.workspace-metric span,.workspace-definition-grid dt,.workspace-block>p:first-of-type{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.workspace-metric strong{font-size:1.45rem;line-height:1.1;letter-spacing:-.03em;color:var(--color-text);font-family:var(--font-display)}.workspace-split-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.workspace-block{display:grid;gap:.9rem;padding:1rem 1.05rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#ffffffd6}.workspace-definition-grid{display:grid;gap:.8rem 1rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin:0}.workspace-definition-grid>div{display:grid;gap:.25rem;padding:.85rem .95rem;border:1px solid rgba(20,34,53,.08);border-radius:16px;background:#f8fbffcc}.workspace-definition-grid dt,.workspace-definition-grid dd{margin:0}.workspace-definition-grid dd{color:var(--color-text);font-size:1rem;line-height:1.45;font-weight:600}.workspace-table-wrap{border:1px solid rgba(20,34,53,.08);border-radius:18px;overflow:hidden;background:#fff}.student-workspace-switcher{display:flex}.student-workspace-list{display:grid;gap:.85rem}.student-workspace-row,.student-workspace-drive{display:grid;gap:.7rem;padding:1rem 1.05rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#ffffffbd}.student-workspace-row{display:flex;justify-content:space-between;gap:1rem;align-items:start}.student-workspace-reason-list{margin:0;padding-left:1.1rem;display:grid;gap:.35rem}.student-profile-header{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:end}.student-profile-progress{display:grid;gap:.5rem;padding:1rem 1.1rem;border:1px solid rgba(20,34,53,.08);background:#ffffffb8}.student-profile-progress span,.student-profile-readonly-grid span,.student-profile-recommended-grid span{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.student-profile-progress strong,.student-profile-readonly-grid strong,.student-profile-recommended-grid strong{font-size:1rem;font-family:var(--font-display);color:var(--color-text)}.student-profile-alert{padding:1rem 0 0;border-top:1px solid rgba(220,38,38,.18)}.student-profile-alert h2{margin:0}.student-profile-checklist-grid,.student-profile-readonly-grid,.student-profile-recommended-grid,.student-profile-consent-grid{display:grid;gap:1rem}.student-profile-checklist-grid,.student-profile-consent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-profile-readonly-grid,.student-profile-recommended-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.student-profile-readonly-grid>div,.student-profile-recommended-grid>div{display:grid;gap:.35rem;padding:1rem 1.05rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#ffffffb8;min-width:0;overflow:hidden}.student-profile-readonly-grid strong,.student-profile-recommended-grid strong{min-width:0;overflow-wrap:anywhere;word-break:break-word}.student-profile-form{gap:1.25rem}.student-declaration-panel,.student-profile-certification-panel,.student-profile-certification-modal,.student-drive-declaration-modal{display:grid;gap:1rem}.student-profile-certification-modal{color:#eef4ff}.student-profile-certification-modal>p,.student-profile-certification-modal .muted-text,.student-profile-certification-modal label{margin:0;color:#e8f0fae0}.student-profile-certification-modal label{display:grid;gap:.55rem;font-weight:600}.student-profile-certification-modal input{width:100%}.student-declaration-warning,.student-profile-certification-panel{padding:1rem 1.05rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#ffffffb3}.student-declaration-warning h2,.student-profile-certification-panel h3{margin:0}.student-declaration-form{display:grid;gap:1rem;max-width:680px}.student-profile-certification-grid{display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.student-profile-certification-grid>div{display:grid;gap:.3rem;padding:.9rem 1rem;border:1px solid rgba(20,34,53,.08);border-radius:16px;background:#f8fafce6}.student-profile-certification-grid span{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.student-profile-certification-grid strong{min-width:0;overflow-wrap:anywhere;word-break:break-word}.student-profile-switcher-panel{padding-top:0}.student-profile-checkbox{display:flex;gap:.75rem;align-items:flex-start;padding:.9rem 1rem;border:1px solid rgba(20,34,53,.08);background:#ffffffbd}.student-profile-checkbox span{color:var(--color-text);line-height:1.6}.student-profile-visibility-panel{gap:0;overflow:hidden}.student-profile-visibility-toggle{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.student-profile-visibility-toggle h2,.student-profile-visibility-toggle p{margin:0}.student-profile-visibility-toggle h2{font-size:1.08rem;margin-top:.35rem}.student-profile-visibility-toggle p{margin-top:.45rem;color:var(--color-text-muted);max-width:58rem}.student-profile-visibility-toggle-icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(20,34,53,.12);background:#f1f5f9d9;color:var(--color-text);font-size:1.1rem;font-weight:700;flex-shrink:0}.student-profile-visibility-content{display:grid;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(20,34,53,.08)}.student-profile-visibility-rows{display:grid;gap:.75rem}.student-profile-visibility-row{display:grid;gap:.75rem;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;align-items:center;padding:.9rem 1rem;border:1px solid rgba(20,34,53,.08);border-radius:16px;background:#f8fafceb}.student-profile-visibility-label{color:var(--color-text-muted);font-weight:600}.student-profile-visibility-value{color:var(--color-text)}.student-profile-visibility-status{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;white-space:nowrap}.student-profile-visibility-dot{width:.7rem;height:.7rem;border-radius:999px;display:inline-block}.student-profile-visibility-status.is-good{color:#166534}.student-profile-visibility-status.is-good .student-profile-visibility-dot{background:#22c55e}.student-profile-visibility-status.is-attention{color:#a16207}.student-profile-visibility-status.is-attention .student-profile-visibility-dot{background:#f59e0b}.student-profile-visibility-status.is-concern{color:#b42318}.student-profile-visibility-status.is-concern .student-profile-visibility-dot{background:#ef4444}.student-profile-visibility-note{margin:0}.student-workspace-hero.student-dashboard-snapshot-grid{gap:1rem}.student-workspace-hero-main.student-dashboard-snapshot-main{gap:.55rem;padding:1.125rem 1.25rem}.student-dashboard-snapshot-value{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.student-dashboard-snapshot-value strong{font-size:clamp(1.7rem,4vw,2.4rem);line-height:1}.student-dashboard-snapshot-value span{color:var(--color-text-muted);font-weight:600}.student-workspace-metrics.student-dashboard-snapshot-stats{gap:.75rem}.student-workspace-metrics.student-dashboard-snapshot-stats>div{padding:.8rem .9rem}.student-workspace-metrics.student-dashboard-snapshot-stats strong{font-size:clamp(1.15rem,2.2vw,1.6rem)}.student-dashboard-next-panel{gap:1rem}.student-dashboard-next-layout{display:grid;gap:.8rem}.student-dashboard-next-primary{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--color-border);border-radius:14px;background:#fff}.student-dashboard-next-primary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.student-dashboard-next-primary-head>div{display:grid;gap:.35rem}.student-dashboard-next-primary-head span,.student-dashboard-next-meta span{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.student-dashboard-next-primary-head strong{font-size:clamp(1.45rem,3vw,2rem);letter-spacing:-.03em;line-height:1.1}.student-dashboard-next-primary p,.student-dashboard-next-footnote{margin:0}.student-dashboard-next-meta{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.student-dashboard-next-meta>div{display:grid;gap:.35rem;padding:.85rem .95rem;border:1px solid var(--color-border);border-radius:14px;background:#ffffffeb}.student-dashboard-next-meta strong{font-size:1.05rem;letter-spacing:-.02em}.student-guidance-banner{border-width:1px}.student-guidance-banner-success{background:radial-gradient(circle at top right,rgba(34,197,94,.14),transparent 28%),linear-gradient(180deg,#fff,#f7fff9)}.student-guidance-banner-warning,.student-guidance-banner-attention{background:radial-gradient(circle at top right,rgba(245,158,11,.14),transparent 28%),linear-gradient(180deg,#fff,#fffaf2)}.student-dashboard-action-feed{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.student-dashboard-action-card,.student-drive-guidance-card,.student-dashboard-prep-card{display:grid;gap:.55rem;padding:1rem;border:1px solid var(--color-border);border-radius:16px;background:#fffffff5}.student-dashboard-action-card strong,.student-drive-guidance-card strong,.student-dashboard-prep-card strong{font-size:1.02rem;line-height:1.3}.student-dashboard-action-card p,.student-drive-guidance-card p,.student-dashboard-prep-card p{margin:0;color:var(--color-text-secondary, var(--color-text-muted))}.student-dashboard-prep-grid,.student-drive-prep-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.student-dashboard-prep-card span,.student-drive-prep-grid span{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.student-dashboard-prep-card ul,.student-drive-prep-grid ul{margin:0;padding-left:1rem;display:grid;gap:.35rem}.student-dashboard-prep-card li,.student-drive-prep-grid li{color:var(--color-text-secondary, var(--color-text-muted))}.student-drive-guidance-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-top:.8rem}.student-drive-prep-panel{display:grid;gap:.85rem;padding:1rem;border:1px solid var(--color-border);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.student-drive-prep-head{display:grid;gap:.35rem}.student-drive-prep-head p{margin:0;color:var(--color-text-secondary, var(--color-text-muted))}@media(max-width:720px){.student-dashboard-next-primary-head{flex-direction:column;align-items:stretch}.student-dashboard-next-primary-head .ui-button{width:100%;justify-content:center}.student-dashboard-next-meta,.student-drive-guidance-card{grid-template-columns:1fr}.student-profile-visibility-row{grid-template-columns:1fr;align-items:flex-start}.student-profile-visibility-status{white-space:normal}}.tpo-student-summary-card{background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 32%),linear-gradient(180deg,#fff,#f8fbff)}.tpo-student-summary-grid{display:grid;gap:.5rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-student-summary-grid p{margin:0;color:var(--color-text-muted)}.tpo-students-header,.tpo-students-advanced-head,.tpo-students-table-head{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start}.tpo-students-quick-row,.tpo-active-filters,.tpo-student-status-list{display:flex;gap:.65rem;flex-wrap:wrap}.tpo-advanced-filter-grid{padding-top:.5rem;border-top:1px solid rgba(20,34,53,.08)}.tpo-toggle-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));grid-column:1 / -1}.tpo-toggle-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;border:1px solid rgba(20,34,53,.08);background:#ffffffb8}.tpo-toggle-row span{color:var(--color-text);font-weight:600}.tpo-student-cell-stack{display:grid;gap:.2rem}.tpo-student-cell-stack strong{font-weight:700}.tpo-student-cell-stack span{color:var(--color-text-muted);font-size:.88rem}.tpo-students-ops-hero{display:grid;gap:1rem;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 32%),linear-gradient(180deg,#fff,#f8fbff)}.tpo-students-control-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.tpo-students-mode-strip,.tpo-students-bulk-bar,.tpo-communication-direct-audience{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.1rem;border:1px solid rgba(20,34,53,.08);background:#ffffffbf}.tpo-mode-toggle-group,.tpo-students-kpi-strip,.tpo-students-saved-views{display:flex;gap:.75rem;flex-wrap:wrap}.tpo-students-hero-summary{display:grid;gap:.35rem;min-width:0}.tpo-students-hero-summary span{color:var(--color-text-muted)}.tpo-students-hero-summary strong{font-size:1.4rem;color:var(--color-heading)}.tpo-students-count-chip{min-width:180px;display:grid;gap:.15rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(37,99,235,.14);background:#ffffffd9}.tpo-students-count-chip strong{font-size:1.5rem;line-height:1}.tpo-students-count-chip span{color:var(--color-text-muted);font-size:.88rem}.tpo-students-kpi-pill{min-width:150px;display:grid;gap:.2rem;padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(37,99,235,.14);background:#f3f8ffe0}.tpo-students-kpi-pill strong{font-size:1.15rem}.tpo-students-kpi-pill span{color:var(--color-text-muted);font-size:.88rem}.tpo-saved-view-pill{min-width:220px;display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(20,34,53,.08);background:#fffc;text-align:left;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.tpo-saved-view-pill span{color:var(--color-text-muted);font-size:.88rem}.tpo-saved-view-pill.active{border-color:#2563eb47;background:#ebf4ffe6;box-shadow:0 16px 32px #2563eb1f}.tpo-saved-view-pill:hover{transform:translateY(-1px)}.tpo-students-bulk-bar{position:sticky;top:1rem;z-index:5}.tpo-students-primary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tpo-students-stat-line{display:flex;flex-wrap:wrap;gap:.75rem 1rem;padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(20,34,53,.08);background:#ffffffbd}.tpo-students-stat-line span{color:var(--color-text-muted);font-size:.92rem}.tpo-students-stat-line strong{color:var(--color-heading)}.tpo-student-mobile-list{display:none;gap:.9rem}.tpo-student-mobile-card{display:grid;gap:.9rem;padding:1rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#ffffffd6}.tpo-student-mobile-card-head,.tpo-student-mobile-sections{display:grid;gap:.75rem}.tpo-student-mobile-card-head{grid-template-columns:minmax(0,1fr) auto;align-items:start}.tpo-student-mobile-card-head p,.tpo-student-mobile-sections p{margin:.2rem 0 0;color:var(--color-text-muted)}.tpo-student-mobile-metrics>div,.tpo-student-mobile-sections>div{display:grid;gap:.2rem}.tpo-student-mobile-metrics span,.tpo-student-mobile-sections span{color:var(--color-text-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tpo-student-mobile-metrics strong{color:var(--color-heading)}.tpo-student-ops-stack,.tpo-student-actions{display:grid;gap:.55rem}.tpo-student-readiness-stack strong{color:var(--color-heading)}.link-button{padding:0;border:0;background:transparent;color:var(--color-brand-600);font:inherit;font-weight:600;text-align:left;cursor:pointer}.tpo-student-inline-panel{display:grid;gap:1rem;padding:1rem;background:#f5f9ffe0}.tpo-student-inline-grid{display:grid;gap:.9rem;grid-template-columns:repeat(4,minmax(0,1fr))}.tpo-student-inline-grid p{margin:.2rem 0 0;color:var(--color-text-muted)}.tpo-student-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;border:0;background:#080f1d5c}.tpo-student-drawer{position:fixed;top:0;right:0;bottom:0;z-index:40;width:min(420px,94vw);display:grid;align-content:start;gap:1rem;padding:1.25rem;overflow-y:auto;border-left:1px solid rgba(20,34,53,.08);background:radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 32%),linear-gradient(180deg,#fff,#f8fbff);box-shadow:-18px 0 40px #0c14242e}.tpo-student-drawer-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.tpo-student-drawer-grid{display:grid;gap:.9rem}.tpo-student-drawer-grid>div{padding:.95rem 1rem;border:1px solid rgba(20,34,53,.08);border-radius:16px;background:#ffffffd1}.tpo-student-drawer-grid p{margin:.25rem 0 0;color:var(--color-text-muted)}.tpo-student-drawer-meta{display:flex;gap:.65rem;flex-wrap:wrap}.tpo-reports-grid{display:grid;gap:1rem;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);padding-top:1rem;border-top:1px solid rgba(20,34,53,.08)}.tpo-reports-list,.tpo-report-blockers{display:grid;gap:.75rem}.tpo-report-card{display:grid;gap:.5rem;width:100%;padding:1rem;border:1px solid rgba(20,34,53,.08);background:#ffffffb8;text-align:left}.tpo-report-card.active{border-color:#2563eb47;background:#ebf4ffcc}.tpo-report-card-head{display:flex;justify-content:space-between;gap:.75rem;align-items:start}.tpo-reports-filters{display:grid;gap:1rem}.tpo-reports-shell{display:grid;gap:1.25rem}.tpo-reports-header{display:flex;justify-content:space-between;align-items:end;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(20,34,53,.08)}.tpo-reports-header h1,.tpo-reports-preview-head h2{margin:0}.tpo-reports-header p,.tpo-reports-preview-head p{margin:.35rem 0 0;color:var(--color-text-muted)}.tpo-reports-header-actions{display:grid;gap:.75rem;justify-items:end;align-content:start;flex:0 0 auto}.tpo-reports-header-primary-actions,.tpo-reports-header-export-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.tpo-reports-header-primary-actions .ui-button,.tpo-reports-header-export-actions .ui-button{min-width:0}.tpo-reports-flow,.tpo-reports-preview{display:grid;gap:1rem}.tpo-reports-block{display:grid;gap:1rem;padding:1rem 1.15rem;border:1px solid rgba(20,34,53,.08);border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#fbf9f4d1);box-shadow:0 12px 30px #1422350a}.tpo-reports-chooser{display:grid;gap:.75rem}.tpo-report-row{width:100%;display:flex;justify-content:space-between;align-items:start;gap:1rem;padding:1rem 1.05rem;border:0;border-radius:18px;background:#ffffffb8;text-align:left;color:var(--color-text);transition:background var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.tpo-report-row:last-child{border-bottom:0}.tpo-report-row:hover{background:#eff6ffe0;box-shadow:0 10px 22px #1422350d;transform:translateY(-1px)}.tpo-report-row-muted{opacity:.88;cursor:default}.tpo-report-row>div{display:grid;gap:.3rem}.tpo-report-row-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start}.tpo-report-download-item{min-width:220px;display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;padding:.85rem .95rem;border:1px solid rgba(20,34,53,.08);border-radius:16px;background:#ffffffb3}.tpo-report-download-item>div:first-child{min-width:0;display:grid;gap:.2rem}.tpo-report-download-item strong,.tpo-report-download-item span{overflow-wrap:anywhere}.tpo-report-row span{color:var(--color-text-muted)}.tpo-report-row.active strong{color:var(--color-primary)}.tpo-reports-filter-bar{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}.tpo-reports-filter-bar-more{grid-template-columns:repeat(3,minmax(0,1fr))}.tpo-reports-filter-bar label{display:grid;gap:.45rem;font-size:.92rem;font-weight:600}.tpo-reports-filter-actions{display:grid;gap:.65rem;align-self:end}.tpo-reports-filter-actions-row{gap:.75rem}.tpo-reports-download-toggle{justify-content:center}.tpo-reports-preview-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.tpo-reports-metric-strip{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.tpo-reports-metric-strip>div{display:grid;gap:.25rem;padding:1rem 1.05rem;border:1px solid rgba(20,34,53,.08);border-radius:18px;background:#ffffffb8}.tpo-reports-metric-strip span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.tpo-reports-metric-strip strong{font-size:1.85rem;font-family:var(--font-display)}.tpo-reports-annual-register-grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.tpo-reports-annual-form,.tpo-reports-annual-list{display:grid;gap:1rem;align-content:start}.tpo-drives-shell{display:grid;gap:1.1rem}.tpo-drives-header{display:flex;justify-content:space-between;align-items:end;gap:1rem;padding-bottom:.9rem;border-bottom:1px solid rgba(20,34,53,.08)}.tpo-drives-header h1,.tpo-drives-panel-head h2{margin:0}.tpo-drives-header p,.tpo-drives-panel-head p{margin:.35rem 0 0}.tpo-drives-subnav{display:flex;justify-content:space-between;align-items:center;gap:1rem}.tpo-drives-subnav-links{display:flex;gap:.65rem;flex-wrap:wrap}.tpo-drives-subnav-link{border:1px solid rgba(20,34,53,.1);background:#ffffffb8;border-radius:999px;padding:.55rem 1rem;color:var(--color-text);font-weight:600;text-transform:capitalize;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.tpo-drives-subnav-link.is-active{background:linear-gradient(135deg,#13233a,#0d1830);border-color:#0d1830e6;color:#f8fbff}.tpo-drives-panel{display:grid;gap:1rem;padding-top:.2rem}.tpo-drives-panel-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.tpo-drives-table-wrap{overflow:auto;border-top:1px solid rgba(20,34,53,.08);padding-top:1rem}.tpo-drives-table{width:100%;min-width:760px;border-collapse:collapse}.tpo-drives-table th,.tpo-drives-table td{text-align:left;padding:.95rem 1rem;border-bottom:1px solid rgba(20,34,53,.08);vertical-align:middle}.tpo-drives-table th{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.tpo-drives-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.tpo-drives-actions a{color:var(--color-primary);font-weight:600}.dashboard-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.pipeline-dashboard{display:grid;gap:var(--space-4)}.pipeline-hero,.pipeline-detail-hero{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}.pipeline-board{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.pipeline-column{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);display:grid;gap:var(--space-3)}.pipeline-column-header{display:flex;justify-content:space-between;align-items:center}.pipeline-column-header span{font-weight:700;color:var(--color-text-muted)}.pipeline-column-body{display:grid;gap:var(--space-3)}.pipeline-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);background:#f8fbff;display:grid;gap:var(--space-2);cursor:grab}.pipeline-card:active{cursor:grabbing}.pipeline-card-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.pipeline-card-meta{display:flex;justify-content:space-between;gap:var(--space-2);color:var(--color-text-muted);font-size:.85rem}.pipeline-card-actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}.pipeline-priority{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:.75rem;font-weight:700}.pipeline-priority.priority-a,.pipeline-card.priority-a{border-color:#dc262680;background:#fee2e299;color:#7f1d1d}.pipeline-priority.priority-b,.pipeline-card.priority-b{border-color:#eab30880;background:#fef3c7b3;color:#854d0e}.pipeline-priority.priority-c,.pipeline-card.priority-c{border-color:#22c55e80;background:#dcfce799;color:#166534}.pipeline-detail-card{display:grid;gap:var(--space-3)}.pipeline-notes{display:grid;gap:.6rem;padding-left:1.2rem}.student-dashboard-page{display:grid;gap:var(--space-4)}.dashboard-hero-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);gap:var(--space-4);background:radial-gradient(circle at top left,rgba(37,99,235,.15),transparent 30%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(20,34,53,.08);border-radius:26px;padding:1.35rem;box-shadow:0 14px 34px #1422350d}.dashboard-hero-copy h1{margin:0;font-size:clamp(2rem,2.6vw,3rem);line-height:1.06;letter-spacing:-.04em}.dashboard-hero-copy p:last-of-type{color:var(--color-text-muted);max-width:62ch}.dashboard-readiness-panel{display:grid;gap:.75rem;align-content:start;border:1px solid rgba(37,99,235,.14);border-radius:var(--radius-md);padding:var(--space-4);background:linear-gradient(180deg,#fff,#eef5ff)}.dashboard-readiness-label{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.dashboard-readiness-panel strong{font-size:2.4rem;line-height:1;letter-spacing:-.05em}.dashboard-stat-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(6,minmax(0,1fr))}.dashboard-stat-card{display:grid;gap:.35rem;border:1px solid rgba(37,99,235,.14);background:linear-gradient(180deg,#fff,#f8fbff);border-radius:18px;padding:1rem 1.05rem;box-shadow:0 10px 24px #1422350a}.dashboard-stat-card span{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.dashboard-stat-card strong{font-size:1.7rem;line-height:1;letter-spacing:-.04em}.dashboard-main-grid{display:grid;gap:var(--space-4);grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.dashboard-content-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-track-card h2,.dashboard-actions-card h2,.dashboard-content-grid h2{margin-top:0}.dashboard-list-stack{display:grid;gap:var(--space-3)}.dashboard-list-row{display:flex;justify-content:space-between;gap:var(--space-3);align-items:start;padding:.9rem 1rem;border:1px solid var(--color-border);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 24px #1422350a}.dashboard-list-row strong,.dashboard-list-row p{margin:0}.dashboard-list-row p{margin-top:.35rem;color:var(--color-text-muted);line-height:1.4}.dashboard-bullet-list{display:grid;gap:.8rem;padding-left:1.1rem}.dashboard-inline-callout{margin-top:var(--space-4);border:1px solid rgba(37,99,235,.14);border-radius:var(--radius-sm);padding:1rem;background:#eff6ff}.dashboard-inline-callout span{display:block;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8}.dashboard-inline-callout strong,.dashboard-inline-callout p{margin:.35rem 0 0}.dashboard-metric-pill{border-radius:999px;padding:.35rem .75rem;background:#eff6ff;color:#1d4ed8;font-weight:800;font-size:.84rem}.student-announcement-stack{display:grid;gap:1rem}.student-announcement-row{display:grid;gap:.85rem;padding:1rem 0;border-top:1px solid rgba(20,34,53,.08)}.student-announcement-row.unread{border-left:3px solid rgba(31,79,120,.45);padding-left:1rem}.student-announcement-row-head{display:flex;justify-content:space-between;align-items:start;gap:1rem}.student-announcement-row-head p{margin:.3rem 0 0;color:var(--color-text-muted)}.student-announcement-row-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.student-announcement-modal{display:grid;gap:1rem}.student-announcement-modal p{margin:0}.career-page{display:grid;gap:var(--space-4)}.career-hero-card h1,.career-grid h2,.career-grid h3{margin-top:0}.career-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.career-workflow-grid{display:grid;gap:var(--space-4);grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr)}.career-workflow-card,.career-inline-card{display:grid;gap:var(--space-3)}.career-section-heading{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start}.career-section-heading h2{margin:.15rem 0 0}.career-stat-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:var(--space-4)}.career-stat-grid h3,.career-list-row p,.career-textarea-row span{margin:0}.career-stat-grid p,.career-score{margin:var(--space-1) 0 0;font-size:1.6rem;font-weight:700}.career-section-stack{display:grid;gap:var(--space-3);margin-top:var(--space-4)}.career-list-row{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start;padding:.85rem .95rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:color-mix(in oklab,var(--color-surface-elevated) 92%,white)}.career-textarea-row{display:grid;gap:var(--space-2)}.career-question-nav{display:flex;gap:var(--space-2);flex-wrap:wrap}.career-question-chip{border:1px solid var(--color-border);background:#fff;color:var(--color-text);border-radius:var(--radius-pill);padding:.4rem .8rem;cursor:pointer}.career-question-chip.active{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.career-voice-panel{display:grid;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in oklab,var(--color-surface) 96%,#eff6ff)}.career-question-text{margin:0;font-size:1.05rem;line-height:1.45}.career-voice-stats{display:flex;gap:var(--space-3);flex-wrap:wrap;color:var(--color-text-muted);font-size:.9rem}.career-waveform{height:96px;display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:.35rem;align-items:end;padding:.8rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:linear-gradient(180deg,#f8fbff,#eef5ff)}.career-waveform.active{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.career-waveform-bar{width:100%;height:100%;border-radius:999px;transform-origin:bottom;background:linear-gradient(180deg,#60a5fa,#2563eb);transition:transform 80ms linear}.career-mic-fallback{border:1px dashed #93c5fd;border-radius:var(--radius-md);padding:var(--space-4);background:#f8fbff}.career-mic-fallback h3{margin-top:0}.career-feedback-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.career-feedback-card{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;padding:var(--space-4)}.career-feedback-card h3{margin-top:0}.career-next-actions,.career-progress-grid,.career-linked-grid,.career-link-list{display:grid;gap:var(--space-3)}.career-next-actions{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.career-progress-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.career-linked-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:var(--space-3)}.career-progress-card,.career-action-card,.career-link-card,.career-focus-banner{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.career-progress-card,.career-action-card{padding:var(--space-4)}.career-action-card h3,.career-progress-card h3{margin-top:0}.career-link-card{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start;padding:var(--space-4);text-decoration:none;color:inherit}.career-link-card:hover{border-color:#93c5fd;box-shadow:0 10px 24px #2563eb14}.career-focus-banner{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start;padding:var(--space-4);background:linear-gradient(180deg,#f8fbff,#eef5ff)}.career-focus-score{text-align:right}.career-focus-score span{display:block;color:var(--color-text-muted);font-size:.85rem}.career-focus-score strong{font-size:1.4rem}.navbar{position:sticky;top:0;z-index:30;background:#ffffffe0;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);color:var(--color-text);border-bottom:1px solid rgba(99,102,241,.08);box-shadow:0 1px 3px #6366f10a;padding:0 var(--space-5);display:flex;align-items:center;gap:var(--space-4);height:60px}.navbar-brand{font-size:1.125rem;font-weight:700;letter-spacing:.01em;white-space:nowrap;margin-right:var(--space-2)}.navbar-nav{display:flex;align-items:center;gap:var(--space-1);flex:1;min-width:0}.navbar-link{display:inline-flex;align-items:center;gap:.45rem;border-radius:var(--radius-sm);padding:.45rem .75rem;color:var(--color-text-muted);font-size:.875rem;font-weight:500;white-space:nowrap;transition:all var(--transition-fast)}.navbar-link:hover{text-decoration:none;color:var(--color-indigo);background:#6366f10f}.navbar-link.active{color:var(--color-indigo);background:#6366f11a;font-weight:600}.navbar-link.locked{color:var(--color-text-muted);background:#94a3b81f}.navbar-link.locked:hover{color:var(--color-text);background:#94a3b833}.navbar-link-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.15rem;padding:.12rem .42rem;border-radius:999px;background:#2563eb1a;color:var(--color-primary);font-size:.72rem;font-weight:800;line-height:1}.navbar-link-badge.complete{background:#10b9811f;color:#0f8a62}.navbar-link-badge.locked{background:#94a3b83d;color:var(--color-text-muted)}.navbar-link-dot{width:.5rem;height:.5rem;border-radius:999px;background:#ef4444;box-shadow:0 0 0 3px #ef444424;flex-shrink:0}.navbar-actions{display:flex;align-items:center;gap:var(--space-3);margin-left:auto;white-space:nowrap}.navbar-support{position:relative}.navbar-utility-link,.navbar-utility-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(31,95,132,.16);background:#1f5f840d;color:#1f5f84;font-size:.84rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.navbar-utility-link:hover,.navbar-utility-button:hover{text-decoration:none;background:#1f5f841f;border-color:#1f5f8447}.navbar-support-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:12rem;display:grid;gap:.2rem;padding:.45rem;border:1px solid var(--color-border);border-radius:16px;background:#fffffffa;box-shadow:0 18px 36px #1422351f}.navbar-support-menu a{display:block;padding:.6rem .75rem;border-radius:12px;color:var(--color-text);font-weight:600;text-decoration:none}.navbar-support-menu a:hover{background:#1f5f8414;text-decoration:none}.navbar-mobile-panel{display:none}.navbar-mobile-support,.navbar-mobile-support-menu{display:grid;gap:.75rem}.navbar-mobile-user{display:flex;align-items:center;gap:var(--space-3)}.navbar-user{font-size:.875rem}.navbar-toggle{display:none;background:transparent;border:1px solid rgba(183,220,255,.34);color:inherit;font-size:1.3rem;border-radius:var(--radius-sm);padding:.25rem .5rem;cursor:pointer}.ui-card{background:var(--color-surface);border:1px solid rgba(20,34,53,.08);border-radius:var(--radius-md);padding:var(--space-5);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base),border-color var(--transition-base)}.ui-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius-sm);padding:.625rem 1rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform 80ms ease-out,background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)}.ui-button:hover{text-decoration:none}.ui-button:disabled{opacity:.56;cursor:not-allowed;box-shadow:none;transform:none;filter:grayscale(.2)}.ui-button:disabled:hover{box-shadow:none;transform:none}.ui-button.primary{background:linear-gradient(135deg,var(--color-indigo),var(--color-violet));color:#fff;box-shadow:0 10px 24px #1f4f7833}.ui-button.primary:hover{box-shadow:0 14px 28px #1f4f783d;transform:translateY(-1px)}.ui-button.secondary{background:#1f4f7814;color:var(--color-primary-strong);border:1px solid rgba(31,79,120,.16)}.ui-button.secondary:hover{background:#1f4f781f}.ui-button.ghost{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.ui-button.ghost:hover{border-color:var(--color-primary);color:var(--color-primary)}.ui-badge{display:inline-flex;align-items:center;border-radius:var(--radius-pill);padding:.2rem .65rem;font-size:.78rem;font-weight:600;letter-spacing:.01em}.ui-badge.default{background:#1f4f781a;color:var(--color-primary)}.ui-badge.success{background:#10b9811a;color:#059669}.ui-badge.warning{background:#f59e0b1f;color:#b45309}.ui-badge.danger{background:#ef44441a;color:#dc2626}.ui-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,var(--color-indigo),var(--color-violet));color:#fff;display:grid;place-items:center;font-weight:600}.ui-table{width:100%;border-collapse:collapse;border-radius:18px;overflow:hidden}.ui-table th,.ui-table td{border-bottom:1px solid rgba(20,34,53,.08);padding:.9rem .95rem;text-align:left}.ui-table th{background:#112038;color:#ffffffeb;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ui-table tbody tr:nth-child(2n) td{background:#f8fbffb8}.ui-table tbody tr:hover td{background:#eff6ffeb}.ui-progress{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:#162338;border-radius:var(--radius-pill);overflow:hidden}.ui-progress::-webkit-progress-bar{background:#162338;border-radius:var(--radius-pill)}.ui-progress::-webkit-progress-value{background:var(--color-primary)}.ui-progress::-moz-progress-bar{background:var(--color-primary)}.ui-spinner{width:1rem;height:1rem;border:2px solid color-mix(in oklab,var(--color-primary) 28%,black);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.ui-skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#101c30,#1a2a42,#101c30);background-size:200% 100%;animation:pulse 1.1s linear infinite}.ui-skeleton.sm{height:12px}.ui-skeleton.md{height:18px}.ui-skeleton.lg{height:28px}.ui-tabs{display:inline-flex;gap:.3rem;border:1px solid var(--color-border);padding:.25rem;border-radius:var(--radius-pill);background:#0c1628}.ui-tab{border:0;background:transparent;border-radius:var(--radius-pill);padding:.35rem .8rem;color:#ffffffd1;transition:color var(--transition-fast),background var(--transition-fast)}.ui-tab:hover{color:#fff}.ui-tab.active{background:var(--color-primary);color:#06121a}.ui-toggle{position:relative;width:40px;height:24px;border-radius:999px;border:1px solid var(--color-border);background:#17263b}.ui-toggle:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#cfe7ff;transition:transform var(--transition-fast)}.ui-toggle.on{background:var(--color-primary)}.ui-toggle.on:after{transform:translate(16px)}.ui-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#040912b8;display:grid;place-items:center;z-index:40;padding:1rem;overflow-y:auto}.ui-modal{width:min(520px,95vw);background:#0f192b;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-md);padding:var(--space-5);color:#f5f8ff;max-height:calc(100vh - 2rem);overflow-y:auto}.ui-modal h3{margin:0 0 1rem;color:#f5f8ff}.ui-toast-stack{position:fixed;right:var(--space-5);bottom:var(--space-5);display:grid;gap:var(--space-2);z-index:50}.ui-toast{background:#0d1b2f;color:#d8ecff;border-radius:var(--radius-sm);padding:.65rem .85rem;min-width:220px;box-shadow:var(--shadow-md)}.ui-tooltip{position:relative;display:inline-flex}.ui-tooltip-content{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#0d1a2d;color:#d9eeff;border-radius:var(--radius-xs);padding:.35rem .5rem;font-size:.78rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--transition-fast)}.ui-tooltip:hover .ui-tooltip-content{opacity:1}.loading-panel{display:grid;gap:var(--space-4)}.chart-wrap{width:100%;height:300px;min-height:260px}.heatmap-wrap{overflow:auto}.heatmap-grid{display:grid;grid-template-columns:220px repeat(8,minmax(80px,1fr));gap:.4rem;min-width:940px}.heatmap-header{font-size:.82rem;color:var(--color-text-muted);font-weight:600}.heatmap-row{display:contents}.heatmap-student{font-size:.82rem;color:var(--color-text);padding:.45rem .5rem;border-radius:var(--radius-xs);background:color-mix(in oklab,var(--color-surface-elevated) 82%,black)}.heatmap-cell{border-radius:var(--radius-xs);text-align:center;padding:.45rem 0;font-size:.78rem;font-weight:600}.heatmap-cell.tone-1{background:#122137;color:#89a8c7}.heatmap-cell.tone-2{background:#143149;color:#9ed4ff}.heatmap-cell.tone-3{background:#17405e;color:#b3e6ff}.heatmap-cell.tone-4{background:#196a87;color:#dcf6ff}.heatmap-cell.tone-5{background:#1ca6bd;color:#031016}.breadcrumbs{color:var(--color-text-muted);font-size:.84rem}.header-actions{display:flex;align-items:center;gap:var(--space-3)}.ai-fab{position:fixed;right:var(--space-4);bottom:var(--space-4);z-index:30}.ai-panel{position:fixed;right:var(--space-4);bottom:calc(var(--space-4) + 56px);width:min(360px,calc(100vw - 2rem));background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:var(--space-4);display:grid;gap:var(--space-3);z-index:35}.ai-panel textarea{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#0b1423;padding:.6rem .7rem;color:var(--color-text)}.gemini-shell{display:grid;grid-template-columns:300px 1fr;gap:var(--space-4);min-height:calc(100vh - 124px)}.gemini-sidebar{border:1px solid var(--color-border);background:var(--color-surface-elevated);border-radius:var(--radius-md);padding:var(--space-4);box-shadow:var(--shadow-sm);display:grid;grid-template-rows:auto 1fr auto;gap:var(--space-3);min-height:0}.gemini-sidebar-top{display:grid;gap:var(--space-3)}.gemini-new-chat{width:100%;justify-self:stretch}.gemini-sidebar-title{font-size:.82rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em}.gemini-conversation-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem;overflow:auto;min-height:0}.gemini-conversation-item{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#0f1b2e;width:100%;text-align:left;padding:.6rem .7rem;cursor:pointer;display:grid;gap:.2rem;transition:border-color var(--transition-fast),background var(--transition-fast)}.gemini-conversation-item:hover{border-color:color-mix(in oklab,var(--color-primary) 45%,var(--color-border));background:#12233a}.gemini-conversation-item.active{border-color:var(--color-primary);background:color-mix(in oklab,var(--color-primary) 20%,#081220)}.gemini-conversation-topic{font-size:.75rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.gemini-conversation-preview{font-size:.92rem;color:var(--color-text);line-height:1.35}.gemini-empty-note{color:var(--color-text-muted);font-size:.9rem;padding:.5rem .2rem}.gemini-usage-box{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#0c1829;padding:.6rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem}.gemini-usage-box span{color:var(--color-text-muted)}.gemini-main{border:1px solid var(--color-border);background:var(--color-surface-elevated);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--space-4);display:grid;grid-template-rows:auto 1fr auto auto;gap:var(--space-3);min-height:0}.gemini-header{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start}.gemini-header h1{margin:0;line-height:1.1}.gemini-header p{margin:.35rem 0 0;color:var(--color-text-muted)}.gemini-model-chip{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:#0d1a2d;padding:.35rem .65rem;font-size:.8rem;color:var(--color-text-muted);white-space:nowrap}.gemini-messages{min-height:0;overflow:auto;padding:.6rem .2rem .2rem;display:grid;gap:.75rem}.gemini-starter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem}.gemini-starter{text-align:left;border:1px solid var(--color-border);background:#0f1a2d;border-radius:var(--radius-sm);padding:.7rem .8rem;color:var(--color-text);cursor:pointer}.gemini-starter:hover{border-color:color-mix(in oklab,var(--color-primary) 45%,var(--color-border));background:#13243b}.gemini-message-row{display:flex}.gemini-message-row.user{justify-content:flex-end}.gemini-message-row.assistant{justify-content:flex-start}.gemini-bubble{max-width:min(78ch,86%);border-radius:18px;padding:.65rem .85rem;font-size:.97rem;line-height:1.45;white-space:pre-wrap}.gemini-bubble.user{background:linear-gradient(145deg,#1ca6bd,#148fa7);color:#04131a;border-top-right-radius:8px}.gemini-bubble.assistant{background:#0d192d;color:var(--color-text);border:1px solid var(--color-border);border-top-left-radius:8px}.gemini-error{margin:0;color:var(--color-danger)}.gemini-error-card{display:flex;align-items:center;gap:var(--space-3);padding:.65rem .85rem;border:1px solid color-mix(in oklab,var(--color-danger) 35%,var(--color-border));border-radius:var(--radius-sm);background:color-mix(in oklab,var(--color-danger) 8%,var(--color-surface))}.gemini-retry-btn{flex-shrink:0;padding:.3rem .7rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:.82rem;transition:background var(--transition-fast),border-color var(--transition-fast)}.gemini-retry-btn:hover{background:var(--color-surface-elevated);border-color:var(--color-text-muted)}.error-boundary-fallback{display:grid;gap:var(--space-3);justify-items:center;text-align:center;padding:var(--space-8) var(--space-5);max-width:520px;margin:0 auto}.error-boundary-icon{font-size:2.4rem}.error-boundary-fallback h2{margin:0;font-size:1.25rem}.error-boundary-message{color:var(--color-text-muted);margin:0;line-height:1.5}.error-boundary-details{width:100%;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem .7rem;background:color-mix(in oklab,var(--color-surface) 90%,black);text-align:left}.error-boundary-details summary{cursor:pointer;font-size:.85rem;color:var(--color-text-muted)}.error-boundary-details code{display:block;margin-top:.4rem;font-size:.82rem;word-break:break-word;color:var(--color-danger)}.error-boundary-actions{display:flex;gap:var(--space-3)}.gemini-composer-wrap{border:1px solid var(--color-border);background:#0c1525;border-radius:var(--radius-md);padding:.65rem;display:grid;gap:.55rem}.gemini-composer{width:100%;resize:none;border:0;background:transparent;color:var(--color-text);outline:none;line-height:1.45;max-height:190px}.gemini-composer-actions{display:flex;justify-content:space-between;gap:var(--space-3);align-items:center}.gemini-composer-actions small{color:var(--color-text-muted)}.student-topic-search{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(99,102,241,.06)}.ui-progress,.ui-progress::-webkit-progress-bar{background:#ede9fe}.ui-progress::-webkit-progress-value{background:linear-gradient(90deg,var(--color-indigo),var(--color-violet));border-radius:var(--radius-pill)}.ui-progress::-moz-progress-bar{background:linear-gradient(90deg,var(--color-indigo),var(--color-violet));border-radius:var(--radius-pill)}.ui-skeleton{background:linear-gradient(90deg,#f1f0ff,#f8f7ff,#f1f0ff);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ui-tab.active{background:linear-gradient(135deg,var(--color-indigo),var(--color-violet));color:#fff}.ui-toggle.on{background:var(--color-indigo)}.ui-toggle:after{background:#fff;border:1px solid var(--color-border)}.ui-modal-backdrop{background:#11182759;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gemini-conversation-item:hover,.gemini-starter:hover{border-color:#6366f14d;background:#6366f10a}.gemini-conversation-item.active{border-color:var(--color-indigo);background:#6366f114}.gemini-bubble.user{background:linear-gradient(135deg,var(--color-indigo),var(--color-violet));color:#fff}.gemini-bubble.assistant{background:#fafafe;border-color:#6366f11a}.resource-card-media{background:linear-gradient(160deg,#eff5ff,#e7f0ff)}.resource-card-media-fallback{background:linear-gradient(160deg,#dbeafe,#bfdbfe)}.resource-card-media-badge{color:#1e3a8a;background:#eff6ff}.resource-match-chip{color:#1d4ed8}.resource-match-snippet{color:var(--color-text-muted)}.tpo-ranking-table-wrap{border:1px solid var(--color-border)}@media(max-width:1024px){.marketing-topbar,.marketing-footer{flex-direction:column;align-items:flex-start}.marketing-nav{flex-wrap:wrap;justify-content:flex-start}.marketing-hero,.public-auth-layout,.public-auth-layout-signup,.marketing-columns-three,.marketing-platform-grid,.marketing-readiness-grid{grid-template-columns:1fr}.marketing-pilot-section{flex-direction:column;align-items:flex-start}.public-auth-layout{min-height:auto}.public-auth-aside{padding-bottom:0}}@media(max-width:768px){.marketing-shell,.public-auth-shell{padding-inline:1rem}.marketing-topbar-actions,.marketing-nav,.marketing-proof-row,.marketing-footer-links,.marketing-pilot-actions,.public-auth-demo-links,.public-auth-field-grid{width:100%;flex-direction:column;align-items:stretch}.marketing-hero{padding-top:1.5rem}.marketing-hero-copy h1,.public-auth-aside h1{max-width:none}.marketing-hero-visual,.public-auth-panel{border-radius:20px;padding:1rem}}@media(max-width:1200px){.dashboard-stat-grid,.control-center-pill-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-main-grid,.mock-hero-card,.dashboard-hero-card{grid-template-columns:1fr}.tpo-insights-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}.tpo-reports-filter-bar,.tpo-reports-filter-bar-more{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.auth-shell{padding:var(--space-4)}.auth-card{border-radius:var(--radius-md);padding:var(--space-6) var(--space-5)}.tpo-insights-grid{grid-template-columns:1fr}.tpo-communication-header,.tpo-communication-panel-head,.tpo-template-row,.tpo-students-header,.tpo-students-control-head,.tpo-students-advanced-head,.tpo-students-table-head{flex-direction:column;align-items:flex-start}.tpo-template-meta{justify-items:start;text-align:left}.student-workspace-hero,.student-workspace-metrics,.student-workspace-metric-grid,.student-workspace-inline-note,.tpo-communication-form,.tpo-communication-review-grid,.tpo-communication-journey-list,.tpo-communication-purpose-list,.tpo-communication-inline-grid,.tpo-compact-select-grid,.tpo-communication-simple-grid{grid-template-columns:1fr}.tpo-communication-stepper,.tpo-communication-summary,.tpo-communication-overview-actions,.tpo-communication-inline-actions,.tpo-communication-purpose-pills,.student-announcement-row-head,.student-announcement-row-meta{flex-direction:column;align-items:stretch}.tpo-reports-header,.tpo-reports-preview-head,.tpo-report-row,.tpo-report-download-item{flex-direction:column;align-items:flex-start}.tpo-reports-header-actions,.tpo-reports-header-primary-actions,.tpo-reports-header-export-actions{width:100%;justify-items:stretch;justify-content:stretch}.tpo-reports-header-primary-actions .ui-button,.tpo-reports-header-export-actions .ui-button{flex:1 1 180px}.tpo-report-row-actions{width:100%;justify-content:flex-start}.tpo-reports-filter-bar,.tpo-reports-filter-bar-more,.tpo-reports-annual-register-grid{grid-template-columns:1fr}.tpo-reports-filter-actions,.tpo-reports-filter-actions-row,.tpo-reports-download-toggle{width:100%}.risk-dashboard-header{flex-direction:column;align-items:flex-start}.risk-summary-grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr))}.risk-student-row{flex-direction:column;align-items:flex-start}.risk-student-meta{justify-items:start;text-align:left}.student-workspace-panel-head,.student-workspace-row{flex-direction:column;align-items:flex-start}.risk-action-buttons{width:100%}.control-center-pill-grid,.dashboard-stat-grid,.mock-hero-stats,.dashboard-content-grid,.mock-filter-grid{grid-template-columns:1fr}.mock-filter-toolbar{position:static}.tpo-form-card .form-grid{grid-template-columns:1fr;gap:1rem}.tpo-students-primary-grid{grid-template-columns:1fr}.tpo-form-card .hero-actions,.tpo-table-actions-card .hero-actions{flex-direction:column;align-items:stretch}.tpo-form-card .hero-actions>*,.tpo-table-actions-card .hero-actions>*{width:100%}.tpo-table-card .muted-text{margin-bottom:.75rem}.tpo-ranking-table-wrap{margin-inline:-.25rem}.tpo-ranking-table-wrap .ui-table th,.tpo-ranking-table-wrap .ui-table td{white-space:nowrap;padding:.65rem .75rem}.tpo-template-preview,.tpo-preview-panel{padding:.9rem}.tpo-toggle-grid{grid-template-columns:1fr}.tpo-students-mode-strip,.tpo-students-bulk-bar,.tpo-communication-direct-audience{flex-direction:column;align-items:flex-start}.tpo-student-inline-grid{grid-template-columns:1fr}.tpo-students-kpi-pill,.tpo-saved-view-pill{min-width:100%}.tpo-students-count-chip{width:100%}.tpo-student-drawer-head{flex-direction:column;align-items:flex-start}.tpo-reports-grid,.tpo-student-summary-grid{grid-template-columns:1fr}.app-state-card{padding:1rem}.tpo-kpi-value{font-size:1.7rem}.topic-progress-row{grid-template-columns:1fr;align-items:flex-start}.mock-attempt-layout,.resources-hero-card,.resources-toolbar-top,.resources-topic-form,.dashboard-hero-card,.dashboard-main-grid,.resources-topic-columns,.student-profile-header,.student-profile-checklist-grid,.student-profile-consent-grid,.student-profile-certification-grid,.landing-hero-card,.landing-pricing-card,.landing-section-grid,.pipeline-hero,.pipeline-detail-hero{grid-template-columns:1fr}.pipeline-hero,.pipeline-detail-hero{flex-direction:column;align-items:flex-start}.resource-viewer-header{grid-template-columns:1fr;align-items:stretch}.resource-viewer-header-actions{justify-self:stretch}.resource-viewer-header-actions>*{flex:1 1 auto}.resource-pdf-toolbar{grid-template-columns:1fr;justify-items:stretch}.resource-pdf-toolbar-page,.resource-pdf-toolbar-progress,.resource-pdf-toolbar-actions{justify-self:stretch;text-align:left}.ui-modal-backdrop{place-items:start center}.ui-modal{width:min(100%,42rem);max-height:calc(100vh - 1rem);padding:1rem;margin-top:.5rem}.resources-stat-grid,.resources-card-grid,.resources-pack-grid{grid-template-columns:1fr}.resources-toolbar-card{position:static}.resources-section-header,.resources-topic-header{flex-direction:column;align-items:stretch}.resources-youtube-column{order:2}.resource-visual-card{grid-template-columns:1fr;min-height:0}.resource-card-media{min-height:92px;border-right:0;border-bottom:1px solid var(--color-border)}.resource-card-body{padding:var(--space-3)}.mock-section-header,.resources-section-header,.resources-topic-header{flex-direction:column;align-items:stretch}.gemini-shell{grid-template-columns:1fr;min-height:auto}.gemini-sidebar{grid-template-rows:auto auto auto}.gemini-conversation-list{grid-auto-flow:column;grid-auto-columns:minmax(190px,1fr);overflow-x:auto;overflow-y:hidden;padding-bottom:.2rem}.gemini-main{grid-template-rows:auto 1fr auto auto;min-height:70vh}.gemini-header{flex-direction:column;align-items:flex-start}.gemini-bubble{max-width:96%}.gemini-composer-actions{flex-direction:column;align-items:stretch}.navbar{flex-wrap:wrap;align-items:center;height:auto;padding:.8rem 1rem;gap:.8rem}.student-topic-search{padding:.8rem 1rem}.student-topic-search-form{grid-template-columns:1fr}.content-main,.ui-card{padding:1rem}.navbar-toggle{display:inline-flex;margin-left:auto;order:2}.navbar-nav{display:none;flex-direction:column;align-items:stretch;width:100%;gap:var(--space-1);padding-top:.25rem;order:4}.navbar-nav.open{display:flex}.navbar-link{padding:.75rem .9rem;font-size:.94rem}.navbar-brand{font-size:1rem;max-width:calc(100% - 56px)}.navbar-actions{display:none}.navbar-mobile-panel{display:grid;gap:.8rem;margin-top:.4rem;padding-top:.9rem;border-top:1px solid var(--color-border)}.navbar-mobile-user strong,.navbar-mobile-user p{margin:0}.navbar-mobile-user p{color:var(--color-text-muted);font-size:.84rem;margin-top:.15rem}.navbar-mobile-panel .ui-button,.navbar-utility-link,.navbar-utility-button{width:100%}.navbar-support-menu{position:static;min-width:0;box-shadow:none;background:#f8fbfff5}.resources-hero-card,.mock-hero-card,.dashboard-hero-card,.career-hero-card,.control-center-hero-card{gap:1rem}.resources-hero-copy h1,.mock-hero-copy h1,.dashboard-hero-copy h1{font-size:1.8rem}.resources-toolbar-card,.mock-filter-toolbar{top:0}.career-workflow-grid{grid-template-columns:1fr}.career-focus-banner,.career-link-card,.career-section-heading{flex-direction:column}.career-focus-score{text-align:left}}.company-hub-page{display:grid;gap:1.5rem}.company-hub-hero{display:grid;gap:1.25rem;grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);border-color:var(--company-accent-border, var(--color-border));background:radial-gradient(circle at top right,color-mix(in oklab,var(--company-accent-soft, #eff6ff) 85%,white),transparent 48%),linear-gradient(180deg,#fff,#f9fbff)}.company-hub-hero-copy{display:grid;gap:.9rem}.company-hub-brand-row{display:flex;align-items:center;gap:1rem}.company-hub-logo-wrap,.company-hub-logo-fallback{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;background:var(--company-accent-soft, #eff6ff);border:1px solid var(--company-accent-border, var(--color-border));overflow:hidden;flex-shrink:0}.company-hub-logo{width:100%;height:100%;object-fit:cover}.company-hub-logo-fallback{color:var(--company-accent, var(--color-primary));font-weight:700;letter-spacing:.08em}.company-hub-hero-copy h1{margin:0}.company-hub-hero-stats,.company-hub-progress-grid,.company-hub-content-grid,.company-hub-drive-grid{display:grid;gap:1rem}.company-hub-hero-stats,.company-hub-progress-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.company-hub-grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr)}.company-hub-progress,.company-hub-signals{display:grid;gap:1rem}.company-hub-type-stats{display:flex;flex-wrap:wrap;gap:.5rem}.company-hub-filter{display:grid;gap:.45rem}.company-hub-content-grid,.company-hub-drive-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.company-hub-content-card,.company-hub-drive-card{display:grid;gap:.8rem}.company-hub-content-head{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start}.company-hub-content-head h3,.company-hub-drive-card h3,.company-hub-content-head p,.company-hub-drive-card p{margin:0}.company-hub-content-copy{color:var(--color-text)}.company-hub-weak-chip{border-color:color-mix(in oklab,var(--company-accent, var(--color-primary)) 24%,var(--color-border))}.company-hub-ranking-reason{margin-top:.45rem;color:var(--company-accent, var(--color-primary));font-size:.92rem}.company-hub-resource-meta{display:flex;flex-wrap:wrap;gap:.45rem}@media(max-width:900px){.company-hub-hero,.company-hub-grid{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.study-guides-page,.sg-hero-card{display:flex;flex-direction:column;gap:1.5rem}.sg-hero-copy{display:flex;flex-direction:column;gap:.5rem}.sg-hero-copy h1{font-size:1.5rem;font-weight:700}.sg-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-primary, #5374ff)}.sg-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.sg-stat-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem}.sg-stat-card strong{font-size:1.5rem;font-weight:700}.sg-stat-label{font-size:.75rem;color:var(--color-text-muted, #888)}.sg-toolbar-card{display:flex;flex-direction:column;gap:.75rem}.sg-toolbar-row{display:flex;gap:.75rem}.sg-search-input{flex:1}.sg-filter-row{display:flex;gap:1rem;flex-wrap:wrap}.sg-filter-group{display:flex;gap:.375rem;flex-wrap:wrap}.sg-filter-chip{padding:.375rem .75rem;border:1px solid var(--color-border, #333);border-radius:9999px;background:transparent;color:var(--color-text, #eee);font-size:.8125rem;cursor:pointer;transition:all .15s}.sg-filter-chip:hover{border-color:var(--color-primary, #5374ff)}.sg-filter-chip.active{background:var(--color-primary, #5374ff);border-color:var(--color-primary, #5374ff);color:#fff}.sg-toolbar-meta{font-size:.8125rem;color:var(--color-text-muted, #888)}.sg-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.sg-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem}.sg-card-header{display:flex;gap:.5rem;align-items:center}.sg-card-title{font-size:1.1rem;font-weight:600;margin:0}.sg-card-summary{font-size:.875rem;color:var(--color-text-muted, #bbb);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sg-card-meta{display:flex;gap:.75rem;font-size:.75rem;color:var(--color-text-muted, #888)}.sg-card-chips{display:flex;gap:.375rem;flex-wrap:wrap}.sg-chip{display:inline-block;padding:.2rem .5rem;font-size:.7rem;border-radius:4px;background:#5374ff1f;color:var(--color-primary, #5374ff)}.sg-card-footer{margin-top:auto}.sg-badge{display:inline-block;padding:.2rem .6rem;font-size:.7rem;font-weight:600;border-radius:4px;text-transform:capitalize}.sg-badge-category{background:#29d3c41f;color:#29d3c4}.sg-badge-beginner{background:#4caf501f;color:#4caf50}.sg-badge-intermediate{background:#ffc1071f;color:#ffc107}.sg-badge-advanced{background:#f443361f;color:#f44336}.sg-empty-card{text-align:center;padding:3rem 1rem}.sg-load-more{display:flex;justify-content:center;padding:1rem 0}.sg-viewer-page{display:flex;flex-direction:column;gap:1.5rem}.sg-back-link{font-size:.8125rem;color:var(--color-primary, #5374ff);text-decoration:none;margin-bottom:.5rem;display:inline-block}.sg-back-link:hover{text-decoration:underline}.sg-viewer-hero{display:flex;flex-direction:column;gap:.75rem}.sg-viewer-badges{display:flex;gap:.5rem}.sg-viewer-title{font-size:1.75rem;font-weight:700;margin:0}.sg-viewer-summary{font-size:.9375rem;color:var(--color-text-muted, #bbb);line-height:1.5}.sg-viewer-meta{display:flex;gap:1rem;font-size:.8125rem;color:var(--color-text-muted, #888);flex-wrap:wrap}.sg-viewer-actions{display:flex;gap:.5rem}.sg-viewer-layout{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;align-items:start}@media(max-width:768px){.sg-viewer-layout{grid-template-columns:1fr}.sg-toc{display:none}}.sg-toc{position:sticky;top:5rem}.sg-toc-card{padding:1rem}.sg-toc-title{font-size:.875rem;font-weight:600;margin-bottom:.75rem}.sg-toc-nav{display:flex;flex-direction:column;gap:.375rem}.sg-toc-link{font-size:.8125rem;color:var(--color-text-muted, #aaa);text-decoration:none;border-left:2px solid transparent;padding:.25rem 0 .25rem .5rem;transition:all .15s}.sg-toc-link:hover{color:var(--color-primary, #5374ff);border-left-color:var(--color-primary, #5374ff)}.sg-viewer-content{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.sg-concepts-card{padding:1.25rem}.sg-concepts-card h3{font-size:1rem;font-weight:600;margin-bottom:.75rem}.sg-concepts-chips{display:flex;gap:.375rem;flex-wrap:wrap}.sg-section{scroll-margin-top:5rem}.sg-section-heading{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border, #333)}.sg-markdown{line-height:1.7;font-size:.9375rem}.sg-p{margin:.5rem 0}.sg-content-h4{font-size:1.05rem;font-weight:600;margin:1rem 0 .5rem}.sg-content-h5{font-size:.95rem;font-weight:600;margin:.75rem 0 .375rem}.sg-ul,.sg-ol{padding-left:1.5rem;margin:.5rem 0}.sg-li{margin:.25rem 0}.sg-inline-code{padding:.15em .4em;border-radius:3px;background:#ffffff0f;font-family:var(--font-mono, monospace);font-size:.875em}.sg-code-block{background:#0000004d;border:1px solid var(--color-border, #333);border-radius:6px;padding:1rem;overflow-x:auto;font-family:var(--font-mono, monospace);font-size:.8125rem;line-height:1.6;margin:.75rem 0}.sg-table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:.875rem}.sg-table-cell{padding:.5rem .75rem;border:1px solid var(--color-border, #333);text-align:left}.sg-table th.sg-table-cell{font-weight:600;background:#ffffff0a}.sg-practice-list{display:flex;flex-direction:column;gap:1rem}.sg-practice-card{padding:1.25rem}.sg-practice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sg-practice-number{font-weight:700;font-size:.9375rem;color:var(--color-primary, #5374ff)}.sg-practice-toggle{padding:.375rem .75rem;border:1px solid var(--color-border, #333);border-radius:4px;background:transparent;color:var(--color-primary, #5374ff);font-size:.8125rem;cursor:pointer}.sg-practice-toggle:hover{background:#5374ff14}.sg-practice-answer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border, #333)}.sg-tips-card{padding:1.25rem;background:#29d3c40a;border-left:3px solid #29d3c4}.sg-tips-list{padding-left:1.25rem;margin:0}.sg-tips-item{margin:.5rem 0;line-height:1.5}.sg-footer-card{display:flex;flex-direction:column;gap:.75rem;font-size:.8125rem;color:var(--color-text-muted, #888);text-align:center;align-items:center;padding:1.5rem}.sg-footer-meta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;font-size:.75rem}@media print{.sg-toc,.sg-back-link,.sg-viewer-actions,.sg-practice-toggle,.sg-footer-card,.navbar,.student-topic-search{display:none!important}.sg-viewer-layout{grid-template-columns:1fr}.sg-practice-answer{display:block!important}}.required-asterisk{color:#b42318;font-weight:700}.student-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;padding:1rem 2rem 2rem;color:var(--color-text-muted, #5a6b85);font-size:.95rem}.student-footer-copy,.student-footer-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.student-footer a{color:#1f5f84;font-weight:600;text-decoration:none}.student-footer a:hover{text-decoration:underline}@media(max-width:720px){.student-footer{padding:1rem 1rem 2rem;align-items:flex-start}.student-footer-copy,.student-footer-links{flex-direction:column;align-items:flex-start;gap:.5rem}}body{background:var(--color-bg);color:var(--color-text)}a{color:var(--color-primary)}a:hover{text-decoration:none}label{color:var(--color-text);font-size:.92rem;font-weight:600}textarea,select,input{color:var(--color-text)}.muted-text,.error-text+.muted-text,.public-footer,.public-auth-meta p,.student-workspace-meta,.student-workspace-inline-note,.student-workspace-row p,.student-workspace-header p,.student-workspace-panel-head p,.tpo-communication-header p,.tpo-communication-panel-head p,.tpo-template-row p,.marketing-footer p,.marketing-lead,.public-auth-lead{color:var(--color-text-muted)}.error-text{color:var(--color-danger);font-weight:600}.page-shell,.public-shell,.app-shell{background:var(--color-bg)}.content-main{width:min(1240px,100%);margin:0 auto;padding:1.5rem}.marketing-shell{min-height:100vh;padding:1rem 1.5rem 2rem;background:var(--color-bg)}.marketing-topbar,.marketing-hero,.marketing-section,.marketing-footer,.public-auth-layout{width:min(1180px,100%);margin:0 auto}.marketing-topbar{padding:.75rem 0 1.25rem;border-bottom:1px solid var(--color-border)}.marketing-brand,.public-auth-brand{color:var(--color-text);gap:.75rem}.marketing-brand small{color:var(--color-text-muted);letter-spacing:.08em}.marketing-brand-mark,.ui-avatar{background:#e8eef9;color:#1e293b;box-shadow:none}.marketing-nav a,.marketing-login-link,.public-auth-demo-links a{color:var(--color-text-muted);font-weight:600}.marketing-nav a:hover,.marketing-login-link:hover,.public-auth-demo-links a:hover{color:var(--color-text)}.marketing-hero{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem;align-items:start;padding:2.5rem 0 2rem}.marketing-hero-copy,.marketing-hero-simple-panel,.marketing-column,.marketing-platform-grid section,.public-auth-panel,.public-auth-highlights>div,.public-card,.app-state-card,.ui-card,.student-workspace-panel,.student-workspace-row,.student-workspace-drive,.student-profile-progress,.student-profile-readonly-grid>div,.student-profile-recommended-grid>div,.student-declaration-warning,.student-profile-certification-panel,.student-profile-certification-grid>div,.student-profile-checkbox,.control-center-pill,.risk-student-row,.risk-student-card,.tpo-template-preview,.tpo-preview-panel,.tpo-communication-panel,.tpo-announcement-card-preview{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.marketing-hero-simple-panel,.marketing-column,.marketing-platform-grid section,.public-auth-panel,.public-auth-highlights>div,.public-card,.app-state-card,.ui-card,.student-workspace-panel,.student-workspace-row,.student-workspace-drive,.student-profile-progress,.student-profile-readonly-grid>div,.student-profile-recommended-grid>div,.student-declaration-warning,.student-profile-certification-panel,.student-profile-certification-grid>div,.student-profile-checkbox,.control-center-pill,.risk-student-row,.risk-student-card,.tpo-template-preview,.tpo-preview-panel,.tpo-communication-panel,.tpo-announcement-card-preview{border-radius:var(--radius-md)}.marketing-hero-copy,.marketing-hero-simple-panel,.marketing-column,.marketing-platform-grid section{padding:1.5rem}.marketing-hero-copy h1,.marketing-section-heading h2,.marketing-pilot-copy h2,.public-auth-aside h1,.public-auth-header h2,.student-workspace-header h1,.tpo-dashboard h1,.tpo-communication-header h1,.app-state-card h2{font-family:var(--font-display);letter-spacing:-.03em;line-height:1.1;color:var(--color-text)}.marketing-hero-copy h1{font-size:clamp(2.5rem,4vw,3.75rem);max-width:12ch}.marketing-section-heading h2,.public-auth-aside h1,.public-auth-header h2{font-size:clamp(1.8rem,3vw,2.5rem)}.marketing-kicker,.student-workspace-eyebrow,.control-center-pill span,.student-workspace-metrics span,.student-workspace-metric-grid span,.student-profile-progress span,.student-profile-readonly-grid span,.student-profile-recommended-grid span,.student-profile-certification-grid span,.risk-summary-grid span,.ui-table th{color:var(--color-text-muted);letter-spacing:.08em}.marketing-platform-tag,.ui-badge,.navbar-link-badge,.navbar-utility-link,.navbar-utility-button{box-shadow:none}.hero-actions,.marketing-topbar-actions,.marketing-footer-links,.student-footer-links{gap:.75rem}.public-auth-shell{min-height:100vh;display:grid;align-items:center;padding:2rem 1.5rem;background:var(--color-bg)}.public-auth-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,460px);gap:2rem;align-items:stretch}.public-auth-aside{display:grid;gap:1.25rem;align-content:start;padding:1rem 0}.public-auth-panel{padding:2rem;overflow:visible}.public-auth-highlights{display:grid;gap:.9rem}.public-auth-highlights>div{min-width:0;padding:1rem 1.1rem}.public-auth-header{display:grid;gap:.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.public-auth-form,.form-grid{display:grid;gap:1rem}.public-auth-meta{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.navbar{position:sticky;top:0;z-index:30;height:68px;padding:0 1.25rem;background:#fffffff5;border-bottom:1px solid var(--color-border);box-shadow:0 1px #0f172a0a;backdrop-filter:none;-webkit-backdrop-filter:none}.navbar-brand{font-size:1.125rem;font-weight:700;color:var(--color-text)}.navbar-nav{gap:.25rem}.navbar-link{min-height:2.5rem;padding:.55rem .85rem;border-radius:10px;color:var(--color-text-muted);font-size:.92rem;font-weight:600}.navbar-link:hover{color:var(--color-text);background:#eef2f7}.navbar-link.active{background:#e8eef9;color:var(--color-primary-strong)}.navbar-link.locked{color:var(--color-text-muted);background:#eef2f7}.navbar-link.locked:hover{color:var(--color-text);background:#e5eaf2}.navbar-link-badge{background:#dbeafe;color:var(--color-primary-strong)}.navbar-link-badge.complete{background:#dcfce7;color:#166534}.navbar-link-badge.locked{background:#e2e8f0;color:#475569}.navbar-link-dot{background:var(--color-danger);box-shadow:none;animation:announcement-dot-pulse .4s ease-out 1 both}.navbar-user{color:var(--color-text);font-weight:600}.navbar-utility-link,.navbar-utility-button{min-height:2.5rem;padding:.55rem .9rem;border-radius:10px;border:1px solid var(--color-border);background:#fff;color:var(--color-text);font-size:.875rem;font-weight:600}.navbar-utility-link:hover,.navbar-utility-button:hover{background:#f8fafc;border-color:var(--color-border-strong)}.navbar-support-menu{top:calc(100% + .4rem);min-width:13rem;padding:.45rem;border-radius:12px;border:1px solid var(--color-border);background:#fff;box-shadow:var(--shadow-md)}.navbar-support-menu a{border-radius:8px;font-weight:600}.navbar-support-menu a:hover{background:#f8fafc}.student-topic-search{padding:.9rem 1.5rem;border-bottom:1px solid var(--color-border);background:#fff}.student-topic-search-form{width:min(1240px,100%);margin:0 auto}.ui-card{padding:1.25rem}.ui-button{min-height:2.75rem;border-radius:10px;padding:.7rem 1rem;border:1px solid transparent;font-size:.92rem;font-weight:600;box-shadow:none;transition:transform 80ms ease-out,background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast)}.ui-button:hover{transform:none}.ui-button.primary:active,button.ui-button[type=submit]:active,.hero-actions .ui-button:active{transform:scale(.97)}.ui-button.primary{background:var(--color-primary);color:#fff}.ui-button.primary:hover{background:var(--color-primary-strong);box-shadow:none}.ui-button.secondary{background:#eff6ff;color:var(--color-primary-strong);border-color:#c7d7fe}.ui-button.secondary:hover{background:#dbeafe}.ui-button.ghost{background:#fff;color:var(--color-text);border-color:var(--color-border)}.ui-button.ghost:hover{background:#f8fafc;color:var(--color-text);border-color:var(--color-border-strong)}.ui-input,select,textarea{width:100%;min-height:2.75rem;border:1px solid var(--color-border);border-radius:10px;background:#fff;box-shadow:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.ui-input,select{padding:.7rem .9rem}textarea{padding:.85rem .95rem;line-height:1.55}.ui-input:focus,select:focus,textarea:focus{outline:0;border-color:#93b5fd;box-shadow:0 0 0 3px #1d4ed824}.ui-input::placeholder,textarea::placeholder{color:#8a94a6}.ui-badge.default{background:#eff6ff;color:var(--color-primary-strong)}.ui-badge.success{background:#dcfce7;color:#166534}.ui-badge.warning{background:#fef3c7;color:#92400e}.ui-badge.danger{background:#fee2e2;color:#b91c1c}.ui-table-scroll,.tpo-ranking-table-wrap{border-radius:12px;border:1px solid var(--color-border);background:#fff}.ui-table{border-radius:0}.ui-table th,.ui-table td{padding:.9rem 1rem;border-bottom:1px solid #e9eef5}.ui-table th{background:#f8fafc;color:#475569;font-size:.76rem;font-weight:700}.ui-table tbody tr:nth-child(2n) td{background:#fcfdff}.ui-table tbody tr:hover td,.tpo-ranking-table-wrap .ui-table th{background:#f8fafc}.ui-tabs{display:inline-flex;gap:.35rem;padding:.25rem;border-radius:10px;border:1px solid var(--color-border);background:#f8fafc}.ui-tab{min-height:2.5rem;padding:.5rem .9rem;border-radius:8px;color:var(--color-text-muted);background:transparent;font-weight:600}.ui-tab:hover{background:#eef2f7;color:var(--color-text)}.ui-tab.active{background:#fff;color:var(--color-primary-strong);box-shadow:0 1px 2px #0f172a0d}.ui-modal-backdrop{background:#0f172a73;backdrop-filter:none;-webkit-backdrop-filter:none}.ui-modal{width:min(760px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow:auto;padding:1.5rem;border-radius:14px;border:1px solid var(--color-border);background:#fff;box-shadow:var(--shadow-lg);color:var(--color-text)}.ui-modal h3{margin:0 0 1rem;font-size:1.25rem}.ui-skeleton{background:linear-gradient(90deg,#edf2f7,#e2e8f0,#edf2f7)}.student-workspace-shell,.tpo-dashboard,.tpo-communication-shell,.control-center-page{gap:1.25rem}.student-workspace-header,.tpo-communication-header{padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.student-workspace-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:1.25rem;padding:0;border:0}.student-workspace-hero-main,.control-center-hero-card,.career-hero-card{padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm)}.student-workspace-metrics,.student-workspace-metric-grid,.control-center-pill-grid{gap:1rem}.student-workspace-metrics>div,.student-workspace-metric-grid>div,.control-center-pill{padding:1rem;border:1px solid var(--color-border);border-radius:12px;background:#fff}.student-workspace-metrics>div,.student-workspace-metric-grid>div{border-bottom:1px solid var(--color-border)}.student-workspace-panel,.tpo-communication-panel,.risk-student-card,.tpo-list-card,.tpo-trend-card,.tpo-ranking-card{padding:1.25rem}.student-workspace-row,.student-workspace-drive,.risk-student-row{padding:1rem;background:#fff}.student-profile-progress,.student-profile-readonly-grid>div,.student-profile-recommended-grid>div,.student-declaration-warning,.student-profile-certification-panel,.student-profile-certification-grid>div,.student-profile-checkbox{background:#fff}.student-profile-alert{padding-top:1rem;border-top:1px solid #f3d0cc}.student-profile-certification-modal{color:var(--color-text)}.student-profile-certification-modal>p,.student-profile-certification-modal .muted-text,.student-profile-certification-modal label{color:var(--color-text-muted)}.control-center-hero-card,.career-hero-card,.control-center-pill,.tpo-step-card,.tpo-student-summary-card,.tpo-template-preview,.tpo-preview-panel,.tpo-communication-panel,.tpo-communication-pill,.tpo-communication-inline-grid textarea,.tpo-template-preview pre,.tpo-preview-panel pre{background:#fff;box-shadow:none}.control-center-pill strong,.student-workspace-hero-main strong,.student-workspace-metrics strong,.student-workspace-metric-grid strong,.student-profile-progress strong,.student-profile-readonly-grid strong,.student-profile-recommended-grid strong{font-family:var(--font-display);color:var(--color-text)}.tpo-communication-header,.student-workspace-panel-head,.risk-dashboard-header{align-items:center}.tpo-communication-header,.student-workspace-panel-head{gap:1rem}.tpo-communication-review-grid,.tpo-communication-simple-grid,.tpo-insights-grid{gap:1.25rem}.tpo-communication-pill{border:1px solid var(--color-border);background:#fff;color:var(--color-text)}.tpo-communication-pill.active{border-color:#c7d7fe;background:#eff6ff;box-shadow:none}.tpo-communication-wizard,.tpo-communication-guidance{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.app-state-card{padding:1.5rem}.app-state-card-error{border-color:#f3d0cc;background:#fff}.student-footer{width:min(1240px,100%);margin:0 auto;padding:1.25rem 1.5rem 2rem;border-top:1px solid var(--color-border);color:var(--color-text-muted)}.student-footer a{color:var(--color-text);font-weight:600}.marketing-footer{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:2rem;padding:1.5rem 0 0;border-top:1px solid var(--color-border)}.required-asterisk{color:var(--color-danger)}@media(max-width:1024px){.marketing-hero,.public-auth-layout,.student-workspace-hero,.tpo-communication-simple-grid,.tpo-communication-review-grid{grid-template-columns:1fr}.control-center-pill-grid,.tpo-insights-grid,.tpo-ops-grid,.tpo-ops-signal-strip,.student-profile-checklist-grid,.student-profile-consent-grid,.student-profile-certification-grid,.workspace-definition-grid,.resources-discovery-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-page-shell{gap:1.25rem}.tpo-workspace-header{flex-direction:column;align-items:flex-start}.tpo-workspace-header-actions{width:100%;justify-content:flex-start}.tpo-students-primary-grid,.tpo-reports-filter-bar,.tpo-reports-filter-bar-more{grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-reports-grid{grid-template-columns:1fr}.tpo-student-inline-grid,.tpo-student-summary-grid,.tpo-student-drawer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.navbar{height:auto;min-height:68px;flex-wrap:wrap;padding:.85rem 1rem}.navbar-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;background:#fff;border:1px solid var(--color-border);color:var(--color-text)}.navbar-nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.5rem;padding:.5rem 0 .25rem}.navbar-nav.open{display:flex}.navbar-actions{display:none}.navbar-mobile-panel{display:grid;gap:1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.navbar-link{justify-content:space-between}.content-main,.student-topic-search,.marketing-shell,.public-auth-shell{padding-left:1rem;padding-right:1rem}}@media(max-width:720px){.marketing-topbar{flex-wrap:wrap;justify-content:flex-start}.marketing-nav{order:3;width:100%;justify-content:flex-start;flex-wrap:wrap}.marketing-hero{padding-top:1.75rem}.public-auth-panel,.ui-card,.student-workspace-panel,.workspace-panel,.tpo-communication-panel,.control-center-hero-card,.career-hero-card,.resources-section,.resources-discovery-strip{padding:1rem}.control-center-pill-grid,.tpo-insights-grid,.tpo-ops-grid,.tpo-ops-signal-strip,.student-profile-checklist-grid,.student-profile-consent-grid,.student-profile-certification-grid,.student-workspace-metrics,.student-workspace-metric-grid,.workspace-metrics-grid,.workspace-split-grid,.workspace-definition-grid,.tpo-drive-health-metrics,.tpo-drive-health-meta{grid-template-columns:1fr}.student-workspace-row,.risk-student-row,.tpo-workspace-header,.tpo-inline-section-head,.workspace-panel-header,.workspace-header,.marketing-footer,.student-footer,.resources-section-header,.resources-pack-head,.tpo-ops-hero,.tpo-drive-health-head,.tpo-action-row{flex-direction:column;align-items:flex-start}.student-topic-search-form{grid-template-columns:1fr}.workspace-context-strip{padding:.8rem;gap:.55rem}.workspace-context-strip strong,.workspace-context-strip span{width:100%;justify-content:flex-start}.workspace-subnav{gap:.4rem}.workspace-subnav-link{flex:1 1 calc(50% - .4rem)}.tpo-workspace-header-actions{width:100%;justify-content:flex-start}.resources-discovery-steps{grid-template-columns:1fr}.tpo-student-mobile-list{display:grid}.tpo-student-desktop-table{display:none}.tpo-student-mobile-metrics,.tpo-student-mobile-sections,.tpo-student-drawer-grid{grid-template-columns:1fr}}.marketing-footer-brand{margin-bottom:.55rem}.navbar-brand{flex:0 0 auto;min-width:0;margin-right:.25rem}.navbar-brand .brand-mark{width:2.1rem;height:2.1rem;border-radius:12px}.navbar-brand .brand-mark-svg{width:1.7rem;height:1.7rem}.navbar-brand .brand-wordmark{font-size:.97rem}.public-auth-brand{margin-bottom:.25rem}@media(max-width:860px){.navbar-brand .brand-copy{display:none}}.student-workspace-drive{gap:.8rem}.student-workspace-row.student-workspace-drive-head{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.student-workspace-drive-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.student-workspace-drive-head strong{display:block;margin:0;font-size:1rem}.student-workspace-drive-details{display:grid;gap:.35rem}.student-workspace-drive-details .student-workspace-meta{margin:0;font-size:.92rem;line-height:1.45}.student-workspace-drive-actions{justify-content:flex-start}.student-announcement-stack{gap:.8rem}.student-announcement-row{gap:.65rem;padding:.9rem 0}.student-announcement-row strong{display:block;font-size:.98rem}.student-announcement-row>p{margin:0;line-height:1.5}.student-announcement-row .hero-actions{gap:.55rem}.gemini-shell{grid-template-columns:260px 1fr;gap:1rem;min-height:calc(100vh - 116px)}.gemini-sidebar,.gemini-main{padding:1rem}.gemini-sidebar,.gemini-sidebar-top{gap:.75rem}.gemini-conversation-item,.gemini-starter,.gemini-bubble,.gemini-composer-wrap{border-radius:12px}.gemini-conversation-item,.gemini-starter{padding:.65rem .75rem}.gemini-conversation-topic,.gemini-sidebar-title{font-size:.72rem}.gemini-conversation-preview{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gemini-conversation-item,.gemini-usage-box,.gemini-model-chip,.gemini-starter,.gemini-bubble.assistant,.gemini-composer-wrap{background:#fff;color:var(--color-text)}.gemini-conversation-item:hover,.gemini-starter:hover{background:#f8fafc}.gemini-conversation-item.active{background:#eef4ff;border-color:#c7d7fe}.gemini-usage-box,.gemini-model-chip,.gemini-composer-wrap{border-color:var(--color-border)}.gemini-bubble.user{background:#dbeafe;color:#1e3a8a}.gemini-bubble.assistant{border-color:var(--color-border)}.gemini-header h1{font-size:1.65rem}.gemini-header p{max-width:60ch;font-size:.95rem;line-height:1.5}.gemini-messages{padding:.35rem 0 0;gap:.65rem}.gemini-starter-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.55rem}.gemini-composer{max-height:144px;min-height:86px}.gemini-composer-actions{gap:.75rem}.gemini-composer-actions small{font-size:.78rem}.career-page{gap:1rem}.career-hero-card{padding:1.25rem}.career-stat-grid{gap:.85rem;margin-top:1rem}.career-stat-grid>div,.career-panel-card,.career-progress-card,.career-action-card,.career-link-card,.career-focus-banner,.career-feedback-card{border-radius:12px}.career-stat-grid>div{padding:.9rem 1rem;border:1px solid var(--color-border);background:#fff}.career-panel-card{padding:1rem}.career-stat-grid p,.career-score{font-size:1.35rem}.career-workflow-grid,.career-grid,.career-feedback-grid,.career-next-actions,.career-progress-grid,.career-linked-grid,.career-link-list{gap:1rem}.career-workflow-card,.career-inline-card,.career-section-stack{gap:.85rem}.career-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.career-panel-card>h2{margin-bottom:.75rem}.career-panel-card .form-grid{gap:.85rem}.career-panel-card .hero-actions{gap:.65rem}.career-section-stack{margin-top:1rem}.career-voice-panel,.career-feedback-card,.career-progress-card,.career-action-card,.career-link-card,.career-focus-banner,.career-mic-fallback{padding:1rem}.career-waveform{height:76px;padding:.65rem}.career-question-text{font-size:1rem}.career-question-nav{gap:.45rem}.career-question-chip{padding:.35rem .7rem;font-size:.85rem}.career-list-row{padding:.7rem .8rem}.career-linked-grid{align-items:start}.career-link-card{gap:.75rem}.career-link-card p,.career-action-card p,.career-focus-banner p,.career-feedback-card p{margin-bottom:0}.points-page-shell{gap:1rem}.points-hero-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);align-items:stretch}.points-hero-main,.points-hero-stats>div{display:grid;gap:.4rem}.points-hero-main strong{font-size:2rem}.points-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.points-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.points-panel{gap:.9rem}.points-list,.points-history-list{list-style:none;margin:0;padding:0;display:grid;gap:.7rem}.points-list-row,.points-history-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;padding:.8rem .9rem;border:1px solid var(--color-border);border-radius:12px;background:#fff}.points-history-row{grid-template-columns:minmax(0,1fr) auto}.points-list-rank{min-width:2.25rem;min-height:2.25rem;display:inline-grid;place-items:center;border-radius:999px;background:#eef4ff;color:var(--color-primary-strong);font-weight:700}.points-list-copy,.points-history-row>div{min-width:0}.points-list-copy p,.points-history-row p{margin:.2rem 0 0;color:var(--color-text-muted);font-size:.9rem}.points-list-value,.points-history-value{white-space:nowrap;font-size:.95rem}@media(max-width:1024px){.points-grid{grid-template-columns:1fr}}@media(max-width:720px){.student-workspace-drive,.gemini-sidebar,.gemini-main,.career-hero-card{padding:.9rem}.gemini-conversation-list{grid-auto-columns:minmax(160px,1fr)}.gemini-header h1{font-size:1.4rem}.gemini-starter-grid{grid-template-columns:1fr}.gemini-composer-actions small{order:2}.career-panel-card,.career-voice-panel,.career-feedback-card,.career-progress-card,.career-action-card,.career-link-card,.career-focus-banner,.career-mic-fallback{padding:.9rem}.career-stat-grid,.points-hero-grid,.points-hero-stats{grid-template-columns:1fr}.points-list-row,.points-history-row{grid-template-columns:1fr;align-items:flex-start}.points-list-value,.points-history-value{white-space:normal}}.student-workspace-header{display:grid;gap:.45rem}.student-workspace-header>div{display:grid;gap:.35rem}.student-workspace-header h1,.student-workspace-panel-head h2,.points-panel h2,.career-panel-card>h2{margin:0}.student-workspace-header p,.student-workspace-panel-head p,.points-list-copy p,.points-history-row p,.student-workspace-meta{margin:0}.resources-kicker{margin-bottom:.1rem}.student-workspace-panel{gap:.9rem}.student-workspace-panel-head{padding-bottom:.15rem}.student-workspace-list{gap:.75rem}.hero-actions{flex-wrap:wrap}.hero-actions .ui-button{flex-shrink:0}.student-announcement-row-meta,.student-workspace-drive-actions{align-items:center}.gemini-main,.career-panel-card,.points-panel{gap:.85rem}.points-list-row strong,.points-history-row strong{line-height:1.3}@media(max-width:720px){.hero-actions{width:100%}.hero-actions .ui-button{width:100%;justify-content:center}.tpo-action-menu,.tpo-action-menu-trigger{width:100%}.tpo-action-menu-panel{position:static;min-width:0;margin-top:.45rem}.student-workspace-panel-head{gap:.5rem}.student-workspace-header{gap:.35rem}}.student-profile-readiness-shell,.student-profile-form-shell{display:grid;gap:1rem}.student-profile-readiness{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1.1rem 1.2rem;border-radius:18px;border:1px solid var(--color-border);background:linear-gradient(135deg,#1f4f780f,#4aa3a10a)}.student-profile-readiness.is-success{background:linear-gradient(135deg,#16a34a14,#86efac2e)}.student-profile-readiness.is-warning,.student-profile-readiness.is-attention{background:linear-gradient(135deg,#bf8a2e1f,#fcd34d29)}.student-profile-readiness h2,.student-profile-unlock-state h3,.student-profile-card-block h3,.student-profile-resume-card h3,.student-profile-preference-block h3{margin:.35rem 0}.student-profile-action-bar,.student-profile-priority-list,.student-profile-section-state-grid,.student-profile-two-column,.student-profile-chip-grid,.student-profile-preference-visibility-grid,.student-profile-metrics-grid,.student-profile-resume-meta{display:grid;gap:.9rem}.student-profile-action-bar{grid-template-columns:repeat(auto-fit,minmax(180px,max-content))}.student-profile-section-state-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.student-profile-section-state{text-align:left;padding:1rem;border-radius:16px;border:1px solid var(--color-border);background:#fff;display:grid;gap:.35rem;cursor:pointer}.student-profile-section-state span,.student-profile-metrics-grid span,.student-profile-resume-meta span,.student-profile-preference-visibility-grid span,.student-profile-mini-stack strong{color:var(--color-text-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.student-profile-section-state.is-complete{border-color:#16a34a40}.student-profile-section-state.is-review{border-color:#bf8a2e47}.student-profile-section-state.is-missing{border-color:#b4231838}.student-profile-priority-list{list-style:none;margin:0;padding:0}.student-profile-priority-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem;padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(20,34,53,.08);background:#f8fbff;align-items:center}.student-profile-priority-item.is-complete{border-color:#16a34a47;background:#ecfdf5b8}.student-profile-priority-item.is-active{border-color:#1f4f783d;background:#ecf2ffe6}.student-profile-priority-copy{display:grid;gap:.35rem}.student-profile-priority-copy strong{font-size:1rem}.student-profile-priority-copy p,.student-profile-unlock-impact{margin:0;color:var(--color-text-muted)}.student-profile-priority-actions{display:grid;gap:.45rem;justify-items:end}.student-profile-inline-alert,.student-profile-priority-panel,.student-profile-unlock-state,.student-profile-resume-card,.student-profile-card-block,.student-profile-preference-block{padding:1rem 1.1rem;border-radius:16px;border:1px solid var(--color-border);background:#fff}.student-profile-inline-alert{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.student-profile-inline-alert.is-success{background:#ecfdf5d9;border-color:#16a34a33}.student-profile-priority-panel{display:grid;gap:.9rem}.student-continuity-banner{display:grid;gap:1rem;padding:1rem 1.1rem;border-radius:18px;border:1px solid rgba(31,79,120,.14);background:linear-gradient(135deg,#1f4f7814,#4aa3a11f)}.student-continuity-copy{display:grid;gap:.35rem}.student-continuity-copy h2,.student-continuity-copy h3,.student-continuity-copy p{margin:0}.student-continuity-metrics,.student-continuity-grid{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.student-continuity-metrics>div,.student-continuity-grid>div{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(20,34,53,.08);background:#ffffffdb}.student-continuity-metrics span,.student-continuity-grid span{color:var(--color-text-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.student-continuity-list{margin:.25rem 0 0;padding-left:1rem;display:grid;gap:.45rem}.student-continuity-tags{display:flex;flex-wrap:wrap;gap:.55rem}.student-profile-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.student-profile-metrics-grid>div,.student-profile-preference-visibility-grid>div{padding:.95rem 1rem;border-radius:14px;border:1px solid var(--color-border);background:#fff;display:grid;gap:.25rem}.student-profile-two-column,.student-profile-preference-visibility-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.student-profile-readonly-grid,.student-profile-field-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.student-profile-readonly-grid>div{display:grid;gap:.4rem}.student-profile-trust{font-style:normal;font-size:.82rem;font-weight:700}.student-profile-trust.is-verified{color:#166534}.student-profile-trust.is-locked{color:var(--color-primary-strong)}.student-profile-resume-card{display:grid;gap:1rem}.student-profile-resume-meta{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.student-profile-resume-meta>div{display:grid;gap:.25rem}.student-profile-chip-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.student-profile-chip{min-height:2.8rem;border-radius:999px;border:1px solid var(--color-border);background:#fff;color:var(--color-text);font-weight:600;cursor:pointer;padding:.6rem .9rem}.student-profile-chip.is-active{border-color:#9fb6e9;background:#edf4ff;color:var(--color-primary-strong)}.student-profile-unlock-state{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.student-profile-mini-stack{display:grid;gap:.2rem;min-width:180px}.student-profile-unlock-modal,.student-profile-preference-block{display:grid;gap:1rem}.student-profile-unlock-fields{margin-top:.6rem}@media(max-width:720px){.student-profile-readiness,.student-profile-unlock-state{flex-direction:column}.student-profile-action-bar{grid-template-columns:1fr}.student-profile-priority-item{grid-template-columns:1fr;align-items:start}.student-profile-priority-actions{justify-items:start}}.student-network-banner{margin:.75rem 0;padding:.85rem 1rem;border-radius:16px;border:1px solid #e5c26f;background:#fff8e7;color:#7b5610}.confirm-action-modal{display:grid;gap:1rem}.confirm-action-details{margin:0;padding-left:1.2rem;display:grid;gap:.45rem;color:var(--color-text-secondary)}.tpo-whats-new-grid{display:grid;gap:1rem}.tpo-whats-new-card{display:grid;gap:.75rem}.tpo-whats-new-head{display:flex;justify-content:space-between;gap:1rem;align-items:center}.navbar-brand-wrap{display:grid;gap:.1rem}.navbar-workspace-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.navbar-bottom-nav{display:none}.navbar-bottom-link{position:relative;display:grid;justify-items:center;gap:.1rem;min-width:0;padding:.55rem .35rem .6rem;color:var(--color-text-muted);font-size:.8rem;font-weight:700}.navbar-bottom-link:hover{text-decoration:none;color:var(--color-primary)}.navbar-bottom-link.active{color:var(--color-primary)}.navbar-bottom-link small{font-size:.68rem;font-weight:700;color:inherit}.navbar-bottom-dot{position:absolute;top:.55rem;right:calc(50% - 1.15rem)}.student-home-header-v2 h1{max-width:16ch}.student-home-v2-grid{display:grid;gap:var(--space-4);grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);align-items:start}.student-home-v2-grid>.student-home-primary-card{grid-column:1}.student-home-v2-grid>.student-home-support-card{grid-column:2}.student-home-v2-grid>.student-home-quickstart-card{align-self:stretch}.student-home-primary-card,.student-home-support-card,.student-drive-card-v2,.tpo-student-mobile-card{border:1px solid rgba(99,102,241,.1);background:linear-gradient(180deg,#fff,#fbfcff)}.student-home-score-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.95fr);gap:var(--space-4);align-items:start}.student-home-score-row h2{margin:.2rem 0 0;font-size:clamp(2rem,5vw,3rem);line-height:.95;letter-spacing:-.05em}.student-home-score-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.student-home-score-metrics>div,.student-drive-card-summary-item,.tpo-student-mobile-metrics>div{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:16px;background:#f8faff;border:1px solid rgba(99,102,241,.08)}.student-home-score-metrics span,.student-drive-card-summary-item span,.student-home-context-meta span,.tpo-filter-group>span,.tpo-student-mobile-sections span,.tpo-student-mobile-metrics span{font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.student-home-score-metrics strong,.student-drive-card-summary-item strong,.tpo-student-mobile-metrics strong{font-size:1.05rem}.student-home-hero-copy{display:grid;gap:.7rem;margin-top:var(--space-3)}.student-home-hero-copy strong{font-size:1.45rem;line-height:1.1;letter-spacing:-.03em}.student-home-context-meta,.tpo-student-mobile-sections{display:grid;gap:.75rem}.student-home-context-meta{margin-bottom:var(--space-3)}.student-home-quickstart-card{gap:var(--space-3)}.student-home-quickstart-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.student-home-quickstart-meta{margin-bottom:.2rem}.student-home-quickstart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;padding:.85rem .95rem;border-radius:14px;border:1px solid rgba(99,102,241,.12);background:#f8faff;align-items:center}.student-home-quickstart-copy{display:grid;gap:.35rem}.student-home-quickstart-copy strong{font-size:1rem;line-height:1.3}.student-home-quickstart-copy p{margin:0;color:var(--color-text-muted)}.student-home-quickstart-item .ui-button{justify-self:start}.student-drives-panel-v2 .student-workspace-panel-head p{max-width:58ch}.student-drive-card-list-v2,.student-drive-card-v2{display:grid;gap:var(--space-3)}.student-drive-card-summary{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.student-drive-primary-actions{flex-wrap:wrap}.student-drive-expanded-panel{display:grid;gap:var(--space-3);padding-top:.25rem;border-top:1px solid rgba(20,34,53,.08)}.student-dashboard-risk-inline{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid rgba(20,34,53,.08)}.tpo-students-filter-groups{display:grid;gap:var(--space-3);margin-bottom:var(--space-4)}.tpo-filter-group{display:grid;gap:.6rem}.tpo-filter-group .resources-filter-row{gap:.55rem}.tpo-student-mobile-list{display:none}.tpo-student-mobile-card{display:grid;gap:var(--space-3)}.tpo-student-mobile-card-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.tpo-student-mobile-card-head p,.tpo-student-mobile-sections p{margin:.25rem 0 0;color:var(--color-text-muted)}.tpo-student-mobile-metrics{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.tpo-student-mobile-sections>div{display:grid;gap:.2rem}.tpo-student-desktop-table{display:block}@media(max-width:960px){.student-home-v2-grid{grid-template-columns:1fr}.student-home-v2-grid>.student-home-primary-card,.student-home-v2-grid>.student-home-support-card{grid-column:auto;grid-row:auto}.student-home-score-row{grid-template-columns:1fr}}@media(max-width:860px){.app-shell-with-mobile-nav .content-main{padding-bottom:6.5rem}.navbar{align-items:center;min-height:64px;padding-bottom:.65rem}.navbar-brand-wrap{max-width:calc(100% - 56px)}.navbar-workspace-label{display:none}.navbar-bottom-nav{position:fixed;left:.75rem;right:.75rem;bottom:.75rem;z-index:40;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.25rem;padding:.35rem;border-radius:22px;background:#fffffff2;border:1px solid rgba(99,102,241,.1);box-shadow:0 18px 44px #0f172a1f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.navbar-bottom-link.active{background:#6366f117;border-radius:16px}.student-home-score-metrics,.student-drive-card-summary,.tpo-student-mobile-metrics{grid-template-columns:1fr 1fr}.tpo-student-mobile-list{display:grid;gap:var(--space-3)}.tpo-student-desktop-table{display:none}}@media(max-width:640px){.student-home-score-metrics,.student-drive-card-summary,.tpo-student-mobile-metrics{grid-template-columns:1fr}.student-home-primary-card,.student-home-support-card,.student-drive-card-v2,.tpo-student-mobile-card{padding:1rem}.navbar-bottom-link{font-size:.74rem}.navbar-bottom-link small{display:none}.student-home-quickstart-item{grid-template-columns:1fr;align-items:start}.student-home-quickstart-item .ui-button{width:100%;justify-content:center}}.student-workspace-shell,.student-workspace-header,.student-workspace-panel,.student-home-primary-card,.student-home-support-card,.student-drive-card-v2,.tpo-form-card,.tpo-table-card,.tpo-list-card,.tpo-student-mobile-card,.tpo-ops-hero-copy,.tpo-students-hero-summary,.workspace-panel-header>div,.student-workspace-panel-head>div,.student-workspace-row>div,.student-workspace-drive-head>div,.tpo-students-header>div,.tpo-students-table-head>div,.tpo-students-advanced-head>div,.tpo-action-row>div{min-width:0}.student-home-header-v2 h1,.student-home-hero-copy strong,.student-workspace-panel-head h2,.tpo-ops-hero-copy h1,.tpo-students-header h1,.workspace-panel-header h2,.student-workspace-meta,.student-workspace-inline-note,.tpo-ops-signal span,.tpo-queue-summary-card span,.tpo-student-mobile-card p{overflow-wrap:anywhere}.hero-actions,.student-workspace-switcher,.student-workspace-switcher .ui-tabs{max-width:100%}.hero-actions>*,.student-workspace-switcher .ui-tab,.resources-filter-chip,.ui-button{min-width:0;max-width:100%}.student-workspace-switcher .ui-tabs{display:inline-flex;flex-wrap:wrap}.student-workspace-switcher .ui-tab,.resources-filter-chip,.ui-button{white-space:normal;text-align:center}@media(max-width:960px){.tpo-drive-health-grid{grid-template-columns:1fr}}@media(max-width:860px){.tpo-ops-signal-strip,.tpo-drive-health-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.student-workspace-switcher .ui-tab{flex:1 1 auto}}@media(max-width:640px){.hero-actions{gap:.5rem}.ui-button,.resources-filter-chip{padding-inline:.8rem;font-size:.84rem}.tpo-ops-signal-strip,.tpo-drive-health-metrics,.tpo-drive-health-meta{grid-template-columns:1fr}}
