:root { --ink:#12213a; --muted:#64748b; --line:#dce6f2; --blue:#1672f8; --blue-deep:#0755cf; --sky:#eaf4ff; --paper:#fff; --danger:#b42318; --canvas:#eaf1fa; }
* { box-sizing:border-box; }
html { min-width:0; }
body { min-width:0; margin:0; color:var(--ink); font-family:"Microsoft YaHei","PingFang SC",sans-serif; background:radial-gradient(circle at 8% 2%,rgba(71,146,255,.22),transparent 28rem),radial-gradient(circle at 92% 22%,rgba(75,196,166,.15),transparent 26rem),linear-gradient(145deg,#f8fbff,var(--canvas)); }
button,input,select { font:inherit; }
button,select,input { min-height:44px; }
button { cursor:pointer; }
:focus-visible { outline:3px solid #f6a800; outline-offset:3px; }
.page-shell { display:flex; flex-direction:column; justify-content:center; width:min(100% - 32px,960px); min-height:100dvh; margin:0 auto; padding:24px 0; }
.auth-shell { display:grid; grid-template-columns:1fr minmax(300px,430px); align-content:center; gap:clamp(24px,7vw,96px); }
.brand-panel { padding:24px; }
.eyebrow,.section-kicker { margin:0 0 10px; color:var(--blue-deep); font-weight:800; font-size:12px; letter-spacing:.14em; }
h1,h2 { margin:0; line-height:1.15; letter-spacing:-.04em; } h1 { font-size:clamp(32px,7vw,56px); } h2 { font-size:clamp(26px,5vw,36px); }
.brand-panel > p:not(.eyebrow),.muted { color:var(--muted); line-height:1.7; }
.countdown-orb { display:grid; gap:4px; width:176px; height:176px; place-content:center; margin-top:30px; border:1px solid rgba(22,114,248,.25); border-radius:50%; color:#fff; text-align:center; background:linear-gradient(145deg,#2c8bff,#0754ce); box-shadow:0 22px 48px rgba(22,114,248,.27); }
.countdown-orb strong { font-size:42px; }.countdown-orb span { font-size:12px; }
.card { width:100%; padding:clamp(24px,5vw,42px); border:1px solid rgba(220,230,242,.9); border-radius:28px; background:rgba(255,255,255,.88); box-shadow:0 24px 70px rgba(30,65,112,.13); backdrop-filter:blur(10px); }
.auth-card[hidden] { display:none; }.field { display:grid; gap:8px; margin-top:20px; }.field label { font-weight:800; }.field input,.field select { width:100%; min-width:0; padding:10px 13px; border:1px solid var(--line); border-radius:14px; color:var(--ink); background:#fff; }.field input:disabled,.field select:disabled { cursor:not-allowed; color:#94a3b8; background:#f5f8fc; }
.button { width:100%; margin-top:24px; padding:10px 18px; border:0; border-radius:15px; font-weight:900; }.button.primary { color:white; background:linear-gradient(135deg,#2483ff,#0754ce); box-shadow:0 12px 25px rgba(22,114,248,.23); }.button:disabled { cursor:not-allowed; opacity:.5; box-shadow:none; }
.notice { margin:16px 0 0; padding:12px; border-radius:12px; color:#315071; background:#eff7ff; line-height:1.5; }.notice.error { color:var(--danger); background:#fff0ef; }.quiet-note,.help { color:var(--muted); font-size:13px; line-height:1.6; }.topbar { display:flex; justify-content:space-between; align-items:center; padding:0 2px 22px; color:var(--muted); font-size:14px; }.brand-link { color:var(--blue-deep); font-weight:900; text-decoration:none; }.profile-card { max-width:640px; margin:0 auto; }.option-list { display:grid; gap:8px; margin-top:8px; }.option-list:empty { display:none; }.option-item { width:100%; padding:11px 12px; border:1px solid var(--line); border-radius:12px; color:var(--ink); text-align:left; background:#fff; }.option-item[aria-selected="true"] { border-color:var(--blue); color:var(--blue-deep); background:var(--sky); }
.auth-tabs { display:flex; gap:6px; margin:24px 0 2px; padding:5px; overflow-x:auto; border:1px solid #dce8f5; border-radius:16px; background:#f4f8fc; scrollbar-width:thin; }.auth-tab { flex:1 0 auto; min-height:44px; padding:9px 13px; border:0; border-radius:12px; color:#58708c; font-weight:900; white-space:nowrap; background:transparent; }.auth-tab[aria-selected="true"] { color:#0755cf; background:#fff; box-shadow:0 5px 13px rgba(32,67,109,.1); }.verification-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:8px; }.verification-row input { min-width:0; }.sms-button { min-width:116px; min-height:44px; padding:8px 11px; border:1px solid #9fc7fa; border-radius:13px; color:#0755cf; font-weight:900; white-space:nowrap; background:#eff6ff; }.sms-button:disabled { cursor:not-allowed; color:#708399; border-color:#d8e1eb; background:#f2f5f8; }.public-query-link { display:flex; min-height:48px; align-items:center; justify-content:center; margin-top:13px; padding:10px 14px; border:1px solid #9fc7fa; border-radius:14px; color:#0755cf; font-size:13px; font-weight:900; text-align:center; text-decoration:none; background:#eff6ff; }.admin-login-link { display:inline-flex; min-height:44px; align-items:center; margin-top:5px; padding:10px 2px; color:#0755cf; font-size:14px; font-weight:900; text-decoration:none; text-underline-offset:3px; }
@media (max-width:680px) { .page-shell { width:min(100% - 28px,560px); }.auth-shell { grid-template-columns:1fr; gap:20px; }.brand-panel { padding:6px 4px; }.countdown-orb { width:128px; height:128px; margin-top:18px; }.countdown-orb strong { font-size:31px; }.card { border-radius:24px; }.profile-card { padding:24px 20px; } }
@media (max-width:390px) { .auth-tabs { gap:3px; padding:3px; }.auth-tab { padding:9px 8px; font-size:13px; }.verification-row { grid-template-columns:1fr; }.sms-button { width:100%; } }
.sms-fallback { margin:10px 0 16px; padding:11px 13px; border:1px solid #d8e7f7; border-radius:14px; color:#4d6880; background:#f6faff; font-size:12px; line-height:1.65; }
.consent-row { display:grid; grid-template-columns:22px minmax(0,1fr); gap:9px; align-items:flex-start; margin-top:17px; color:#526a82; font-size:12px; line-height:1.7; cursor:pointer; }.consent-row input { width:18px; min-height:18px; margin:2px 0 0; accent-color:var(--blue); }.consent-row a,.legal-links a,.legal-card a { color:var(--blue-deep); text-underline-offset:3px; }.legal-links { display:flex; flex-wrap:wrap; gap:6px 14px; margin-top:10px; padding-top:13px; border-top:1px solid #e2eaf3; }.legal-links a { min-height:36px; display:inline-flex; align-items:center; color:#64748b; font-size:11px; text-decoration:none; }.legal-shell { justify-content:flex-start; width:min(100% - 28px,820px); padding:28px 0 54px; }.legal-card { padding:clamp(24px,5vw,48px); }.legal-card header { padding-bottom:20px; border-bottom:1px solid var(--line); }.legal-card header p { margin:10px 0 0; color:var(--muted); font-size:13px; line-height:1.7; }.legal-card section { margin-top:28px; }.legal-card h2 { font-size:20px; letter-spacing:-.02em; }.legal-card h3 { margin:20px 0 7px; font-size:15px; }.legal-card p,.legal-card li { color:#465d75; font-size:14px; line-height:1.85; }.legal-card ul { padding-left:20px; }.legal-card footer { margin-top:32px; padding-top:20px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; line-height:1.8; }.legal-back { display:inline-flex; min-height:44px; align-items:center; margin-bottom:14px; color:var(--blue-deep); font-weight:900; text-decoration:none; }
.progress-plan-link { display:flex; min-height:48px; align-items:center; justify-content:space-between; margin-top:16px; padding:12px 15px; border-radius:15px; color:#fff; font-weight:900; text-decoration:none; background:linear-gradient(120deg,#0c64e7,#2388ff); box-shadow:0 12px 24px rgba(12,100,231,.2); }
.legacy-progress-row { opacity:.68; }

.learning-page { width:min(100% - 28px,760px); min-height:100dvh; margin:0 auto; padding:18px 0 calc(48px + env(safe-area-inset-bottom)); }
.learning-header { margin-bottom:14px; }
.learning-header > div { min-width:0; text-align:center; }.learning-header > div strong { display:block; font-size:18px; }.learning-header .section-kicker { margin:0 0 2px; font-size:9px; letter-spacing:.18em; }
.back-link,.profile-link { display:grid; min-width:44px; min-height:44px; place-items:center; border:1px solid #d6e5f6; border-radius:14px; color:#153b66; font-weight:900; text-decoration:none; background:rgba(255,255,255,.78); }
.profile-link { padding:0 12px; font-size:13px; }
.learning-hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 130px; gap:24px; align-items:center; overflow:hidden; padding:28px; border-radius:30px; color:#fff; background:linear-gradient(135deg,#102b54,#075fda 68%,#42a5ff); box-shadow:0 24px 50px rgba(8,77,165,.24); }
.learning-hero::after { content:""; position:absolute; right:-80px; bottom:-110px; width:270px; height:270px; border:35px solid rgba(255,255,255,.08); border-radius:50%; }
.learning-hero-copy { position:relative; z-index:1; }.learning-version { display:inline-flex; margin:0 0 14px; padding:7px 10px; border:1px solid rgba(255,255,255,.3); border-radius:999px; font-size:11px; font-weight:900; background:rgba(255,255,255,.11); }.learning-hero h1 { max-width:430px; margin:0; font-size:clamp(27px,6vw,40px); line-height:1.12; letter-spacing:-.04em; }.learning-hero-copy > p:last-child { max-width:480px; margin:13px 0 0; color:rgba(255,255,255,.79); font-size:13px; line-height:1.7; }
.learning-ring { position:relative; z-index:1; display:grid; width:118px; height:118px; place-content:center; border:10px solid rgba(255,255,255,.2); border-top-color:#ffdf7e; border-radius:50%; text-align:center; background:rgba(255,255,255,.09); }.learning-ring strong { font-size:27px; }.learning-ring span { margin-top:3px; color:rgba(255,255,255,.72); font-size:11px; }
.learning-source { display:flex; align-items:center; justify-content:space-between; gap:18px; margin:12px 0; padding:17px 19px; border:1px solid #d6e5f6; border-radius:20px; background:rgba(255,255,255,.72); }.learning-source strong { color:#173b64; }.learning-source p { margin:5px 0 0; color:#6d7e90; font-size:12px; line-height:1.55; }.learning-source a { flex:0 0 auto; color:#0961d6; font-size:12px; font-weight:900; text-decoration:none; }
.learning-activity { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin:12px 0; padding:19px; border-radius:22px; background:#fff; box-shadow:0 13px 30px rgba(26,62,105,.08); }.learning-activity h2 { margin:2px 0 0; font-size:18px; }.learning-activity-chart { display:flex; width:min(56%,340px); height:76px; align-items:flex-end; gap:5px; padding-top:8px; }.learning-activity-bar { position:relative; flex:1; height:var(--bar-height); min-height:4px; border-radius:999px 999px 3px 3px; background:#dbe7f4; }.learning-activity-bar.has-value { background:linear-gradient(#2e91ff,#075bd0); }.learning-activity-bar small { position:absolute; bottom:-18px; color:#8795a5; font-size:8px; white-space:nowrap; }.learning-activity-bar:last-child small { right:0; }
.learning-subjects { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:28px 0 12px; }.learning-subject-tab { position:relative; overflow:hidden; min-height:78px; padding:13px 10px; border:1px solid #d9e5f3; border-radius:18px; color:#536981; text-align:left; background:rgba(255,255,255,.75); }.learning-subject-tab strong,.learning-subject-tab span { position:relative; z-index:1; display:block; }.learning-subject-tab strong { color:#153858; font-size:14px; }.learning-subject-tab span { margin-top:7px; font-size:11px; }.learning-subject-tab i { position:absolute; right:0; bottom:0; left:0; height:4px; background:linear-gradient(90deg,#146eed var(--subject-percent),#e3ebf4 var(--subject-percent)); }.learning-subject-tab.active { border-color:#126ced; color:#1261d2; background:#fff; box-shadow:0 10px 24px rgba(21,104,219,.16); transform:translateY(-2px); }
.learning-subject-panel { padding:21px; border-radius:28px; background:rgba(255,255,255,.78); box-shadow:0 18px 40px rgba(26,62,105,.09); }.learning-subject-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; padding:0 3px 16px; }.learning-subject-heading h2 { margin:2px 0 0; font-size:25px; }.learning-subject-heading > span { color:#5e738b; font-size:12px; text-align:right; }
.learning-chapter { margin-top:10px; border:1px solid #dce6f1; border-radius:20px; background:#f8fbff; }.learning-chapter > summary { display:flex; min-height:68px; align-items:center; justify-content:space-between; gap:18px; padding:15px 17px; cursor:pointer; list-style:none; }.learning-chapter > summary::-webkit-details-marker { display:none; }.learning-chapter > summary div { min-width:0; }.learning-chapter > summary strong,.learning-chapter > summary span { display:block; }.learning-chapter > summary strong { color:#142f4f; font-size:15px; }.learning-chapter > summary span { margin-top:5px; color:#718196; font-size:11px; }.learning-chapter > summary b { flex:0 0 auto; color:#0a66e5; font-size:18px; }.learning-chapter[open] { background:#fff; box-shadow:0 12px 24px rgba(32,66,105,.08); }
.chapter-tools { display:flex; justify-content:flex-end; gap:8px; padding:0 16px 13px; }.chapter-tools button { min-height:40px; padding:8px 11px; border:1px solid #cbdcf0; border-radius:12px; color:#516c88; font-size:11px; font-weight:900; background:#f5f9fd; }.chapter-tools .master-all { border-color:#a8cdfd; color:#075fd8; background:#eaf4ff; }
.knowledge-list { border-top:1px solid #e4ebf3; }.knowledge-point { display:grid; grid-template-columns:34px minmax(0,1fr); gap:10px; padding:15px 16px; border-bottom:1px solid #edf1f6; }.knowledge-point:last-child { border-bottom:0; }.knowledge-index { display:grid; width:29px; height:29px; place-items:center; border-radius:9px; color:#6e8297; font-size:10px; font-weight:900; background:#edf3f9; }.status-mastered .knowledge-index { color:#087841; background:#dbf6e7; }.status-needs_review .knowledge-index { color:#9b6300; background:#fff0c9; }.knowledge-copy p { margin:3px 0 11px; color:#17324f; font-size:13px; font-weight:760; line-height:1.55; }
.mastery-choices { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; }.mastery-choice { min-height:38px; padding:7px 5px; border:1px solid #dce4ed; border-radius:11px; color:#77879a; font-size:10px; font-weight:900; background:#fff; }.mastery-choice.needs_review.selected { border-color:#e9bd57; color:#855200; background:#fff1c8; }.mastery-choice.mastered.selected { border-color:#83d3aa; color:#087843; background:#ddf7e9; }.mastery-choice.not_started.selected { border-color:#b9c8d8; color:#425b72; background:#edf3f8; }
.legacy-progress-note { margin-top:12px; padding:17px 19px; border:1px dashed #b8cbe0; border-radius:18px; color:#49637e; background:rgba(255,255,255,.55); }.legacy-progress-note p { margin:6px 0 0; font-size:12px; line-height:1.65; }.learning-footnote { margin:18px 10px 0; color:#8190a0; font-size:11px; line-height:1.7; text-align:center; }
@media (max-width:580px) { .learning-hero { grid-template-columns:1fr 88px; gap:12px; padding:23px 20px; }.learning-ring { width:82px; height:82px; border-width:7px; }.learning-ring strong { font-size:21px; }.learning-source { align-items:flex-start; flex-direction:column; gap:10px; }.learning-activity { align-items:flex-start; flex-direction:column; }.learning-activity-chart { width:100%; }.learning-subjects { grid-template-columns:repeat(2,1fr); }.learning-subject-panel { padding:16px 12px; }.learning-subject-heading { align-items:flex-start; flex-direction:column; gap:6px; }.learning-subject-heading > span { text-align:left; }.chapter-tools { justify-content:stretch; }.chapter-tools button { flex:1; }.knowledge-point { padding:14px 12px; }.mastery-choice { font-size:9px; } }
@media (max-width:360px) { .learning-page { width:min(100% - 18px,760px); }.learning-hero h1 { font-size:24px; }.learning-hero { grid-template-columns:1fr; }.learning-ring { width:90px; height:90px; }.mastery-choices { grid-template-columns:1fr; }.mastery-choice { min-height:36px; } }

.growth-page { width:min(100% - 32px,680px); min-height:100dvh; margin:0 auto; padding:22px 0 52px; }
.growth-header { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:44px; margin-bottom:22px; }
.text-button { min-height:44px; padding:8px 10px; border:0; border-radius:12px; color:var(--blue-deep); font-weight:800; background:transparent; }
.dashboard-loading,.dashboard-empty { max-width:560px; margin:16vh auto 0; text-align:center; }
.dashboard-empty .action-link { display:inline-grid; width:auto; min-height:44px; place-items:center; margin-top:20px; text-decoration:none; }
.dashboard-welcome { margin:4px 2px 18px; }.dashboard-welcome h1 { font-size:clamp(30px,8vw,44px); }.dashboard-welcome .muted { margin:10px 0 0; overflow-wrap:anywhere; }
.countdown-card { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:17px 19px; margin-bottom:12px; border:1px solid #c7dffc; border-radius:20px; color:#20517f; background:linear-gradient(120deg,#e7f2ff,#f8fbff); font-size:14px; line-height:1.5; }.countdown-card strong { flex:0 0 auto; color:var(--blue-deep); font-size:28px; letter-spacing:-.04em; }
.score-card { position:relative; overflow:hidden; padding:22px; border-radius:26px; color:#fff; background:linear-gradient(145deg,#172f56,#0c61db 72%,#50a8ff); box-shadow:0 20px 38px rgba(13,79,170,.25); }.score-card::after { content:""; position:absolute; right:-58px; bottom:-70px; width:180px; height:180px; border:25px solid rgba(255,255,255,.08); border-radius:50%; }.score-card-top { position:relative; z-index:1; display:flex; justify-content:space-between; gap:16px; }.score-card-top span,.score-label { display:block; font-size:13px; opacity:.8; }.score-card-top strong { display:block; margin-top:4px; font-size:40px; line-height:1.05; letter-spacing:-.05em; }.score-gap { max-width:52%; text-align:right; }.score-gap strong { color:#ffda7d; font-size:18px; line-height:1.35; letter-spacing:-.02em; }.score-target { position:relative; z-index:1; margin:15px 0 0; padding-top:13px; border-top:1px solid rgba(255,255,255,.2); font-size:13px; line-height:1.6; overflow-wrap:anywhere; }.score-target + .score-target { margin-top:5px; padding-top:0; border-top:0; opacity:.82; }.score-target-action { position:relative; z-index:1; display:inline-flex; min-height:44px; align-items:center; margin-top:8px; padding:10px 2px; color:#fff; font-size:13px; font-weight:900; text-underline-offset:3px; }.pending-copy { margin:14px 0 0; padding:11px 12px; border-radius:14px; color:#815300; background:#fff4dc; line-height:1.55; }
.welcome-guidance { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin:12px 0; padding:18px; border:1px solid #a9cdfb; border-radius:22px; color:#164164; background:linear-gradient(120deg,#e8f4ff,#fafdff); box-shadow:0 13px 28px rgba(22,114,248,.11); }.welcome-guidance[hidden] { display:none; }.welcome-guidance .section-kicker { margin-bottom:5px; }.welcome-guidance h2 { font-size:20px; }.welcome-guidance p:not(.section-kicker) { margin:8px 0 0; color:#416281; font-size:13px; line-height:1.6; }.welcome-guidance-dismiss { flex:0 0 auto; min-height:44px; padding:9px 12px; border:1px solid #91bff7; border-radius:13px; color:#0755cf; font-size:13px; font-weight:900; background:#fff; }
.growth-actions { position:relative; overflow:hidden; margin:12px 0; padding:19px; border-radius:25px; color:#fff; background:linear-gradient(135deg,#102b54,#0759c9 74%,#278df9); box-shadow:0 20px 38px rgba(9,75,162,.24); }.growth-actions::after { content:""; position:absolute; right:-88px; bottom:-100px; width:270px; height:270px; border:34px solid rgba(255,255,255,.08); border-radius:50%; pointer-events:none; }.growth-actions-heading { position:relative; z-index:1; display:flex; justify-content:space-between; gap:12px; align-items:flex-end; margin:1px 1px 16px; }.growth-actions-heading .section-kicker { margin-bottom:5px; color:#a9d4ff; }.growth-actions-heading h2 { color:#fff; font-size:25px; }.growth-actions-heading > span { max-width:148px; color:rgba(255,255,255,.78); font-size:12px; line-height:1.5; text-align:right; }.growth-actions-grid { position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:10px; }.growth-action { display:grid; grid-template-columns:32px minmax(0,1fr) auto; gap:10px; align-items:center; min-width:0; min-height:116px; padding:15px 13px; border:1px solid rgba(209,232,255,.58); border-radius:19px; color:#173557; text-align:left; text-decoration:none; background:rgba(255,255,255,.96); box-shadow:0 10px 20px rgba(2,31,76,.14); transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }.growth-action:hover { transform:translateY(-2px); background:#fff; box-shadow:0 15px 26px rgba(2,31,76,.2); }.growth-action-icon { display:grid; width:32px; height:32px; place-items:center; border-radius:11px; color:#0755cf; font-size:20px; font-weight:900; background:#eaf4ff; }.growth-action-copy { min-width:0; }.growth-action strong,.growth-action small { display:block; overflow-wrap:anywhere; }.growth-action strong { color:#13243c; font-size:16px; }.growth-action small { margin-top:4px; color:#58708c; font-size:12px; line-height:1.45; }.growth-action-arrow { color:#0755cf; font-size:21px; font-weight:900; }
.dashboard-panel { margin-top:12px; padding:19px; border:1px solid #e2eaf4; border-radius:23px; background:rgba(255,255,255,.9); box-shadow:0 12px 28px rgba(32,67,109,.06); }.panel-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }.panel-heading .section-kicker { margin-bottom:6px; }.panel-heading h2 { font-size:22px; }.panel-number { padding-top:8px; color:var(--blue-deep); font-size:14px; font-weight:900; white-space:nowrap; }
.score-trend-panel { overflow:hidden; background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,247,255,.94)); }.trend-heading { align-items:center; }.trend-summary { flex:0 0 auto; text-align:right; }.trend-summary strong,.trend-summary span { display:block; }.trend-summary strong { color:var(--ink); font-size:27px; letter-spacing:-.05em; }.trend-summary span { margin-top:3px; color:#3e6287; font-size:12px; font-weight:800; }.trend-metrics { display:flex; gap:7px; max-width:100%; margin:17px -3px 0; padding:3px; overflow-x:auto; overscroll-behavior-inline:contain; scrollbar-width:thin; }.trend-metric-button { flex:0 0 auto; min-height:40px; padding:8px 13px; border:1px solid #d6e3f1; border-radius:99px; color:#58708c; font-size:13px; font-weight:800; white-space:nowrap; background:#fff; }.trend-metric-button[aria-pressed="true"] { border-color:#82b7fb; color:#0755cf; background:#e8f3ff; box-shadow:0 6px 15px rgba(22,114,248,.12); }.trend-chart { display:grid; min-height:190px; place-items:center; margin-top:9px; overflow:hidden; border:1px solid #e2ebf5; border-radius:18px; background:rgba(255,255,255,.8); }.trend-svg { display:block; width:100%; height:auto; }.trend-grid-line { stroke:#dce7f2; stroke-width:1; stroke-dasharray:4 5; }.trend-axis-label,.trend-date-label { fill:#73869b; font-size:11px; }.trend-line { fill:none; stroke:#1672f8; stroke-width:4; stroke-linecap:round; stroke-linejoin:round; }.trend-point { fill:#fff; stroke:#1672f8; stroke-width:3; }.trend-point:last-of-type { fill:#1672f8; stroke:#fff; }.trend-latest-label { fill:#0755cf; font-size:13px; font-weight:900; }.trend-empty { display:grid; justify-items:center; max-width:320px; padding:30px 18px; text-align:center; }.trend-empty strong { font-size:19px; }.trend-empty p { margin:8px 0 0; color:var(--muted); font-size:13px; line-height:1.6; }.trend-empty a { min-height:44px; margin-top:10px; padding:12px; color:var(--blue-deep); font-weight:900; }.trend-empty-single strong { color:var(--blue-deep); font-size:31px; }.trend-note { margin:10px 2px 0; color:var(--muted); font-size:12px; line-height:1.55; }.visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.progress-list { display:grid; gap:14px; margin-top:17px; }.progress-row { display:grid; grid-template-columns:minmax(92px,1fr) minmax(68px,2fr) 42px; gap:9px; align-items:center; margin:0; font-size:13px; }.progress-name { min-width:0; }.progress-name strong,.progress-name span { display:block; overflow-wrap:anywhere; }.progress-name span { margin-top:2px; color:var(--muted); font-size:12px; }.progress-meter { width:100%; height:8px; overflow:hidden; border:0; border-radius:99px; color:#1672f8; background:#edf2f7; appearance:none; }.progress-meter::-webkit-progress-bar { border-radius:99px; background:#edf2f7; }.progress-meter::-webkit-progress-value { border-radius:99px; background:linear-gradient(90deg,#1672f8,#51b5ff); }.progress-meter::-moz-progress-bar { border-radius:99px; background:linear-gradient(90deg,#1672f8,#51b5ff); }.progress-row b { color:#46617f; text-align:right; }
.progress-editor { scroll-margin-top:16px; }.progress-fields { display:grid; gap:10px; margin-top:15px; }.progress-fieldset { display:grid; grid-template-columns:minmax(84px,1fr) 1fr 76px; gap:8px; align-items:center; min-width:0; margin:0; padding:11px; border:1px solid var(--line); border-radius:16px; }.progress-fieldset legend { grid-column:1 / -1; padding:0 2px; font-weight:800; }.progress-fieldset select,.progress-fieldset input { min-width:0; padding:8px; border:1px solid var(--line); border-radius:11px; background:#fff; }
.analysis-metrics { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin:17px 0 12px; }.analysis-metric { min-width:0; padding:14px; border-radius:17px; background:#f5f9fe; }.analysis-metric span,.analysis-metric small { display:block; color:var(--muted); font-size:12px; line-height:1.45; }.analysis-metric strong { display:block; margin:4px 0; color:var(--ink); font-size:25px; letter-spacing:-.04em; }.analysis-rows { display:grid; gap:8px; }.analysis-row { display:grid; grid-template-columns:10px minmax(0,1fr) auto; gap:9px; align-items:center; padding:11px 12px; border-radius:14px; background:#f7f9fc; font-size:13px; }.analysis-dot { width:9px; height:9px; border-radius:50%; background:#18855e; }.analysis-dot.near { background:#f3a31c; }.analysis-dot.far { background:#58708d; }.analysis-dot.none { background:#a5b1c0; }.analysis-row strong { font-size:16px; }.eligibility-note,.disclaimer { margin:13px 0 0; padding:12px; border:1px dashed #a9c9f6; border-radius:14px; color:#416281; background:#f1f7ff; font-size:13px; line-height:1.6; }.disclaimer { border-style:solid; color:#6a5730; background:#fff9e9; }.disclaimer p { margin:3px 0 0; }
.score-shell { max-width:620px; }.score-form-card { max-width:620px; margin:0 auto; }.score-form-card h1 { font-size:clamp(30px,7vw,42px); }.score-subject-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 12px; }.optional { color:#8797ab; font-size:12px; font-weight:600; }.form-actions { display:grid; grid-template-columns:1fr 2fr; gap:10px; align-items:end; }.form-actions .button { margin-top:22px; }.secondary { color:var(--blue-deep); border:1px solid #9dc5fb; background:#eff6ff; }
@media (max-width:480px) { .growth-page { width:min(100% - 24px,560px); padding:14px 0 34px; }.growth-header { margin-bottom:14px; }.dashboard-panel,.score-card,.growth-actions { padding:17px; border-radius:21px; }.countdown-card { padding:14px; }.countdown-card strong { font-size:24px; }.score-card-top strong { font-size:34px; }.score-gap strong { font-size:16px; }.growth-actions-grid { gap:8px; }.growth-action { min-height:108px; padding:13px 11px; }.growth-action strong { font-size:15px; }.trend-heading { align-items:flex-start; }.trend-summary strong { font-size:23px; }.trend-summary span { max-width:92px; }.trend-chart { min-height:166px; }.progress-row { grid-template-columns:86px minmax(55px,1fr) 38px; font-size:12px; }.progress-fieldset { grid-template-columns:1fr 1fr; }.progress-fieldset input { grid-column:2; }.score-subject-grid { grid-template-columns:1fr; }.form-actions { grid-template-columns:1fr; gap:0; }.form-actions .button { margin-top:14px; } }

.onboarding-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; margin:24px 0 4px; padding:0; list-style:none; }.onboarding-steps li { display:flex; gap:8px; align-items:center; min-width:0; padding:10px; border-radius:14px; color:#416281; background:#f2f7fd; font-size:12px; font-weight:800; }.onboarding-steps b { display:grid; flex:0 0 24px; height:24px; place-items:center; border-radius:50%; color:#fff; background:var(--blue); }.math-fieldset { min-width:0; margin:22px 0 0; padding:0; border:0; }.math-fieldset legend { font-weight:800; }.math-fieldset[disabled] { opacity:.58; }.math-category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:12px; }.math-category-card { position:relative; display:flex; gap:11px; align-items:center; min-width:0; padding:14px; border:1px solid var(--line); border-radius:17px; cursor:pointer; background:#fff; transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease; }.math-category-card:has(input:checked) { border-color:var(--blue); background:var(--sky); box-shadow:0 10px 24px rgba(22,114,248,.13); transform:translateY(-1px); }.math-category-card input { flex:0 0 20px; width:20px; min-height:20px; accent-color:var(--blue); }.math-category-card span { min-width:0; }.math-category-card strong,.math-category-card small { display:block; }.math-category-card small { margin-top:4px; color:var(--muted); font-size:12px; line-height:1.4; }.match-preview { display:grid; gap:14px; margin-top:18px; padding:17px; border:1px solid #bcd8fb; border-radius:20px; background:linear-gradient(135deg,#edf6ff,#fff); }.match-preview h2 { font-size:20px; }.preview-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }.preview-metrics > div { min-width:0; padding:12px; border-radius:14px; text-align:center; background:#fff; }.preview-metrics strong,.preview-metrics span { display:block; }.preview-metrics strong { color:var(--blue-deep); font-size:24px; }.preview-metrics span { margin-top:2px; color:var(--muted); font-size:11px; }

.header-actions { display:flex; align-items:center; gap:4px; }.header-actions a { min-height:44px; padding:12px 8px; color:var(--blue-deep); font-size:13px; font-weight:800; text-decoration:none; }.eligibility-page { width:min(100% - 32px,1040px); }.eligibility-hero { display:flex; justify-content:space-between; gap:24px; align-items:flex-end; margin:6px 2px 18px; }.eligibility-hero h1 { font-size:clamp(32px,7vw,52px); }.eligibility-hero .muted { margin:10px 0 0; }.eligibility-hero-actions { display:flex; flex:0 0 auto; gap:8px; align-items:center; }.profile-share-button,.profile-edit-link { min-height:44px; padding:12px 16px; border:1px solid #b5d2f8; border-radius:14px; color:var(--blue-deep); font-weight:800; text-decoration:none; background:#f2f8ff; }.profile-share-button { color:#fff; border-color:#08785a; background:#168965; }.eligibility-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }.eligibility-summary > div { min-width:0; padding:18px; border:1px solid #dce8f5; border-radius:21px; background:rgba(255,255,255,.9); box-shadow:0 12px 28px rgba(32,67,109,.06); }.eligibility-summary span,.eligibility-summary small,.eligibility-summary strong { display:block; }.eligibility-summary span { color:var(--muted); font-size:12px; }.eligibility-summary strong { margin:6px 0 2px; color:var(--ink); font-size:30px; letter-spacing:-.05em; }.eligibility-summary small { color:#6f8196; font-size:11px; }.score-insight { position:relative; overflow:hidden; margin-top:12px; padding:18px 20px; border-radius:21px; color:#fff; background:linear-gradient(125deg,#14315c,#0866de); box-shadow:0 15px 32px rgba(13,79,170,.2); }.score-insight strong { font-size:18px; }.score-insight p { margin:6px 0 0; color:rgba(255,255,255,.82); font-size:13px; line-height:1.6; }.score-insight a { display:inline-block; margin-top:10px; color:#fff; font-weight:900; }.eligibility-status { margin-top:12px; color:#08704d; border-color:#a8dfc7; background:#ecfaf4; }.eligibility-tools { display:grid; grid-template-columns:minmax(0,2fr) minmax(180px,1fr); gap:12px; margin:12px 0; padding:16px 18px; border:1px solid #dce8f5; border-radius:21px; background:rgba(255,255,255,.86); }.compact-field { margin:0; }.result-heading { display:flex; justify-content:space-between; gap:16px; align-items:flex-end; margin:25px 3px 12px; }.result-heading h2 { font-size:26px; }.result-heading > span { color:var(--blue-deep); font-size:13px; font-weight:900; }.eligibility-groups { display:grid; gap:10px; }.eligibility-group { overflow:hidden; border:1px solid #dae6f3; border-radius:22px; background:rgba(255,255,255,.92); box-shadow:0 12px 28px rgba(32,67,109,.06); }.eligibility-group summary { display:flex; justify-content:space-between; gap:14px; align-items:center; min-height:72px; padding:15px 18px; cursor:pointer; list-style:none; }.eligibility-group summary::-webkit-details-marker { display:none; }.eligibility-group summary span { min-width:0; }.eligibility-group summary strong,.eligibility-group summary small { display:block; }.eligibility-group summary strong { font-size:18px; }.eligibility-group summary small { margin-top:4px; color:var(--muted); }.eligibility-group summary b { color:var(--blue-deep); font-size:12px; white-space:nowrap; }.eligibility-group[open] summary { border-bottom:1px solid #e4ecf5; background:#f4f9ff; }.eligibility-school-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:12px; }.eligibility-school { min-width:0; padding:16px; border:1px solid #e2eaf4; border-radius:18px; background:#fff; }.eligibility-school.current-target { border-color:#6cadff; background:linear-gradient(145deg,#f4f9ff,#fff); box-shadow:0 10px 24px rgba(22,114,248,.12); }.school-heading { display:flex; justify-content:space-between; gap:10px; align-items:flex-start; }.school-heading h3 { min-width:0; margin:2px 0 0; font-size:16px; overflow-wrap:anywhere; }.match-badge { flex:0 0 auto; padding:5px 8px; border-radius:99px; color:#46617f; background:#eef3f8; font-size:10px; font-weight:900; }.match-badge.reached { color:#08704d; background:#e4f8ef; }.match-badge.near { color:#9a5900; background:#fff1d3; }.match-badge.stretch { color:#9c3f35; background:#ffebe8; }.school-facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; margin:14px 0 0; }.school-facts > div { min-width:0; padding:9px; border-radius:12px; background:#f6f9fc; }.school-facts dt { color:var(--muted); font-size:10px; }.school-facts dd { margin:4px 0 0; color:var(--ink); font-size:12px; font-weight:800; overflow-wrap:anywhere; }.school-target-action { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:13px; padding-top:13px; border-top:1px solid #e5edf6; }.school-target-action > div { min-width:0; }.school-target-action strong,.school-target-action small { display:block; }.school-target-action strong { color:var(--blue-deep); font-size:12px; }.school-target-action small { margin-top:3px; color:var(--muted); font-size:10px; line-height:1.45; }.target-button { flex:0 0 auto; min-height:44px; padding:10px 13px; border:1px solid #8dbcf8; border-radius:13px; color:#0755cf; font-size:12px; font-weight:900; background:#edf6ff; }.target-button.current { color:#9c3f35; border-color:#efb1aa; background:#fff2f0; }.target-button:disabled { cursor:wait; opacity:.58; }

@media (max-width:760px) { .eligibility-summary { grid-template-columns:repeat(2,1fr); }.eligibility-school-list { grid-template-columns:1fr; } }
@media (max-width:520px) { .onboarding-steps { grid-template-columns:repeat(2,minmax(0,1fr)); gap:5px; }.onboarding-steps li { display:grid; justify-items:center; gap:4px; padding:8px 4px; text-align:center; }.math-category-grid { grid-template-columns:1fr; }.preview-metrics > div { padding:10px 5px; }.eligibility-page { width:min(100% - 24px,560px); }.eligibility-hero { display:grid; gap:14px; align-items:start; }.profile-edit-link { justify-self:start; }.eligibility-summary { gap:8px; }.eligibility-summary > div { padding:14px; border-radius:18px; }.eligibility-summary strong { font-size:26px; }.eligibility-tools { grid-template-columns:1fr; padding:14px; }.result-heading { align-items:flex-start; }.result-heading > span { padding-top:8px; }.eligibility-group summary { padding:14px; }.school-facts { grid-template-columns:1fr 1fr; }.school-facts > div:last-child { grid-column:1 / -1; }.school-target-action { align-items:stretch; flex-direction:column; }.target-button { width:100%; } }

.consultation-page { width:min(100% - 32px,820px); }
.consultation-hero { position:relative; overflow:hidden; margin:6px 0 14px; padding:30px 32px; border-radius:30px; color:#fff; background:linear-gradient(135deg,#102d57,#0866df 72%,#24a17c); box-shadow:0 22px 42px rgba(9,79,169,.2); }
.consultation-hero::after { content:""; position:absolute; right:-80px; bottom:-95px; width:260px; height:260px; border:36px solid rgba(255,255,255,.09); border-radius:50%; }
.consultation-hero .section-kicker { color:#add9ff; }.consultation-hero h1 { color:#fff; font-size:clamp(34px,7vw,52px); }.consultation-hero p:last-child { position:relative; z-index:1; max-width:620px; margin:12px 0 0; color:rgba(255,255,255,.82); line-height:1.7; }
.consultation-loading { min-height:100px; padding:28px 4px; color:var(--muted); }
.teacher-identity { display:grid; grid-template-columns:64px minmax(0,1fr); gap:15px; align-items:start; margin-top:18px; }
.teacher-avatar { display:grid; width:64px; height:64px; place-items:center; border-radius:22px; color:#fff; font-size:27px; font-weight:900; background:linear-gradient(145deg,#0e66da,#2b9af5); box-shadow:0 12px 24px rgba(16,100,218,.2); }
.teacher-intro strong,.teacher-intro p,.teacher-intro small { display:block; }.teacher-intro strong { color:var(--ink); font-size:18px; }.teacher-intro p { margin:7px 0; color:#5b7189; line-height:1.65; }.teacher-intro small { color:#16805f; font-weight:800; }
.consultation-consent { margin-top:18px; padding:18px; border:1px solid #b7d7fb; border-radius:20px; background:linear-gradient(135deg,#eaf5ff,#fff); }.consultation-consent strong { font-size:19px; }.consultation-consent p { margin:8px 0 14px; color:#526d88; font-size:13px; line-height:1.65; }.consultation-consent .button { margin:0; }
.teacher-contact { display:grid; grid-template-columns:minmax(0,1fr) 220px; gap:20px; align-items:center; margin-top:19px; padding:19px; border-radius:22px; background:#f2f7fd; }.teacher-contact small,.teacher-contact strong { display:block; }.teacher-contact strong { margin:5px 0 12px; color:#12335b; font-size:23px; overflow-wrap:anywhere; }.teacher-wechat-qr { width:220px; height:220px; border:10px solid #fff; border-radius:19px; object-fit:contain; box-shadow:0 10px 25px rgba(25,62,101,.12); }
.consultation-added { width:100%; margin-top:12px; }.consultation-confirmed { margin:13px 0 0; padding:12px 15px; border-radius:14px; color:#08714f; font-weight:800; background:#e6f8f0; }
.diagnosis-metrics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; margin-top:18px; }.diagnosis-metrics > div { min-width:0; padding:15px 12px; border-radius:17px; background:#f2f7fd; }.diagnosis-metrics small,.diagnosis-metrics strong { display:block; }.diagnosis-metrics small { color:var(--muted); font-size:11px; }.diagnosis-metrics strong { margin-top:5px; color:#112d50; font-size:20px; overflow-wrap:anywhere; }
.diagnosis-profile { margin-top:12px; padding:17px; border-radius:18px; color:#fff; background:linear-gradient(130deg,#15345f,#0c68dc); }.diagnosis-profile strong { font-size:17px; }.diagnosis-profile p { margin:7px 0 0; color:rgba(255,255,255,.8); font-size:13px; line-height:1.6; }
.diagnosis-learning { display:grid; gap:11px; margin-top:17px; }.diagnosis-learning > div { display:grid; grid-template-columns:88px minmax(0,1fr) 42px; gap:9px; align-items:center; color:#34506c; font-size:13px; }.diagnosis-learning progress { width:100%; height:9px; accent-color:#1773e8; }.diagnosis-learning b { text-align:right; }
.diagnosis-recommendations { display:grid; gap:9px; margin:18px 0 0; padding:0; list-style:none; counter-reset:diagnosis; }.diagnosis-recommendations li { position:relative; padding:13px 14px 13px 48px; border-radius:15px; color:#36516d; line-height:1.6; background:#f6f9fc; counter-increment:diagnosis; }.diagnosis-recommendations li::before { content:counter(diagnosis); position:absolute; left:13px; top:13px; display:grid; width:25px; height:25px; place-items:center; border-radius:9px; color:#fff; font-size:12px; font-weight:900; background:#1672e8; }
.consultation-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:14px; }.consultation-actions .button { margin:0; }
.appointment-form { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }.appointment-form label { display:grid; gap:7px; color:#334f6b; font-size:13px; font-weight:800; }.appointment-form input,.appointment-form select,.appointment-form textarea { width:100%; min-height:48px; padding:12px; border:1px solid #cfddeb; border-radius:14px; color:var(--ink); background:#fff; }.appointment-note { grid-column:1 / -1; }.appointment-form .button { align-self:end; margin:0; }
.appointment-list { display:grid; gap:8px; margin-top:16px; }.appointment-record { display:grid; grid-template-columns:minmax(0,1fr) auto auto; gap:11px; align-items:center; padding:13px 15px; border-radius:15px; background:#f5f8fc; }.appointment-record span,.appointment-record small { color:#60758b; font-size:12px; }.appointment-record small { padding:5px 8px; border-radius:99px; color:#08704d; font-weight:800; background:#e3f6ed; }
.consultation-privacy { margin:14px 0 0; padding:18px 20px; border:1px solid #dbe6f1; border-radius:20px; color:#536b83; background:rgba(255,255,255,.66); }.consultation-privacy strong { color:#223e5b; }.consultation-privacy p { margin:7px 0 2px; font-size:12px; line-height:1.7; }.consultation-privacy .text-button { padding-left:0; color:#8c4d43; }
@media (max-width:620px) { .consultation-page { width:min(100% - 24px,560px); }.consultation-hero { padding:25px 21px; border-radius:24px; }.teacher-contact { grid-template-columns:1fr; }.teacher-wechat-qr { width:min(100%,260px); height:auto; justify-self:center; }.diagnosis-metrics { grid-template-columns:1fr 1fr; }.consultation-actions,.appointment-form { grid-template-columns:1fr; }.appointment-note { grid-column:auto; }.appointment-record { grid-template-columns:1fr auto; }.appointment-record small { grid-column:1 / -1; justify-self:start; } }

@media (max-width:620px) { .growth-actions-grid { grid-template-columns:1fr; }.growth-action { min-height:88px; }.welcome-guidance { display:grid; gap:12px; }.welcome-guidance-dismiss { justify-self:start; } }

/* Public opportunity-map funnel */
.discovery-body { min-height:100dvh; background:radial-gradient(circle at 8% 8%,rgba(31,124,255,.2),transparent 30rem),radial-gradient(circle at 88% 28%,rgba(36,194,151,.16),transparent 29rem),linear-gradient(150deg,#f8fbff 0%,#e8f1fc 58%,#f1fbf8 100%); }
.discovery-shell { width:min(100% - 36px,1120px); margin:0 auto; padding:22px 0 46px; }
.discovery-header { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:52px; }
.discovery-brand { display:flex; align-items:center; gap:11px; color:#12213a; text-decoration:none; }
.discovery-brand > span { display:grid; width:38px; height:38px; place-items:center; border-radius:13px; color:#fff; font-weight:900; background:linear-gradient(145deg,#1779ff,#0754ce); box-shadow:0 9px 20px rgba(13,91,205,.22); }
.discovery-brand strong { font-size:15px; letter-spacing:-.02em; }
.discovery-login { display:grid; min-height:44px; place-items:center; padding:9px 16px; border:1px solid #a9c9ef; border-radius:99px; color:#0755cf; font-size:13px; font-weight:900; text-decoration:none; background:rgba(255,255,255,.64); backdrop-filter:blur(12px); }
.discovery-hero { position:relative; display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:50px; align-items:center; min-height:430px; padding:42px 38px 28px; }
.discovery-kicker { margin:0 0 13px; color:#0755cf; font-size:12px; font-weight:900; letter-spacing:.16em; }
.discovery-hero h1 { max-width:760px; font-size:clamp(42px,7vw,74px); line-height:1.05; }
.discovery-hero h1 em { color:#0864dd; font-style:normal; }
.discovery-hero-copy > p:not(.discovery-kicker) { max-width:660px; margin:24px 0 0; color:#536c87; font-size:17px; line-height:1.8; }
.discovery-trust { display:flex; flex-wrap:wrap; gap:9px; margin-top:22px; }
.discovery-trust span { padding:8px 12px; border:1px solid rgba(132,174,226,.68); border-radius:99px; color:#35587d; font-size:12px; font-weight:800; background:rgba(255,255,255,.56); }
.discovery-orbit { position:relative; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; width:300px; height:300px; padding:34px; border:1px solid rgba(62,135,229,.28); border-radius:50%; color:#fff; background:linear-gradient(145deg,#113365,#0864dc 72%,#25a0fa); box-shadow:0 38px 75px rgba(15,77,163,.25); }
.discovery-orbit::before,.discovery-orbit::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.22); border-radius:50%; }
.discovery-orbit::before { inset:30px; }.discovery-orbit::after { inset:68px; }
.discovery-orbit span,.discovery-orbit strong { position:relative; z-index:1; text-align:center; }
.discovery-orbit span { font-size:20px; font-weight:900; }.discovery-orbit strong { font-size:31px; }.discovery-orbit i { position:absolute; right:30px; top:39px; width:30px; height:30px; border-radius:50%; background:#75f0c5; box-shadow:0 0 0 10px rgba(117,240,197,.15); }
.referral-banner { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:0 0 16px; padding:18px 22px; border:1px solid #acd4c6; border-radius:22px; color:#174f42; background:linear-gradient(120deg,rgba(229,251,244,.94),rgba(255,255,255,.86)); box-shadow:0 12px 28px rgba(24,118,91,.08); }
.referral-banner[hidden] { display:none; }
.referral-banner div { flex:0 0 auto; }.referral-banner span,.referral-banner strong { display:block; }.referral-banner span { font-size:11px; font-weight:900; letter-spacing:.08em; }.referral-banner strong { margin-top:4px; font-size:18px; }.referral-banner p { max-width:620px; margin:0; color:#4b7168; font-size:13px; line-height:1.6; }
.discovery-query-card { position:relative; z-index:2; display:grid; grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr); gap:clamp(28px,6vw,76px); align-items:start; padding:clamp(28px,5vw,56px); border:1px solid rgba(211,227,244,.9); border-radius:38px; background:rgba(255,255,255,.88); box-shadow:0 30px 90px rgba(27,67,115,.14); backdrop-filter:blur(16px); }
.query-step { display:flex; gap:17px; align-items:flex-start; position:sticky; top:20px; }.query-step > span { display:grid; flex:0 0 46px; height:46px; place-items:center; border-radius:15px; color:#fff; font-size:13px; font-weight:900; background:#0c65df; }.query-step p { margin:1px 0 7px; color:#63809d; font-size:12px; font-weight:800; }.query-step h2 { font-size:clamp(27px,4vw,39px); }
.discovery-field { position:relative; }.discovery-field > label,.discovery-math legend { display:block; margin-bottom:9px; color:#1c3553; font-size:13px; font-weight:900; }.major-search-wrap { position:relative; }.major-search-wrap input { width:100%; min-height:58px; padding:13px 122px 13px 17px; border:1px solid #cbdced; border-radius:18px; color:#12213a; background:#fbfdff; box-shadow:inset 0 1px 2px rgba(25,58,95,.04); }.major-search-wrap input:focus { border-color:#5ba0f8; background:#fff; outline:4px solid rgba(22,114,248,.12); }.major-search-wrap span { position:absolute; right:15px; top:50%; max-width:105px; color:#72879c; font-size:11px; font-weight:800; text-align:right; transform:translateY(-50%); }
.discovery-options { position:absolute; z-index:8; top:88px; display:grid; width:100%; max-height:286px; padding:7px; overflow:auto; border:1px solid #d5e2ef; border-radius:17px; background:#fff; box-shadow:0 20px 44px rgba(30,65,112,.18); }.discovery-options:empty { display:none; }.discovery-option { min-height:45px; padding:9px 11px; border:0; border-radius:11px; color:#1b3655; font-size:13px; font-weight:800; text-align:left; background:transparent; }.discovery-option:hover,.discovery-option:focus { color:#0755cf; background:#edf6ff; }
.discovery-math { min-width:0; margin:22px 0 0; padding:0; border:0; }.discovery-math[disabled] { opacity:.5; }.discovery-math legend small { display:block; margin-top:4px; color:#7c8fa4; font-size:11px; font-weight:500; line-height:1.5; }.discovery-math-options { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }.discovery-math-card { display:flex; gap:8px; min-width:0; align-items:center; padding:12px 10px; border:1px solid #d7e3ef; border-radius:15px; cursor:pointer; background:#fff; }.discovery-math-card:has(input:checked) { color:#0755cf; border-color:#65a6f7; background:#edf6ff; box-shadow:0 8px 18px rgba(22,114,248,.1); }.discovery-math-card input { flex:0 0 18px; width:18px; min-height:18px; accent-color:#0864dd; }.discovery-math-card span { min-width:0; }.discovery-math-card strong,.discovery-math-card small { display:block; }.discovery-math-card strong { font-size:12px; }.discovery-math-card small { margin-top:3px; color:#71869b; font-size:9px; line-height:1.4; }
.discovery-submit { display:flex; align-items:center; justify-content:space-between; width:100%; min-height:62px; margin-top:23px; padding:12px 17px 12px 21px; border:0; border-radius:18px; color:#fff; background:linear-gradient(110deg,#0a5bd0,#147cff); box-shadow:0 15px 32px rgba(16,103,222,.24); }.discovery-submit span { font-size:12px; opacity:.75; }.discovery-submit b { font-size:16px; }.discovery-submit:disabled { cursor:not-allowed; opacity:.5; box-shadow:none; }.discovery-submit.loading b { font-size:0; }.discovery-submit.loading b::after { content:"正在生成..."; font-size:16px; }
.discovery-result { scroll-margin-top:18px; margin-top:20px; padding:clamp(25px,5vw,50px); border:1px solid #d6e4f2; border-radius:38px; background:rgba(250,253,255,.91); box-shadow:0 28px 75px rgba(32,67,109,.12); }
.result-intro { display:flex; justify-content:space-between; gap:24px; align-items:flex-end; }.result-intro h2 { font-size:clamp(32px,5vw,50px); }.result-intro p:not(.discovery-kicker) { margin:10px 0 0; color:#5f7690; font-weight:800; }.result-intro button { flex:0 0 auto; padding:10px 14px; border:1px solid #aecdf2; border-radius:14px; color:#0755cf; font-size:12px; font-weight:900; background:#f3f8ff; }
.opportunity-numbers { display:grid; grid-template-columns:repeat(3,1fr); gap:11px; margin-top:24px; }.opportunity-numbers article { position:relative; overflow:hidden; min-width:0; padding:21px; border:1px solid #d9e5f1; border-radius:22px; background:#fff; }.opportunity-numbers article:first-child { color:#fff; border-color:#146fe9; background:linear-gradient(140deg,#0c3976,#0b69e4); }.opportunity-numbers span,.opportunity-numbers strong,.opportunity-numbers small { display:block; }.opportunity-numbers span { font-size:12px; opacity:.72; }.opportunity-numbers strong { margin:8px 0 2px; font-size:42px; letter-spacing:-.06em; }.opportunity-numbers small { color:#71849a; font-size:11px; }.opportunity-numbers article:first-child small { color:rgba(255,255,255,.72); }
.share-callout { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:12px; padding:20px 22px; border-radius:23px; color:#174335; background:linear-gradient(115deg,#def9ed,#eefbf7); }.share-callout span { color:#288167; font-size:11px; font-weight:900; }.share-callout h3 { margin:4px 0 0; font-size:20px; }.share-callout p { margin:5px 0 0; color:#56766b; font-size:11px; }.share-callout button { flex:0 0 auto; min-height:48px; padding:10px 18px; border:0; border-radius:15px; color:#fff; font-weight:900; background:#168965; box-shadow:0 10px 22px rgba(22,137,101,.2); }
.discovery-result-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin:34px 3px 12px; }.discovery-result-heading span { color:#587693; font-size:11px; font-weight:900; }.discovery-result-heading h3 { margin:5px 0 0; font-size:25px; }.discovery-result-heading b { color:#0755cf; font-size:12px; }
.discovery-groups { display:grid; gap:10px; }.discovery-group { overflow:hidden; border:1px solid #dbe7f2; border-radius:21px; background:#fff; }.discovery-group summary { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:70px; padding:15px 18px; cursor:pointer; list-style:none; }.discovery-group summary::-webkit-details-marker { display:none; }.discovery-group summary strong,.discovery-group summary small { display:block; }.discovery-group summary strong { font-size:17px; }.discovery-group summary small { margin-top:4px; color:#71869a; font-size:11px; }.discovery-group summary b { color:#0755cf; font-size:11px; white-space:nowrap; }.discovery-group[open] summary { border-bottom:1px solid #e2ebf4; background:#f3f8ff; }.discovery-school-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; padding:11px; }.discovery-school { min-width:0; padding:15px; border:1px solid #e2eaf3; border-radius:16px; background:#fbfdff; }.discovery-school h4 { margin:0; font-size:14px; }.discovery-school-facts { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; margin-top:12px; }.discovery-school-facts > span { min-width:0; padding:8px; border-radius:10px; background:#f0f5fa; }.discovery-school-facts small,.discovery-school-facts strong { display:block; overflow-wrap:anywhere; }.discovery-school-facts small { color:#71869a; font-size:9px; }.discovery-school-facts strong { margin-top:3px; color:#1b3553; font-size:11px; }
.discovery-disclaimer { margin:13px 0 0; padding:12px 14px; border-radius:14px; color:#756335; background:#fff7df; font-size:11px; line-height:1.65; }.growth-conversion { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:13px; padding:18px 20px; border:1px solid #b8d4f6; border-radius:19px; background:#eef6ff; }.growth-conversion span,.growth-conversion strong { display:block; }.growth-conversion span { color:#5a7592; font-size:11px; }.growth-conversion strong { margin-top:4px; font-size:15px; }.growth-conversion a { display:grid; flex:0 0 auto; min-height:46px; place-items:center; padding:10px 17px; border-radius:14px; color:#fff; font-size:13px; font-weight:900; text-decoration:none; background:#0964dc; }
.share-dialog { width:min(100% - 24px,520px); max-height:calc(100dvh - 30px); padding:0; overflow:auto; border:0; border-radius:29px; background:transparent; box-shadow:0 30px 90px rgba(9,35,70,.3); }.share-dialog::backdrop { background:rgba(8,28,53,.54); backdrop-filter:blur(6px); }.share-dialog-card { position:relative; padding:27px; border-radius:28px; background:#f7fbff; }.share-dialog-card h2 { font-size:29px; }.share-close { position:absolute; right:15px; top:15px; width:44px; min-height:44px; border:0; border-radius:50%; color:#53708d; font-size:24px; background:#eaf1f8; }.share-card-preview { margin-top:19px; padding:25px; border-radius:24px; color:#fff; background:radial-gradient(circle at 90% 12%,rgba(117,240,197,.3),transparent 13rem),linear-gradient(145deg,#0f376f,#0868e6); box-shadow:0 18px 40px rgba(8,81,180,.24); }.share-card-preview > span { color:#a8d5ff; font-size:11px; font-weight:900; letter-spacing:.08em; }.share-card-preview h3 { margin:37px 0 7px; font-size:27px; }.share-card-preview p { margin:0; color:rgba(255,255,255,.75); font-size:12px; }.share-card-preview > .share-card-metrics { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:26px; }.share-card-preview > .share-card-metrics > strong { padding:13px; border:1px solid rgba(255,255,255,.22); border-radius:15px; font-size:34px; background:rgba(255,255,255,.08); }.share-card-preview small { display:block; margin-top:3px; font-size:10px; font-weight:500; opacity:.74; }.share-qr-panel { display:grid; grid-template-columns:136px minmax(0,1fr); gap:16px; align-items:center; margin-top:16px; padding:12px; border:1px solid rgba(255,255,255,.22); border-radius:19px; background:rgba(255,255,255,.1); }.share-qr-code { padding:8px; border-radius:15px; background:#fff; box-shadow:0 8px 20px rgba(2,24,55,.18); }.share-qr-code img { display:block; width:100%; height:auto; aspect-ratio:1; }.share-qr-copy strong,.share-qr-copy span { display:block; }.share-qr-copy strong { font-size:17px; }.share-qr-copy span { margin-top:7px; color:rgba(255,255,255,.75); font-size:11px; line-height:1.6; }.share-card-preview footer { margin-top:18px; padding-top:15px; border-top:1px solid rgba(255,255,255,.2); font-size:11px; line-height:1.5; }.share-image-guide { margin-top:16px; padding:16px; border:1px solid #b9d4f2; border-radius:20px; background:#eef7ff; }.share-image-guide strong,.share-image-guide p { display:block; }.share-image-guide strong { color:#074eae; font-size:17px; }.share-image-guide p { margin:6px 0 13px; color:#5d7188; font-size:12px; line-height:1.65; }.share-image-guide img { display:block; width:100%; height:auto; border-radius:15px; box-shadow:0 12px 30px rgba(15,55,100,.18); touch-action:manipulation; }.share-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:14px; }.share-actions button { min-height:48px; padding:10px 8px; border:1px solid #b8cee7; border-radius:14px; color:#0755cf; font-size:12px; font-weight:900; background:#fff; }.share-actions button:first-child { grid-column:1 / -1; color:#fff; border-color:#0964dc; background:#0964dc; }.discovery-footer { display:flex; justify-content:space-between; gap:20px; padding:25px 4px 0; color:#73879c; font-size:11px; }
@media (max-width:820px) { .discovery-hero { grid-template-columns:1fr; min-height:auto; padding:68px 12px 34px; }.discovery-orbit { display:none; }.discovery-query-card { grid-template-columns:1fr; gap:30px; }.query-step { position:static; }.discovery-school-list { grid-template-columns:1fr; } }
@media (max-width:560px) { .discovery-shell { width:min(100% - 22px,520px); padding-top:11px; }.discovery-brand strong { max-width:180px; font-size:12px; line-height:1.35; }.discovery-login { padding:8px 11px; font-size:11px; }.discovery-hero { padding:56px 4px 27px; }.discovery-hero h1 { font-size:clamp(38px,12vw,52px); }.discovery-hero-copy > p:not(.discovery-kicker) { margin-top:18px; font-size:14px; }.referral-banner { display:grid; gap:11px; padding:16px; border-radius:18px; }.discovery-query-card,.discovery-result { padding:22px 17px; border-radius:27px; }.query-step > span { width:40px; height:40px; }.query-step h2 { font-size:26px; }.discovery-math-options { grid-template-columns:1fr; }.discovery-math-card { padding:13px; }.opportunity-numbers { grid-template-columns:1fr 1fr; gap:8px; }.opportunity-numbers article { padding:16px; }.opportunity-numbers article:first-child { grid-column:1 / -1; }.opportunity-numbers strong { font-size:34px; }.share-callout,.growth-conversion { display:grid; align-items:start; }.share-callout button,.growth-conversion a { width:100%; }.result-intro { align-items:flex-start; }.result-intro button { margin-top:2px; }.discovery-result-heading { align-items:flex-start; }.discovery-school-facts { grid-template-columns:1fr 1fr; }.discovery-school-facts > span:last-child { grid-column:1 / -1; }.share-dialog-card { padding:23px 17px; }.share-card-preview { padding:21px; }.share-card-preview h3 { font-size:23px; }.share-actions { grid-template-columns:1fr; }.share-actions button:first-child { grid-column:auto; }.discovery-footer { display:grid; gap:5px; padding-left:3px; } }
@media (max-width:520px) { .eligibility-hero-actions { width:100%; }.eligibility-hero-actions > * { flex:1; text-align:center; } }
@media (max-width:380px) { .share-qr-panel { grid-template-columns:1fr; justify-items:center; text-align:center; }.share-qr-code { width:148px; } }
.eligibility-consultation-cta { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:12px; padding:17px 20px; border:1px solid #b8d7ff; border-radius:20px; color:var(--ink); text-decoration:none; background:linear-gradient(135deg,#fff,#edf6ff); box-shadow:0 12px 28px rgba(22,114,248,.09); }
.eligibility-consultation-cta span,.eligibility-consultation-cta small,.eligibility-consultation-cta strong { display:block; }
.eligibility-consultation-cta small { margin-bottom:4px; color:var(--blue-deep); font-size:11px; font-weight:900; }
.eligibility-consultation-cta strong { font-size:16px; }
.eligibility-consultation-cta b { flex:0 0 auto; padding:10px 13px; border-radius:13px; color:#fff; background:var(--blue); font-size:12px; }
@media (max-width:560px) { .eligibility-consultation-cta { align-items:flex-start; padding:15px; } .eligibility-consultation-cta b { margin-top:2px; } }
