:root{font-family:Inter,Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#17233a;background:#f7f6f2;font-synthesis:none;text-rendering:optimizeLegibility;--navy: #17233a;--blue: #1768e5;--blue-dark: #1057c2;--cream: #f7f6f2;--paper: #ffffff;--sage: #dce7df;--sage-dark: #3d6957;--line: #dfe4e9;--muted: #697386;--serif: "Noto Serif SC", "Songti SC", Georgia, serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream);-webkit-font-smoothing:antialiased}body,button,a{font-family:inherit}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}.shell{width:min(1180px,calc(100% - 56px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:#f7f6f2f2;border-bottom:1px solid rgba(23,35,58,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-size:18px;font-weight:760;letter-spacing:-.02em}.brand img{width:34px;height:34px;border-radius:9px}.nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:620}.nav>a{color:#5b6473;transition:color .2s ease}.nav>a:hover,.nav>a.active{color:var(--navy)}.nav .nav-cta{padding:12px 18px;color:#fff;background:var(--navy);border-radius:4px}.menu-button{display:none;border:0;background:transparent;padding:8px}.menu-button svg{width:26px;height:26px}.hero{min-height:650px;padding-block:72px;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:54px}.hero-copy{position:relative;z-index:2}.eyebrow{margin:0 0 18px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.eyebrow.light{color:#8bbdff}h1,h2,h3,p{margin-top:0}h1{margin-bottom:24px;font-family:var(--serif);font-size:clamp(46px,4vw,58px);line-height:1.18;letter-spacing:-.045em;font-weight:660;white-space:nowrap}h2{font-family:var(--serif);color:var(--navy);font-size:clamp(34px,3.2vw,48px);line-height:1.2;letter-spacing:-.035em;font-weight:650}h3{color:var(--navy);font-size:19px;letter-spacing:-.015em}.hero-description{max-width:500px;margin-bottom:31px;color:#5f6b7c;font-size:17px;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.button{min-height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:4px;font-size:14px;font-weight:760;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button svg,.text-link svg,.subject-body a svg{width:17px;height:17px}.button-primary{color:#fff;background:var(--blue)}.button-primary:hover{background:var(--blue-dark)}.button-secondary{color:var(--navy);background:transparent;border:1px solid #bfc7d2}.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--navy);font-size:14px;font-weight:720;border-bottom:1px solid #aab3bf;padding:9px 2px}.micro-note{margin:19px 0 0;display:flex;align-items:center;gap:8px;color:#7a8390;font-size:12px}.micro-note svg{width:15px;color:#5d8e76}.hero-visual{height:520px;position:relative;overflow:hidden;background:#e5e5e0;border-radius:2px 88px 2px 2px;box-shadow:0 26px 70px #1f2b3d1f}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center}.float-card{position:absolute;left:24px;bottom:24px;min-width:174px;padding:18px 20px;background:#fffffff0;border:1px solid rgba(255,255,255,.7);box-shadow:0 14px 32px #19243526;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.float-card span,.float-card small{display:block;color:#77808d;font-size:11px}.float-card strong{display:block;margin-block:6px 4px;font-family:var(--serif);color:var(--navy);font-size:25px}.section{padding-block:112px}.section-tint{background:#ebece7}.section-heading{max-width:670px;margin-bottom:48px}.section-heading h2{margin-bottom:16px}.section-heading>p:last-child{color:var(--muted);font-size:16px;line-height:1.75}.section-heading.compact{margin-bottom:44px}.subject-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.subject-card{overflow:hidden;background:var(--paper);border:1px solid rgba(23,35,58,.07);transition:transform .25s ease,box-shadow .25s ease}.subject-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px #1a243217}.subject-image{position:relative;height:225px;overflow:hidden;background:#d9ddd8}.subject-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.subject-card:hover .subject-image img{transform:scale(1.025)}.subject-image span{position:absolute;top:16px;left:16px;padding:6px 10px;background:var(--blue);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em}.subject-body{padding:26px 26px 28px}.subject-body h3{margin-bottom:12px}.subject-body p{min-height:78px;margin-bottom:20px;color:var(--muted);font-size:14px;line-height:1.8}.subject-body a{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:760}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature{position:relative;padding:42px 40px 46px;border-right:1px solid var(--line)}.feature:last-child{border-right:0}.feature>svg{width:30px;height:30px;margin-bottom:30px;color:var(--blue);stroke-width:1.5}.feature-index{position:absolute;right:28px;top:24px;color:#c6ccd4;font-family:var(--serif);font-size:13px}.feature h3{margin-bottom:10px}.feature p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}.miniapp-section{padding:30px 0 0;background:#fff}.miniapp-panel{min-height:370px;padding:65px 76px;display:flex;align-items:center;justify-content:space-between;gap:64px;color:#fff;background:var(--navy)}.miniapp-panel h2{max-width:670px;margin-bottom:16px;color:#fff}.miniapp-panel p:not(.eyebrow){color:#c7d1df;line-height:1.7}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:#d8e1ec;font-size:12px}.trust-row span{display:flex;align-items:center;gap:6px}.trust-row svg{width:15px}.qr-card{flex:0 0 180px;padding:15px 15px 12px;background:#fff;color:var(--navy);text-align:center}.qr-card img{width:150px;height:150px;margin-inline:auto;object-fit:cover}.qr-card strong{display:block;margin-top:8px;font-size:12px}.site-footer{padding:30px 0;background:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-brand{font-size:15px}.footer-brand img{width:28px;height:28px}.footer-inner p{margin:0;color:#89919d;font-size:11px}.workflow{background:#fff}.workflow-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px;align-items:center}.workflow-copy>p:not(.eyebrow){max-width:470px;color:var(--muted);line-height:1.8}.workflow-copy ol{margin:34px 0 0;padding:0;list-style:none}.workflow-copy li{display:flex;gap:16px;padding:18px 0;border-top:1px solid var(--line)}.workflow-copy li>span{width:30px;height:30px;display:grid;place-items:center;background:#e9f0fb;color:var(--blue);font-size:12px;font-weight:800}.workflow-copy li strong,.workflow-copy li small{display:block}.workflow-copy li strong{margin-bottom:5px;font-size:14px}.workflow-copy li small{color:var(--muted);font-size:12px}.dashboard{overflow:hidden;background:#fbfcfd;border:1px solid #d9dfe6;box-shadow:0 28px 70px #2230421f}.dashboard-head{padding:24px 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.dashboard-head div>span,.dashboard-head div>strong{display:block}.dashboard-head div>span{margin-bottom:6px;color:#9ba4b1;font-size:9px;font-weight:800;letter-spacing:.17em}.dashboard-head div>strong{font-size:15px}.status-dot{padding:7px 10px;color:#3d6d57;background:#e4eee8;font-size:10px;font-weight:750}.dashboard-tabs{padding-inline:24px;display:flex;gap:25px;background:#fff;border-bottom:1px solid var(--line)}.dashboard-tabs button{padding:17px 4px 14px;border:0;border-bottom:2px solid transparent;background:transparent;color:#89929f;font-size:12px;font-weight:700;cursor:pointer}.dashboard-tabs button.active{color:var(--blue);border-color:var(--blue)}.dashboard-body{min-height:335px;padding:30px}.daily-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.daily-summary>div{padding:20px;background:#fff;border:1px solid #e5e9ee}.daily-summary span,.daily-summary strong{display:block}.daily-summary>div>span{color:#89929f;font-size:11px}.daily-summary strong{margin-top:12px;font-size:25px}.daily-summary strong span{display:inline;color:#89929f;font-size:11px;font-weight:500}.progress{height:5px;margin:22px 0;overflow:hidden;background:#e4e8ed}.progress span{height:100%;display:block;background:var(--blue)}.task-list{margin:0;padding:0;list-style:none}.task-list li{padding:15px 0;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border-top:1px solid var(--line)}.task-list svg{width:19px;color:#5d8e76}.task-list strong,.task-list small{display:block}.task-list strong{margin-bottom:3px;font-size:13px}.task-list small{color:#969eaa;font-size:10px}.task-list b{font-size:12px}.chat-body{display:flex;flex-direction:column;gap:18px}.question-chip{align-self:flex-end;max-width:80%;padding:13px 16px;background:var(--blue);color:#fff;font-size:12px;line-height:1.6}.answer-card{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:18px;background:#fff;border:1px solid var(--line)}.answer-card svg{width:20px;color:var(--blue)}.answer-card p{margin:0;color:#5e6877;font-size:12px;line-height:1.8}.follow-button{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #cbd2db;background:#fff;font-size:11px;font-weight:700}.follow-button svg{width:15px}.score-line{display:grid;grid-template-columns:1fr 1fr;margin-bottom:30px}.score-line div{border-right:1px solid var(--line)}.score-line div:last-child{padding-left:24px;border-right:0}.score-line span,.score-line strong{display:block}.score-line span{color:#929ba8;font-size:10px}.score-line strong{margin-top:8px;font-size:30px}.score-line strong small{font-size:13px}.score-line .positive{color:#4d8268;font-size:20px}.skill-row{display:grid;grid-template-columns:92px 1fr 36px;gap:10px;align-items:center;margin:14px 0;font-size:10px}.skill-row>div{height:5px;background:#e1e6eb}.skill-row i{height:100%;display:block;background:var(--blue)}.insight{margin-top:25px;padding:14px;display:grid;grid-template-columns:auto 1fr;gap:11px;background:#eaf1ec;color:#577060;font-size:11px;line-height:1.55}.insight svg{width:20px}.insight strong{display:block;color:#365241}.feature-section{background:#ebece7}.split-heading{max-width:none;display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:end}.split-heading h2{margin-bottom:0}.split-heading>p{margin:0 0 6px}.path-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.path-grid article{position:relative;min-height:260px;padding:32px;border-right:1px solid var(--line);background:#fff}.path-grid article:last-child{border:0}.path-grid svg{width:28px;margin-bottom:55px;color:var(--blue);stroke-width:1.5}.path-grid article>span{position:absolute;right:24px;top:26px;color:#c8ced5;font-family:var(--serif);font-size:12px}.path-grid h3{margin-bottom:10px}.path-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.evidence-section{padding:105px 0 58px;color:#fff;background:#1e365b}.evidence-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:100px;align-items:center}.evidence-copy h2{color:#fff}.evidence-copy>p:last-child{color:#c7d2e1;line-height:1.8}.metrics-grid{display:grid;grid-template-columns:1fr 1fr}.metrics-grid div{min-height:145px;padding:28px 26px;border-left:1px solid rgba(255,255,255,.2);border-top:1px solid rgba(255,255,255,.2)}.metrics-grid div:nth-child(-n+2){border-top:0}.metrics-grid strong,.metrics-grid span{display:block}.metrics-grid strong{margin-bottom:12px;font-family:var(--serif);font-size:30px;font-weight:600}.metrics-grid span{color:#b9c6d7;font-size:11px}.research-note{margin-top:52px;padding-top:22px;border-top:1px solid rgba(255,255,255,.16);color:#95a7bf;font-size:10px}.independent-note{background:#fff}.note-panel{padding:42px 48px;display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;background:#eef2ed}.note-panel>svg{width:38px;height:38px;color:var(--sage-dark);stroke-width:1.5}.note-panel h2{margin-bottom:8px;font-family:inherit;font-size:22px;letter-spacing:-.02em}.note-panel p{margin:0;color:#69766f;font-size:13px;line-height:1.7}@media(max-width:980px){.hero{min-height:auto;grid-template-columns:1fr;gap:40px;padding-block:64px}.hero-copy{max-width:680px}.hero-visual{height:520px}.subject-grid{grid-template-columns:1fr 1fr}.subject-card:last-child{grid-column:span 2}.subject-card:last-child .subject-image{height:300px}.workflow-layout,.evidence-layout{grid-template-columns:1fr;gap:60px}.workflow-copy{max-width:620px}.path-grid{grid-template-columns:1fr 1fr}.path-grid article:nth-child(2){border-right:0}.path-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.split-heading{gap:50px}}@media(max-width:760px){.shell{width:min(100% - 34px,620px)}.header-inner{height:66px}.menu-button{display:block}.nav{position:absolute;left:0;right:0;top:66px;padding:24px 18px 28px;display:none;flex-direction:column;align-items:stretch;gap:0;background:var(--cream);border-bottom:1px solid var(--line)}.nav.nav-open{display:flex}.nav>a{padding:14px}.nav .nav-cta{margin-top:10px;text-align:center}.hero{padding-block:48px 68px;gap:35px}h1{font-size:clamp(37px,10.8vw,48px);white-space:normal}h2{font-size:34px}.hero-description{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.text-link{align-self:flex-start}.hero-visual{height:440px;border-radius:2px 55px 2px 2px}.hero-visual>img{object-position:58% center}.float-card{left:14px;bottom:14px}.section{padding-block:78px}.subject-grid,.feature-grid,.path-grid{grid-template-columns:1fr}.subject-card:last-child{grid-column:auto}.subject-card:last-child .subject-image,.subject-image{height:220px}.feature-grid{border:0}.feature{padding:32px 0;border-right:0;border-top:1px solid var(--line)}.feature:last-child{border-bottom:1px solid var(--line)}.miniapp-section{padding-top:0}.miniapp-panel{padding:50px 28px;flex-direction:column;align-items:flex-start}.qr-card{align-self:center}.footer-inner{align-items:flex-start;flex-direction:column}.footer-inner p{line-height:1.6}.workflow-layout{gap:50px}.dashboard-body{padding:22px}.split-heading{display:block}.split-heading>p{margin-top:20px}.path-grid article{min-height:220px;border-right:0;border-bottom:1px solid var(--line)}.path-grid article:last-child{border-bottom:0}.path-grid svg{margin-bottom:38px}.evidence-layout{gap:46px}.metrics-grid{grid-template-columns:1fr}.metrics-grid div,.metrics-grid div:nth-child(-n+2){min-height:112px;border-top:1px solid rgba(255,255,255,.2)}.metrics-grid div:first-child{border-top:0}.note-panel{padding:32px 26px;grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
