:root{--green:#059669;--green-2:#0f766e;--green-3:#047857;--green-pale:#ecfdf5;--green-soft:#f0fdf4;--line:#dbe7e3;--text:#0f172a;--muted:#64748b;--blue:#2563eb;--purple:#7c3aed;--amber:#f59e0b;--white:#fff;--shadow:0 14px 35px rgba(15,23,42,.08);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7fbfa;color:var(--text);font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;-webkit-font-smoothing:antialiased}.page-shell{width:min(1180px,calc(100% - 36px));margin:0 auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(167,243,208,.65);backdrop-filter:blur(16px);box-shadow:0 3px 16px rgba(15,23,42,.04)}.nav-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#10b981,#0f766e);box-shadow:0 8px 20px rgba(5,150,105,.23)}.brand-mark svg{width:24px;height:24px;fill:#fff}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-line{display:flex;align-items:center;gap:8px}.brand-line strong{font-size:18px;font-weight:900;letter-spacing:.02em}.brand-line em{font-size:10px;font-style:normal;font-weight:800;color:#047857;background:#d1fae5;border:1px solid #a7f3d0;border-radius:6px;padding:2px 7px}.brand-tagline{font-size:11px;color:#047857;font-weight:650}.desktop-nav{display:flex;align-items:center;gap:5px}.desktop-nav a{padding:10px 12px;border-radius:10px;color:#475569;font-size:13px;font-weight:700;transition:.18s}.desktop-nav a:hover{background:#ecfdf5;color:#047857}.menu-btn{display:none;width:42px;height:42px;border:0;border-radius:12px;background:#d1fae5;padding:10px}.menu-btn span{display:block;height:2px;background:#065f46;margin:4px 0;border-radius:3px}.mobile-nav{padding:10px 18px 16px;background:#fff;border-top:1px solid #ecfdf5}.mobile-nav a{display:block;padding:11px 12px;border-radius:10px;color:#334155;font-size:14px;font-weight:700}.mobile-nav a:hover{background:#ecfdf5;color:#047857}
.hero{position:relative;overflow:hidden;padding:68px 0 72px;background-color:#eefcf6;background-image:radial-gradient(rgba(16,185,129,.12) 1px,transparent 1px),radial-gradient(rgba(5,150,105,.07) 1px,#eefcf6 1px);background-size:24px 24px;background-position:0 0,12px 12px;border-bottom:1px solid #d1fae5}.hero-orb{position:absolute;border-radius:999px;filter:blur(4px);opacity:.45;pointer-events:none}.hero-orb-a{width:360px;height:360px;background:radial-gradient(circle,#a7f3d0,transparent 68%);left:-130px;top:-160px}.hero-orb-b{width:420px;height:420px;background:radial-gradient(circle,#99f6e4,transparent 68%);right:-190px;bottom:-250px}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);gap:54px;align-items:center}.eyebrow-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.eyebrow{display:inline-flex;align-items:center;gap:7px;border:1px solid #a7f3d0;background:#dcfce7;color:#065f46;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.eyebrow .dot{width:7px;height:7px;background:#10b981;border-radius:50%;box-shadow:0 0 0 5px rgba(16,185,129,.13)}.eyebrow-soft{background:rgba(255,255,255,.88);border-color:#cbd5e1;color:#475569}.hero h1{margin:0;font-size:46px;line-height:1.16;letter-spacing:-.035em;font-weight:950;color:#0f172a}.mobile-break{display:none}.hero-lead{max-width:760px;margin:18px 0 0;color:#4b6475;font-size:17px;line-height:1.85;font-weight:520}.search-panel{position:relative;margin-top:28px}.search-box-wrap{display:flex;align-items:center;padding:8px;background:#fff;border:1px solid rgba(16,185,129,.35);border-radius:18px;box-shadow:0 16px 34px rgba(5,150,105,.11)}.search-icon{display:grid;place-items:center;width:42px;height:42px;color:#059669;flex:0 0 auto}.search-icon svg{width:22px;height:22px;fill:currentColor}.search-box-wrap input{flex:1;min-width:0;height:48px;border:0;outline:0;background:transparent;font-size:15px;color:#0f172a;padding:0 8px}.search-box-wrap input::placeholder{color:#94a3b8}.search-box-wrap button{flex:0 0 auto;height:48px;border:0;border-radius:12px;padding:0 20px;background:linear-gradient(135deg,#059669,#0f766e);color:#fff;font-size:14px;font-weight:850;box-shadow:0 8px 18px rgba(5,150,105,.2)}.search-hint{margin:9px 4px 0;font-size:11px;line-height:1.65;color:#64748b}.search-suggest{position:absolute;left:0;right:0;top:68px;z-index:25;padding:8px;background:#fff;border:1px solid #dbe7e3;border-radius:16px;box-shadow:0 20px 45px rgba(15,23,42,.13)}.suggest-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 12px;border:0;border-radius:11px;background:#fff;text-align:left}.suggest-item:hover,.suggest-item.is-active{background:#ecfdf5}.suggest-main strong{display:block;font-size:14px;color:#0f172a}.suggest-main span{display:block;margin-top:3px;font-size:11px;color:#64748b}.suggest-year{font-size:11px;color:#047857;background:#d1fae5;border-radius:999px;padding:5px 8px;font-weight:800}.hero-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:17px}.hero-links a{font-size:12px;font-weight:800;color:#047857;padding:8px 11px;border-radius:10px}.hero-links a:hover{background:rgba(255,255,255,.75)}.hero-stat-card{padding:22px;border-radius:24px;background:rgba(255,255,255,.93);border:1px solid rgba(167,243,208,.82);box-shadow:0 22px 50px rgba(15,118,110,.12);backdrop-filter:blur(14px)}.stat-card-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #e7f7ef}.stat-card-head span{display:flex;align-items:center;gap:8px;color:#047857;font-size:12px;font-weight:850}.stat-card-head i{width:9px;height:9px;background:#34d399;border-radius:50%;box-shadow:0 0 0 5px rgba(52,211,153,.12)}.stat-card-head b{font-size:10px;color:#64748b;background:#f1f5f9;border-radius:7px;padding:4px 7px}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.stat-grid div{padding:14px;border-radius:14px;background:#f8fbfa;border:1px solid #edf4f1}.stat-grid strong{display:block;font-size:24px;font-weight:950;color:#0f172a}.stat-grid span{display:block;margin-top:4px;font-size:11px;color:#64748b;font-weight:650}.stat-note{display:flex;gap:10px;align-items:flex-start;margin-top:15px;padding:13px 14px;border-radius:14px;background:linear-gradient(135deg,#ecfdf5,#f8fffb);border:1px solid #d1fae5}.note-icon{display:grid;place-items:center;width:23px;height:23px;border-radius:8px;background:#10b981;color:#fff;font-size:12px;font-weight:900;flex:0 0 auto}.stat-note p{margin:0;color:#64748b;font-size:11px;line-height:1.6}.stat-note strong{color:#065f46}.section{padding:76px 0}.section-soft{background:#f3f8f7}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-heading.compact{align-items:center}.section-kicker{display:block;margin-bottom:7px;color:#059669;font-size:12px;font-weight:900;letter-spacing:.08em}.section-kicker.light{color:#a7f3d0}.section-heading h2,.data-note-title h2,.cost-copy h2{margin:0;color:#0f172a;font-size:30px;line-height:1.3;letter-spacing:-.02em;font-weight:900}.section-heading p{max-width:780px;margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.75}.section-link,.text-btn{border:0;background:transparent;color:#047857;font-size:13px;font-weight:850;white-space:nowrap}.section-link span{font-size:18px;margin-left:4px}.search-result-section{padding:46px 0;background:#fff;border-bottom:1px solid #edf2f0}.school-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.school-card{position:relative;display:flex;flex-direction:column;min-height:260px;padding:20px;border-radius:20px;background:#fff;border:1px solid #dce7e3;box-shadow:0 8px 24px rgba(15,23,42,.05);transition:transform .18s,box-shadow .18s,border-color .18s}.school-card:hover{transform:translateY(-3px);border-color:#a7f3d0;box-shadow:0 15px 32px rgba(15,118,110,.09)}.school-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.school-badge{padding:5px 8px;border-radius:8px;background:#ecfdf5;color:#047857;font-size:10px;font-weight:850}.year-pill{padding:5px 8px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:10px;font-weight:850}.school-card h3{margin:18px 0 5px;font-size:19px;line-height:1.35;font-weight:900}.school-card>p{margin:0;color:#64748b;font-size:12px}.school-meta{display:grid;gap:7px;margin:16px 0 18px;color:#475569;font-size:11px;line-height:1.55}.school-meta span{display:block}.school-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto}.school-actions a,.school-actions button{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:11px;font-size:11px;font-weight:850}.school-actions .primary-link{background:linear-gradient(135deg,#059669,#0f766e);color:#fff;box-shadow:0 8px 16px rgba(5,150,105,.16)}.school-actions button{padding:0 12px;background:#f0fdf4;border:1px solid #d1fae5;color:#047857}.province-wrap{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px}.province-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;align-content:start;padding:18px;border-radius:20px;background:#fff;border:1px solid #dce7e3}.province-btn{min-height:42px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:800;transition:.15s}.province-btn[data-available="1"]{background:#fff;color:#334155}.province-btn[data-available="1"]:hover,.province-btn.is-active{border-color:#6ee7b7;background:#ecfdf5;color:#047857}.province-btn:disabled{cursor:not-allowed;opacity:.48}.province-result{min-height:360px;padding:22px;border-radius:20px;background:#fff;border:1px solid #dce7e3}.province-empty{min-height:314px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#94a3b8}.province-empty-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:#f1f5f9;font-size:28px;color:#94a3b8}.province-empty h3{margin:13px 0 5px;color:#475569;font-size:16px}.province-empty p{margin:0;font-size:12px}.province-school-list{display:grid;gap:10px}.province-list-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:8px}.province-list-head h3{margin:0;font-size:19px}.province-list-head span{font-size:11px;color:#64748b}.province-row{display:grid;grid-template-columns:minmax(180px,1.25fr) minmax(150px,.9fr) minmax(180px,1.1fr) auto;align-items:center;gap:14px;padding:14px;border-radius:14px;border:1px solid #edf2f0;background:#fbfdfc}.province-row strong{font-size:14px}.province-row small,.province-row span{font-size:11px;color:#64748b}.province-row a{padding:9px 11px;border-radius:10px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:850;white-space:nowrap}.section-cost{position:relative;overflow:hidden;background:linear-gradient(135deg,#065f46,#0f766e 55%,#0d9488);color:#fff}.section-cost:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-190px;bottom:-260px;background:rgba(167,243,208,.12)}.cost-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .75fr;gap:56px;align-items:center}.cost-copy h2{max-width:720px;color:#fff;font-size:34px}.cost-copy>p{max-width:720px;margin:15px 0 0;color:#d1fae5;font-size:14px;line-height:1.85}.cost-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.cost-points span{display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:11px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#ecfdf5;font-size:11px;font-weight:750}.cost-points i{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:#34d399;color:#064e3b;font-style:normal;font-size:10px;font-weight:900}.cost-entry-card{padding:22px;border-radius:20px;background:rgba(255,255,255,.96);color:#0f172a;border:1px solid rgba(255,255,255,.4);box-shadow:0 25px 55px rgba(2,44,34,.23)}.cost-entry-card label{display:block;margin-bottom:7px;color:#475569;font-size:11px;font-weight:850}.cost-entry-card select{width:100%;height:48px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;padding:0 12px;color:#0f172a;outline:0}.cost-entry-card select:focus{border-color:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.12)}.cost-preview{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}.cost-preview div{padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.cost-preview span{display:block;font-size:10px;color:#64748b}.cost-preview strong{display:block;margin-top:4px;font-size:14px}.cost-entry-card button{width:100%;height:46px;border:0;border-radius:12px;background:linear-gradient(135deg,#059669,#0f766e);color:#fff;font-size:12px;font-weight:900}.cost-entry-card button:disabled{opacity:.45;cursor:not-allowed}.cost-entry-card>p{margin:9px 2px 0;color:#64748b;font-size:10px;line-height:1.55}.update-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.update-list a{display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:14px;padding:16px 18px;border-radius:15px;background:#fff;border:1px solid #dce7e3;transition:.16s}.update-list a:hover{border-color:#a7f3d0;box-shadow:0 8px 20px rgba(15,118,110,.07)}.update-list time{color:#64748b;font-size:11px}.update-list strong{font-size:13px}.update-list span{color:#047857;font-size:11px;font-weight:850}.explain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.explain-grid article{padding:22px;border-radius:18px;background:#fff;border:1px solid #dce7e3}.explain-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;font-size:14px;font-weight:900}.explain-icon.green{background:#dcfce7;color:#047857}.explain-icon.blue{background:#dbeafe;color:#1d4ed8}.explain-icon.purple{background:#ede9fe;color:#6d28d9}.explain-icon.amber{background:#fef3c7;color:#b45309}.explain-grid h3{margin:16px 0 8px;font-size:16px}.explain-grid p{margin:0;color:#64748b;font-size:12px;line-height:1.75}.data-note-section{padding-top:18px}.data-note-card{padding:28px;border-radius:22px;background:#fff;border:1px solid #dce7e3;box-shadow:0 8px 26px rgba(15,23,42,.04)}.data-note-title{display:flex;align-items:center;gap:14px}.note-shield{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#ecfdf5;color:#047857;font-size:18px;font-weight:900;border:1px solid #a7f3d0}.data-note-title .section-kicker{margin:0 0 3px}.data-note-title h2{font-size:23px}.data-note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.data-note-grid div{padding:16px;border-radius:14px;background:#f8fbfa}.data-note-grid strong{font-size:13px}.data-note-grid p{margin:7px 0 0;color:#64748b;font-size:11px;line-height:1.7}.site-footer{margin-top:72px;background:#0f2f29;color:#d7ebe5}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px;padding:44px 0}.footer-brand p{margin:7px 0 0;color:#93b9af;font-size:11px}.footer-brand-line strong{color:#fff}.footer-brand-line em{background:rgba(167,243,208,.1);border-color:rgba(167,243,208,.18);color:#a7f3d0}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:9px}.footer-grid>div>strong{margin-bottom:2px;color:#fff;font-size:12px}.footer-grid a{color:#9fc0b7;font-size:11px}.footer-grid a:hover{color:#fff}.footer-bottom{padding:16px 0;border-top:1px solid rgba(255,255,255,.08);color:#799d94;font-size:10px}.toast{position:fixed;left:50%;bottom:28px;z-index:150;transform:translateX(-50%);padding:10px 15px;border-radius:999px;background:rgba(15,23,42,.94);color:#fff;font-size:11px;font-weight:750;box-shadow:0 12px 34px rgba(15,23,42,.25)}
@media(max-width:1024px){.desktop-nav{display:none}.menu-btn{display:block}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-stat-card{max-width:680px}.school-grid{grid-template-columns:repeat(2,1fr)}.province-wrap{grid-template-columns:220px minmax(0,1fr)}.explain-grid{grid-template-columns:repeat(2,1fr)}.cost-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{display:none}}
@media(max-width:767px){.page-shell{width:min(100% - 28px,1180px)}.nav-inner{height:64px}.brand-mark{width:40px;height:40px}.brand-line strong{font-size:16px}.brand-tagline{font-size:10px}.hero{padding:42px 0 46px}.hero-grid{gap:24px}.hero h1{font-size:30px;line-height:1.25}.mobile-break{display:block}.hero-lead{font-size:14px;line-height:1.75}.search-box-wrap{display:grid;grid-template-columns:42px 1fr;padding:6px}.search-box-wrap button{grid-column:1/-1;width:100%;margin-top:5px}.search-suggest{top:116px}.hero-stat-card{padding:18px}.stat-grid strong{font-size:22px}.section{padding:54px 0}.section-heading{display:block;margin-bottom:22px}.section-heading h2,.data-note-title h2,.cost-copy h2{font-size:24px}.section-heading p{font-size:12px}.section-link{display:inline-block;margin-top:12px}.school-grid{grid-template-columns:1fr}.school-card{min-height:auto}.province-wrap{grid-template-columns:1fr}.province-grid{grid-template-columns:repeat(4,1fr);padding:12px}.province-btn{min-height:38px;font-size:11px}.province-result{min-height:300px;padding:14px}.province-empty{min-height:270px}.province-row{grid-template-columns:1fr auto;gap:7px}.province-row small,.province-row>span{grid-column:1/-1}.cost-grid{grid-template-columns:1fr}.cost-copy h2{font-size:27px}.cost-points{display:grid;grid-template-columns:1fr 1fr}.update-list{grid-template-columns:1fr}.update-list a{grid-template-columns:82px 1fr}.update-list span{grid-column:2}.explain-grid{grid-template-columns:1fr}.data-note-card{padding:20px}.data-note-title{align-items:flex-start}.data-note-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{display:flex}.footer-bottom{line-height:1.6}.eyebrow-row{margin-bottom:13px}}
@media(max-width:430px){.page-shell{width:calc(100% - 22px)}.brand-line em{display:none}.province-grid{grid-template-columns:repeat(3,1fr)}.cost-points{grid-template-columns:1fr}.school-actions{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
