@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700&display=swap";.auth-help{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;gap:10px;margin-top:25px;padding:20px;display:grid}.auth-help strong{color:var(--ink);font-size:15px}.auth-help p{color:var(--ink-muted);margin:0;font-size:12px;line-height:1.7}:root{--brand:#0f8f78;--brand-strong:#08715f;--brand-soft:#e5f3ef;--ink:#17212b;--ink-muted:#62707d;--ink-subtle:#8a969f;--surface:#fff;--surface-soft:#f3f7f6;--surface-warm:#f8f8f4;--line:#dce8e5;--line-soft:#e9efed;--warning:#d8892f;--shadow:0 18px 46px #1a453e17;--shadow-soft:0 8px 22px #1a453e12;--sans:"Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;--display:"DM Sans", "Noto Sans SC", sans-serif;color:var(--ink);background:var(--surface);font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);min-width:320px;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.site-page{background:var(--surface);min-height:100vh;overflow:hidden}.page-container{width:min(1200px,100% - 48px);margin:0 auto}.notice-bar{background:var(--ink);color:#dcece8;font-size:12px}.notice-inner{align-items:center;gap:8px;min-height:34px;display:flex}.notice-mark{background:#43c9ab;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #43c9ab24}.notice-inner a{color:#91d9c8;align-items:center;gap:4px;margin-left:auto;transition:color .18s;display:inline-flex}.notice-inner a:hover{color:#fff}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #dce8e5d9;position:sticky;top:0}.header-inner{align-items:center;gap:34px;min-height:74px;display:flex}.brand{flex:none;align-items:center;gap:10px;display:inline-flex}.brand-mark{background:var(--brand);color:#fff;border-radius:10px;place-items:center;width:35px;height:35px;font-size:19px;font-weight:800;display:grid;box-shadow:4px 4px #0f8f7829}.brand-copy{gap:1px;line-height:1;display:grid}.brand-copy strong{color:var(--ink);letter-spacing:-.04em;font-size:16px}.brand-copy small{color:var(--ink-subtle);font-family:var(--display);letter-spacing:.18em;font-size:8px;font-weight:700}.desktop-nav{flex:1;align-items:center;gap:5px;min-width:0;display:flex;position:relative}.nav-link{color:var(--ink-muted);white-space:nowrap;align-items:center;gap:3px;padding:10px 9px;font-size:13px;transition:color .18s,background .18s;display:inline-flex}.nav-link:hover,.nav-link.active{color:var(--brand-strong)}.nav-link.active{font-weight:700}.nav-more{flex:none;position:relative}.nav-more-trigger{cursor:pointer;font:inherit;background:0 0;border:0}.nav-more-trigger[aria-expanded=true]{background:var(--brand-soft);color:var(--brand-strong);border-radius:8px}.nav-more-menu{z-index:30;border:1px solid var(--line);min-width:150px;box-shadow:var(--shadow);background:#fffffffa;border-radius:12px;padding:6px;position:absolute;top:calc(100% + 8px);right:0}.nav-more-menu a{width:100%;color:var(--ink-muted);white-space:nowrap;border-radius:8px;padding:10px 11px;font-size:12px;display:flex}.nav-more-menu a:hover{background:var(--brand-soft);color:var(--brand-strong)}.nav-measure{visibility:hidden;pointer-events:none;white-space:nowrap;gap:5px;display:flex;position:absolute;top:0;left:-10000px}.header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.header-search,.icon-button{border:1px solid var(--line);background:var(--surface);width:37px;height:37px;color:var(--ink-muted);border-radius:50%;place-items:center;transition:color .18s,border-color .18s,transform .18s;display:grid}.header-search:hover,.icon-button:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-1px)}.login-button{background:var(--ink);color:#fff;border:0;border-radius:999px;padding:9px 15px;font-size:12px;font-weight:700;transition:transform .18s,background .18s}.login-button:hover{background:var(--brand-strong);transform:translateY(-1px)}.member-status{align-items:center;min-width:0;display:flex}.member-account{align-items:center;gap:8px;min-width:0;display:inline-flex}.member-avatar{background:var(--brand-soft);width:28px;height:28px;color:var(--brand-strong);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:800;display:grid}.member-name{max-width:112px;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.member-logout{color:var(--ink-subtle);white-space:nowrap;background:0 0;border:0;padding:0;font-size:11px}.member-logout:hover{color:var(--brand-strong)}.logout-dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#17212b57;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.logout-dialog{background:#fff;border:1px solid #dce8e5f2;border-radius:17px;grid-template-columns:auto 1fr;gap:16px;width:min(100%,360px);padding:23px;display:grid;box-shadow:0 24px 70px #142c2733}.logout-dialog-mark{background:var(--brand-soft);width:34px;height:34px;color:var(--brand-strong);font-family:var(--display);border-radius:11px;place-items:center;font-size:19px;font-weight:700;display:grid}.logout-dialog-copy{align-self:center}.logout-dialog-copy h2{color:var(--ink);letter-spacing:-.04em;margin:0 0 5px;font-size:17px}.logout-dialog-copy p{color:var(--ink-muted);margin:0;font-size:12px;line-height:1.6}.logout-dialog-actions{grid-column:1/-1;justify-content:flex-end;gap:9px;margin-top:5px;display:flex}.logout-dialog-actions button{border-radius:9px;min-height:36px;padding:0 14px;font-size:12px;font-weight:700;transition:transform .18s,background .18s,border-color .18s}.logout-dialog-actions button:active{transform:scale(.98)}.logout-dialog-cancel{border:1px solid var(--line);color:var(--ink-muted);background:#fff}.logout-dialog-cancel:hover{border-color:var(--brand);color:var(--brand-strong)}.logout-dialog-confirm{border:1px solid var(--ink);background:var(--ink);color:#fff}.logout-dialog-confirm:hover{border-color:var(--brand-strong);background:var(--brand-strong)}.logout-dialog-enter-active,.logout-dialog-leave-active{transition:opacity .18s}.logout-dialog-enter-active .logout-dialog,.logout-dialog-leave-active .logout-dialog{transition:transform .18s,opacity .18s}.logout-dialog-enter-from,.logout-dialog-leave-to{opacity:0}.logout-dialog-enter-from .logout-dialog,.logout-dialog-leave-to .logout-dialog{opacity:0;transform:translateY(8px)scale(.98)}.mobile-account,.mobile-only,.mobile-nav{display:none}.hero-section{background:linear-gradient(135deg,#f5faf8 0%,#fff 58%,#f4f8f6 100%);padding:52px 0 30px}.hero-grid{grid-template-columns:minmax(0,.96fr) minmax(460px,1.04fr);align-items:center;gap:62px;display:grid}.hero-copy{padding:24px 0 36px}.eyebrow{color:var(--brand-strong);font-family:var(--display), var(--sans);letter-spacing:.11em;align-items:center;gap:8px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:var(--brand);width:18px;height:2px}.hero-copy h1{max-width:520px;color:var(--ink);letter-spacing:-.09em;margin:22px 0 17px;font-size:clamp(44px,5.3vw,72px);font-weight:800;line-height:1.05}.hero-copy h1 em{color:var(--brand);font-style:normal}.hero-description{max-width:400px;color:var(--ink-muted);font-size:16px;line-height:1.85}.search-box{background:var(--surface);border:1px solid #0f8f783d;border-radius:15px;align-items:center;gap:11px;width:min(100%,520px);min-height:58px;margin-top:30px;padding:7px 8px 7px 18px;display:flex;box-shadow:0 12px 24px #235e5214}.search-box>svg{color:var(--brand);flex:none}.search-box input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:13px}.search-box input::placeholder{color:#9ba9a8}.search-box button{background:var(--brand);color:#fff;border:0;border-radius:10px;min-width:70px;min-height:43px;font-size:13px;font-weight:800;transition:background .18s,transform .18s}.search-box button:hover{background:var(--brand-strong);transform:translateY(-1px)}.search-helper{color:var(--ink-subtle);margin-top:10px;font-size:12px}.search-notice{color:var(--brand-strong);margin-top:6px;font-size:12px}.hot-tags{color:var(--ink-subtle);flex-wrap:wrap;align-items:center;gap:8px;margin-top:15px;font-size:12px;display:flex}.hot-tags button{color:var(--ink-muted);background:0 0;border:0;padding:0;font-size:12px}.hot-tags button:hover{color:var(--brand-strong);text-underline-offset:3px;text-decoration:underline}.hero-visual{min-height:430px;box-shadow:var(--shadow);background:#d8e6e0;border-radius:20px;position:relative;overflow:hidden}.hero-visual img{object-fit:cover;object-position:center;width:100%;height:100%;min-height:430px;display:block}.hero-visual-shade{background:linear-gradient(#0000 42%,#0a1c19b3 100%);position:absolute;inset:0}.hero-qr-stack{z-index:2;gap:8px;display:grid;position:absolute;top:22px;right:24px}.hero-qr-card{width:68px;color:var(--ink);background:#ffffffe0;border:1px solid #ffffff61;border-radius:9px;justify-items:center;gap:3px;padding:5px 5px 6px;font-size:9px;display:grid;box-shadow:0 8px 18px #0a1c191f}.hero-qr-card img{object-fit:contain;background:#fff;border-radius:4px;width:54px;height:54px;min-height:0;padding:2px;display:block}.hero-slide-copy{color:#fff;max-width:330px;position:absolute;bottom:38px;left:34px;right:34px}.hero-slide-copy span{color:#a8ebd9;font-family:var(--display), var(--sans);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700;display:inline-block}.hero-slide-copy strong{letter-spacing:-.05em;font-size:24px;line-height:1.28;display:block}.hero-slide-copy p{color:#ffffffbd;margin-top:8px;font-size:13px;line-height:1.7}.slide-controls{gap:6px;display:flex;position:absolute;bottom:21px;right:34px}.slide-controls button{background:#ffffff61;border:0;border-radius:999px;width:25px;height:3px;padding:0;transition:width .2s,background .2s}.slide-controls button.active{background:#a8ebd9;width:45px}.stats-section{border-bottom:1px solid var(--line-soft);background:var(--surface)}.stats-grid{grid-template-columns:1fr 1fr 1.1fr 1.4fr;align-items:center;min-height:104px;display:grid}.stat-item{border-right:1px solid var(--line-soft);align-items:center;gap:12px;min-height:53px;padding:0 23px;display:flex}.stat-item:first-child{padding-left:0}.stat-icon{border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.stat-icon.mint{color:var(--brand);background:#e9f7f2}.stat-icon.blue{color:#4b84c6;background:#ecf3fc}.stat-icon.orange{color:var(--warning);background:#fff4e7}.stat-item div{gap:2px;display:grid}.stat-item strong{color:var(--ink);font-family:var(--display), var(--sans);letter-spacing:-.04em;font-size:19px}.stat-item span:not(.stat-icon){color:var(--ink-subtle);font-size:11px}.stat-action{min-height:42px;color:var(--ink-muted);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;margin-left:25px;padding:0;font-size:12px;display:flex}.stat-action span{color:var(--brand-strong);white-space:nowrap;align-items:center;gap:4px;font-weight:800;display:inline-flex}.section{padding:83px 0}.journey-section{background:var(--surface-warm)}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:35px;display:flex}.section-heading.compact{margin-bottom:27px}.section-heading h2{color:var(--ink);letter-spacing:-.08em;margin:12px 0 0;font-size:clamp(28px,3.5vw,42px);font-weight:800;line-height:1.18}.text-link{border-bottom:1px solid var(--brand);color:var(--brand-strong);white-space:nowrap;align-items:center;gap:5px;padding-bottom:5px;font-size:12px;font-weight:800;display:inline-flex}.text-link:hover{color:var(--ink)}.journey-track{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:16px;grid-template-columns:repeat(6,minmax(0,1fr));padding:28px 24px;display:grid}.journey-step{gap:12px;min-width:0;display:flex;position:relative}.step-line{border-top:1px dashed #c9dad5;position:absolute;top:15px;left:28px;right:8%}.step-index{z-index:1;color:#94a19f;width:30px;height:30px;font-family:var(--display);background:#fff;border:1px solid #cbdad6;border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:700;display:grid;position:relative}.journey-step.active .step-index{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 0 0 5px var(--brand-soft)}.step-content{gap:3px;min-width:0;padding-right:12px;display:grid;position:relative}.step-content strong{color:var(--ink);white-space:nowrap;font-size:12px}.step-content span,.step-content small{color:var(--ink-subtle);font-size:11px}.step-content small{color:var(--brand-strong)}.insights-section{background:#fff}.insights-grid{grid-template-columns:1.15fr .78fr .95fr;gap:18px;display:grid}.feature-story{background:var(--ink);border-radius:16px;min-height:372px;position:relative;overflow:hidden}.feature-story img{object-fit:cover;opacity:.64;width:100%;height:100%;min-height:372px;transition:transform .45s;display:block}.feature-story:hover img{transform:scale(1.03)}.feature-story:after{content:"";background:linear-gradient(#0000 27%,#0c1e1ce0 100%);position:absolute;inset:0}.feature-story-content{z-index:1;color:#fff;position:absolute;bottom:25px;left:27px;right:27px}.feature-story-content>span{color:#a8ebd9;font-size:11px;font-weight:700}.feature-story h3{letter-spacing:-.06em;max-width:400px;margin:10px 0 7px;font-size:24px;line-height:1.32}.feature-story p{color:#ffffffbd;max-width:420px;font-size:12px;line-height:1.65}.story-link{color:#fff;align-items:center;gap:4px;margin-top:15px;font-size:12px;font-weight:800;display:inline-flex}.story-link:hover{color:#a8ebd9}.quick-links{grid-template-columns:1fr 1fr;gap:10px;display:grid}.quick-link{background:var(--surface-soft);border-radius:14px;flex-direction:column;justify-content:space-between;min-height:178px;padding:18px;transition:transform .2s,box-shadow .2s;display:flex}.quick-link:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px)}.quick-link-icon{width:32px;height:32px;color:var(--brand-strong);background:#fff;border-radius:50%;place-items:center;display:grid}.quick-link strong{color:var(--ink);margin-bottom:4px;font-size:14px;display:block}.quick-link small{color:var(--ink-subtle);font-size:11px;line-height:1.5;display:block}.quick-link.blue{background:#eff5fb}.quick-link.orange{background:#fff5ea}.quick-link.purple{background:#f3f1f8}.quick-link.blue .quick-link-icon{color:#4b84c6}.quick-link.orange .quick-link-icon{color:var(--warning)}.quick-link.purple .quick-link-icon{color:#7770a8}.news-list{border-top:1px solid var(--line);align-content:start;display:grid}.news-item{border-bottom:1px solid var(--line-soft);grid-template-columns:74px 1fr auto;align-items:center;gap:10px;min-height:75px;transition:padding .18s;display:grid}.news-item:hover{padding-left:5px}.news-category{color:var(--brand-strong);font-size:11px}.news-item strong{color:var(--ink);font-size:13px;font-weight:600;line-height:1.55}.news-item time{color:var(--ink-subtle);font-family:var(--display);font-size:11px}.courses-section{background:var(--surface-warm)}.course-panel{border:1px solid var(--line);min-height:270px;box-shadow:var(--shadow-soft);background:#fff;border-radius:16px;grid-template-columns:210px 1fr;gap:0;display:grid;overflow:hidden}.course-tabs{background:#f0f7f5;align-content:start;gap:4px;padding:19px 12px;display:grid}.course-tabs button{color:var(--ink-muted);text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;padding:15px 13px;font-size:13px;display:flex}.course-tabs button.active{color:var(--brand-strong);background:#fff;font-weight:800;box-shadow:0 6px 15px #29665b14}.course-list{padding:17px 27px}.course-row{border-bottom:1px solid var(--line-soft);grid-template-columns:38px 1fr auto 20px;align-items:center;gap:13px;min-height:76px;display:grid}.course-row:last-child{border-bottom:0}.course-mark{background:var(--brand-soft);width:38px;height:38px;color:var(--brand);border-radius:11px;place-items:center;display:grid}.course-main{gap:4px;display:grid}.course-main strong{color:var(--ink);font-size:14px}.course-main small{color:var(--ink-subtle);font-size:11px}.course-type{color:var(--ink-muted);background:#f1f4f3;border-radius:999px;padding:5px 9px;font-size:10px}.course-arrow{color:var(--ink-subtle);transition:color .18s,transform .18s}.course-row:hover .course-arrow{color:var(--brand);transform:translate(3px)}.course-ad{background:var(--surface-soft);color:var(--brand-strong);border-radius:10px;align-items:center;gap:10px;margin-top:13px;padding:12px 14px;font-size:12px;font-weight:800;display:flex}.course-ad small{color:var(--ink-muted);font-size:11px;font-weight:400}.course-ad svg{margin-left:auto}.conversion-section{background:var(--surface-warm);padding-top:20px}.conversion-grid{grid-template-columns:.98fr 1.02fr;gap:18px;display:grid}.question-bank-card{background:var(--ink);color:#fff;border-radius:16px;justify-content:space-between;min-height:300px;padding:32px;display:flex;overflow:hidden}.question-bank-copy{max-width:360px}.question-bank-copy .eyebrow{color:#a8ebd9}.question-bank-copy h2{letter-spacing:-.07em;max-width:320px;margin:18px 0 12px;font-size:29px;line-height:1.3}.question-bank-copy p{color:#ffffffb8;max-width:300px;font-size:13px;line-height:1.75}.light-button{color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:7px;margin-top:25px;padding:11px 15px;font-size:12px;font-weight:800;transition:transform .18s,color .18s;display:inline-flex}.light-button:hover{color:var(--brand-strong);transform:translateY(-1px)}.qr-card{color:#a8ebd9;background:#ffffff14;border:1px solid #a8ebd947;border-radius:13px;align-content:end;justify-items:center;gap:7px;width:110px;min-height:150px;padding:16px 10px;display:grid}.qr-card img{object-fit:contain;background:#fff;border-radius:8px;width:82px;height:82px;padding:6px;display:block}.qr-card span{font-size:10px}.recommended-tabs{scrollbar-width:none;gap:6px;margin:12px 0 8px;display:flex;overflow-x:auto}.recommended-tabs::-webkit-scrollbar{display:none}.recommended-tabs button{border:1px solid var(--line-soft);color:var(--ink-muted);font:inherit;white-space:nowrap;background:0 0;border-radius:999px;flex:none;padding:5px 9px;font-size:10px}.recommended-tabs button.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-strong);font-weight:800}.recommended-empty{color:var(--ink-subtle);margin:15px 0 5px;font-size:11px}.appointment-card{border:1px solid var(--line);min-height:300px;box-shadow:var(--shadow-soft);background:#fff;border-radius:16px;padding:32px}.appointment-intro h2{max-width:450px;color:var(--ink);letter-spacing:-.07em;margin:13px 0 8px;font-size:28px;line-height:1.28}.appointment-intro p{color:var(--ink-muted);font-size:12px;line-height:1.7}.appointment-form{grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:10px;margin-top:24px;display:grid}.appointment-form label{color:var(--ink-muted);gap:7px;font-size:11px;display:grid}.appointment-form input{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:var(--surface);border-radius:8px;outline:0;padding:0 11px;font-size:12px}.appointment-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.appointment-form input::placeholder{color:#a5afaf}.primary-button{background:var(--brand);color:#fff;white-space:nowrap;border:0;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:0 15px;font-size:12px;font-weight:800;transition:transform .18s,background .18s;display:inline-flex}.primary-button:hover{background:var(--brand-strong);transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.65;transform:none}.form-error{color:#bd4e4e;grid-column:1/-1;margin:0;font-size:11px}.success-state{color:var(--brand-strong);justify-items:start;gap:8px;margin-top:28px;display:grid}.success-state svg{color:var(--brand)}.success-state strong{color:var(--ink);font-size:17px}.success-state span{color:var(--ink-muted);font-size:12px}.success-state button{color:var(--brand-strong);background:0 0;border:0;margin-top:7px;padding:0;font-size:12px;font-weight:800}.site-footer{background:var(--ink);color:#fff;padding:54px 0 24px}.footer-grid{grid-template-columns:1.6fr .7fr .7fr 1.1fr;gap:40px;display:grid}.site-footer .brand-copy strong{color:#fff}.site-footer .brand-copy small{color:#78908c}.footer-brand p{color:#8ea39f;max-width:260px;margin-top:17px;font-size:12px;line-height:1.8}.footer-links{align-content:start;gap:9px;display:grid}.footer-links strong{color:#a8ebd9;margin-bottom:4px;font-size:12px}.footer-links a{color:#8ea39f;font-size:12px}.footer-links a:hover{color:#fff}.footer-contact{color:#8ea39f;align-content:start;gap:8px;font-size:12px;display:grid}.footer-contact strong{color:#fff;font-family:var(--display), var(--sans);letter-spacing:-.04em;align-items:center;gap:7px;font-size:21px;display:inline-flex}.footer-contact small{color:#718682;font-size:10px}.footer-bottom{color:#718682;border-top:1px solid #a8ebd926;justify-content:space-between;gap:20px;margin-top:50px;padding-top:18px;font-size:10px;display:flex}.mobile-nav{border-top:1px solid var(--line-soft);background:#fff;padding:10px 16px 16px}.mobile-nav a{border-bottom:1px solid var(--line-soft);color:var(--ink-muted);justify-content:space-between;align-items:center;padding:13px 4px;font-size:13px;display:flex}.mobile-nav a:hover{color:var(--brand-strong)}.mobile-appointment{background:var(--brand);color:#fff;border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:13px;padding:12px;font-size:12px;font-weight:800;display:flex}@media (width<=1080px){.header-inner{gap:16px}.desktop-nav{gap:0}.nav-link{padding-inline:7px;font-size:12px}.hero-grid{gap:35px}.stats-grid{grid-template-columns:1fr 1fr 1.1fr}.stat-action{border-top:1px solid var(--line-soft);grid-column:1/-1;justify-content:flex-start;min-height:54px;margin:0;padding-left:0}.insights-grid{grid-template-columns:1.15fr .85fr}.news-list{border-top:0;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:0 20px}.news-item{border-top:1px solid var(--line)}.conversion-grid{grid-template-columns:1fr}}@media (width<=820px){.page-container{width:min(100% - 32px,640px)}.desktop-nav,.header-actions>.member-status{display:none}.mobile-only{display:grid}.mobile-nav{display:block}.mobile-account{align-items:center;padding:13px 4px 3px;display:flex}.mobile-account .member-status{width:100%}.mobile-account .login-button{justify-content:center;width:100%;display:inline-flex}.mobile-account .member-account{justify-content:space-between;width:100%}.hero-section{padding-top:35px}.hero-grid{grid-template-columns:1fr;gap:25px}.hero-copy{padding-bottom:0}.hero-copy h1{font-size:clamp(47px,12vw,69px)}.hero-visual,.hero-visual img{min-height:360px}.stats-grid{grid-template-columns:1fr 1fr}.stat-item{border-bottom:1px solid var(--line-soft);padding:17px 0}.stat-item:nth-child(2){border-right:0;padding-left:18px}.stat-item:nth-child(3){border-right:0;grid-column:1/-1}.journey-track{grid-template-columns:repeat(3,1fr);gap:25px 10px}.journey-step:nth-child(3) .step-line,.journey-step:nth-child(6) .step-line{display:none}.journey-step:nth-child(4){grid-column:1}.insights-grid{grid-template-columns:1fr}.quick-links{grid-template-columns:repeat(4,1fr)}.news-list,.course-panel{grid-template-columns:1fr}.course-tabs{grid-template-columns:1fr 1fr;padding:10px}.course-tabs button{justify-content:center}.appointment-form{grid-template-columns:1fr 1fr}.appointment-form .primary-button{grid-column:1/-1}.footer-grid{grid-template-columns:1.2fr .8fr .8fr}.footer-contact{grid-column:1/-1}}@media (width<=560px){.notice-inner{min-height:32px;font-size:10px}.notice-inner a{font-size:10px}.header-inner{min-height:66px}.hero-copy h1{margin-top:17px;font-size:48px}.hero-description{font-size:14px}.search-box{min-height:54px;margin-top:24px;padding-left:14px}.search-box input{font-size:12px}.search-box button{min-width:60px;min-height:40px;font-size:12px}.hero-visual,.hero-visual img{min-height:300px}.hero-slide-copy{bottom:30px;left:20px;right:20px}.hero-slide-copy strong{font-size:20px}.slide-controls{bottom:17px;right:20px}.stats-grid{grid-template-columns:1fr 1fr}.stat-item{gap:8px;padding:14px 0}.stat-item:nth-child(2){padding-left:10px}.stat-icon{border-radius:10px;width:34px;height:34px}.stat-item strong{font-size:16px}.stat-item span:not(.stat-icon){font-size:10px}.section{padding:56px 0}.section-heading{margin-bottom:24px;display:block}.section-heading h2{margin-top:9px;font-size:30px}.section-heading .text-link{margin-top:13px}.journey-track{grid-template-columns:1fr 1fr;gap:17px 0;padding:19px 14px}.journey-step{gap:9px}.journey-step:nth-child(3) .step-line{display:block}.journey-step:nth-child(2n) .step-line{display:none}.step-line{left:27px;right:8px}.step-content strong{font-size:11px}.step-content span,.step-content small{font-size:10px}.quick-links{grid-template-columns:repeat(4,128px);gap:8px;padding-bottom:3px;overflow-x:auto}.quick-link{min-height:132px;padding:14px}.quick-link strong{font-size:12px}.feature-story,.feature-story img{min-height:340px}.feature-story-content{bottom:20px;left:20px;right:20px}.feature-story h3{font-size:20px}.news-item{grid-template-columns:62px 1fr auto;min-height:67px}.course-list{padding:10px 16px}.course-row{grid-template-columns:32px 1fr 18px;gap:9px;min-height:71px}.course-mark{border-radius:9px;width:32px;height:32px}.course-type{display:none}.question-bank-card{min-height:auto;padding:26px;display:block}.qr-card{display:none}.appointment-card{padding:26px 20px}.appointment-intro h2{font-size:25px}.appointment-form{grid-template-columns:1fr;margin-top:21px}.appointment-form .primary-button{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-brand,.footer-contact{grid-column:1/-1}.footer-bottom{gap:7px;margin-top:35px;display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.content-page{background:var(--surface-warm);min-height:100vh}.content-header{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;position:sticky;top:0}.content-header-inner{align-items:center;gap:34px;min-height:74px;display:flex}.content-nav{flex:1;align-items:center;gap:22px;display:flex}.content-nav a{color:var(--ink-muted);font-size:13px}.content-nav a:hover,.content-nav a.router-link-active{color:var(--brand-strong)}.content-login{background:var(--ink);color:#fff;border-radius:999px;padding:9px 17px;font-size:12px;font-weight:800}.content-main{padding:45px 0 90px}.content-breadcrumb{color:var(--ink-subtle);align-items:center;gap:8px;font-size:12px;display:flex}.content-breadcrumb a:hover{color:var(--brand-strong)}.content-breadcrumb strong{color:var(--ink-muted)}.content-hero{padding:54px 0 38px}.content-hero h1{color:var(--ink);letter-spacing:-.08em;margin:15px 0 10px;font-size:clamp(38px,6vw,66px);line-height:1.1}.content-hero p{max-width:520px;color:var(--ink-muted);margin:0;font-size:15px;line-height:1.8}.article-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.article-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:16px;transition:transform .2s,box-shadow .2s;overflow:hidden}.article-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.article-card img{object-fit:cover;width:100%;height:180px;display:block}.article-card-body{padding:20px}.article-card-body>span,.search-result>span{color:var(--brand-strong);font-size:11px}.article-card-body h2,.search-result h2{color:var(--ink);letter-spacing:-.04em;margin:10px 0 7px;font-size:18px;line-height:1.4}.article-card-body p,.search-result p{min-height:43px;color:var(--ink-muted);margin:0;font-size:12px;line-height:1.7}.article-card-body>strong,.search-result>strong{color:var(--brand-strong);margin-top:17px;font-size:12px;display:inline-block}.pagination{color:var(--ink-muted);justify-content:center;align-items:center;gap:16px;margin-top:34px;font-size:12px;display:flex}.pagination button{border:1px solid var(--line);color:var(--ink-muted);background:#fff;border-radius:8px;padding:8px 12px;font-size:12px}.pagination button:disabled{cursor:not-allowed;opacity:.42}.content-state{border:1px dashed var(--line);min-height:180px;color:var(--ink-muted);background:#ffffffb8;border-radius:16px;justify-items:center;gap:8px;padding:60px 20px;font-size:13px;display:grid}.content-state .primary-button{margin-top:8px}.error-state{color:#bd4e4e}.article-main{padding:55px 0 100px}.article-detail{max-width:840px;margin:0 auto}.article-detail-header{padding:55px 0 30px}.article-detail-header h1{max-width:760px;color:var(--ink);letter-spacing:-.08em;margin:15px 0 12px;font-size:clamp(34px,5vw,58px);line-height:1.18}.article-detail-header p{max-width:700px;color:var(--ink-muted);margin:0;font-size:15px;line-height:1.8}.article-cover{object-fit:cover;border-radius:16px;width:100%;max-height:410px;display:block}.article-body{border-top:1px solid var(--line);color:var(--ink);white-space:pre-wrap;margin-top:36px;padding:30px 0;font-size:16px;line-height:2}.back-link{color:var(--brand-strong);margin-top:20px;font-size:13px;font-weight:800;display:inline-flex}.search-main{padding-bottom:100px}.search-hero{padding-bottom:26px}.content-search{max-width:620px;box-shadow:var(--shadow-soft);background:#fff;border:1px solid #0f8f7840;border-radius:13px;gap:8px;margin-top:25px;padding:7px;display:flex}.content-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:0 13px;font-size:14px}.content-search button{background:var(--brand);color:#fff;border:0;border-radius:9px;min-height:42px;padding:0 21px;font-size:12px;font-weight:800}.result-heading{color:var(--ink-muted);align-items:baseline;gap:10px;margin:20px 0;font-size:12px;display:flex}.result-heading strong{color:var(--ink);font-size:20px}.search-results{border-top:1px solid var(--line);gap:0;display:grid}.search-result{border-bottom:1px solid var(--line);padding:23px 0;display:block}.search-result h2{margin-bottom:5px;font-size:20px}.question-main{padding-bottom:100px}.question-list{gap:10px;display:grid}.question-item{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:14px;grid-template-columns:48px 1fr auto;align-items:center;gap:18px;padding:21px 24px;display:grid}.question-item:hover{border-color:#0f8f786b;transform:translate(3px)}.question-number{color:var(--brand);font-family:var(--display);font-size:22px;font-weight:800}.question-item small{color:var(--brand-strong);font-size:11px}.question-item h2{color:var(--ink);margin:5px 0;font-size:17px}.question-item p{color:var(--ink-muted);margin:0;font-size:12px}.question-item>strong{color:var(--brand-strong);white-space:nowrap;font-size:12px}.auth-page{background:linear-gradient(135deg,#f3f7f6 0%,#fff 55%,#e5f3ef 100%);place-items:center;min-height:100vh;padding:40px 16px;display:grid}.auth-shell{width:min(100%,460px)}.auth-brand{align-items:center;gap:10px;margin-bottom:22px;display:inline-flex}.auth-brand>span:last-child{gap:2px;display:grid}.auth-brand strong{color:var(--ink);font-size:17px}.auth-brand small{color:var(--ink-subtle);font-family:var(--display);letter-spacing:.18em;font-size:8px;font-weight:700}.auth-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff0;border-radius:18px;padding:34px}.auth-card h1{color:var(--ink);letter-spacing:-.07em;margin:14px 0 8px;font-size:30px}.auth-description{color:var(--ink-muted);margin:0;font-size:13px;line-height:1.7}.auth-form{gap:14px;margin-top:25px;display:grid}.auth-field{color:var(--ink-muted);gap:7px;font-size:12px;display:grid}.auth-field input{border:1px solid var(--line);min-height:46px;color:var(--ink);background:#fff;border-radius:9px;outline:0;padding:0 13px;font-size:13px}.auth-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.auth-button{background:var(--brand);color:#fff;border:0;border-radius:9px;min-height:46px;margin-top:4px;font-size:13px;font-weight:800}.auth-button:disabled{cursor:wait;opacity:.62}.auth-message{color:var(--brand-strong);margin:0;font-size:12px;line-height:1.6}.auth-message.error-state{color:#bd4e4e}.auth-links{border-top:1px solid var(--line-soft);flex-wrap:wrap;gap:12px 18px;margin-top:20px;padding-top:18px;display:flex}.auth-links a{color:var(--brand-strong);font-size:12px}.auth-links a:hover{text-underline-offset:3px;text-decoration:underline}.auth-footnote{color:var(--ink-subtle);margin:16px 0 0;font-size:11px;line-height:1.7}@media (width<=820px){.content-header-inner{gap:16px;min-height:66px}.content-nav{gap:12px;overflow:auto}.content-nav a{white-space:nowrap;font-size:11px}.content-login{white-space:nowrap;padding:8px 12px;font-size:11px}.content-main,.article-main{padding-top:30px}.article-grid{grid-template-columns:1fr 1fr}.article-card img{height:150px}.question-item{grid-template-columns:34px 1fr auto;gap:11px;padding:17px 15px}.question-item h2{font-size:15px}}@media (width<=560px){.content-header-inner{width:calc(100% - 28px)}.content-header-inner .brand-copy{display:none}.content-nav{flex-basis:100%;order:3}.content-header-inner{flex-wrap:wrap;padding:10px 0}.content-login{margin-left:auto}.content-hero{padding:38px 0 27px}.content-hero h1{font-size:42px}.article-grid{grid-template-columns:1fr}.article-card img{height:190px}.article-detail-header{padding-top:36px}.article-detail-header h1{font-size:35px}.article-body{font-size:14px}.content-search{margin-top:19px}.content-search button{padding-inline:15px}.result-heading{gap:5px;display:grid}.question-item{grid-template-columns:1fr auto}.question-number{display:none}.question-item p{line-height:1.5}.auth-card{padding:26px 20px}.auth-card h1{font-size:27px}}.recommended-list{border:1px solid var(--line);background:var(--surface-warm);border-radius:14px;overflow:hidden}.insights-middle{align-content:start;gap:14px;display:grid}.mini-heading{color:var(--ink);justify-content:space-between;align-items:center;padding:14px 16px 10px;font-size:12px;display:flex}.mini-heading span{color:var(--ink-subtle);font-size:10px}.recommended-item{border-top:1px solid var(--line-soft);grid-template-columns:27px 1fr 16px;align-items:center;gap:9px;padding:12px 16px;transition:background .18s;display:grid}.recommended-item:hover{background:#fff}.recommended-index{color:var(--brand);font-family:var(--display);font-size:11px;font-weight:800}.recommended-item strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.recommended-item small{color:var(--ink-subtle);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;display:block;overflow:hidden}.recommended-item>svg{color:var(--ink-subtle)}.article-body{white-space:normal}.article-body h1,.article-body h2,.article-body h3{color:var(--ink);margin:1.6em 0 .6em;line-height:1.35}.article-body p{margin:.8em 0}.article-body img{border-radius:10px;max-width:100%;height:auto;margin:18px auto;display:block}.article-body a{color:var(--brand-strong);text-underline-offset:3px;text-decoration:underline}.article-body blockquote{border-left:3px solid var(--brand);background:var(--surface-soft);color:var(--ink-muted);margin:18px 0;padding:10px 18px}.article-body ul,.article-body ol{padding-left:1.6em}@media (width<=560px){.insights-middle{gap:10px}.recommended-item{padding-inline:13px}.recommended-item strong{font-size:11px}}.form-main{padding:45px 0 100px}.profile-layout,.appointment-layout,.question-entry-layout{grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);align-items:start;gap:72px;padding-top:72px;display:grid}.profile-intro h1,.appointment-brief h1,.question-entry-copy h1{max-width:510px;color:var(--ink);letter-spacing:-.08em;margin:16px 0;font-size:clamp(42px,5vw,68px);line-height:1.1}.profile-intro h1 em,.appointment-brief h1 em,.question-entry-copy h1 em{color:var(--brand);font-style:normal}.profile-intro>p,.appointment-brief>p,.question-entry-copy>p{max-width:460px;color:var(--ink-muted);margin:0;font-size:15px;line-height:1.9}.profile-note,.brief-points{gap:14px;margin-top:56px;display:grid}.profile-note{border-top:1px solid var(--line);align-items:center;gap:14px;max-width:310px;padding-top:18px;display:flex}.profile-note>span,.brief-points strong{color:var(--brand);font-family:var(--display);font-size:14px;font-weight:800}.profile-note div{gap:5px;display:grid}.profile-note strong{color:var(--ink);font-size:13px}.profile-note small{color:var(--ink-subtle);font-size:11px}.form-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffffff2;border-radius:18px;padding:32px}.form-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.form-card-heading h2{color:var(--ink);letter-spacing:-.06em;margin:10px 0 0;font-size:26px}.form-status,.required-note{background:var(--brand-soft);color:var(--brand-strong);white-space:nowrap;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.required-note{color:#a56a23;background:#fff7e9}.profile-form,.full-form{gap:17px;display:grid}.form-field{color:var(--ink-muted);gap:7px;font-size:12px;font-weight:600;display:grid}.form-field b{color:#bd4e4e}.form-field input,.form-field select{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);background:#fff;border-radius:9px;outline:0;padding:0 13px;font-size:13px}.form-field select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--ink-subtle) 50%), linear-gradient(135deg, var(--ink-subtle) 50%, transparent 50%);background-position:calc(100% - 17px) 20px,calc(100% - 12px) 20px;background-repeat:no-repeat;background-size:5px 5px,5px 5px}.form-field input:focus,.form-field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.form-field input[readonly]{background:var(--surface-soft);color:var(--ink-muted)}.form-submit{width:100%;margin-top:3px}.form-success{color:var(--brand-strong);margin:0;font-size:12px;line-height:1.6}.auth-prompt{align-content:center;justify-items:start;min-height:310px;display:grid}.prompt-icon,.success-mark{background:var(--brand-soft);width:42px;height:42px;color:var(--brand-strong);border-radius:12px;place-items:center;font-size:17px;font-weight:800;display:grid}.auth-prompt h2,.success-card h2{color:var(--ink);letter-spacing:-.06em;margin:18px 0 8px;font-size:24px}.auth-prompt p,.success-card p{max-width:340px;color:var(--ink-muted);margin:0 0 23px;font-size:13px;line-height:1.8}.auth-prompt .primary-button,.success-card .primary-button{min-width:120px}.brief-points{gap:12px}.brief-points span{color:var(--ink-muted);align-items:center;gap:12px;font-size:12px;display:flex}.brief-points strong{width:28px}.appointment-page,.profile-page,.question-page{background:var(--surface-warm)}.appointment-form-card{background:#fff}.full-form{grid-template-columns:1fr 1fr}.full-form .code-field,.full-form .agreement-field,.full-form .form-error,.full-form .form-submit,.full-form .field-hint{grid-column:1/-1}.field-note{color:var(--ink-subtle);margin-left:5px;font-size:10px;font-weight:400}.code-input{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.code-input button{background:var(--brand-soft);color:var(--brand-strong);white-space:nowrap;border:1px solid #0f8f784d;border-radius:9px;padding:0 13px;font-size:11px;font-weight:800}.code-input button:active,.primary-button:active{transform:scale(.98)}.field-hint{color:#a56a23;margin:-7px 0 0;font-size:11px}.agreement-field{color:var(--ink-muted);align-items:flex-start;gap:8px;font-size:11px;line-height:1.6;display:flex}.agreement-field input{accent-color:var(--brand);margin-top:3px}.agreement-field a{color:var(--brand-strong)}.success-card{align-content:center;justify-items:start;min-height:420px;display:grid}.success-mark{background:var(--brand);color:#fff;font-size:22px}.article-locked{border-top:1px solid var(--line);background:linear-gradient(#ffffff14,#e5f3efb3);margin-top:36px;padding:30px}.article-preview{max-height:178px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 58%,#0000 100%);mask-image:linear-gradient(#000 58%,#0000 100%)}.article-preview p{color:var(--ink);margin:0;font-size:16px;line-height:2}.locked-panel{background:#ffffffeb;border:1px solid #0f8f782e;border-radius:13px;align-items:center;gap:14px;margin-top:8px;padding:18px;display:flex}.locked-mark{background:var(--brand-soft);width:34px;height:34px;color:var(--brand-strong);border-radius:10px;flex:0 0 34px;place-items:center;font-size:12px;font-weight:800;display:grid}.locked-panel div{flex:1}.locked-panel strong{color:var(--ink);font-size:13px}.locked-panel p{color:var(--ink-muted);margin:4px 0 0;font-size:11px;line-height:1.6}.locked-panel .primary-button{min-height:36px;padding-inline:13px}.attachment-panel{border:1px solid var(--line);background:var(--surface-soft);border-radius:13px;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding:20px;display:flex}.attachment-panel>div{gap:5px;display:grid}.attachment-panel strong{color:var(--ink);font-size:13px}.attachment-panel small{color:var(--ink-muted);font-size:11px}.outline-button{border:1px solid var(--brand);min-height:36px;color:var(--brand-strong);white-space:nowrap;background:#fff;border-radius:8px;padding:0 13px;font-size:11px;font-weight:800}.attachment-message{margin-top:10px}.article-comments{border-top:1px solid var(--line);margin-top:42px;padding-top:25px}.comments-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.comments-heading h2{color:var(--ink);letter-spacing:-.06em;margin:8px 0 0;font-size:22px}.comments-heading a{color:var(--brand-strong);font-size:12px;font-weight:800}.article-comments>p{color:var(--ink-muted);margin:14px 0 0;font-size:12px;line-height:1.8}.question-entry-layout{padding-top:74px}.question-entry-meta{gap:13px;margin-top:55px;display:grid}.question-entry-meta span{color:var(--ink-muted);align-items:center;gap:12px;font-size:12px;display:flex}.question-entry-meta strong{width:28px;color:var(--brand);font-family:var(--display);font-size:13px}.question-entry-card{grid-template-columns:170px 1fr;align-items:center;gap:26px;min-height:310px;display:grid}.question-entry-qr{background:var(--surface-soft);border-radius:14px;justify-items:center;gap:10px;padding:17px;display:grid}.question-entry-qr img{object-fit:contain;width:130px;height:130px}.question-entry-qr small{color:var(--ink-subtle);text-align:center;font-size:10px}.question-entry-card-copy{align-content:center;gap:7px;display:grid}.question-entry-card-copy h2{color:var(--ink);letter-spacing:-.06em;margin:4px 0;font-size:25px}.question-entry-card-copy>p{color:var(--ink-muted);margin:0 0 13px;font-size:12px;line-height:1.7}.question-entry-card-copy .primary-button{width:fit-content}@media (width<=820px){.profile-layout,.appointment-layout,.question-entry-layout{grid-template-columns:1fr;gap:34px;padding-top:48px}.profile-intro h1,.appointment-brief h1,.question-entry-copy h1{font-size:clamp(40px,10vw,58px)}.profile-note,.brief-points,.question-entry-meta{margin-top:30px}.form-card{padding:25px 20px}.full-form{grid-template-columns:1fr}.full-form .code-field,.full-form .agreement-field,.full-form .form-error,.full-form .form-submit,.full-form .field-hint{grid-column:auto}.success-card{min-height:320px}.article-locked{padding:24px 0}.locked-panel{flex-wrap:wrap;align-items:flex-start}.locked-panel .primary-button{margin-left:48px}.question-entry-card{grid-template-columns:130px 1fr;gap:18px}.question-entry-qr img{width:98px;height:98px}}@media (width<=560px){.form-main{padding-top:28px}.profile-layout,.appointment-layout,.question-entry-layout{padding-top:38px}.profile-intro h1,.appointment-brief h1,.question-entry-copy h1{font-size:42px}.form-card{border-radius:14px}.question-entry-card{grid-template-columns:1fr}.question-entry-qr{grid-template-columns:auto 1fr;place-items:center start}.question-entry-qr img{width:88px;height:88px}.question-entry-qr small{text-align:left}.locked-panel{padding:15px}.locked-panel .primary-button{width:calc(100% - 48px);margin-left:48px}.attachment-panel{flex-direction:column;align-items:flex-start}.outline-button{width:100%}.content-breadcrumb{font-size:11px}}.consultation-section{background:#f7f8f5}.consultation-section .text-button{cursor:pointer;font:inherit;background:0 0;border:0}.consultation-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.consultation-item{background:#fff;border:1px solid #18272314;border-radius:18px;gap:14px;padding:22px;display:flex}.consultation-mark{color:#137453;background:#dff1e7;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.consultation-item h3{color:#1b2d27;margin:2px 0 10px;font-size:16px;line-height:1.5}.consultation-item p{color:#697b74;margin:0;font-size:14px;line-height:1.7}.consultation-empty{color:#74847d;text-align:center;background:#fff;border:1px dashed #18272329;border-radius:16px;padding:22px}.home-prototype .consultation-carousel{min-height:236px}.home-prototype .consultation-slide{border-color:#e0eae5;border-radius:14px;gap:18px;min-height:184px;padding:21px 20px;display:grid;box-shadow:0 10px 24px #23493c0d}.home-prototype .consultation-question,.home-prototype .consultation-answer{align-items:flex-start;gap:12px;display:flex}.home-prototype .consultation-question small{color:#8b9c94;letter-spacing:.08em;margin:1px 0 6px;font-size:10px;display:block}.home-prototype .consultation-question h3{margin:0;font-size:15px;line-height:1.55}.home-prototype .consultation-answer{border-top:1px dashed #dfe8e3;padding-top:15px}.home-prototype .consultation-answer .answer-mark{color:#c9791b;background:#fff0d9}.home-prototype .consultation-answer p{font-size:13px;line-height:1.65}.home-prototype .consultation-carousel-footer{color:#8b9c94;align-items:center;gap:15px;margin-top:12px;font-size:11px;display:flex}.home-prototype .consultation-dots{flex:1;align-items:center;gap:5px;display:flex}.home-prototype .consultation-dots button{cursor:pointer;background:#d8e5df;border:0;border-radius:999px;width:18px;height:4px;padding:0;transition:width .18s,background .18s}.home-prototype .consultation-dots button.active{background:#36bd94;width:30px}.home-prototype .consultation-arrows{gap:6px;display:flex}.home-prototype .consultation-arrows button{color:#1d8063;cursor:pointer;background:#fff;border:1px solid #dfe8e3;border-radius:50%;place-items:center;width:28px;height:28px;padding:0;transition:border-color .18s,background .18s,color .18s;display:grid}.home-prototype .consultation-arrows button:hover{color:#fff;background:#36bd94;border-color:#36bd94}.progression-section{background:#fff}.progression-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.progression-column{border:1px solid var(--line);background:var(--surface-warm);border-radius:16px;padding:26px}.progression-item{border-top:1px solid var(--line-soft);grid-template-columns:auto 1fr 16px;align-items:center;gap:8px 13px;padding:16px 0;display:grid}.progression-item span{color:var(--brand-strong);font-size:10px;font-weight:800}.progression-item strong{color:var(--ink);font-size:13px}.progression-item small{color:var(--ink-muted);grid-column:1/-1;font-size:11px;line-height:1.6}.progression-item svg{color:var(--ink-subtle);grid-area:1/3}.progression-empty{color:var(--ink-subtle);padding:18px 0 4px;font-size:12px}.comment-list{gap:10px;margin-top:18px;display:grid}.comment-item{border:1px solid var(--line-soft);background:var(--surface-soft);border-radius:11px;padding:14px 16px}.comment-item strong{color:var(--ink);font-size:12px}.comment-item time{color:var(--ink-subtle);margin-left:10px;font-size:10px}.comment-item p{color:var(--ink-muted);margin:8px 0 0;font-size:12px;line-height:1.7}.comment-form{gap:10px;margin-top:16px;display:grid}.comment-form textarea{resize:vertical;border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;border-radius:10px;outline:0;padding:12px;font-size:12px}.comment-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.comment-form .outline-button{width:fit-content}.comment-note{color:var(--ink-subtle)!important;margin-top:10px!important}.article-adjacent{grid-template-columns:1fr 1fr;gap:16px;margin-top:34px;display:grid}.article-adjacent a{border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;gap:6px;padding:16px;display:grid}.article-adjacent a:last-child{text-align:right}.article-adjacent small{color:var(--brand-strong);font-size:10px;font-weight:800}.article-adjacent strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}@media (width<=760px){.consultation-list{grid-template-columns:1fr}.consultation-section .section-heading{align-items:flex-start;gap:12px}.consultation-section .text-button{white-space:nowrap}.progression-grid,.article-adjacent{grid-template-columns:1fr}.article-adjacent a:last-child{text-align:left}}.home-prototype .bottom-conversion-section{background:#fff;padding:42px 0 74px}.home-prototype .footer-promotion-banner{color:#fff;background:linear-gradient(110deg,#ff3e4d 0%,#ff4e79 64%,#f64a69 100%);border-radius:18px;justify-content:space-between;align-items:center;gap:26px;min-height:154px;margin-bottom:18px;padding:28px 38px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 30px #e43d5226}.home-prototype .footer-promotion-banner:before{content:"";border:22px solid #ffffff1a;border-radius:50%;width:240px;height:240px;position:absolute;top:-90px;right:9%}.home-prototype .footer-promotion-banner:after{content:"";background:repeating-linear-gradient(135deg,#ffffff1a 0 8px,#0000 8px 18px);width:260px;height:220px;position:absolute;bottom:-100px;right:35%;transform:rotate(-12deg)}.home-prototype .footer-promotion-banner.has-image{padding:0}.home-prototype .footer-promotion-banner.has-image:before{z-index:1;content:"";background:linear-gradient(90deg,#181b2733,#181b270d 68%,#181b2729);border:0;border-radius:0;width:auto;height:auto;inset:0}.home-prototype .footer-promotion-banner.has-image:after{display:none}.home-prototype .footer-promotion-banner.has-image>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-prototype .footer-promotion-copy,.home-prototype .footer-promotion-cta{z-index:2;position:relative}.home-prototype .footer-promotion-copy>span{color:#ffffffc7;letter-spacing:.08em;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-block}.home-prototype .footer-promotion-copy strong{letter-spacing:-.09em;font-size:clamp(28px,4vw,46px);line-height:1.05;display:block}.home-prototype .footer-promotion-copy p{color:#ffffffd6;margin:10px 0 0;font-size:13px}.home-prototype .footer-promotion-cta{white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff73;border-radius:999px;align-items:center;gap:6px;padding:11px 15px;font-size:12px;font-weight:800;display:inline-flex}.home-prototype .footer-promotion-cta:hover{background:#fff3}.home-prototype .footer-promotion-empty{background:linear-gradient(110deg,#ff3e4d 0%,#ff4e79 64%,#f64a69 100%)}.home-prototype .bottom-conversion-grid{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:18px;display:grid}.home-prototype .consultation-panel{background:#f7f9f7;border:1px solid #e3eae7;border-radius:18px;min-width:0;padding:27px 28px 25px}.home-prototype .consultation-panel .text-button{border:0;border-bottom:1px solid var(--brand);color:var(--brand-strong);cursor:pointer;font:inherit;background:0 0;border-radius:0;padding:0 0 5px;font-size:12px;font-weight:800}.home-prototype .bottom-conversion-grid .consultation-list{grid-template-columns:1fr;gap:10px}.home-prototype .bottom-conversion-grid .consultation-item{border-radius:13px;padding:16px 17px}.home-prototype .package-card{color:#fff;background:linear-gradient(135deg,#4e82eb 0%,#719cf2 100%);border:0;box-shadow:0 18px 30px #3b68ca2e}.home-prototype .package-eyebrow{color:#dce8ff}.home-prototype .package-eyebrow:before{background:#fff}.home-prototype .package-card .appointment-intro h2{color:#fff}.home-prototype .package-card .appointment-intro h2 em{color:#ffe29c;font-style:normal}.home-prototype .package-card .appointment-intro p{color:#ffffffc7}.home-prototype .package-card .appointment-form label{color:#ffffffdb}.home-prototype .package-card .appointment-form input,.home-prototype .package-card .appointment-form select{color:#273d79;background:#fffffff5;border-color:#fff6}.home-prototype .appointment-form .select-field{display:block;position:relative}.home-prototype .appointment-form .select-field select{border:1px solid var(--line);appearance:none;width:100%;min-height:42px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:8px;outline:0;padding:0 36px 0 11px;font-size:12px;transition:border-color .18s,box-shadow .18s,background .18s}.home-prototype .appointment-form .select-field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.home-prototype .appointment-form .select-field svg{pointer-events:none;color:var(--brand-strong);position:absolute;top:50%;right:11px;transform:translateY(-50%)}.home-prototype .package-card .appointment-form .select-field select{color:#273d79;background:#fffffff5;border-color:#fff6}.home-prototype .package-card .appointment-form .select-field select:focus{border-color:#fff;box-shadow:0 0 0 3px #fff3}.home-prototype .package-card .appointment-form .select-field svg{color:#4668aa}.home-prototype .package-card .primary-button{color:#2b63c9;background:#fff}.home-prototype .package-card .primary-button:hover{background:#fff5df}.home-prototype .package-card .form-error{color:#ffe2e2}.home-prototype .footer-qr-grid{border-top:1px solid #a8ebd926;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:36px;padding-top:28px;display:grid}.home-prototype .footer-qr-item{color:#d9ebe5;text-align:center;justify-items:center;gap:10px;display:grid}.home-prototype .footer-qr-image,.home-prototype .footer-qr-placeholder{color:#80918c;background:#fff;border-radius:9px;place-items:center;width:100px;height:100px;font-size:11px;display:grid}.home-prototype .footer-qr-image img{object-fit:contain;width:100%;height:100%;padding:6px;display:block}.home-prototype .footer-qr-placeholder{color:#8ea39f;background:#ffffff0f;border:1px dashed #78908c}.home-prototype .footer-qr-item strong{font-size:12px;font-weight:700}@media (width<=820px){.home-prototype .bottom-conversion-grid{grid-template-columns:1fr}.home-prototype .footer-promotion-banner{padding:25px}.home-prototype .footer-qr-grid{gap:14px;margin-top:28px}}@media (width<=560px){.home-prototype .footer-promotion-banner{flex-direction:column;align-items:flex-start;min-height:190px;padding:24px 20px}.home-prototype .footer-promotion-copy strong{font-size:32px}.home-prototype .footer-promotion-cta{margin-top:auto}.home-prototype .consultation-panel{padding:21px 16px}.home-prototype .footer-qr-grid{gap:8px}.home-prototype .footer-qr-image,.home-prototype .footer-qr-placeholder{width:78px;height:78px}.home-prototype .footer-qr-item strong{font-size:10px}}.category-page{background:#f5f5f1}.category-page .content-main{padding-top:28px;padding-bottom:140px}.category-page .content-breadcrumb{color:#8b918d}.category-page .content-breadcrumb strong{color:#25342e}.category-hero{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);align-items:end;gap:clamp(40px,8vw,140px);min-height:520px;padding:70px 0 80px;display:grid}.category-hero-copy{max-width:920px}.category-hero h1{color:#17241f;letter-spacing:-.09em;max-width:920px;margin:0;font-family:Outfit,Noto Sans SC,sans-serif;font-size:clamp(56px,8vw,118px);font-weight:500;line-height:.98}.category-hero-copy>p{color:#687670;max-width:430px;margin:30px 0 0;font-size:15px;line-height:1.9}.category-hero-action,.category-sticky-intro>a{color:#176b5b;border-bottom:1px solid #1c8b73;align-items:center;gap:8px;margin-top:30px;padding-bottom:7px;font-size:13px;font-weight:800;display:inline-flex}.category-hero-action span,.category-sticky-intro>a span,.category-action .primary-button span{font-size:17px;line-height:1}.category-hero-media{background:#c8d7d0;border-radius:0;min-height:320px;margin:0;position:relative;overflow:hidden}.category-hero-media:after{content:"";mix-blend-mode:multiply;background:linear-gradient(135deg,#102b251f,#102b25a6);position:absolute;inset:0}.category-hero-media img{object-fit:cover;filter:grayscale(.35)contrast(1.06);width:100%;height:100%;min-height:320px;display:block;transform:scale(1.02)}.category-hero-media figcaption{z-index:1;color:#ffffffde;font-size:12px;line-height:1.6;position:absolute;bottom:20px;left:22px;right:22px}.category-marquee{white-space:nowrap;border-top:1px solid #1a302a2e;border-bottom:1px solid #1a302a2e;overflow:hidden}.category-marquee-track{gap:54px;min-width:max-content;padding:14px 0;animation:32s linear infinite category-marquee;display:inline-flex}.category-marquee-track span{color:#52645d;font-family:Outfit,Noto Sans SC,sans-serif;font-size:13px}.category-marquee-track span:after{content:"";vertical-align:middle;background:#168d74;border-radius:50%;width:6px;height:6px;margin-left:54px;display:inline-block}@keyframes category-marquee{to{transform:translate(-50%)}}.category-spotlight{padding:122px 0 140px}.category-section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.category-section-heading>div:first-child>span,.category-sticky-intro>span,.category-action>div>span{color:#5c8477;letter-spacing:.08em;font-size:11px;font-weight:800}.category-section-heading h2{color:#1c2a25;letter-spacing:-.08em;margin:10px 0 0;font-family:Outfit,Noto Sans SC,sans-serif;font-size:clamp(34px,4vw,58px);font-weight:500;line-height:1}.spotlight-controls{gap:8px;display:flex}.spotlight-controls button{color:#1b6d5d;background:0 0;border:1px solid #1742373d;border-radius:50%;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.spotlight-controls button:hover:not(:disabled){background:#dcede6}.spotlight-controls button:disabled{cursor:not-allowed;opacity:.35}.spotlight-card{color:#fff;background:#1a3129;border-radius:0;justify-content:space-between;align-items:end;gap:40px;min-height:315px;padding:clamp(28px,5vw,68px);transition:transform .3s,box-shadow .3s;display:flex;box-shadow:18px 18px #d7e7df}.spotlight-card:hover{transform:translate(-4px,-4px);box-shadow:22px 22px #c9ded4}.spotlight-card>div{max-width:760px}.spotlight-card>div>span{color:#a7d7c7;font-size:11px}.spotlight-card h2{letter-spacing:-.07em;margin:19px 0 12px;font-family:Outfit,Noto Sans SC,sans-serif;font-size:clamp(27px,4vw,55px);font-weight:500;line-height:1.12}.spotlight-card p{color:#ffffffb8;max-width:580px;margin:0;font-size:14px;line-height:1.8}.spotlight-card>strong{color:#fff;white-space:nowrap;flex:none;align-items:center;gap:6px;font-size:13px;display:inline-flex}.spotlight-card>strong span{color:#a7d7c7;font-size:18px}.category-content-layout{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;align-items:start;gap:40px;padding:40px 0 130px;display:grid}.category-sticky-intro{grid-column:span 4;padding-right:20px}.category-sticky-intro h2{color:#1a2a24;letter-spacing:-.08em;max-width:300px;margin:18px 0 15px;font-family:Outfit,Noto Sans SC,sans-serif;font-size:clamp(29px,3.4vw,49px);font-weight:500;line-height:1.08}.category-sticky-intro p{color:#708079;max-width:290px;margin:0;font-size:13px;line-height:1.85}.article-accordion-list{grid-column:span 8;gap:10px;display:grid}.article-accordion{color:#20322a;border-top:1px solid #1b352c2e;grid-template-columns:84px minmax(0,1fr) 28px;align-items:start;gap:20px;min-height:126px;padding:24px 20px;transition:background .24s,padding .24s,transform .24s;display:grid}.article-accordion:last-child{border-bottom:1px solid #1b352c2e}.article-accordion:hover{background:#e8f0eb;padding-left:28px;padding-right:28px;transform:translate(6px)}.article-accordion-date{color:#6d887e;padding-top:4px;font-family:Outfit,Noto Sans SC,sans-serif;font-size:13px}.article-accordion h3{color:#1d2e27;letter-spacing:-.05em;margin:0;font-family:Outfit,Noto Sans SC,sans-serif;font-size:clamp(20px,2vw,29px);font-weight:500;line-height:1.22}.article-accordion p{color:#75847e;max-width:550px;margin:10px 0 0;font-size:12px;line-height:1.7}.article-accordion>strong{color:#19755f;text-align:right;font-size:20px;font-weight:400}.category-action{background:#dcece4;justify-content:space-between;align-items:end;gap:28px;padding:58px clamp(24px,5vw,70px);display:flex}.category-action h2{color:#173027;letter-spacing:-.08em;margin:12px 0 0;font-family:Outfit,Noto Sans SC,sans-serif;font-size:clamp(30px,4vw,56px);font-weight:500;line-height:1}.category-action .primary-button{background:#183a2f;border-radius:0;min-height:48px;padding-inline:20px;font-size:13px}.category-action .primary-button:hover{background:#0d6755}@media (width<=959px){.category-hero{grid-template-columns:1fr;gap:42px;min-height:0;padding:68px 0 70px}.category-hero-media{justify-self:end;width:min(100%,620px);min-height:290px}.category-hero-media img{min-height:290px}.category-content-layout{grid-template-columns:1fr;gap:38px}.category-sticky-intro,.article-accordion-list{grid-column:auto}.category-sticky-intro{padding-right:0}.category-sticky-intro h2{max-width:600px}.category-sticky-intro p{max-width:540px}}@media (width<=560px){.category-page .content-main{padding-bottom:76px}.category-hero{padding:49px 0 54px}.category-hero h1{font-size:clamp(48px,15vw,76px)}.category-hero-copy>p{margin-top:22px;font-size:14px}.category-hero-media,.category-hero-media img{min-height:220px}.category-spotlight{padding:76px 0 82px}.category-section-heading{align-items:start}.category-section-heading h2{font-size:38px}.spotlight-card{gap:25px;min-height:290px;display:grid;box-shadow:10px 10px #d7e7df}.spotlight-card:hover{box-shadow:12px 12px #c9ded4}.spotlight-card h2{font-size:29px}.category-content-layout{padding:24px 0 76px}.article-accordion{grid-template-columns:1fr 24px;gap:9px;padding:19px 0}.article-accordion-date{grid-column:1/-1}.article-accordion h3{font-size:22px}.article-accordion:hover{padding-left:10px;padding-right:10px}.category-action{flex-direction:column;align-items:start;padding:38px 24px}.category-action h2{font-size:36px;line-height:1.12}}.home-prototype .site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-bottom:0}.home-prototype .prototype-header-main{border-bottom:3px solid #7e7e7e;grid-template-columns:94px minmax(320px,1fr) minmax(300px,430px) auto auto;align-items:center;gap:28px;width:min(100% - 96px,1740px);min-height:112px;display:grid}.home-prototype .prototype-logo{color:#3b3b3b;background:#fff;border:2px solid #878787;place-items:center;width:94px;height:52px;font-size:26px;font-weight:400;line-height:1;display:grid}.home-prototype .prototype-logo-image{object-fit:contain;width:100%;height:100%;display:block}.home-prototype .prototype-member-copy{color:#333;white-space:nowrap;gap:3px;min-width:0;padding-left:7px;font-size:28px;line-height:1.2;display:grid}.home-prototype .prototype-member-copy strong{color:#f04f4f;font-weight:500}.home-prototype .prototype-member-copy a{color:#333}.home-prototype .prototype-header-search{background:#fff;border:2px solid #777;border-radius:28px;align-items:center;width:100%;min-height:52px;display:flex;overflow:hidden}.home-prototype .prototype-header-search button{color:#000;background:0 0;border:0;flex:none;place-items:center;width:72px;height:48px;display:grid}.home-prototype .prototype-resource-links{color:#333;white-space:nowrap;align-items:center;gap:28px;margin-left:8px;font-size:25px;display:flex}.home-prototype .prototype-resource-icon{color:#555;place-items:center;display:grid}.home-prototype .prototype-resource-links a:hover{color:#111;text-underline-offset:5px;text-decoration:underline}.home-prototype .prototype-header-main .header-actions{gap:10px;margin-left:0}.home-prototype .prototype-header-main .header-actions .header-search,.home-prototype .prototype-header-main .header-actions .login-button{display:none}.home-prototype .prototype-header-main .header-actions .login-button:hover{color:#111;background:0 0;transform:none}.home-prototype .prototype-header-main .header-actions .member-account{gap:6px}.home-prototype .prototype-header-main .header-actions .member-name{color:#333;max-width:90px}.home-prototype .prototype-nav-row{border-bottom:2px solid #7e7e7e;justify-content:center;width:100%;display:flex}.home-prototype .prototype-desktop-nav{flex:0 auto;justify-content:flex-start;align-items:center;gap:40px;width:min(100% - 96px,1740px);min-height:100px;padding-left:400px;display:flex}.home-prototype .prototype-desktop-nav .nav-link{color:#333;padding:25px 10px;font-size:clamp(22px,2.1vw,34px);font-weight:800;line-height:1.2}.home-prototype .prototype-desktop-nav .nav-link:hover,.home-prototype .prototype-desktop-nav .nav-link.active{color:#222}.home-prototype .prototype-desktop-nav .nav-more-trigger{background:0 0}.home-prototype .prototype-desktop-nav .nav-more-trigger[aria-expanded=true]{color:#222;background:#f2f2f2}.home-prototype .prototype-desktop-nav .nav-measure{gap:40px}@media (width>=1281px) and (width<=1600px){.home-prototype .prototype-desktop-nav{gap:22px;padding-left:220px}.home-prototype .prototype-desktop-nav .nav-measure{gap:22px}}@media (width<=1280px){.home-prototype .prototype-header-main{grid-template-columns:80px minmax(250px,1fr) minmax(270px,360px) auto auto;gap:14px}.home-prototype .prototype-logo{width:80px;height:48px;font-size:23px}.home-prototype .prototype-member-copy{font-size:22px}.home-prototype .prototype-header-search input{padding-inline:15px;font-size:18px}.home-prototype .prototype-resource-links{gap:12px;margin-left:0;font-size:18px}.home-prototype .prototype-desktop-nav{gap:6px;padding-left:120px}.home-prototype .prototype-desktop-nav .nav-link{padding-inline:7px}}@media (width<=820px){.home-prototype .prototype-header-main{border-bottom:0;gap:12px;width:min(100% - 32px,640px);min-height:68px;display:flex}.home-prototype .prototype-logo{width:72px;height:40px;font-size:20px}.home-prototype .prototype-member-copy,.home-prototype .prototype-header-search,.home-prototype .prototype-resource-links{display:none}.home-prototype .prototype-header-main .header-actions{margin-left:auto}.home-prototype .prototype-header-main .header-actions .header-search{display:grid}.home-prototype .prototype-header-main .header-actions>.member-status,.home-prototype .prototype-nav-row{display:none}.home-prototype .site-header{border-bottom:1px solid var(--line)}}.home-prototype .insights-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:minmax(68px,auto);align-items:stretch}.home-prototype .feature-story{grid-area:span 5/span 5;min-height:408px}.home-prototype .insights-middle{grid-area:span 5/span 4}.home-prototype .news-list{grid-area:span 5/span 3}.home-prototype .hero-section{background:#f5f9f7}.home-prototype .hero-grid{min-height:480px}.home-prototype .hero-copy h1,.home-prototype .section-heading h2{max-width:920px}.home-prototype .motion-reveal{will-change:transform, opacity}@media (width<=1080px){.home-prototype .insights-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.home-prototype .feature-story{grid-column:span 5}.home-prototype .insights-middle{grid-column:span 3}.home-prototype .news-list{grid-area:auto/1/auto/-1}}@media (width<=820px){.home-prototype .notice-bar{display:none}.home-prototype .hero-grid{min-height:0}.home-prototype .insights-grid{grid-template-columns:1fr;grid-auto-rows:auto}.home-prototype .feature-story,.home-prototype .insights-middle,.home-prototype .news-list{grid-area:auto}.home-prototype .feature-story{min-height:372px}}.home-prototype .prototype-site-header{background:#fff;border-bottom:0;box-shadow:0 1px #242b2f24}.home-prototype .prototype-site-header .prototype-header-main{border-bottom:1px solid #c9ccca;grid-template-columns:104px minmax(235px,1fr) minmax(300px,390px) minmax(330px,auto) auto;align-items:center;gap:22px;width:min(100% - 64px,1420px);min-height:92px;display:grid}.home-prototype .prototype-logo{color:#2b3338;width:94px;height:54px;font-family:var(--display), var(--sans);background:#fff;border:1px solid #343b40;justify-content:center;align-items:center;gap:0;line-height:1;display:inline-flex}.home-prototype .prototype-logo-mark{color:#fff;background:#263138;place-items:center;width:31px;height:31px;margin-right:5px;font-size:18px;font-weight:700;display:grid}.home-prototype .prototype-logo-wordmark{color:#263138;letter-spacing:-.14em;font-size:25px;font-weight:700}.home-prototype .prototype-member-copy{color:#262d32;letter-spacing:-.025em;white-space:nowrap;min-width:0;padding-left:0;font-size:17px;font-weight:500;line-height:1.35;display:block}.home-prototype .prototype-member-copy strong{color:#ed4b47;font-family:var(--display), var(--sans);letter-spacing:-.07em;vertical-align:-2px;margin:0 4px;font-size:30px;font-weight:700}.home-prototype .prototype-header-search{background:#fff;border:1px solid #8e9394;border-radius:999px;align-items:center;width:100%;min-height:48px;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.home-prototype .prototype-header-search:focus-within{border-color:#353e43;box-shadow:0 0 0 3px #ed4b471f}.home-prototype .prototype-header-search input{color:#2c3439;background:0 0;border:0;outline:0;flex:1;min-width:0;height:46px;padding:0 18px;font-size:15px}.home-prototype .prototype-header-search input::placeholder{color:#93999a;opacity:1}.home-prototype .prototype-header-search button{color:#151b1f;background:0 0;border:0;flex:none;place-items:center;width:58px;height:46px;transition:color .18s,transform .18s;display:grid}.home-prototype .prototype-header-search button:hover{color:#ed4b47;transform:scale(1.04)}.home-prototype .prototype-hot-links{color:#2c3439;letter-spacing:-.02em;white-space:nowrap;justify-content:flex-end;align-items:center;gap:18px;min-width:0;font-size:15px;font-weight:600;display:flex}.home-prototype .prototype-hot-badge{color:#ed4b47;font-family:var(--display), var(--sans);letter-spacing:.08em;flex:none;align-items:center;gap:4px;font-size:13px;font-weight:800;display:inline-flex}.home-prototype .prototype-hot-links a{padding:7px 0;transition:color .18s;position:relative}.home-prototype .prototype-hot-links a:after{content:"";transform-origin:100%;background:#ed4b47;height:1px;transition:transform .18s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.home-prototype .prototype-hot-links a:hover{color:#ed4b47}.home-prototype .prototype-hot-links a:hover:after{transform-origin:0;transform:scaleX(1)}.home-prototype .prototype-site-header .header-actions{align-items:center;gap:10px;margin-left:0;display:flex}.home-prototype .prototype-site-header .header-actions .login-button{color:#fff;letter-spacing:.03em;background:#253038;border-radius:3px;justify-content:center;align-items:center;min-width:76px;min-height:42px;padding:0 18px;font-size:14px;font-weight:700;transition:background .18s,transform .18s;display:inline-flex}.home-prototype .prototype-site-header .header-actions .login-button:hover{color:#fff;background:#ed4b47;transform:translateY(-1px)}.home-prototype .prototype-site-header .header-actions .member-account{gap:7px}.home-prototype .prototype-site-header .header-actions .member-avatar{color:#fff;background:#253038;border-radius:50%;width:32px;height:32px}.home-prototype .prototype-site-header .header-actions .member-name{color:#253038;max-width:92px}.home-prototype .prototype-site-header .header-actions .member-logout{color:#8d9495}.home-prototype .prototype-site-header .prototype-nav-row{border-bottom:1px solid #afb4b3}.home-prototype .prototype-site-header .prototype-desktop-nav{justify-content:center;gap:28px;width:min(100% - 64px,1420px);min-height:76px;padding-left:0}.home-prototype .prototype-site-header .prototype-desktop-nav .nav-link{color:#30383d;letter-spacing:-.045em;padding:22px 6px;font-size:clamp(15px,1.4vw,21px);font-weight:800}.home-prototype .prototype-site-header .prototype-desktop-nav .nav-link:hover,.home-prototype .prototype-site-header .prototype-desktop-nav .nav-link.active{color:#ed4b47}.home-prototype .prototype-site-header .prototype-desktop-nav .nav-measure{gap:28px}@media (width<=1240px){.home-prototype .prototype-site-header .prototype-header-main{grid-template-columns:84px minmax(190px,1fr) minmax(250px,330px) minmax(260px,auto) auto;gap:14px}.home-prototype .prototype-logo{width:80px;height:48px}.home-prototype .prototype-member-copy{font-size:15px}.home-prototype .prototype-member-copy strong{font-size:25px}.home-prototype .prototype-hot-links{gap:11px;font-size:13px}.home-prototype .prototype-site-header .prototype-desktop-nav,.home-prototype .prototype-site-header .prototype-desktop-nav .nav-measure{gap:15px}}@media (width<=820px){.home-prototype .prototype-site-header{box-shadow:0 1px #242b2f1f}.home-prototype .prototype-site-header .prototype-header-main{border-bottom:0;grid-template-columns:1fr auto;grid-template-areas:"logo actions""member member""search search""hot hot";gap:14px;width:min(100% - 32px,640px);padding:14px 0 16px}.home-prototype .prototype-site-header .prototype-logo{grid-area:logo;width:78px;height:44px}.home-prototype .prototype-site-header .prototype-member-copy{grid-area:member;padding:3px 0 0;font-size:14px;display:block}.home-prototype .prototype-site-header .prototype-member-copy strong{font-size:25px}.home-prototype .prototype-site-header .prototype-header-search{grid-area:search;min-height:46px}.home-prototype .prototype-site-header .prototype-header-search input{height:44px;padding-inline:15px;font-size:14px}.home-prototype .prototype-site-header .prototype-header-search button{width:52px;height:44px}.home-prototype .prototype-site-header .prototype-hot-links{scrollbar-width:none;grid-area:hot;justify-content:flex-start;gap:14px;padding:1px 0 2px;font-size:13px;overflow-x:auto}.home-prototype .prototype-site-header .prototype-hot-links::-webkit-scrollbar{display:none}.home-prototype .prototype-site-header .header-actions{grid-area:actions}.home-prototype .prototype-site-header .header-actions .mobile-only{display:grid}.home-prototype .prototype-site-header .header-actions .member-status{display:flex!important}.home-prototype .prototype-site-header .header-actions .member-status .login-button{min-width:64px;min-height:38px;padding:0 14px;font-size:13px}.home-prototype .prototype-site-header .prototype-nav-row{display:none}.home-prototype .prototype-site-header .mobile-nav{border-top:1px solid #d9dcda}}@media (width<=520px){.home-prototype .prototype-site-header .prototype-header-main,.home-prototype .prototype-site-header .prototype-hot-links{gap:12px}.home-prototype .prototype-site-header .prototype-hot-badge{font-size:12px}.home-prototype .prototype-site-header .prototype-logo-mark{width:27px;height:27px;font-size:16px}.home-prototype .prototype-site-header .prototype-logo-wordmark{font-size:22px}}@media (width>=821px){.home-prototype .prototype-site-header .prototype-header-main{grid-template-columns:84px minmax(205px,1fr) minmax(270px,340px) minmax(290px,auto) auto;gap:16px;min-height:72px}.home-prototype .prototype-logo{width:78px;height:44px}.home-prototype .prototype-logo-mark{width:27px;height:27px;font-size:16px}.home-prototype .prototype-logo-wordmark{font-size:22px}.home-prototype .prototype-member-copy{font-size:14px}.home-prototype .prototype-member-copy strong{font-size:25px}.home-prototype .prototype-header-search{min-height:42px}.home-prototype .prototype-header-search input{height:40px;padding-inline:15px;font-size:13px}.home-prototype .prototype-header-search button{width:52px;height:40px}.home-prototype .prototype-hot-links{gap:14px;font-size:13px}.home-prototype .prototype-hot-badge{font-size:12px}.home-prototype .prototype-site-header .header-actions .login-button{min-width:68px;min-height:36px;padding-inline:15px;font-size:13px}.home-prototype .prototype-site-header .prototype-desktop-nav{gap:24px;min-height:60px}.home-prototype .prototype-site-header .prototype-desktop-nav .nav-link{padding:17px 5px;font-size:clamp(14px,1.2vw,18px)}.home-prototype .prototype-site-header .prototype-desktop-nav .nav-measure{gap:24px}}.home-prototype .prototype-site-header .primary-navigation{grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:24px;width:min(100% - 64px,1420px);min-height:60px;padding-left:0;display:grid}.home-prototype .prototype-site-header .primary-nav-categories,.home-prototype .prototype-site-header .primary-nav-fixed{align-items:center;gap:24px;min-width:0;display:flex}.home-prototype .prototype-site-header .primary-nav-categories{justify-content:center;position:relative;overflow:visible}.home-prototype .prototype-site-header .primary-nav-fixed{justify-content:flex-end}.home-prototype .prototype-site-header .primary-navigation .nav-link{flex:none}.home-prototype .prototype-site-header .primary-navigation .nav-link.active{color:#ed4b47}.home-prototype .prototype-site-header .primary-nav-fixed .nav-link{font-weight:900}.home-prototype .prototype-site-header .primary-nav-categories .nav-more{flex:none}.home-prototype .prototype-site-header .primary-nav-categories .nav-measure{gap:24px;display:flex}@media (width<=1240px) and (width>=821px){.home-prototype .prototype-site-header .primary-navigation,.home-prototype .prototype-site-header .primary-nav-categories,.home-prototype .prototype-site-header .primary-nav-fixed,.home-prototype .prototype-site-header .primary-nav-categories .nav-measure{gap:14px}}@media (width<=1100px) and (width>=821px){.home-prototype .prototype-site-header .prototype-header-main{grid-template-columns:78px minmax(150px,1fr) minmax(210px,1.15fr) auto;grid-template-areas:"logo member search actions""hot hot hot hot";gap:9px 12px;padding:10px 0}.home-prototype .prototype-site-header .prototype-logo{grid-area:logo}.home-prototype .prototype-site-header .prototype-member-copy{grid-area:member}.home-prototype .prototype-site-header .prototype-header-search{grid-area:search}.home-prototype .prototype-site-header .prototype-hot-links{grid-area:hot;justify-content:flex-end;padding-bottom:1px}.home-prototype .prototype-site-header .header-actions{grid-area:actions}}.home-prototype .prototype-site-header .prototype-header-main{border-bottom:0}.home-prototype .prototype-site-header .prototype-nav-row{border-top:0}.home-prototype .portal-banner-section{background:#fff;padding:24px 0 0}.home-prototype .portal-banner{background:#173c35;min-height:356px;position:relative;overflow:hidden;box-shadow:0 14px 30px #173c351f}.home-prototype .portal-banner-stage,.home-prototype .portal-banner-slide{position:absolute;inset:0}.home-prototype .portal-banner-slide img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-prototype .portal-banner-shade{background:linear-gradient(90deg,#08231ed6 0%,#08231e85 36%,#08231e0f 74%,#08231e40 100%);position:absolute;inset:0}.home-prototype .portal-banner-copy{color:#fff;width:min(49%,520px);position:absolute;top:50%;left:clamp(28px,6vw,72px);transform:translateY(-50%)}.home-prototype .portal-banner-copy>span{color:#a8ebd9;font-family:var(--display), var(--sans);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.home-prototype .portal-banner-copy>span:before{content:"";background:#43c9ab;width:20px;height:2px}.home-prototype .portal-banner-copy h1{color:#fff;letter-spacing:-.08em;margin:15px 0 12px;font-size:clamp(30px,4.2vw,54px);font-weight:800;line-height:1.14}.home-prototype .portal-banner-copy p{color:#ffffffc7;max-width:430px;margin:0;font-size:14px;line-height:1.8}.home-prototype .portal-banner-qr{z-index:2;gap:8px;display:flex;position:absolute;top:24px;right:28px}.home-prototype .portal-banner-qr a{color:#1d352e;background:#ffffffeb;border:1px solid #ffffff70;justify-items:center;gap:5px;width:72px;padding:6px 5px 7px;font-size:9px;display:grid}.home-prototype .portal-banner-qr img{object-fit:contain;background:#fff;width:58px;height:58px;padding:2px;display:block}.home-prototype .portal-banner-tools{z-index:3;align-items:center;gap:6px;display:flex;position:absolute;bottom:24px;right:28px}.home-prototype .portal-banner-counter{color:#ffffffc7;font-family:var(--display), var(--sans);letter-spacing:.08em;margin-right:8px;font-size:11px}.home-prototype .portal-banner-tools button{color:#fff;background:#0e322a52;border:1px solid #ffffff85;place-items:center;width:32px;height:32px;display:grid}.home-prototype .portal-banner-tools button:hover{background:#0f8f78;border-color:#a8ebd9}.home-prototype .portal-banner-dots{z-index:3;gap:6px;display:flex;position:absolute;bottom:35px;left:clamp(28px,6vw,72px)}.home-prototype .portal-banner-dots button{background:#ffffff6b;border:0;width:22px;height:3px;padding:0}.home-prototype .portal-banner-dots button.active{background:#a8ebd9;width:42px}.portal-fade-enter-active,.portal-fade-leave-active{transition:opacity .28s}.portal-fade-enter-from,.portal-fade-leave-to{opacity:0}.home-prototype .portal-feed-section{background:#f5f6f2;padding:26px 0 48px}.home-prototype .portal-feed-grid{grid-template-columns:minmax(0,1.82fr) minmax(300px,.84fr);align-items:start;gap:18px;display:grid}.home-prototype .portal-recommendation-panel,.home-prototype .portal-news-panel,.home-prototype .portal-guide-panel{background:#fff;border:1px solid #cfd7d3}.home-prototype .portal-recommendation-panel{padding:20px 18px 18px}.home-prototype .portal-sidebar{gap:18px;display:grid}.home-prototype .portal-news-panel,.home-prototype .portal-guide-panel{padding:20px 18px}.home-prototype .portal-panel-heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.home-prototype .portal-kicker{color:#6c8b80;font-family:var(--display), var(--sans);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.home-prototype .portal-panel-heading h2{color:#21342d;letter-spacing:-.08em;margin:0;font-size:clamp(25px,2.4vw,32px);font-weight:800;line-height:1.1}.home-prototype .portal-panel-note{color:#a0aaa5;white-space:nowrap;font-size:10px}.home-prototype .portal-more-link{color:#287762;white-space:nowrap;border-bottom:1px solid #75aa98;align-items:center;gap:4px;padding-bottom:3px;font-size:11px;font-weight:800;display:inline-flex}.home-prototype .portal-tabs{scrollbar-width:none;border-bottom:1px solid #d8dfdc;gap:24px;margin-top:20px;display:flex;overflow-x:auto}.home-prototype .portal-tabs::-webkit-scrollbar{display:none}.home-prototype .portal-tabs button{color:#7e8984;white-space:nowrap;background:0 0;border:0;flex:none;padding:0 0 11px;font-size:13px;position:relative}.home-prototype .portal-tabs button.active{color:#1f6f5b;font-weight:800}.home-prototype .portal-tabs button.active:after{content:"";background:#1b967b;height:3px;position:absolute;bottom:-1px;left:0;right:0}.home-prototype .portal-recommended-list{border-bottom:1px solid #dfe5e2;display:grid}.home-prototype .portal-recommended-item{border-bottom:1px solid #e6ebe9;grid-template-columns:31px minmax(0,1fr) 16px;align-items:center;gap:8px;min-height:44px;display:grid}.home-prototype .portal-recommended-item:last-child{border-bottom:0}.home-prototype .portal-recommended-item>span{color:#1b967b;font-family:var(--display), var(--sans);font-size:11px;font-weight:800}.home-prototype .portal-recommended-item strong{color:#32423c;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.home-prototype .portal-recommended-item svg,.home-prototype .portal-course-heading svg,.home-prototype .portal-article-row svg{color:#93a29b}.home-prototype .portal-recommended-item:hover strong,.home-prototype .portal-article-row:hover strong{color:#13745d}.home-prototype .portal-course-stack{gap:16px;margin-top:18px;display:grid}.home-prototype .portal-course-row{grid-template-columns:180px minmax(0,1fr);align-items:stretch;gap:14px;display:grid}.home-prototype .portal-ad-slot{color:#6a7972;text-align:center;background:#f3f5f2;border:1px dashed #9da9a3;align-content:center;place-items:center;min-height:176px;display:grid;position:relative;overflow:hidden}.home-prototype .portal-ad-slot img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-prototype .portal-ad-slot strong{z-index:1;color:#2f4740;text-overflow:ellipsis;white-space:nowrap;background:#ffffffdb;padding:5px 6px;font-size:10px;position:absolute;bottom:9px;left:10px;right:10px;overflow:hidden}.home-prototype .portal-ad-placeholder{color:#65746e;letter-spacing:.08em;font-size:24px;display:block}.home-prototype .portal-ad-slot small{color:#a0aaa5;margin-top:7px;font-size:10px}.home-prototype .portal-course-list{border-top:1px solid #aeb9b4;min-width:0}.home-prototype .portal-course-heading{border-bottom:1px solid #e0e6e3;justify-content:space-between;align-items:center;min-height:38px;display:flex}.home-prototype .portal-course-heading strong{color:#28463b;letter-spacing:-.04em;font-size:16px}.home-prototype .portal-course-heading span{color:#7e8d86;align-items:center;gap:3px;font-size:10px;display:inline-flex}.home-prototype .portal-article-row{border-bottom:1px solid #edf0ee;grid-template-columns:50px minmax(0,1fr) 14px;align-items:center;gap:8px;min-height:34px;display:grid}.home-prototype .portal-article-row>span{color:#4b8a76;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.home-prototype .portal-article-row strong{color:#495650;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.home-prototype .portal-news-list{border-top:1px solid #aeb9b4;margin-top:15px;display:grid}.home-prototype .portal-news-item{border-bottom:1px solid #e3e8e5;grid-template-columns:55px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:47px;display:grid}.home-prototype .portal-news-item>span{color:#47866f;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.home-prototype .portal-news-item strong{color:#3e4d47;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.home-prototype .portal-news-item time{color:#a0aaa5;font-family:var(--display), var(--sans);white-space:nowrap;font-size:10px}.home-prototype .portal-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:18px;display:grid}.home-prototype .portal-guide-link{color:#4a5d54;border:1px solid #cfd8d3;justify-content:space-between;align-items:center;gap:7px;min-height:38px;padding:0 10px;font-size:11px;display:flex}.home-prototype .portal-guide-link:hover{color:#176f5a;border-color:#4b9b83}.home-prototype .portal-empty{color:#a0aaa5;text-align:center;grid-column:1/-1;margin:0;padding:15px 0;font-size:11px}.home-prototype .journey-section{background:#fff;padding-top:42px;padding-bottom:46px}.home-prototype .journey-prototype-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:22px;display:flex}.home-prototype .journey-countdown-copy>span,.home-prototype .journey-prototype-note>span{color:#6c8b80;font-family:var(--display), var(--sans);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.home-prototype .journey-countdown-copy h2{color:#21342d;letter-spacing:-.09em;flex-wrap:wrap;align-items:baseline;gap:5px;margin:10px 0 0;font-size:clamp(25px,3vw,39px);font-weight:800;line-height:1.15;display:flex}.home-prototype .journey-countdown-copy h2 strong{color:#ed4b47;font-family:var(--display), var(--sans);letter-spacing:-.08em;font-size:1.35em}.home-prototype .journey-countdown-copy h2 em{color:#21342d;letter-spacing:-.04em;font-size:.58em;font-style:normal}.home-prototype .journey-prototype-note{text-align:right;justify-items:end;gap:4px;padding-bottom:2px;display:grid}.home-prototype .journey-prototype-note strong{color:#30483e;font-family:var(--display), var(--sans);font-size:14px}.home-prototype .journey-prototype-note small{color:#99a6a0;font-size:10px}@media (width<=960px){.home-prototype .portal-feed-grid{grid-template-columns:1fr}.home-prototype .portal-sidebar{grid-template-columns:1fr 1fr}}@media (width<=680px){.home-prototype .journey-section{padding-top:30px;padding-bottom:34px}.home-prototype .journey-prototype-heading{flex-direction:column;align-items:start;gap:15px;margin-bottom:16px}.home-prototype .journey-prototype-note{text-align:left;justify-items:start}.home-prototype .portal-banner-section{padding-top:14px}.home-prototype .portal-banner{min-height:248px}.home-prototype .portal-banner-copy{width:calc(100% - 44px);top:43%;left:22px}.home-prototype .portal-banner-copy h1{margin:11px 0 8px;font-size:29px}.home-prototype .portal-banner-copy p{max-width:310px;font-size:12px}.home-prototype .portal-banner-qr{display:none}.home-prototype .portal-banner-tools{bottom:19px;right:20px}.home-prototype .portal-banner-dots{bottom:34px;left:22px}.home-prototype .portal-feed-section{padding-top:16px}.home-prototype .portal-recommendation-panel,.home-prototype .portal-news-panel,.home-prototype .portal-guide-panel{padding:16px 14px}.home-prototype .portal-tabs{gap:18px}.home-prototype .portal-course-row{grid-template-columns:1fr}.home-prototype .portal-ad-slot{min-height:130px}.home-prototype .portal-sidebar{grid-template-columns:1fr}}.home-prototype .public-courses-section{background:#f7f8f5;padding:48px 0 58px}.home-prototype .public-courses-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px;display:flex}.home-prototype .public-courses-heading h2{color:#21342d;letter-spacing:-.09em;margin:0;font-size:clamp(26px,3vw,39px);font-weight:800;line-height:1.1}.home-prototype .public-courses-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-prototype .public-course-card,.home-prototype .public-course-ad{background:#fff;border:1px solid #e2e8e4;min-width:0;overflow:hidden}.home-prototype .public-course-card{border-radius:18px;box-shadow:0 8px 22px #2140360d}.home-prototype .public-course-card-heading{border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:0 18px;display:flex}.home-prototype .public-course-tabs{scrollbar-width:none;align-items:center;gap:22px;min-width:0;display:flex;overflow-x:auto}.home-prototype .public-course-tabs::-webkit-scrollbar{display:none}.home-prototype .public-course-tabs button{color:#7b8781;min-height:64px;font:inherit;white-space:nowrap;background:0 0;border:0;flex:none;padding:0 1px;font-size:15px;position:relative}.home-prototype .public-course-tabs button:after{content:"";background:0 0;border-radius:999px 999px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.home-prototype .public-course-tabs button.active{color:var(--brand-strong);font-weight:800}.home-prototype .public-course-tabs button.active:after{background:var(--brand)}.home-prototype .public-course-card-heading .portal-more-link{flex:none}.home-prototype .public-course-cover{color:#0c4e3b;background:#b8f7d6;align-content:center;min-height:154px;padding:22px 24px;display:grid;position:relative;overflow:hidden}.home-prototype .public-course-cover:before,.home-prototype .public-course-cover:after{content:"";background:#ffffff52;border-radius:50%;position:absolute}.home-prototype .public-course-cover:before{width:230px;height:230px;top:-80px;right:-22px}.home-prototype .public-course-cover:after{background:#ffffff8f;width:210px;height:210px;bottom:-94px;right:23%}.home-prototype .public-course-cover-2{color:#174e5e;background:#afeef1}.home-prototype .public-course-cover>*{z-index:1;position:relative}.home-prototype .public-course-cover>img{z-index:0;object-fit:cover;filter:saturate(.9);width:100%;height:100%;position:absolute;inset:0}.home-prototype .public-course-cover:has(>img):before{background:#ffffff2e}.home-prototype .public-course-cover span{color:#2f7d66;background:#ffffffb3;border-radius:999px;width:fit-content;margin-bottom:16px;padding:5px 10px;font-size:10px;font-weight:800}.home-prototype .public-course-cover strong{letter-spacing:-.08em;font-size:clamp(23px,2.2vw,32px);line-height:1.1}.home-prototype .public-course-cover small{color:#104638b3;margin-top:7px;font-size:12px}.home-prototype .public-course-cover-2 small{color:#174e5eb3}.home-prototype .public-course-card-body{min-height:204px;padding:9px 18px 15px}.home-prototype .public-course-empty{min-height:154px;margin:0}.home-prototype .public-course-articles{display:grid}.home-prototype .public-course-articles a{color:#465851;border-bottom:1px solid #edf1ee;grid-template-columns:7px minmax(0,1fr) 15px;align-items:center;gap:9px;min-height:35px;display:grid}.home-prototype .public-course-articles a>span{background:#f5a044;border-radius:50%;width:6px;height:6px}.home-prototype .public-course-articles strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.home-prototype .public-course-articles svg{color:#a0aaa5}.home-prototype .public-course-articles a:hover{color:#18755e}.home-prototype .public-course-ad{color:#303631;text-align:center;background:#f6f6f4;border:2px solid #f1d18f;align-content:center;place-items:center;min-height:364px;display:grid;position:relative}.home-prototype .public-course-ad img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-prototype .public-course-ad span,.home-prototype .public-course-ad small{z-index:1;position:relative}.home-prototype .public-course-ad span{letter-spacing:-.08em;font-size:clamp(28px,3vw,44px);font-weight:800}.home-prototype .public-course-ad small{color:#a0aaa5;margin-top:8px;font-size:11px}.home-prototype .public-course-ad:before,.home-prototype .public-course-ad:after{content:"";border-top:1px solid #9ca39f;position:absolute;inset:10px;transform:rotate(26deg)}.home-prototype .public-course-ad:after{transform:rotate(-26deg)}.home-prototype .public-course-ad.has-image:before,.home-prototype .public-course-ad.has-image:after,.home-prototype .public-course-ad.has-image small{display:none}@media (width<=960px){.home-prototype .public-courses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-prototype .public-course-ad{grid-column:1/-1;min-height:190px}}@media (width<=680px){.home-prototype .public-courses-section{padding:34px 0 42px}.home-prototype .public-courses-heading{flex-direction:column;align-items:start;gap:14px;margin-bottom:17px}.home-prototype .public-courses-grid{grid-template-columns:1fr}.home-prototype .public-course-ad{grid-column:auto;min-height:220px}}.portal-block-state{min-height:150px;color:var(--ink-subtle);align-content:center;justify-items:center;gap:10px;font-size:13px;display:grid}.portal-block-state button,.nav-load-state button{border:1px solid var(--line);background:var(--surface);color:var(--brand-strong);border-radius:999px;padding:6px 12px;font-size:12px}.portal-block-state button:hover,.nav-load-state button:hover{border-color:var(--brand);background:var(--brand-soft)}.nav-load-state{color:var(--ink-subtle);justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.home-prototype .professional-courses-section{background:#f7f8f5;padding:48px 0 58px}.home-prototype .professional-courses-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px;display:flex}.home-prototype .professional-courses-heading h2,.home-prototype .hot-info-heading h2{color:#21342d;letter-spacing:-.09em;margin:0;font-size:clamp(26px,3vw,39px);font-weight:800;line-height:1.1}.home-prototype .professional-courses-grid{grid-template-columns:minmax(0,1fr) 31%;align-items:stretch;gap:18px;display:grid}.home-prototype .professional-course-panel{background:#fff;border:1px solid #e2e8e4;border-radius:18px;min-width:0;overflow:hidden;box-shadow:0 8px 22px #2140360d}.home-prototype .professional-course-tabs{scrollbar-width:none;border-bottom:1px solid #edf1ee;align-items:center;gap:27px;min-height:72px;padding:0 28px;display:flex;overflow-x:auto}.home-prototype .professional-course-tabs::-webkit-scrollbar{display:none}.home-prototype .professional-course-tabs button{color:#7b8781;min-height:72px;font:inherit;white-space:nowrap;background:0 0;border:0;flex:none;padding:0 2px;font-size:14px;position:relative}.home-prototype .professional-course-tabs button:after{content:"";background:0 0;border-radius:999px 999px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.home-prototype .professional-course-tabs button.active{color:var(--brand-strong);font-weight:800}.home-prototype .professional-course-tabs button.active:after{background:var(--brand)}.home-prototype .professional-course-content{grid-template-columns:37% minmax(0,1fr);gap:28px;min-height:300px;padding:28px;display:grid}.home-prototype .professional-course-featured{color:#fff;background:linear-gradient(145deg,#0e9fcd 0%,#1686e1 62%,#0b64bd 100%);border-radius:16px;min-height:248px;display:block;position:relative;overflow:hidden}.home-prototype .professional-course-featured:after{content:"";background:linear-gradient(160deg,#ffffff1a,#0000 43%,#0b35675c);position:absolute;inset:0}.home-prototype .professional-course-featured img{object-fit:cover;width:100%;height:100%;min-height:248px;display:block}.home-prototype .professional-course-cover-fallback{z-index:1;letter-spacing:-.08em;font-size:clamp(20px,2.2vw,30px);font-weight:800;line-height:1.18;position:absolute;bottom:22px;left:22px;right:22px}.home-prototype .professional-course-articles{align-content:start;display:grid}.home-prototype .professional-course-articles a{color:#4a5852;border-bottom:1px solid #edf1ee;justify-content:space-between;align-items:center;gap:12px;min-height:45px;display:flex}.home-prototype .professional-course-articles a:hover{color:var(--brand-strong)}.home-prototype .professional-course-articles strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.home-prototype .professional-course-articles svg{color:#a0aaa5;flex:none}.home-prototype .professional-course-empty{min-height:250px}.home-prototype .professional-course-ad,.home-prototype .hot-info-ad{color:#303631;text-align:center;background:#f8f7f1;border:2px solid #f1d18f;align-content:center;place-items:center;min-width:0;display:grid;position:relative;overflow:hidden}.home-prototype .professional-course-ad{min-height:356px}.home-prototype .professional-course-ad img,.home-prototype .hot-info-ad img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-prototype .professional-course-ad>*,.home-prototype .hot-info-ad>*{z-index:1;position:relative}.home-prototype .professional-course-ad span,.home-prototype .hot-info-ad span{letter-spacing:-.08em;font-size:clamp(30px,3vw,48px);font-weight:800}.home-prototype .professional-course-ad small,.home-prototype .hot-info-ad small{color:#9ca39f;margin-top:8px;font-size:11px}.home-prototype .professional-course-ad:not(.has-image):before,.home-prototype .professional-course-ad:not(.has-image):after,.home-prototype .hot-info-ad:not(.has-image):before,.home-prototype .hot-info-ad:not(.has-image):after{content:"";border-top:1px solid #b7b9b0;position:absolute;inset:16px;transform:rotate(23deg)}.home-prototype .professional-course-ad:not(.has-image):after,.home-prototype .hot-info-ad:not(.has-image):after{transform:rotate(-23deg)}.home-prototype .hot-info-section{background:#f7f8f5;padding:48px 0 58px}.home-prototype .hot-info-heading{margin-bottom:22px}.home-prototype .hot-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-prototype .hot-info-card{background:#fff;border:1px solid #e4eae6;border-radius:18px;min-width:0;overflow:hidden;box-shadow:0 8px 22px #2140360b}.home-prototype .hot-info-card-heading{justify-content:space-between;align-items:center;gap:12px;padding:19px 20px 15px;display:flex}.home-prototype .hot-info-card-heading h3{color:#263a32;letter-spacing:-.07em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:21px;font-weight:800;overflow:hidden}.home-prototype .hot-info-cover{color:#fff;border-radius:14px;align-content:end;min-height:132px;margin:0 20px;padding:20px;display:grid;position:relative;overflow:hidden}.home-prototype .hot-info-cover:after{content:"";background:linear-gradient(#112d2605,#112d2680);position:absolute;inset:0}.home-prototype .hot-info-cover.tone-green{background:linear-gradient(135deg,#20b98f,#7aa97b)}.home-prototype .hot-info-cover.tone-blue{background:linear-gradient(135deg,#2e91e6,#2366b8)}.home-prototype .hot-info-cover.tone-orange{background:linear-gradient(135deg,#ff8547,#c95929)}.home-prototype .hot-info-cover.tone-purple{background:linear-gradient(135deg,#7659e8,#9877e8)}.home-prototype .hot-info-cover.has-image{background:#465b52}.home-prototype .hot-info-cover img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-prototype .hot-info-cover>*{z-index:1;position:relative}.home-prototype .hot-info-cover strong{letter-spacing:-.06em;max-width:86%;font-size:20px;line-height:1.2}.home-prototype .hot-info-cover span{color:#ffffffd1;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.home-prototype .hot-info-cover small{color:#fff;border:1px solid #ffffff8c;border-radius:999px;align-items:center;gap:3px;width:fit-content;margin-top:11px;padding:4px 8px;font-size:10px;display:inline-flex}.home-prototype .hot-info-articles{padding:9px 20px 14px;display:grid}.home-prototype .hot-info-articles a{color:#55635c;border-bottom:1px solid #edf1ee;grid-template-columns:6px minmax(0,1fr);align-items:center;gap:9px;min-height:37px;display:grid}.home-prototype .hot-info-articles a:hover{color:var(--brand-strong)}.home-prototype .hot-info-articles a>span{background:#f5a044;border-radius:50%;width:5px;height:5px}.home-prototype .hot-info-articles strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.home-prototype .hot-info-empty{padding:26px 0}.home-prototype .hot-info-ad{background:#ff4f59;border-color:#f3c848;min-height:144px;margin-top:18px}.home-prototype .hot-info-ad:not(.has-image){color:#fff;background:linear-gradient(100deg,#fa5058 0%,#fb6371 58%,#f04a69 100%)}.home-prototype .hot-info-ad:not(.has-image):before,.home-prototype .hot-info-ad:not(.has-image):after{display:none}.home-prototype .hot-info-ad:not(.has-image) span{color:#fff}.home-prototype .hot-info-ad:not(.has-image) small{color:#ffffffc7}.home-prototype .hot-info-ad.has-image span,.home-prototype .hot-info-ad.has-image strong{display:none}@media (width<=960px){.home-prototype .professional-courses-grid{grid-template-columns:1fr}.home-prototype .professional-course-ad{min-height:180px}.home-prototype .hot-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.home-prototype .professional-courses-section,.home-prototype .hot-info-section{padding:34px 0 42px}.home-prototype .professional-courses-heading{flex-direction:column;align-items:start;gap:14px;margin-bottom:17px}.home-prototype .professional-course-tabs{gap:22px;padding:0 18px}.home-prototype .professional-course-content{grid-template-columns:1fr;gap:18px;padding:18px}.home-prototype .professional-course-featured,.home-prototype .professional-course-featured img{min-height:180px}.home-prototype .professional-course-ad{min-height:210px}.home-prototype .hot-info-grid{grid-template-columns:1fr}.home-prototype .hot-info-card-heading{padding-left:16px;padding-right:16px}.home-prototype .hot-info-cover{margin-left:16px;margin-right:16px}.home-prototype .hot-info-articles{padding-left:16px;padding-right:16px}.home-prototype .hot-info-ad{min-height:116px}}.profile-avatar-field{align-items:center;gap:16px;padding:4px 0 8px;display:flex}.profile-avatar{background:var(--brand-soft);width:76px;height:76px;color:var(--brand-strong);border:1px solid #0f8f7847;border-radius:50%;flex:none;place-items:center;font-size:28px;font-weight:800;display:grid;overflow:hidden}.profile-avatar img,.member-avatar img{object-fit:cover;width:100%;height:100%}.avatar-edit-button{min-height:32px;color:var(--brand-strong);cursor:pointer;background:#fff;border:1px solid #0f8f7857;border-radius:999px;padding:0 13px;font-size:12px;font-weight:700}.avatar-edit-button:disabled{cursor:wait;opacity:.6}.profile-avatar-field small{color:var(--ink-subtle);margin-top:7px;font-size:11px;display:block}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.member-avatar{overflow:hidden}:root{--replica-nav-color:#00b388;--replica-deep-green:#0d8c79;--replica-page-bg:#f7f8fc;--replica-text:#333;--replica-muted:#999;--replica-content-width:1200px}.replica-container{width:var(--replica-content-width);margin-left:auto;margin-right:auto}.replica-public-header{z-index:20;background:#fff;min-width:1200px;position:relative}.replica-top-strip{color:#fff;background:linear-gradient(90deg,#ffe0b0 0 12.5%,#fff 12.5% 22%,#ffb23e 22%,#f32422 58%,#ed1c24 100%);height:50px;overflow:hidden}.replica-top-strip-inner{white-space:nowrap;align-items:center;gap:10px;height:50px;display:flex}.replica-top-brand{color:#00a98f;text-shadow:0 1px #fffc;margin-left:80px;font-size:19px;font-weight:800;line-height:1}.replica-top-slogan{color:#11856d;align-self:flex-end;margin-bottom:6px;font-size:9px;font-weight:700}.replica-top-notice{letter-spacing:9px;text-shadow:2px 2px #a4220c6b;margin-left:30px;font-size:28px;font-weight:900;line-height:1}.replica-top-phone{letter-spacing:.5px;margin-left:auto;padding-right:30px;font-size:24px;font-weight:900}.replica-header{background:#fff;height:60px;box-shadow:0 1px #1423370a}.replica-header-content{align-items:center;height:60px;display:flex}.replica-brand{color:var(--replica-text);white-space:nowrap;align-items:center;gap:10px;display:flex}.replica-brand-wordmark{color:#00a98f;font-size:20px;font-weight:800;line-height:1}.replica-brand-divider{color:#d9d9d9;font-size:20px}.replica-brand-channel{color:#ff8810;font-size:18px;font-weight:800}.replica-brand-city{color:#333;margin-left:10px;font-size:14px}.replica-brand-image{object-fit:contain;max-width:82px;max-height:30px;display:block}.replica-header-search{width:198px;height:30px;color:var(--replica-nav-color);background:#f5f5f5;border-radius:18px;align-items:center;gap:8px;margin-left:auto;margin-right:30px;padding:0 12px;display:flex}.replica-header-search input{color:#666;background:0 0;border:0;outline:0;width:100%;min-width:0;height:28px;padding:0;font-size:13px}.replica-header-search input::placeholder{color:#999}.replica-header-search input::-webkit-search-cancel-button{display:none}.replica-header .member-status{min-width:64px}.replica-header .content-login{border:1px solid var(--replica-nav-color);width:64px;height:30px;color:var(--replica-nav-color);background:#fff;border-radius:16px;justify-content:center;align-items:center;padding:0;font-size:14px;font-weight:400;display:inline-flex}.replica-navigation{background:var(--replica-nav-color);min-width:1200px;height:60px;position:relative;overflow:hidden}.replica-navigation-content,.replica-nav-links{height:60px;display:flex}.replica-mobile-nav-toggle{display:none}.replica-nav-link{color:#fff;white-space:nowrap;flex:0 0 80px;justify-content:center;align-items:center;width:80px;height:60px;font-size:16px;font-weight:500;line-height:1;display:flex}.replica-nav-link:hover,.replica-nav-link.active{color:#fff;background:#00000014}.replica-nav-status{z-index:30;color:#a35d00;background:#fff5e6;border-radius:4px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:flex;position:absolute;top:110px;right:max(20px,50% - 600px)}.replica-nav-status button{color:var(--replica-deep-green);cursor:pointer;background:0 0;border:0;padding:0}.replica-service-rail{z-index:40;background:#fff;border:1px solid #edf0f7e6;border-right:0;border-radius:20px 0 0 20px;width:82px;position:fixed;top:300px;right:0;overflow:hidden;box-shadow:0 3px 20px #172a3f14}.replica-service-item{width:82px;min-height:73px;color:var(--replica-nav-color);cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eee;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px 0;font-size:12px;line-height:1;display:flex}.replica-service-item:last-child{border-bottom:0}.replica-service-item:hover{color:#fff;background:var(--replica-nav-color)}.replica-footer{color:#666;background:var(--replica-page-bg);min-width:1200px}.replica-footer-links{grid-template-columns:1.55fr repeat(3,.88fr) repeat(3,1fr);gap:26px;padding-top:48px;padding-bottom:40px;display:grid}.replica-footer-links section{align-content:start;gap:13px;display:grid}.replica-footer-links h2{color:#333;margin:0 0 4px;font-size:16px;font-weight:500}.replica-footer-links a{color:#666;font-size:13px;line-height:1.5}.replica-footer-links a:hover{color:var(--replica-deep-green)}.replica-footer-intro p{color:#666;max-width:260px;margin:32px 0 0;font-size:15px;line-height:1.8}.replica-footer-intro-brand{letter-spacing:.04em;color:var(--replica-deep-green)!important;margin:0!important;font-size:22px!important;font-weight:700!important}.replica-footer-intro p:not(.replica-footer-intro-brand){margin-top:14px}.replica-footer-qrcode .replica-footer-qr-list{gap:12px;display:flex}.replica-footer-qrcode>a,.replica-footer-qr-list a{color:#999;text-align:center;background:#fff;border:1px solid #e6e9ef;border-radius:6px;place-items:center;width:92px;min-height:92px;display:grid}.replica-footer-qr-list img,.replica-footer-qrcode>a img{object-fit:cover;width:92px;height:92px;display:block}.replica-footer-meta{color:#999;text-align:center;border-top:1px solid #e5e5e5;padding:20px 0 30px;font-size:12px;line-height:1.8}.replica-footer-meta p{margin:0}.replica-footer-meta a{color:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.prototype-auth-page{isolation:isolate;color:#303030;background:var(--replica-page-bg);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.prototype-auth-page:before{z-index:0;content:"";pointer-events:none;background:url(/images/auth-login-background.png) top/cover no-repeat;height:100%;position:absolute;top:0;left:0;right:0}.prototype-auth-header{z-index:2;border-bottom:1px solid var(--replica-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc2;justify-content:space-between;align-items:center;min-height:96px;padding:14px max(24px,3.5vw);display:flex;position:relative}.prototype-auth-brand{color:#303030;align-items:center;gap:18px;display:inline-flex}.prototype-auth-logo{color:#fff;background:var(--replica-nav-color);border-radius:12px;place-items:center;width:46px;height:46px;font-size:20px;font-weight:700;display:grid}.prototype-auth-logo-image{object-fit:contain;width:46px;height:46px;display:block}.prototype-auth-brand strong{color:var(--replica-deep-green);font-size:21px;font-weight:700}.prototype-auth-hotline{color:var(--ink-muted);white-space:nowrap;align-self:center;padding-top:0;font-size:14px}.prototype-auth-main{background:0 0;flex:1 0 auto;justify-content:flex-end;align-items:flex-start;min-height:820px;padding:64px max(24px,6vw) 76px;display:flex;position:relative}.prototype-auth-diagonals{z-index:0;pointer-events:none;display:none;position:absolute;inset:0;overflow:hidden}.prototype-auth-diagonals span{transform-origin:0;border-top:1px solid #858585;width:116%;position:absolute;left:-8%}.prototype-auth-diagonals span:first-child{top:0;transform:rotate(28deg)}.prototype-auth-diagonals span:last-child{bottom:0;transform:rotate(-28deg)}.prototype-auth-card{z-index:1;border:1px solid var(--replica-border);width:min(500px,100%);min-height:0;box-shadow:var(--replica-shadow);background:#fff;border-radius:16px;position:relative}.prototype-auth-tabs{border-bottom:1px solid var(--replica-border);justify-content:center;align-items:center;gap:54px;height:76px;display:flex}.prototype-auth-tabs button{color:#2f2f2f;white-space:nowrap;background:0 0;border:0;height:76px;padding:0 4px;font-size:18px;font-weight:700;position:relative}.prototype-auth-tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.prototype-auth-tabs button.is-active:after{background:var(--replica-nav-color)}.prototype-auth-heading{padding:32px 36px 0}.prototype-auth-heading h1{margin:10px 0 8px;font-size:25px}.prototype-auth-heading p{color:#777;margin:0;font-size:13px}.prototype-auth-eyebrow{color:var(--replica-deep-green);font-size:12px}.prototype-auth-form{gap:18px;width:calc(100% - 72px);margin:28px auto 0;display:grid}.prototype-auth-field,.prototype-auth-code-field{width:100%;display:flex}.prototype-auth-field input{color:#303030;background:#fff;border:1.5px solid #b9cbc4;border-radius:9px;outline:0;width:100%;height:46px;padding:0 13px;font-size:14px}.prototype-auth-field input::placeholder{color:#a4a4a4}.prototype-auth-field input:focus{border-color:var(--replica-nav-color);box-shadow:0 0 0 3px #00b3881f}.prototype-auth-field input:hover{border-color:#72b9a5}.prototype-auth-code-field{position:relative}.prototype-auth-code-field input{padding-right:125px}.prototype-auth-code-field button{color:#fff;background:var(--replica-nav-color);white-space:nowrap;border:0;border-radius:7px;height:34px;padding:0 12px;font-size:12px;position:absolute;top:6px;right:6px}.prototype-auth-code-field button:hover{background:var(--replica-deep-green)}.prototype-auth-submit{color:#fff;background:var(--replica-nav-color);border:0;border-radius:9px;width:100%;height:48px;margin-top:4px;font-size:16px;font-weight:700}.prototype-auth-submit:hover{background:var(--replica-deep-green)}.prototype-auth-submit:disabled{cursor:wait;opacity:.58}.prototype-auth-message{color:var(--replica-deep-green);text-align:center;margin:-6px 0 -2px;font-size:12px;line-height:1.6}.prototype-auth-message.is-error{color:#b44242}.prototype-auth-agreement{cursor:pointer;color:var(--ink-muted);text-align:center;justify-content:center;align-items:flex-start;gap:7px;margin:24px 30px 0;font-size:12px;line-height:1.7;display:flex}.prototype-auth-agreement input{width:15px;height:15px;accent-color:var(--replica-nav-color);margin:2px 0 0}.prototype-auth-agreement span{text-align:left}.prototype-auth-help{border:1px solid var(--replica-border);background:var(--replica-page-bg);border-radius:10px;margin:32px 36px 0;padding:18px}.prototype-auth-help strong{font-size:15px}.prototype-auth-help p{color:#777;margin:10px 0 0;font-size:13px;line-height:1.7}.prototype-auth-links{color:var(--ink-subtle);flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:18px 24px 28px;font-size:12px;display:flex}.prototype-auth-links a:hover{color:var(--replica-deep-green);text-underline-offset:3px;text-decoration:underline}.prototype-auth-page .replica-footer{z-index:1;background:#eaf6f1;border-top:3px solid #00b38838;min-width:0;position:relative}.prototype-auth-page .replica-footer-links{padding-top:52px;padding-bottom:46px}.prototype-auth-page .replica-footer-links h2{color:#245348}.prototype-auth-page .replica-footer-links a{color:#55736d}.prototype-auth-page .replica-footer-meta{background:#ffffff52;border-top-color:#24534824}@media (width<=820px){.replica-footer{min-width:0}.replica-footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px;width:100%;padding:34px 16px 28px}.prototype-auth-page .replica-footer-links{padding-top:34px;padding-bottom:28px}.replica-footer-meta{width:100%;padding:16px}.replica-footer-intro{grid-column:1/-1}.replica-footer-intro p{margin-top:0}.replica-footer-qrcode>a,.replica-footer-qrcode>a img{width:78px;height:78px;min-height:78px}.prototype-auth-header{min-height:78px;padding:14px 16px 12px}.prototype-auth-logo{width:40px;height:40px;font-size:18px}.prototype-auth-logo-image{width:40px;height:40px}.prototype-auth-brand{gap:10px}.prototype-auth-brand strong{font-size:18px}.prototype-auth-hotline{padding-top:0;font-size:12px}.prototype-auth-main{justify-content:center;min-height:0;padding:30px 16px 50px}.prototype-auth-page:before{background-position:62% 0;height:100%}.prototype-auth-diagonals{display:none}.prototype-auth-card{width:min(100%,620px);min-height:0}.prototype-auth-tabs,.prototype-auth-tabs button{height:68px}.prototype-auth-tabs{gap:28px}.prototype-auth-tabs button{font-size:17px}.prototype-auth-form{gap:20px;width:calc(100% - 36px);margin-top:24px}.prototype-auth-field input{height:46px;font-size:16px}.prototype-auth-code-field button{font-size:14px}.prototype-auth-submit{height:48px;font-size:20px}.prototype-auth-agreement{margin:24px 16px 0;font-size:14px}}@media (width<=560px){.prototype-auth-header{align-items:flex-start}.prototype-auth-hotline{text-align:right;text-overflow:clip;max-width:none;font-size:11px;overflow:visible}.prototype-auth-main{padding-top:20px}.prototype-auth-tabs{gap:15px}.prototype-auth-tabs button{font-size:17px}.prototype-auth-code-field input{padding-right:115px}.prototype-auth-code-field button{padding:0 9px;font-size:12px}.prototype-auth-heading{padding:30px 22px 0}.prototype-auth-heading h1{font-size:24px}.prototype-auth-help{margin:30px 22px 0}.prototype-auth-page .replica-footer-links{grid-template-columns:1fr 1fr}}@media (width<=820px){.replica-public-header{min-width:0}.replica-public-header .replica-container{box-sizing:border-box;width:100%;padding-left:16px;padding-right:16px}.replica-container{margin-left:0;margin-right:0}.replica-navigation{min-width:0;height:44px;overflow:visible}.replica-navigation-content{height:44px;padding:0;position:relative}.replica-mobile-nav-toggle{color:#fff;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 16px;font-size:14px;display:flex}.replica-nav-links{z-index:50;background:var(--replica-nav-color);grid-template-columns:repeat(2,minmax(0,1fr));height:auto;padding:8px 16px 12px;display:none;position:absolute;top:44px;left:0;right:0;box-shadow:0 8px 18px #172a3f24}.replica-nav-links.is-open{display:grid}.replica-nav-link{flex:initial;border-bottom:1px solid #ffffff29;width:auto;height:42px;font-size:13px}.replica-service-rail{right:0}}.replica-home-main{background:#f7f8fc;min-width:1200px;padding-bottom:28px}.replica-home-container{padding-top:20px}.replica-hero-section,.replica-hero{width:1200px}.replica-hero{background:#e9eeee;border-radius:16px;height:320px;position:relative;overflow:hidden}.replica-hero>img{object-fit:cover;width:100%;height:100%;display:block}.replica-hero-shade{display:none}.replica-hero-reference-fallback{color:#fff;background:radial-gradient(circle at 20% 105%,#ffebb2d9 0 8%,#0000 8.5%),linear-gradient(135deg,#e9242b 0%,#fa3a29 52%,#e7191f 100%);align-content:center;gap:10px;height:100%;padding:0 70px;display:grid;position:relative;overflow:hidden}.replica-hero-reference-fallback:before,.replica-hero-reference-fallback:after{content:"";border:2px solid #ffffff40;border-radius:50%;width:520px;height:520px;position:absolute}.replica-hero-reference-fallback:before{top:-330px;left:160px}.replica-hero-reference-fallback:after{bottom:-390px;right:-210px}.replica-hero-reference-fallback>*{z-index:1;position:relative}.replica-hero-reference-fallback span{font-size:18px;font-weight:700}.replica-hero-reference-fallback strong{text-shadow:4px 4px #9f1317;font-size:62px;font-style:italic;line-height:1}.replica-hero-reference-fallback b{font-size:27px}.replica-hero-reference-fallback em{color:#681a0b;background:#ffea1c;border-radius:6px;width:fit-content;padding:5px 12px;font-size:20px;font-style:normal;font-weight:800}.replica-hero-controls{color:#ffffffe6;align-items:center;gap:7px;font-size:12px;display:flex;position:absolute;bottom:16px;right:28px}.replica-hero-controls button{color:#fff;background:#0000002e;border:1px solid #fffc;place-items:center;width:33px;height:33px;font-size:23px;line-height:1;display:grid}.replica-hero-controls button:hover{background:#00b388bf}.replica-hero-dots{gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.replica-hero-dots button{background:#ffffff8c;border:0;border-radius:50%;width:8px;height:8px;padding:0}.replica-hero-dots button.active{background:#fff}.replica-hero-state{color:#666;background:#fff;border-radius:16px;justify-content:center;align-items:center;width:1200px;height:320px;font-size:14px;display:flex}.replica-hero-state button{border:1px solid var(--replica-nav-color);color:var(--replica-deep-green);background:#fff;border-radius:16px;margin-left:12px;padding:5px 12px}.replica-hero-empty{color:#fff;background:linear-gradient(110deg,#e6292e,#ff6b28 62%,#f34344);align-items:center;padding-left:30px;display:flex}.replica-hero-empty-copy{gap:10px;display:grid}.replica-hero-empty-copy strong{font-size:48px}.replica-hero-empty-copy span{font-size:20px}.replica-home-primary-grid{grid-template-columns:872px 320px;gap:8px;width:1200px;margin-top:20px;display:grid}.replica-headline-card{background:#fff;border-radius:16px;min-height:421px;overflow:hidden;box-shadow:0 1px #1b3e3608}.replica-section-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.replica-headline-heading{border-bottom:1px solid #edf0f1;height:66px;padding:0 20px}.replica-headline-heading h2{color:#333;margin:0;font-size:24px;font-weight:500}.replica-headline-heading h2 span{color:#fff;vertical-align:middle;background:#ff8810;border-radius:5px;justify-content:center;align-items:center;height:20px;margin-left:5px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.replica-headline-tabs{align-items:center;gap:8px;min-width:0;display:flex}.replica-headline-tabs button{color:#666;white-space:nowrap;background:0 0;border:0;border-radius:16px;padding:8px 11px;font-size:13px}.replica-headline-tabs button.active{color:#fff;background:#36cba1}.replica-headline-content{grid-template-columns:248px minmax(0,1fr);gap:20px;padding:18px 20px 20px;display:grid}.replica-headline-feature{background:linear-gradient(135deg,#fd8,#ff6546);border-radius:18px;width:248px;height:159px;display:block;position:relative;overflow:hidden}.replica-headline-feature img{object-fit:cover;width:100%;height:100%;display:block}.replica-headline-feature-fallback{color:#fff;background:linear-gradient(135deg,#ffbb47,#f04c3c 68%,#e93630);align-content:center;gap:12px;padding:22px;display:grid}.replica-headline-feature-fallback strong{font-size:27px;line-height:1.1}.replica-headline-feature-fallback span{font-size:14px}.replica-headline-feature-caption{color:#ffffffeb;text-shadow:0 1px 2px #0003;font-size:12px;position:absolute;bottom:10px;left:12px;right:12px}.replica-headline-list{align-content:start;display:grid}.replica-headline-list>a{color:#333;border-bottom:1px solid #edf0f1;grid-template-columns:70px minmax(0,1fr) 54px;align-items:center;gap:8px;min-height:38px;font-size:13px;display:grid}.replica-headline-list>a:first-child{border-top:1px solid #edf0f1}.replica-headline-list>a:hover strong{color:var(--replica-deep-green)}.replica-headline-category{color:#ff8810;white-space:nowrap}.replica-headline-list strong{text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.replica-headline-list time{color:#999;text-align:right}.replica-headline-empty{color:#999;font-size:13px}.replica-tools-column{align-content:start;gap:12px;display:grid}.replica-countdown-card,.replica-toolbox-card{background:#fff;border-radius:16px;overflow:hidden}.replica-countdown-card{text-align:center;min-height:142px;padding:20px 16px 17px}.replica-countdown-card p{color:#555;margin:0;font-size:13px}.replica-countdown-card p:before{content:"— ";color:#ff8810}.replica-countdown-card p:after{content:" —";color:#ff8810}.replica-countdown-card p strong{font-weight:500}.replica-countdown-digits{justify-content:center;align-items:center;gap:5px;margin:14px 0 9px;display:flex}.replica-countdown-digits span{color:#ff6b1a;width:29px;height:35px;font-family:var(--display), var(--sans);background:#fff0e8;border-radius:4px;place-items:center;font-size:24px;font-weight:600;display:grid}.replica-countdown-digits em{color:#777;margin-left:3px;font-size:12px;font-style:normal}.replica-countdown-card small{color:#999;font-size:11px}.replica-toolbox-card{background:linear-gradient(150deg,#effffc,#fff);min-height:267px;padding:18px 18px 20px}.replica-toolbox-card h2{color:#333;align-items:center;gap:8px;margin:0 0 14px;font-size:21px;font-weight:600;display:flex}.replica-toolbox-mark{color:#fff;background:#62d6c0;border-radius:50%;place-items:center;width:29px;height:29px;font-size:20px;display:grid}.replica-tool-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.replica-tool-grid a{color:#555;text-align:center;background:#f7f8fb;border-radius:7px;align-content:center;justify-items:center;gap:5px;min-height:53px;font-size:12px;display:grid}.replica-tool-grid a:hover{color:var(--replica-deep-green);background:#e4faf4}.replica-tool-grid a span{color:#0cb38b;font-size:12px;font-weight:700}.replica-course-section{width:1200px;margin-top:20px}.replica-course-heading{background:#fff;border-radius:16px 16px 0 0;min-height:73px;padding:0 20px}.replica-course-heading>div>span{color:#999;font-size:12px}.replica-course-heading h2{color:#333;margin:4px 0 0;font-size:24px;font-weight:500}.replica-course-heading>a{color:var(--replica-deep-green);font-size:13px}.replica-course-strip{grid-template-columns:repeat(4,1fr);gap:8px;width:1200px;display:grid}.replica-course-card{color:#fff;background:linear-gradient(135deg,#1ab99d,#5fd4bf);border-radius:0 0 12px 12px;min-height:118px;display:block;position:relative;overflow:hidden}.replica-course-card.tone-blue{background:linear-gradient(135deg,#4489ef,#76adff)}.replica-course-card.tone-orange{background:linear-gradient(135deg,#f38d3e,#ffc06e)}.replica-course-card.tone-purple{background:linear-gradient(135deg,#8578d6,#afa5ed)}.replica-course-card>img{object-fit:cover;opacity:.42;width:100%;height:100%;position:absolute;inset:0}.replica-course-card-copy{z-index:1;align-content:center;gap:5px;min-height:118px;padding:17px 21px;display:grid;position:relative}.replica-course-card-copy span{color:#fffc;font-size:11px}.replica-course-card-copy strong{font-size:21px;font-weight:600}.replica-course-card-copy small{color:#ffffffd9;font-size:12px}.replica-course-card-arrow{z-index:1;font-size:20px;position:absolute;bottom:16px;right:18px}.replica-course-card:hover{filter:saturate(1.08);transform:translateY(-2px)}@media (width<=820px){.replica-home-main{overflow:hidden}.replica-home-container{padding-top:20px}}.replica-process-section,.replica-matrix-section,.replica-outline-section,.replica-public-course-section,.replica-professional-section,.replica-review-section,.replica-brand-section{width:1200px;margin-top:20px}.replica-process-heading,.replica-matrix-heading,.replica-course-guide-heading,.replica-professional-heading,.replica-review-heading,.replica-brand-heading{background:#fff;border-radius:16px 16px 0 0;min-height:58px;padding:0 20px}.replica-process-heading>div>span,.replica-matrix-heading>div>span,.replica-course-guide-heading>div>span,.replica-professional-heading>div>span,.replica-review-heading>div>span,.replica-brand-heading>div>span{color:#999;font-size:12px}.replica-process-heading h2,.replica-matrix-heading h2,.replica-course-guide-heading h2,.replica-professional-heading h2,.replica-review-heading h2,.replica-brand-heading h2{color:#333;margin:4px 0 0;font-size:24px;font-weight:500}.replica-process-heading>a,.replica-matrix-heading>a,.replica-heading-more,.replica-review-heading>a{color:#999;font-size:13px}.replica-process-section .exam-timeline-shell{height:277px;box-shadow:none;border:0;border-radius:0 0 16px 16px}.replica-process-section .exam-timeline-svg{height:277px;min-height:0}.replica-matrix-section{margin-top:0}.replica-matrix-layout{display:block}.replica-matrix-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.replica-info-card{background:#fff;border-radius:16px;min-height:418px;padding:0 20px 18px;overflow:hidden;box-shadow:0 4px 18px #24453f0d}.replica-info-card-heading,.replica-outline-card>header,.replica-guide-card-heading,.replica-professional-card>header,.replica-review-card>header{justify-content:space-between;align-items:center;gap:12px;min-height:52px;display:flex}.replica-info-card-heading h3,.replica-outline-card h2,.replica-guide-card h3,.replica-professional-card h3,.replica-review-card h3{color:#333;margin:0;font-size:20px;font-weight:600}.replica-info-card-heading a,.replica-outline-card>header a,.replica-guide-card-heading span,.replica-professional-card>header span,.replica-review-card>header span{color:#999;white-space:nowrap;font-size:12px}.replica-info-card-rule{background:#42cba0;border-radius:3px;width:80px;height:3px;margin-bottom:16px}.replica-info-banner,.replica-guide-banner,.replica-professional-banner,.replica-review-banner,.replica-outline-banner{color:#fff;border-radius:14px;height:95px;display:block;position:relative;overflow:hidden}.replica-info-banner img,.replica-guide-banner img,.replica-professional-banner img,.replica-review-banner img,.replica-outline-banner img{object-fit:cover;width:100%;height:100%;display:block}.replica-info-banner-fallback,.replica-guide-banner-fallback,.replica-professional-banner-fallback,.replica-review-banner-fallback,.replica-outline-banner-fallback{background:linear-gradient(115deg,#11ae8c,#6bd7bf);align-content:center;gap:7px;padding:0 22px;display:grid}.replica-info-card:nth-child(2) .replica-info-banner-fallback,.replica-guide-card:nth-child(2) .replica-guide-banner-fallback{background:linear-gradient(115deg,#2e85df,#62b4ef)}.replica-info-card:nth-child(3) .replica-info-banner-fallback{background:linear-gradient(115deg,#f26544,#ffb43a)}.replica-info-card:nth-child(4) .replica-info-banner-fallback{background:linear-gradient(115deg,#7147ec,#b16ef1)}.replica-info-card:nth-child(5) .replica-info-banner-fallback{background:linear-gradient(115deg,#643f87,#c27b9b)}.replica-info-card:nth-child(6) .replica-info-banner-fallback{background:linear-gradient(115deg,#d64f82,#f7949d)}.replica-info-banner-fallback strong,.replica-guide-banner-fallback strong,.replica-professional-banner-fallback strong,.replica-review-banner-fallback strong,.replica-outline-banner-fallback strong{font-size:19px}.replica-info-banner-fallback span,.replica-guide-banner-fallback span,.replica-professional-banner-fallback span,.replica-review-banner-fallback span,.replica-outline-banner-fallback span{opacity:.9;font-size:12px}.replica-info-list,.replica-guide-card ul,.replica-professional-card ul,.replica-review-card ul,.replica-outline-card ul{gap:11px;margin:16px 0 0;padding:0;list-style:none;display:grid}.replica-info-list li,.replica-guide-card li,.replica-professional-card li,.replica-review-card li,.replica-outline-card li{color:#555;text-overflow:ellipsis;white-space:nowrap;padding-left:13px;font-size:13px;position:relative;overflow:hidden}.replica-info-list li:before,.replica-guide-card li:before,.replica-professional-card li:before,.replica-review-card li:before,.replica-outline-card li:before{content:"";background:#ff8810;border-radius:50%;width:4px;height:4px;position:absolute;top:7px;left:0}.replica-matrix-ad{background:#fff;border-radius:16px;width:320px;margin:16px 0 0 auto;overflow:hidden}.replica-matrix-ad img{object-fit:cover;width:100%;height:120px;display:block}.replica-outline-section{grid-template-columns:872px 320px;gap:8px;display:grid}.replica-outline-card{background:#fff;border-radius:16px;min-height:260px;padding:0 20px 18px;overflow:hidden}.replica-outline-card>header{min-height:55px}.replica-outline-card-body{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:18px;display:grid}.replica-outline-card:not(.replica-outline-card-wide) .replica-outline-card-body{display:block}.replica-outline-card .replica-outline-banner{height:105px}.replica-outline-card:not(.replica-outline-card-wide) .replica-outline-banner{height:70px}.replica-outline-card ul{margin-top:0}.replica-outline-card:not(.replica-outline-card-wide) ul{margin-top:12px}.replica-public-course-section,.replica-professional-section,.replica-review-section{padding-top:0}.replica-course-guide-heading,.replica-professional-heading{border-radius:16px 16px 0 0}.replica-course-guide-tabs,.replica-professional-tabs{align-items:center;gap:19px;margin-left:auto;display:flex}.replica-course-guide-tabs a,.replica-professional-tabs a{color:#777;white-space:nowrap;font-size:12px}.replica-course-guide-tabs a:first-child,.replica-professional-tabs a:first-child{color:#00b388;font-weight:700}.replica-course-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.replica-guide-card,.replica-professional-card,.replica-review-card{min-height:195px;color:inherit;background:#fff;border-radius:16px;padding:0 20px 18px;display:block;overflow:hidden}.replica-guide-card:nth-child(n+4){min-height:177px}.replica-guide-card .replica-guide-banner{height:85px}.replica-guide-card ul{gap:7px;margin-top:11px}.replica-guide-card li{font-size:12px}.replica-professional-grid,.replica-review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.replica-professional-card,.replica-review-card{min-height:320px}.replica-professional-card .replica-professional-banner,.replica-review-card .replica-review-banner{height:90px}.replica-professional-card ul,.replica-review-card ul{gap:10px}.replica-brand-section{min-height:360px}.replica-brand-controls{gap:10px;display:flex}.replica-brand-controls button{color:#00b388;background:#fff;border:1px solid #e5eeee;border-radius:50%;width:36px;height:36px;font-size:22px}.replica-brand-track{grid-template-columns:repeat(3,1fr);gap:36px;padding:0 0 20px;display:grid}.replica-brand-card{color:#333;text-align:center;display:block}.replica-brand-card img{object-fit:cover;border-radius:16px;width:100%;height:270px;display:block;box-shadow:0 4px 18px #24453f14}.replica-brand-card span{margin-top:18px;font-size:16px;display:block}.replica-brand-reference-art{color:#9e2d24;background:linear-gradient(145deg,#fffdf0,#fff5c9);border:1px solid #e6d7ae;border-radius:16px;align-content:center;place-items:center;gap:14px;height:270px;display:grid;overflow:hidden;box-shadow:0 4px 18px #24453f14}.replica-brand-reference-art:before,.replica-brand-reference-art:after{content:"";background:linear-gradient(90deg,#f1d91d,#b52d2c,#f1d91d);width:76%;height:8px}.replica-brand-reference-art strong{font-family:var(--display), var(--sans);font-size:20px}.replica-brand-reference-art span{color:#b52d2c;margin:0;font-size:13px}@media (width<=820px){.replica-process-section,.replica-matrix-section,.replica-outline-section,.replica-public-course-section,.replica-professional-section,.replica-review-section,.replica-brand-section{width:1200px}}.replica-content-page{background:#f6f7fb;min-height:100vh;overflow-x:hidden}.replica-content-main{width:var(--replica-content-width);margin:0 auto;padding:20px 0 72px}.replica-content-columns{grid-template-columns:884px 292px;align-items:start;gap:24px;display:grid}.replica-category-panel,.replica-article-detail,.replica-sidebar-card{background:#fff;border:1px solid #edf0f4;box-shadow:0 6px 20px #1934430b}.replica-category-panel,.replica-article-detail{border-radius:4px}.replica-category-panel{padding:26px 28px 34px}.replica-category-banner{color:#fff;background:linear-gradient(135deg,#116553eb,#16936bad),repeating-linear-gradient(135deg,#ffffff1f 0 2px,#0000 2px 12px),#149875;border-radius:2px;align-content:center;min-height:220px;padding:34px 44px;display:grid;position:relative;overflow:hidden}.replica-category-banner img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.replica-category-banner.has-image:after{content:"";background:linear-gradient(90deg,#08322fc7,#08322f2e);position:absolute;inset:0}.replica-category-banner-content{z-index:1;display:grid;position:relative}.replica-category-banner strong{letter-spacing:.08em;font-size:34px;font-weight:700}.replica-category-banner span{opacity:.88;margin-top:12px;font-size:15px}.replica-article-list-heading{border-bottom:2px solid #13a879;justify-content:space-between;align-items:end;margin-top:28px;padding-bottom:14px;display:flex}.replica-article-list-heading>div{align-items:baseline;gap:10px;display:flex}.replica-article-list-heading span{color:#13a879;font-size:12px}.replica-article-list-heading h1{color:#222;margin:0;font-size:22px;font-weight:600}.replica-article-feed{margin-top:18px}.category-replica-page .replica-article-feed{margin-top:45px}.replica-article-row{color:#555;border-bottom:1px solid #f0f1f4;grid-template-columns:20px minmax(0,1fr) 112px;align-items:center;gap:10px;min-height:47px;padding:0 8px;text-decoration:none;transition:background-color .18s;display:grid}.replica-article-row:hover{background:#f8fbfa}.replica-article-row-mark{color:#b8bec6;text-align:center;font-size:14px}.replica-article-row-mark.hot{color:#e45643;font-weight:700}.replica-article-row-mark.recommended{color:#f28a22;font-weight:700}.replica-article-row-copy{align-items:baseline;gap:7px;min-width:0;display:flex}.replica-article-row-copy strong{color:#3b3d40;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;overflow:hidden}.replica-article-row-copy em{color:#f08a25;font-style:normal}.replica-article-row-copy small{color:#a5a8ae;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.replica-article-row time{color:#afb3b9;text-align:right;font-size:12px}.replica-pagination{justify-content:center;gap:8px;margin-top:28px;display:flex}.replica-pagination button{color:#70777c;cursor:pointer;background:#fff;border:1px solid #e4e9ec;border-radius:2px;min-width:32px;height:32px;padding:0 10px;font-size:12px}.replica-pagination button.active,.replica-pagination button:hover:not(:disabled){color:#fff;background:#12a77d;border-color:#12a77d}.replica-pagination button:disabled{color:#c8ccd0;cursor:not-allowed;background:#fafafa}.replica-content-state{color:#99a0a7;text-align:center;justify-items:center;gap:14px;padding:68px 20px;font-size:14px;display:grid}.replica-content-state.error-state strong{color:#d66b58;font-weight:400}.replica-sidebar{gap:18px;display:grid}.replica-sidebar-banner{color:#fff;background:radial-gradient(circle at 88% 20%,#ffffff3d 0 2px,#0000 3px 18px),linear-gradient(120deg,#0e8c68,#47c59a);border-radius:4px;align-content:center;min-height:82px;padding:0 22px;text-decoration:none;display:grid;overflow:hidden}.replica-sidebar-banner strong{font-size:18px;line-height:1.25}.replica-sidebar-banner span{opacity:.88;margin-top:7px;font-size:11px}.replica-sidebar-card{border-radius:4px;padding:18px 18px 20px}.replica-sidebar-card header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.replica-sidebar-card header h2{color:#34383b;margin:0;font-size:17px;font-weight:600}.replica-sidebar-card header h2>span,.replica-sidebar-icon{color:#f68b23;background:#fff2e5;border-radius:50%;place-items:center;width:18px;height:18px;margin-right:7px;font-size:11px;display:inline-grid}.replica-sidebar-icon.related{color:#19a77e;background:#e5f7f0}.replica-sidebar-card header>a{color:#a5abb0;font-size:12px;text-decoration:none}.replica-sidebar-tool-grid{background:#edf0f2;border:1px solid #edf0f2;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.replica-sidebar-tool-grid a{color:#686f75;background:#fff;place-items:center;min-height:38px;font-size:12px;text-decoration:none;display:grid}.replica-sidebar-tool-grid a:hover{color:#0da477;background:#f3fbf8}.replica-sidebar-ranked-list,.replica-sidebar-related-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.replica-sidebar-ranked-list li a,.replica-sidebar-related-list li a{color:#666d72;text-overflow:ellipsis;white-space:nowrap;gap:8px;font-size:12px;line-height:1.5;text-decoration:none;display:flex;overflow:hidden}.replica-sidebar-ranked-list b{color:#f28a25;text-align:center;flex:0 0 16px;font-size:12px;font-weight:500}.replica-sidebar-ranked-list li:nth-child(n+4) b{color:#aeb4b9}.replica-sidebar-related-list li{padding-left:11px;position:relative}.replica-sidebar-related-list li:before{content:"";background:#12a77d;border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:0}.replica-sidebar-empty{color:#b1b7bc;font-size:12px;line-height:1.5}.replica-sidebar-related-list .replica-sidebar-empty{padding-left:0}.replica-sidebar-related-list .replica-sidebar-empty:before{display:none}.article-replica-page .replica-article-detail{padding:25px 28px 40px}.replica-article-detail .content-breadcrumb{color:#a4abb1;margin:0 0 21px;font-size:12px}.replica-article-detail .content-breadcrumb a{color:#8c959c}.replica-article-detail .content-breadcrumb span{color:#c4c9cd;margin:0 8px}.replica-article-header{border-bottom:1px solid #eff1f3;padding-bottom:17px}.replica-article-header h1{color:#24282b;margin:0;font-size:28px;font-weight:600;line-height:1.35}.replica-article-meta{color:#a0a7ad;align-items:center;gap:17px;margin-top:13px;font-size:12px;display:flex}.replica-article-share{color:#9fa6ad;letter-spacing:.08em;margin-left:auto}.replica-article-cover{color:#fff;background:radial-gradient(circle at 78% 32%,#ffdaa4b8 0 2px,#0000 3px 32px),linear-gradient(90deg,#d52f20 0%,#e64726 45%,#ff8f28 100%);border-radius:2px;align-content:center;min-height:219px;margin:24px 0 27px;padding:0 50px;display:grid;overflow:hidden}.replica-article-cover strong{color:#fff6df;letter-spacing:.08em;font-size:30px;line-height:1.18}.replica-article-cover span{color:#fff0cf;margin-top:14px;font-size:14px}.replica-article-body{color:#555b60;font-size:15px;line-height:2}.replica-article-body h2,.replica-article-body h3{color:#32383b;margin:24px 0 9px;font-size:19px}.replica-article-body p{margin:0 0 12px}.replica-article-body img{max-width:100%;margin:18px auto;display:block}.replica-article-preview{color:#555b60;font-size:15px;line-height:2}.replica-article-preview p{margin:0}.replica-locked-panel{background:#fffaf5;border:1px solid #f4dcc7;border-radius:4px;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding:20px 24px;display:flex}.replica-locked-panel strong{color:#5a5f63;font-size:16px}.replica-locked-panel p{color:#a9afb4;margin:6px 0 0;font-size:12px}.replica-primary-button,.replica-outline-button{cursor:pointer;border-radius:2px;justify-content:center;align-items:center;min-width:92px;min-height:34px;padding:0 16px;font-size:12px;text-decoration:none;display:inline-flex}.replica-primary-button{color:#fff;background:#f08a31;border:1px solid #f08a31}.replica-outline-button{color:#12a77d;background:#fff;border:1px solid #12a77d}.replica-outline-button:disabled{opacity:.55;cursor:not-allowed}.replica-attachment-panel{background:#f8fcfa;border:1px solid #eaf2ef;border-radius:4px;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding:15px 18px;display:flex}.replica-attachment-panel div{gap:4px;display:grid}.replica-attachment-panel span{color:#12a77d;font-size:12px}.replica-attachment-panel strong{color:#4e5559;font-size:13px;font-weight:500}.replica-attachment-panel small{color:#9da5ab;font-size:11px}.replica-form-message{color:#d4775f;margin:9px 0 0;font-size:12px}.replica-article-comments{border-top:1px solid #eff1f3;margin-top:34px;padding-top:21px}.replica-article-comments>header{justify-content:space-between;align-items:center;display:flex}.replica-article-comments>header>div{align-items:baseline;gap:9px;display:flex}.replica-article-comments>header span{color:#12a77d;font-size:12px}.replica-article-comments h2{color:#33383b;margin:0;font-size:20px}.replica-article-comments h2 small{color:#a1a8ad;font-size:12px;font-weight:400}.replica-article-comments>header>a{color:#12a77d;font-size:12px}.replica-comment-list{gap:13px;margin-top:17px;display:grid}.replica-comment-list article{background:#f8f9fa;border-radius:3px;padding:12px 14px}.replica-comment-list article.is-reply{border-left:2px solid #dcece5;margin-left:28px}.replica-comment-list article footer{gap:14px;margin-top:8px;display:flex}.replica-comment-action{color:#8c979d;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.replica-comment-action:hover,.replica-comment-action.is-liked{color:#239379}.replica-comment-form-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.replica-comment-list strong{color:#4f575c;font-size:13px}.replica-comment-list time{color:#aeb4b9;margin-left:10px;font-size:11px}.replica-comment-list p{color:#697178;margin:6px 0 0;font-size:12px;line-height:1.7}.replica-comment-empty{color:#aab1b6;font-size:12px}.replica-comment-form{gap:10px;margin-top:16px;display:grid}.replica-comment-form textarea{box-sizing:border-box;resize:vertical;color:#555c61;width:100%;font:inherit;border:1px solid #e7ebed;border-radius:3px;padding:12px;font-size:12px}.replica-comment-form button{justify-self:end}.replica-article-adjacent{border-top:1px solid #eff1f3;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px;padding-top:20px;display:grid}.replica-article-adjacent a{color:#62696e;border:1px solid #edf0f2;border-radius:3px;gap:5px;padding:12px 14px;text-decoration:none;display:grid}.replica-article-adjacent a:last-child{text-align:right}.replica-article-adjacent small{color:#12a77d;font-size:11px}.replica-article-adjacent strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}@media (width<=820px){.replica-content-page{min-width:var(--replica-content-width)}.replica-content-main{width:var(--replica-content-width);margin-left:0;margin-right:0}}.replica-home-shell{--replica-nav-color:#55b69b;--replica-deep-green:#2b8e79;--replica-page-bg:#f7f8fc;--replica-text:#333;--replica-muted:#999;--replica-border:#e6e9ef;--replica-shadow:0 12px 30px #172a3f14;--home-paper:#fff;--home-sage:#effffc;--home-sage-deep:#e4faf4;--home-gold:#ff8810;background:var(--replica-page-bg);color:var(--replica-text)}.replica-home-shell .replica-public-header{background:var(--home-paper)}.replica-home-shell .replica-top-strip{border-bottom:3px solid var(--home-gold);color:#f8f4e9;background:var(--replica-deep-green)}.replica-home-shell .replica-top-brand,.replica-home-shell .replica-top-slogan,.replica-home-shell .replica-top-notice,.replica-home-shell .replica-top-phone{color:#f8f4e9;text-shadow:none}.replica-home-shell .replica-top-slogan{color:#d6e5db}.replica-home-shell .replica-top-notice{letter-spacing:6px}.replica-home-shell .replica-top-phone{color:#e8d2a5}.replica-home-shell .replica-header{background:var(--home-paper);box-shadow:0 1px #16483d1a}.replica-home-shell .replica-brand-wordmark,.replica-home-shell .replica-brand-channel{color:var(--replica-deep-green)}.replica-home-shell .replica-brand-divider{color:#cbd8d0}.replica-home-shell .replica-brand-city{color:var(--replica-muted)}.replica-home-shell .replica-header-search{color:var(--replica-nav-color);background:var(--home-sage)}.replica-home-shell .replica-header-search input{color:var(--replica-text)}.replica-home-shell .replica-header-search input::placeholder{color:#91a098}.replica-home-shell .replica-header .content-login{border-color:var(--replica-nav-color);color:var(--replica-nav-color);background:var(--home-paper)}.replica-home-shell .replica-nav-status{color:#7a5d2d;background:#fbf5e8;border:1px solid #e5d6b8}.replica-home-shell .replica-home-primary-grid,.replica-home-shell .replica-course-section,.replica-home-shell .replica-process-section,.replica-home-shell .replica-matrix-section,.replica-home-shell .replica-outline-section,.replica-home-shell .replica-public-course-section,.replica-home-shell .replica-professional-section,.replica-home-shell .replica-review-section,.replica-home-shell .replica-brand-section{color:var(--replica-text)}.replica-home-shell .replica-headline-card,.replica-home-shell .replica-countdown-card,.replica-home-shell .replica-toolbox-card,.replica-home-shell .replica-course-heading,.replica-home-shell .replica-process-heading,.replica-home-shell .replica-matrix-heading,.replica-home-shell .replica-course-guide-heading,.replica-home-shell .replica-professional-heading,.replica-home-shell .replica-review-heading,.replica-home-shell .replica-brand-heading,.replica-home-shell .replica-info-card,.replica-home-shell .replica-outline-card,.replica-home-shell .replica-guide-card,.replica-home-shell .replica-professional-card,.replica-home-shell .replica-review-card,.replica-home-shell .replica-matrix-ad{border-color:var(--replica-border);background:var(--home-paper);box-shadow:0 8px 24px #16483d0e}.replica-home-shell .replica-headline-heading,.replica-home-shell .replica-headline-list>a,.replica-home-shell .replica-process-heading,.replica-home-shell .replica-info-card-heading,.replica-home-shell .replica-course-guide-heading,.replica-home-shell .replica-professional-heading,.replica-home-shell .replica-review-heading,.replica-home-shell .replica-brand-heading{border-color:var(--replica-border)}.replica-home-shell .replica-headline-tabs button,.replica-home-shell .replica-headline-list>a,.replica-home-shell .replica-headline-list strong,.replica-home-shell .replica-info-list li,.replica-home-shell .replica-guide-card li,.replica-home-shell .replica-professional-card li,.replica-home-shell .replica-review-card li,.replica-home-shell .replica-outline-card li,.replica-home-shell .replica-brand-card{color:#53645c}.replica-home-shell .replica-headline-category,.replica-home-shell .replica-course-heading>a,.replica-home-shell .replica-course-guide-tabs a:first-child,.replica-home-shell .replica-professional-tabs a:first-child,.replica-home-shell .replica-brand-controls button{color:var(--replica-nav-color)}.replica-home-shell .replica-course-card,.replica-home-shell .replica-course-card.tone-blue,.replica-home-shell .replica-course-card.tone-orange,.replica-home-shell .replica-course-card.tone-purple{background:linear-gradient(135deg,#1a594b,#4c9579)}.replica-home-shell .replica-course-card:nth-child(2n){background:linear-gradient(135deg,#245f50,#6a9f83)}.replica-home-shell .replica-course-card:nth-child(3n){background:linear-gradient(135deg,#315d4e,#86a98d)}.replica-home-shell .replica-process-heading>a,.replica-home-shell .replica-matrix-heading>a,.replica-home-shell .replica-heading-more,.replica-home-shell .replica-review-heading>a,.replica-home-shell .replica-info-card-heading a,.replica-home-shell .replica-outline-card>header a,.replica-home-shell .replica-guide-card-heading span,.replica-home-shell .replica-professional-card>header span,.replica-home-shell .replica-review-card>header span{color:#7d8d84}.replica-home-shell .replica-info-banner-fallback,.replica-home-shell .replica-guide-banner-fallback,.replica-home-shell .replica-professional-banner-fallback,.replica-home-shell .replica-review-banner-fallback,.replica-home-shell .replica-outline-banner-fallback,.replica-home-shell .replica-info-card:nth-child(2) .replica-info-banner-fallback,.replica-home-shell .replica-info-card:nth-child(3) .replica-info-banner-fallback,.replica-home-shell .replica-info-card:nth-child(4) .replica-info-banner-fallback,.replica-home-shell .replica-info-card:nth-child(5) .replica-info-banner-fallback,.replica-home-shell .replica-info-card:nth-child(6) .replica-info-banner-fallback,.replica-home-shell .replica-guide-card:nth-child(2) .replica-guide-banner-fallback{background:linear-gradient(115deg,#1f6352,#73a58b)}.replica-home-shell .replica-info-list li:before,.replica-home-shell .replica-guide-card li:before,.replica-home-shell .replica-professional-card li:before,.replica-home-shell .replica-review-card li:before,.replica-home-shell .replica-outline-card li:before{background:var(--home-gold)}.replica-home-shell .replica-brand-controls button{border-color:var(--replica-border);background:var(--home-paper)}.replica-home-shell .replica-footer-links h2,.replica-home-shell .replica-footer-intro-brand{color:var(--replica-deep-green)!important}.replica-home-shell .replica-footer-qrcode>a,.replica-home-shell .replica-footer-qr-list a{color:#899a90;background:var(--home-paper);border-color:#d0dfd5}.replica-public-header .replica-header{background:var(--home-paper,#fffdf8);height:106px}.replica-public-header .replica-header-content{grid-template-columns:94px minmax(300px,1fr) minmax(320px,430px) max-content 92px;align-items:center;gap:28px;width:min(100% - 164px,1900px);height:106px;display:grid}.replica-public-header .replica-brand{background:var(--home-paper,#fffdf8);width:94px;height:52px;color:var(--replica-deep-green,#16483d);border:1px solid #6f8178;place-items:center;display:grid}.replica-public-header .replica-brand-image{width:88px;max-width:88px;height:48px;max-height:48px}.replica-public-header .replica-brand-wordmark{color:var(--replica-deep-green,#16483d);font-size:21px;font-weight:800}.replica-public-header .replica-member-copy{min-width:0;color:var(--replica-text,#233a34);letter-spacing:-.03em;white-space:nowrap;gap:2px;font-size:clamp(16px,1.25vw,23px);font-weight:500;line-height:1.35;display:grid}.replica-public-header .replica-member-copy strong{color:var(--home-gold,#b58b4d);font-family:var(--display), var(--sans);letter-spacing:-.06em;margin:0 4px;font-size:1.25em;font-weight:800}.replica-public-header .replica-member-copy a{color:var(--replica-deep-green,#16483d);text-overflow:ellipsis;overflow:hidden}.replica-public-header .replica-header-search{background:var(--home-paper,#fffdf8);border:1.5px solid #7b8982;border-radius:999px;align-items:center;width:100%;height:52px;margin:0;padding:0 8px 0 18px;display:flex}.replica-public-header .replica-header-search:focus-within{border-color:var(--replica-nav-color,#1c6655);box-shadow:0 0 0 3px #1c66551f}.replica-public-header .replica-header-search input{width:100%;height:48px;color:var(--replica-text,#233a34);padding:0;font-size:clamp(15px,1.1vw,20px)}.replica-public-header .replica-header-search input::placeholder{color:#87948d}.replica-public-header .replica-header-search-button{width:58px;height:48px;color:var(--replica-deep-green,#16483d);background:0 0;border:0;flex:0 0 58px;place-items:center;display:grid}.replica-public-header .replica-header-search-button:hover{color:var(--replica-nav-color,#1c6655);transform:scale(1.03)}.replica-public-header .replica-resource-links{min-width:0;color:var(--replica-text,#233a34);letter-spacing:-.04em;white-space:nowrap;align-items:center;gap:26px;font-size:clamp(15px,1.25vw,22px);font-weight:600;display:flex}.replica-public-header .replica-resource-links a{color:inherit;align-items:center;gap:5px;display:inline-flex}.replica-public-header .replica-resource-links a:hover{color:var(--replica-nav-color,#1c6655)}.replica-public-header .replica-resource-icon{color:var(--replica-muted,#718078)}.replica-public-header .replica-header .content-login{width:92px;height:48px;color:var(--replica-text,#233a34);background:var(--home-paper,#fffdf8);border:1px solid #718078;border-radius:999px;font-size:17px;font-weight:600}.replica-public-header .replica-header .content-login:hover{border-color:var(--replica-nav-color,#1c6655);color:var(--replica-nav-color,#1c6655);background:var(--home-sage,#e7f0ea)}@media (width<=1280px) and (width>=821px){.replica-public-header .replica-header-content{grid-template-columns:82px minmax(240px,1fr) minmax(260px,360px) max-content 78px;gap:16px;width:calc(100% - 48px)}.replica-public-header .replica-brand{width:82px}.replica-public-header .replica-resource-links{gap:14px;font-size:14px}.replica-public-header .replica-header .content-login{width:78px}}@media (width<=820px){.replica-public-header .replica-header{height:auto}.replica-public-header .replica-header-content{grid-template-columns:78px 1fr;grid-template-areas:"logo login""member member""search search""resource resource";gap:12px 16px;width:calc(100% - 32px);height:auto;padding:14px 0 16px}.replica-public-header .replica-brand{grid-area:logo;width:78px;height:44px}.replica-public-header .replica-brand-image{width:72px;max-width:72px;height:40px;max-height:40px}.replica-public-header .replica-brand-wordmark{font-size:18px}.replica-public-header .replica-member-copy{grid-area:member;font-size:16px}.replica-public-header .replica-header-search{grid-area:search;height:46px}.replica-public-header .replica-header-search input{height:42px;font-size:15px}.replica-public-header .replica-header-search-button{flex-basis:52px;width:52px;height:42px}.replica-public-header .replica-resource-links{scrollbar-width:none;grid-area:resource;gap:18px;padding-bottom:2px;font-size:14px;overflow-x:auto}.replica-public-header .replica-resource-links::-webkit-scrollbar{display:none}.replica-public-header .replica-header .member-status{grid-area:login;justify-self:end}.replica-public-header .replica-header .content-login{width:78px;height:40px;font-size:14px}.replica-public-header .replica-nav-status{max-width:calc(100% - 32px);top:calc(100% - 44px);right:16px}}@media (width>=1281px){.replica-public-header .replica-header-content{grid-template-columns:94px minmax(520px,650px) minmax(320px,430px) minmax(360px,1fr) 118px;width:calc(100% - 100px);margin-left:82px;margin-right:18px}.replica-public-header .replica-resource-links{gap:28px;font-size:clamp(18px,1.25vw,27px)}.replica-public-header .replica-header .content-login{width:118px;font-size:18px}}.replica-home-shell .replica-header{border-bottom:1px solid #edf0f4;box-shadow:0 1px #172a3f0a}.replica-home-shell .replica-brand{color:#333;border-color:#cfd5d8}.replica-home-shell .replica-brand-wordmark{color:#2b8e79}.replica-home-shell .replica-member-copy{color:#333}.replica-home-shell .replica-member-copy strong{color:#ff5b4d}.replica-home-shell .replica-member-copy a{color:#333}.replica-home-shell .replica-header-search{box-shadow:none;background:#f6f7f9;border-color:#d8dddf}.replica-home-shell .replica-header-search:focus-within{border-color:#55b69b;box-shadow:0 0 0 3px #55b69b1f}.replica-home-shell .replica-header-search-button,.replica-home-shell .replica-resource-icon{color:#333}.replica-home-shell .replica-header-search-button:hover,.replica-home-shell .replica-resource-links a:hover{color:#2b8e79}.replica-home-shell .replica-resource-links{color:#333}.replica-home-shell .replica-header .content-login{color:#2b8e79;background:#fff;border-color:#55b69b}.replica-home-shell .replica-header .content-login:hover{color:#fff;background:#55b69b;border-color:#2b8e79}.replica-home-shell .replica-navigation,.replica-home-shell .replica-nav-links{background:#55b69b}.replica-home-shell .replica-nav-link:hover,.replica-home-shell .replica-nav-link.active{background:#43a98b}.replica-home-shell .replica-home-main{background:#f7f8fc}.replica-home-shell .replica-hero{background:#e9eeee;box-shadow:0 8px 22px #172a3f14}.replica-home-shell .replica-hero-reference-fallback{background:radial-gradient(circle at 20% 105%,#ffebb2d9 0 8%,#0000 8.5%),linear-gradient(135deg,#f36f49 0%,#ffb23e 52%,#ef6c4c 100%)}.replica-home-shell .replica-hero-reference-fallback strong{text-shadow:4px 4px #9f131738}.replica-home-shell .replica-hero-reference-fallback em{color:#681a0b;background:#ffea1c}.replica-home-shell .replica-hero-controls button:hover{background:#00b388bf}.replica-home-shell .replica-headline-card,.replica-home-shell .replica-countdown-card,.replica-home-shell .replica-toolbox-card,.replica-home-shell .replica-course-heading,.replica-home-shell .replica-process-heading,.replica-home-shell .replica-matrix-heading,.replica-home-shell .replica-course-guide-heading,.replica-home-shell .replica-professional-heading,.replica-home-shell .replica-review-heading,.replica-home-shell .replica-brand-heading,.replica-home-shell .replica-info-card,.replica-home-shell .replica-outline-card,.replica-home-shell .replica-guide-card,.replica-home-shell .replica-professional-card,.replica-home-shell .replica-review-card,.replica-home-shell .replica-matrix-ad{background:#fff;border-color:#edf0f4;box-shadow:0 6px 20px #1934430b}.replica-home-shell .replica-headline-heading,.replica-home-shell .replica-headline-list>a{border-color:#edf0f1}.replica-home-shell .replica-headline-heading h2,.replica-home-shell .replica-course-heading h2,.replica-home-shell .replica-process-heading h2,.replica-home-shell .replica-matrix-heading h2,.replica-home-shell .replica-course-guide-heading h2,.replica-home-shell .replica-professional-heading h2,.replica-home-shell .replica-review-heading h2,.replica-home-shell .replica-brand-heading h2,.replica-home-shell .replica-info-card-heading h3,.replica-home-shell .replica-outline-card h2,.replica-home-shell .replica-guide-card h3,.replica-home-shell .replica-professional-card h3,.replica-home-shell .replica-review-card h3,.replica-home-shell .replica-toolbox-card h2{color:#333}.replica-home-shell .replica-headline-heading h2 span{color:#fff;background:#ff8810}.replica-home-shell .replica-headline-tabs button.active{color:#fff;background:#62d6c0}.replica-home-shell .replica-headline-category,.replica-home-shell .replica-info-list li:before,.replica-home-shell .replica-guide-card li:before,.replica-home-shell .replica-professional-card li:before,.replica-home-shell .replica-review-card li:before,.replica-home-shell .replica-outline-card li:before{color:#ff8810;background:#ff8810}.replica-home-shell .replica-headline-feature,.replica-home-shell .replica-headline-feature-fallback{background:linear-gradient(135deg,#ffbb47,#f04c3c 68%,#e93630)}.replica-home-shell .replica-countdown-card p:before,.replica-home-shell .replica-countdown-card p:after{color:#ff8810}.replica-home-shell .replica-countdown-digits span{color:#ff6b1a;background:#fff0e8}.replica-home-shell .replica-toolbox-card{background:linear-gradient(150deg,#effffc,#fff)}.replica-home-shell .replica-toolbox-mark{background:#62d6c0}.replica-home-shell .replica-tool-grid a{color:#555;background:#f7f8fb}.replica-home-shell .replica-tool-grid a:hover{color:#0d8c79;background:#e4faf4}.replica-home-shell .replica-tool-grid a span{color:#0cb38b}.replica-home-shell .replica-course-card{background:linear-gradient(135deg,#1ab99d,#5fd4bf)}.replica-home-shell .replica-course-card.tone-blue{background:linear-gradient(135deg,#4489ef,#76adff)}.replica-home-shell .replica-course-card.tone-orange{background:linear-gradient(135deg,#f38d3e,#ffc06e)}.replica-home-shell .replica-course-card.tone-purple{background:linear-gradient(135deg,#8578d6,#afa5ed)}.replica-home-shell .replica-info-card-rule{background:#42cba0}.replica-home-shell .replica-info-banner-fallback,.replica-home-shell .replica-guide-banner-fallback,.replica-home-shell .replica-professional-banner-fallback,.replica-home-shell .replica-review-banner-fallback,.replica-home-shell .replica-outline-banner-fallback{background:linear-gradient(115deg,#11ae8c,#6bd7bf)}.replica-home-shell .replica-info-card:nth-child(2) .replica-info-banner-fallback,.replica-home-shell .replica-guide-card:nth-child(2) .replica-guide-banner-fallback{background:linear-gradient(115deg,#2e85df,#62b4ef)}.replica-home-shell .replica-info-card:nth-child(3) .replica-info-banner-fallback{background:linear-gradient(115deg,#f26544,#ffb43a)}.replica-home-shell .replica-info-card:nth-child(4) .replica-info-banner-fallback{background:linear-gradient(115deg,#7147ec,#b16ef1)}.replica-home-shell .replica-info-card:nth-child(5) .replica-info-banner-fallback{background:linear-gradient(115deg,#643f87,#c27b9b)}.replica-home-shell .replica-info-card:nth-child(6) .replica-info-banner-fallback{background:linear-gradient(115deg,#d64f82,#f7949d)}.replica-home-shell .replica-brand-controls button{color:#00b388;background:#fff;border-color:#e5eeee}.replica-home-shell .replica-brand-reference-art{color:#9e2d24;background:linear-gradient(145deg,#fffdf0,#fff5c9);border-color:#e6d7ae}.replica-home-shell .replica-brand-reference-art:before,.replica-home-shell .replica-brand-reference-art:after{background:linear-gradient(90deg,#f1d91d,#b52d2c,#f1d91d)}.replica-home-shell .replica-brand-reference-art span{color:#b52d2c}.replica-home-shell .replica-footer{color:#666;background:#f7f8fc;border-top:1px solid #e5e5e5}.replica-home-shell .replica-footer-links h2{color:#333}.replica-home-shell .replica-footer-intro-brand{color:#2b8e79!important}.replica-home-shell .replica-footer-links a,.replica-home-shell .replica-footer-intro p:not(.replica-footer-intro-brand){color:#666}.replica-home-shell .replica-footer-links a:hover{color:#00b388}.replica-home-shell .replica-footer-meta{color:#999;background:#fff;border-top-color:#e5e5e5}.replica-home-shell .replica-service-rail{background:#fff;border-color:#edf0f4;box-shadow:0 3px 20px #172a3f14}.replica-home-shell .replica-service-item{color:#00a98f;background:#fff;border-bottom-color:#eee}.replica-home-shell .replica-service-item:hover{color:#fff;background:#00b388}@media (width>=821px){.replica-public-header .replica-header,.replica-public-header .replica-header-content{height:76px}.replica-public-header .replica-brand{width:72px;height:38px}.replica-public-header .replica-brand-image{width:66px;max-width:66px;height:34px;max-height:34px}.replica-public-header .replica-brand-wordmark,.replica-public-header .replica-member-copy,.replica-public-header .replica-header-search input,.replica-public-header .replica-resource-links,.replica-public-header .replica-header .content-login{font-family:var(--sans)}.replica-public-header .replica-brand-wordmark{font-size:16px;font-weight:700}.replica-public-header .replica-member-copy{letter-spacing:-.02em;font-size:clamp(13px,.85vw,15px);font-weight:500;line-height:1.3}.replica-public-header .replica-member-copy strong{letter-spacing:-.02em;margin:0 3px;font-family:inherit;font-size:1.08em;font-weight:700}.replica-public-header .replica-header-search{height:36px;padding:0 6px 0 14px}.replica-public-header .replica-header-search input{height:32px;font-size:clamp(12px,.82vw,14px)}.replica-public-header .replica-header-search-button{flex-basis:42px;width:42px;height:32px}.replica-public-header .replica-header-search-button svg{width:21px;height:21px}.replica-public-header .replica-resource-links{letter-spacing:-.02em;gap:20px;font-size:clamp(12px,.85vw,15px);font-weight:500}.replica-public-header .replica-resource-icon{width:18px;height:18px}.replica-public-header .replica-header .content-login{width:76px;height:34px;font-size:13px;font-weight:500}}@media (width>=1281px){.replica-public-header .replica-header-content{grid-template-columns:78px minmax(300px,1.15fr) minmax(300px,430px) minmax(300px,1fr) 92px;gap:22px;width:min(100% - 48px,1900px);margin:0 auto}.replica-public-header .replica-resource-links{gap:18px;font-size:15px}.replica-public-header .replica-header .content-login{width:76px;font-size:13px}}@media (width<=1280px){.replica-public-header{min-width:0}.replica-public-header .replica-header-content{width:calc(100% - 32px);margin-left:auto;margin-right:auto}}@media (width>=821px){.replica-public-header .replica-header-content{box-sizing:border-box;width:min(var(--replica-content-width), calc(100% - 32px));margin-left:auto;margin-right:auto}.replica-public-header .replica-header .member-status{justify-self:end;min-width:0;max-width:100%;overflow:hidden}.replica-public-header .replica-header .member-account{gap:6px;max-width:100%}.replica-public-header .replica-header .member-name{max-width:56px;font-family:var(--sans);font-size:11px}.replica-public-header .replica-header .member-logout{font-family:var(--sans);font-size:10px}.replica-public-header .replica-header,.replica-public-header .replica-header-content{height:86px}.replica-public-header .replica-header-content{grid-template-columns:108px minmax(220px,1fr) minmax(260px,1.15fr) minmax(0,max-content) minmax(112px,max-content);gap:18px}.replica-public-header .replica-brand{width:108px;height:56px}.replica-public-header .replica-brand-image{width:102px;max-width:102px;height:52px;max-height:52px}.replica-public-header .replica-brand-wordmark{font-size:21px}.replica-public-header .replica-header .content-login{width:112px;height:44px;font-size:16px;font-weight:600}.replica-public-header .replica-header .member-status{grid-column:5;min-width:0;overflow:visible}.replica-public-header .replica-header .member-account{gap:9px}.replica-public-header .replica-header .member-avatar{width:38px;height:38px;font-size:15px}.replica-public-header .replica-header .member-name{max-width:92px;font-size:13px}.replica-public-header .replica-header .member-logout{min-width:58px;height:36px;color:var(--replica-text,#233a34);background:var(--home-paper,#fffdf8);border:1px solid #718078;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.replica-public-header .replica-header .member-logout:hover{border-color:var(--replica-nav-color,#1c6655);color:var(--replica-nav-color,#1c6655);background:var(--home-sage,#e7f0ea)}.replica-navigation{min-width:0;height:56px;overflow:visible}.replica-navigation-content{height:56px}.replica-nav-links{justify-content:center;align-items:stretch;width:100%;min-width:0;height:56px;display:flex;position:relative}.replica-nav-items{align-items:stretch;min-width:0;display:flex}.replica-nav-items .replica-nav-link{flex:none;width:auto;min-width:116px;height:56px;padding:0 18px;font-size:15px}.replica-nav-more{height:56px;position:absolute;top:0;right:0}.replica-nav-more-toggle{box-sizing:border-box;width:auto;min-width:116px;height:56px;padding:0 18px;font-size:15px}.replica-nav-measure{visibility:hidden;white-space:nowrap;display:flex;position:absolute;top:-10000px;left:-10000px}.replica-nav-measure-item,.replica-nav-measure-more{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;min-width:116px;height:56px;padding:0 18px;font-size:15px;display:inline-flex}.replica-nav-measure-more{min-width:116px}.replica-nav-primary-links,.replica-nav-fixed-links{display:contents}.replica-nav-fixed-links{flex:none;align-items:stretch;display:flex}.replica-nav-more-toggle::-webkit-details-marker{display:none}.replica-nav-more-toggle span{align-items:center;font-size:13px;line-height:1;transition:transform .16s;display:inline-flex}.replica-nav-more[open] .replica-nav-more-toggle span{transform:rotate(180deg)}.replica-nav-more-menu{z-index:60;background:#fff;border:1px solid #1c66552e;min-width:180px;padding:8px;display:grid;position:absolute;top:56px;right:0;box-shadow:0 12px 26px #172a3f29}.replica-nav-more-menu a,.replica-nav-more-empty{color:#31564e;white-space:nowrap;align-items:center;min-height:38px;padding:0 13px;font-size:14px;display:flex}.replica-nav-more-menu a:hover,.replica-nav-more-menu a.active{color:#fff;background:#43a98b}.replica-nav-more-empty{color:#8b9994}}@media (width<=820px){.replica-nav-items{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.replica-nav-items .replica-nav-link,.replica-nav-more-toggle{border-bottom:1px solid #ffffff29;width:auto;height:42px;font-size:13px}.replica-nav-more{grid-column:span 1;position:relative}.replica-nav-more-toggle{cursor:pointer;justify-content:center;align-items:center;list-style:none;display:flex}.replica-nav-more-toggle::-webkit-details-marker{display:none}.replica-nav-more-menu{z-index:60;background:#fff;min-width:170px;padding:6px;display:grid;position:absolute;bottom:42px;right:0;box-shadow:0 8px 18px #172a3f2e}.replica-nav-more-menu a,.replica-nav-more-empty{color:#31564e;min-height:36px;padding:0 12px;font-size:13px}}.floating-qr-rail[data-v-97efb0c4]{z-index:40;background:#fff;border:1px solid #a5aaa8;flex-direction:column;gap:0;width:112px;display:flex;position:fixed;top:50%;right:12px;overflow:visible;transform:translateY(-50%)}.floating-qr-item[data-v-97efb0c4]{position:relative}.floating-qr-item+.floating-qr-item[data-v-97efb0c4]{border-top:1px solid #a5aaa8}.floating-qr-item>button[data-v-97efb0c4]{box-sizing:border-box;color:#333;cursor:pointer;background:#fff;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:9px;width:100%;height:106px;padding:14px 6px;display:flex}.floating-qr-item:first-child>button[data-v-97efb0c4]{color:#39b59b}.floating-qr-item>button[data-v-97efb0c4]:hover,.floating-qr-item>button[data-v-97efb0c4]:focus-visible{color:#1f655a;outline-offset:2px;border-color:#2f8b7a;outline:2px solid #2f8b7a33}.floating-qr-item>button span[data-v-97efb0c4]{white-space:nowrap;writing-mode:horizontal-tb;letter-spacing:0;font-size:16px;line-height:1.4}.floating-qr-item[data-v-97efb0c4]:before{content:"";width:14px;position:absolute;top:0;bottom:0;right:100%}.floating-qr-popover[data-v-97efb0c4]{opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #d6e4df;border-radius:8px;justify-content:center;align-items:center;width:148px;min-height:148px;padding:12px;transition:opacity .18s,transform .18s,visibility .18s;display:flex;position:absolute;top:50%;right:calc(100% + 12px);transform:translate(8px,-50%);box-shadow:0 12px 28px #1f4c4329}.floating-qr-popover[data-v-97efb0c4]:after{content:"";background:#fff;border-top:1px solid #d6e4df;border-right:1px solid #d6e4df;width:12px;height:12px;position:absolute;top:50%;right:-7px;transform:translateY(-50%)rotate(45deg)}.floating-qr-popover a[data-v-97efb0c4]{color:#6b7e78;text-align:center;justify-content:center;align-items:center;width:124px;height:124px;display:flex}.floating-qr-popover img[data-v-97efb0c4],.floating-qr-popover span[data-v-97efb0c4]{object-fit:contain;width:124px;height:124px}.floating-qr-popover span[data-v-97efb0c4]{border:1px solid #d8e4df;justify-content:center;align-items:center;font-size:12px;display:flex}.floating-qr-item:hover .floating-qr-popover[data-v-97efb0c4],.floating-qr-item:focus-within .floating-qr-popover[data-v-97efb0c4]{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(-50%)}@media (width<=760px){.floating-qr-rail[data-v-97efb0c4]{display:none}}.resource-cover[data-v-1055d5dc]{object-fit:cover;vertical-align:middle;border-radius:3px;width:28px;height:28px;margin-right:5px}.replica-public-header[data-v-1055d5dc]{--home-paper:#fff;--replica-deep-green:#2b8e79;--replica-text:#333;--home-gold:#ff5b4d;--replica-nav-color:#55b69b}.replica-public-header .replica-member-copy[data-v-1055d5dc],.replica-public-header .replica-member-copy a[data-v-1055d5dc],.replica-public-header .replica-resource-links[data-v-1055d5dc],.replica-public-header .replica-header-search-button[data-v-1055d5dc]{color:#333}.replica-public-header .replica-member-copy strong[data-v-1055d5dc]{color:#ff5b4d}.replica-public-header .replica-header-search[data-v-1055d5dc]{background:#f6f7f9;border-color:#d8dddf}.replica-public-header .replica-header-search[data-v-1055d5dc]:focus-within{border-color:#55b69b;box-shadow:0 0 0 3px #55b69b1f}.replica-public-header[data-v-1055d5dc] .content-login{color:#2b8e79;background:#fff;border-color:#55b69b}.exam-timeline-shell[data-v-44549af5]{border:1px solid var(--line);background:#f5f7f8;width:min(100%,100vw);min-width:0;margin-top:24px;padding:18px}.exam-countdown[data-v-44549af5]{color:#333;flex-wrap:wrap;align-items:baseline;gap:16px;padding-bottom:16px;display:flex}.exam-countdown h2[data-v-44549af5]{margin:0;font-size:23px;font-weight:700}.exam-countdown span[data-v-44549af5]{font-size:17px}.exam-countdown strong[data-v-44549af5]{letter-spacing:5px;font-variant-numeric:tabular-nums;font-size:30px}.exam-countdown small[data-v-44549af5]{color:#999}.exam-timeline-scroll[data-v-44549af5]{overflow-x:auto}.exam-timeline-svg[data-v-44549af5]{width:100%;min-width:1100px;font-family:var(--sans);display:block}.timeline-heading[data-v-44549af5]{fill:#555;font-size:23px}.month-label[data-v-44549af5]{fill:#999;font-size:13px}.phase-title[data-v-44549af5]{fill:#51736c;font-size:11px}.node-title[data-v-44549af5]{font-size:12px}.node-subtitle[data-v-44549af5]{font-size:9px}.exam-timeline-empty[data-v-44549af5]{text-align:center;color:#999;padding:45px}@media (width<=680px){.exam-timeline-shell[data-v-44549af5]{padding:12px}.exam-countdown[data-v-44549af5]{gap:8px}.exam-countdown h2[data-v-44549af5]{font-size:18px}}.home-consultation[data-v-a2a717f3]{grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:stretch;gap:18px;margin:28px 0 42px;scroll-margin-top:24px;display:grid}.consultation-questions[data-v-a2a717f3],.material-pack[data-v-a2a717f3]{border-radius:16px;min-width:0;min-height:330px;padding:24px}.consultation-questions[data-v-a2a717f3]{background:linear-gradient(#f9fcfb 0%,#f1f8f5 100%);border:1px solid #dfece7;box-shadow:0 12px 26px #225c490f}.consultation-card-header[data-v-a2a717f3]{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.consultation-heading[data-v-a2a717f3]{align-items:center;gap:10px;min-width:0;display:flex}.consultation-avatar[data-v-a2a717f3]{color:#198363;background:#fff;border:5px solid #e1f3ec;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:17px;font-weight:800;display:grid;box-shadow:0 3px #19836314}.consultation-kicker[data-v-a2a717f3],.package-eyebrow[data-v-a2a717f3]{color:#ed6e47;letter-spacing:.08em;margin-bottom:5px;font-size:11px;font-weight:800;display:block}h2[data-v-a2a717f3]{color:#263a34;letter-spacing:-.05em;margin:0;font-size:22px}.consultation-heading p[data-v-a2a717f3]{color:#768a82;margin:5px 0 0;font-size:12px;line-height:1.5}button[data-v-a2a717f3]{color:#fff;cursor:pointer;font:inherit;white-space:nowrap;background:#55b69b;border:0;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800}button[data-v-a2a717f3]:disabled{opacity:.55;cursor:wait}button[data-v-a2a717f3]:focus-visible,input[data-v-a2a717f3]:focus-visible,textarea[data-v-a2a717f3]:focus-visible,select[data-v-a2a717f3]:focus-visible{outline-offset:3px;outline:2px solid #2b8e79}.answer-carousel[data-v-a2a717f3]{margin-top:12px;overflow:hidden}.consultation-answers-viewport[data-v-a2a717f3]{height:96px;overflow:hidden}.consultation-answers-track[data-v-a2a717f3]{margin:0;font-size:14px;transition:transform .52s}.consultation-answers-track.is-resetting[data-v-a2a717f3]{transition:none}.consultation-answer[data-v-a2a717f3]{box-sizing:border-box;border-bottom:1px solid #dfe9e4;height:96px;padding:10px 0 8px}.consultation-answer[data-v-a2a717f3]:last-child{border:0}dt[data-v-a2a717f3],dd[data-v-a2a717f3]{overflow-wrap:anywhere;align-items:flex-start;gap:10px;line-height:1.45;display:flex}dt span[data-v-a2a717f3],dd span[data-v-a2a717f3]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}dt[data-v-a2a717f3]{color:#333;font-weight:500}dd[data-v-a2a717f3]{color:#666;margin:6px 0 0}b[data-v-a2a717f3]{color:#2b8e79;background:#e4faf4;border-radius:3px;flex-shrink:0;padding:0 5px;font-size:13px}dd b[data-v-a2a717f3]{color:#d77620;background:#fff3e6}.material-pack[data-v-a2a717f3]{color:#fff;background-color:#5e8eed;background-position:50%;background-size:cover;position:relative;overflow:hidden;box-shadow:0 16px 30px #436dcd2e}.material-pack[data-v-a2a717f3]:after{content:"";border:22px solid #ffffff1f;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-62px;right:-42px}.material-pack-header[data-v-a2a717f3],.material-pack form[data-v-a2a717f3]{z-index:1;position:relative}.material-pack-header[data-v-a2a717f3]{align-items:center;gap:17px;min-height:86px;display:flex}.material-pack-visual[data-v-a2a717f3]{background:#f0f7ff9e;border-radius:12px;flex:0 0 102px;align-items:flex-end;height:72px;padding:0 10px 8px;display:flex;position:relative;transform:rotate(-2deg);box-shadow:inset 0 -7px #ffffff59}.material-pack-visual[data-v-a2a717f3]:before{content:"";background:#ffbd3e;border-radius:5px 5px 0 0;width:35px;height:12px;position:absolute;top:-7px;left:12px}.material-pack-visual span[data-v-a2a717f3]{background:#ffbd3e;border-radius:3px;width:24px;height:38px;margin-right:7px;display:block;box-shadow:0 4px #ffffff38}.material-pack-visual span[data-v-a2a717f3]:nth-child(2){background:#fff;height:49px}.material-pack-visual span[data-v-a2a717f3]:nth-child(3){background:#f05d4c;height:32px}.material-pack-copy[data-v-a2a717f3]{min-width:0}.material-pack .package-eyebrow[data-v-a2a717f3]{color:#dce8ff}.material-pack h2[data-v-a2a717f3]{color:#fff;font-size:27px}.material-pack p[data-v-a2a717f3]{color:#ffffffc7;margin:7px 0 0;font-size:12px;line-height:1.65}form[data-v-a2a717f3]{gap:10px;margin-top:16px;display:grid}label[data-v-a2a717f3]{color:#555;gap:7px;font-size:14px;display:grid}input[data-v-a2a717f3],select[data-v-a2a717f3],textarea[data-v-a2a717f3]{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d8dddf;border-radius:7px;padding:11px 12px}.material-pack form label[data-v-a2a717f3]{color:#ffffffe6;grid-template-columns:52px minmax(0,1fr);align-items:center;font-size:12px;font-weight:700}.material-pack input[data-v-a2a717f3],.material-pack select[data-v-a2a717f3]{color:#28447e;border-color:#ffffff73;min-height:40px;padding:8px 10px}.material-pack p[data-v-a2a717f3]{margin:8px 0;font-size:12px}.material-pack form button[data-v-a2a717f3]{color:#2e64c6;background:#fff;justify-self:center;min-width:150px;padding:10px 22px;box-shadow:0 5px #224d9f2e}.material-pack form button[data-v-a2a717f3]:hover{background:#fff7e2}textarea[data-v-a2a717f3]{resize:vertical}.message-composer button[data-v-a2a717f3]{justify-self:start}@media (width<=760px){.home-consultation[data-v-a2a717f3]{grid-template-columns:1fr}.consultation-questions[data-v-a2a717f3],.material-pack[data-v-a2a717f3]{min-height:0;padding:20px}.material-pack-header[data-v-a2a717f3]{min-height:70px}}@media (width<=430px){.consultation-card-header[data-v-a2a717f3]{align-items:flex-start}.consultation-card-header>button[data-v-a2a717f3]{padding-inline:11px}.material-pack-visual[data-v-a2a717f3]{transform-origin:0;flex-basis:88px;transform:scale(.9)rotate(-2deg)}.material-pack-header[data-v-a2a717f3]{gap:4px}.material-pack h2[data-v-a2a717f3]{font-size:23px}}.home-consultation[data-v-a2a717f3]{grid-template-columns:minmax(0,1fr) minmax(0,2.5fr);align-items:start;gap:16px}.consultation-questions[data-v-a2a717f3]{border-radius:4px;min-height:0;padding:16px}.consultation-card-header[data-v-a2a717f3]{align-items:center;gap:8px;min-height:40px}.consultation-description[data-v-a2a717f3]{color:#768a82;margin:8px 0 0 42px;font-size:12px;line-height:1.5}.consultation-avatar[data-v-a2a717f3]{border-width:3px;flex-basis:34px;width:34px;height:34px}.consultation-heading[data-v-a2a717f3]{gap:8px}.consultation-heading h2[data-v-a2a717f3]{font-size:18px;line-height:34px}.consultation-card-header>button[data-v-a2a717f3]{padding:7px 10px}.material-pack[data-v-a2a717f3]{min-height:0;box-shadow:none;background:0 0;border-radius:0;padding:0;overflow:visible}.material-pack[data-v-a2a717f3]:after{display:none}.material-pack-artwork[data-v-a2a717f3]{aspect-ratio:1248/430;width:100%;position:relative;container-type:inline-size}.material-pack-background[data-v-a2a717f3]{object-fit:contain;width:100%;height:100%;display:block}.material-pack-clean-area[data-v-a2a717f3]{object-fit:fill;clip-path:inset(27% 9% 6% 58%);pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.material-pack .material-pack-form[data-v-a2a717f3]{grid-template-rows:repeat(3,minmax(0,1fr)) 1.15fr;gap:1.15cqw;margin:0;display:grid;position:absolute;inset:29% 10.5% 8.5% 59.5%}.material-pack .material-pack-form .pack-field[data-v-a2a717f3]{color:#173957;background:#fff3;border-radius:.5cqw;grid-template-columns:3.8cqw minmax(0,1fr);align-items:center;gap:.6cqw;margin:0;padding:.25cqw .4cqw;font-size:clamp(10px,1.8cqw,23px);font-weight:400;display:grid}.pack-field>span[data-v-a2a717f3]{text-align:center;white-space:nowrap}.material-pack-form .pack-field input[data-v-a2a717f3],.material-pack-form .pack-field select[data-v-a2a717f3]{color:#222;background:#fff;border:1px solid #888;border-radius:0;width:100%;height:100%;min-height:0;margin:0;padding:0 .6cqw;font-size:clamp(10px,1.9cqw,24px);font-weight:400;line-height:1.2;position:static}.material-pack .material-pack-form .pack-submit[data-v-a2a717f3]{color:#333;width:53%;min-width:0;height:100%;box-shadow:none;background:#fff;border:1px solid #888;border-radius:999px;justify-self:center;margin:0;padding:0;font-size:clamp(11px,2.2cqw,28px);font-weight:400;position:static}.material-pack .pack-feedback[data-v-a2a717f3]{color:#2b8e79;margin:8px 0}@media (width<=760px){.home-consultation[data-v-a2a717f3]{grid-template-columns:1fr}.consultation-questions[data-v-a2a717f3]{padding:14px}.material-pack[data-v-a2a717f3]{padding:0}}.home-middle-promotion[data-v-236ba453]{background:#edf7f4;border-radius:12px;margin-top:24px;overflow:hidden;box-shadow:0 10px 24px #1e3e3314}.home-middle-promotion-canvas[data-v-236ba453]{aspect-ratio:2014/166;min-height:90px;position:relative;overflow:hidden}.home-middle-promotion-link[data-v-236ba453],.home-middle-promotion-background[data-v-236ba453]{width:100%;height:100%;display:block;position:absolute;inset:0}.home-middle-promotion-link img[data-v-236ba453],.home-middle-promotion-background[data-v-236ba453]{object-fit:cover;width:100%;height:100%;display:block}.home-middle-promotion-link[data-v-236ba453]{color:inherit;text-decoration:none}.home-middle-promotion-qr-mask[data-v-236ba453]{aspect-ratio:1;background:#fff;border-radius:2px;width:6.35%;position:absolute;top:8%;right:4.35%;box-shadow:0 0 0 1px #d23c4e14}.home-middle-promotion-qr[data-v-236ba453]{aspect-ratio:1;box-sizing:border-box;background:#fff;border-radius:2px;place-items:center;width:6.35%;padding:3px;display:grid;position:absolute;top:8%;right:4.35%}.home-middle-promotion-qr img[data-v-236ba453]{object-fit:contain;width:100%;height:100%;display:block}@media (width<=600px){.home-middle-promotion[data-v-236ba453]{margin-top:18px}.home-middle-promotion-canvas[data-v-236ba453]{min-height:58px}.home-middle-promotion-qr[data-v-236ba453]{padding:2px}}.recommendation-section[data-v-3ec64621]{border:1px solid var(--line);background:var(--surface);margin:28px 0 0;padding:18px}.recommendation-grid[data-v-3ec64621]{grid-template-columns:minmax(0,1fr) 250px;gap:18px;display:grid}.recommendation-main-area[data-v-3ec64621]{min-width:0}.recommendation-ad-rail[data-v-3ec64621]{grid-template-rows:repeat(2,minmax(200px,1fr));gap:24px;display:grid}.recommendation-ad[data-v-3ec64621]{border:1px solid var(--line);background:var(--surface-soft);min-height:116px;color:var(--ink-muted);text-align:center;place-items:center;font-size:12px;display:grid;overflow:hidden}.recommendation-ad img[data-v-3ec64621]{object-fit:cover;width:100%;height:100%;min-height:116px;display:block}.recommendation-ad-empty[data-v-3ec64621]{min-height:116px}.recommendation-heading[data-v-3ec64621]{border-bottom:1px solid var(--line);grid-template-columns:168px minmax(0,1fr);align-items:center;gap:18px;min-height:50px;display:grid}.recommendation-heading h2[data-v-3ec64621]{color:var(--ink);letter-spacing:-.06em;margin:0;font-size:23px}.recommendation-tabs[data-v-3ec64621]{min-width:0;display:flex;overflow-x:auto}.recommendation-tabs button[data-v-3ec64621]{color:var(--ink-muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:9px 10px 8px;font-size:12px}.recommendation-tabs button.active[data-v-3ec64621]{border-bottom-color:var(--brand);color:var(--brand-strong);font-weight:800}.recommendation-content[data-v-3ec64621]{grid-template-columns:168px minmax(0,1fr);gap:18px;padding-top:14px;display:grid}.recommendation-main[data-v-3ec64621]{border-left:1px solid var(--line-soft);min-width:0;padding-left:18px}.recommendation-columns[data-v-3ec64621]{grid-template-rows:repeat(2,minmax(200px,1fr));grid-template-columns:1fr;gap:24px;height:100%;display:grid}.recommendation-column[data-v-3ec64621]{min-width:0}.recommendation-column h3[data-v-3ec64621],.sidebar-module h3[data-v-3ec64621]{color:var(--ink);letter-spacing:-.04em;margin:0 0 8px;font-size:16px}.recommendation-row[data-v-3ec64621],.sidebar-row[data-v-3ec64621]{border-bottom:1px solid var(--line-soft);min-height:34px;color:var(--ink-muted);justify-content:space-between;align-items:center;gap:8px;font-size:12px;line-height:1.45;display:flex}.recommendation-row span[data-v-3ec64621],.sidebar-row[data-v-3ec64621]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recommendation-row svg[data-v-3ec64621]{color:var(--brand);flex:none}.recommendation-row span[data-v-3ec64621]{min-width:0}.recommendation-row time[data-v-3ec64621]{color:#999;white-space:nowrap;font-variant-numeric:tabular-nums;flex:none;font-size:11px}.recommendation-ad[data-v-3ec64621]{position:relative}.recommendation-ad img[data-v-3ec64621]{position:absolute;inset:0}.recommendation-row[data-v-3ec64621]:hover,.sidebar-row[data-v-3ec64621]:hover{color:var(--brand-strong)}.recommendation-sidebar[data-v-3ec64621]{align-content:start;gap:14px;display:grid}.sidebar-module[data-v-3ec64621]{padding-bottom:8px}.sidebar-module>.sidebar-row[data-v-3ec64621]:last-child{border-bottom:0}.sidebar-module header[data-v-3ec64621]{justify-content:space-between;align-items:center;gap:10px;display:flex}.sidebar-module header a[data-v-3ec64621]{color:var(--ink-subtle)}.sidebar-submodules[data-v-3ec64621]{gap:10px;display:grid}.sidebar-submodule[data-v-3ec64621]{grid-template-columns:28px minmax(0,1fr);align-items:stretch;gap:8px;padding-top:10px;display:grid}.sidebar-submodule+.sidebar-submodule[data-v-3ec64621]{border-top:1px solid var(--line-soft)}.sidebar-submodule h4[data-v-3ec64621]{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:5px;color:var(--ink);background:var(--surface-soft);justify-content:center;align-items:center;margin:0;padding:8px 0;font-size:13px;display:flex}.sidebar-entry-grid[data-v-3ec64621]{grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;gap:8px 5px;display:grid}.sidebar-chip[data-v-3ec64621]{border:1px solid var(--line);min-width:0;min-height:30px;color:var(--ink-muted);white-space:nowrap;justify-content:center;align-items:center;padding:4px 2px;font-size:11px;line-height:1.3;display:flex}.sidebar-chip[data-v-3ec64621]:hover{border-color:var(--brand);color:var(--brand-strong)}.recommendation-column-empty[data-v-3ec64621],.recommendation-empty[data-v-3ec64621]{color:var(--ink-subtle);margin:0;font-size:12px;line-height:1.7}.recommendation-empty[data-v-3ec64621]{border:1px dashed var(--line);text-align:center;padding:30px}@media (width<=980px){.recommendation-grid[data-v-3ec64621]{grid-template-columns:1fr}.recommendation-sidebar[data-v-3ec64621]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.recommendation-section[data-v-3ec64621]{padding:12px}.recommendation-heading[data-v-3ec64621],.recommendation-content[data-v-3ec64621]{grid-template-columns:1fr;gap:8px}.recommendation-heading[data-v-3ec64621]{align-items:flex-start;padding-bottom:4px}.recommendation-tabs[data-v-3ec64621]{width:100%}.recommendation-ad-rail[data-v-3ec64621]{grid-template-columns:repeat(2,minmax(0,1fr))}.recommendation-ad-empty[data-v-3ec64621]{min-height:80px}.recommendation-main[data-v-3ec64621]{border-left:0;padding-left:0}.recommendation-columns[data-v-3ec64621],.recommendation-sidebar[data-v-3ec64621]{grid-template-columns:1fr}.recommendation-ad-rail[data-v-3ec64621]{grid-template-rows:minmax(100px,1fr)}.recommendation-row[data-v-3ec64621]{flex-wrap:wrap;padding:6px 0}.recommendation-row span[data-v-3ec64621]{flex-basis:100%}}.replica-matrix-section[data-v-22fe2299]{background:#fff;border-radius:16px;width:100%;margin-top:26px;padding:18px;box-shadow:0 4px 16px #1e504612}.replica-matrix-heading[data-v-22fe2299]{background:0 0;border-bottom:2px solid #55b69b;border-radius:0;min-height:0;margin:0 0 16px;padding:0 0 14px}.replica-matrix-heading h2[data-v-22fe2299]{margin:0;font-size:24px;font-weight:600}.replica-info-card[data-v-22fe2299]{min-height:0;box-shadow:none;border:1px solid #edf0f4;border-radius:10px;padding:0 16px 12px}.replica-info-card-heading[data-v-22fe2299]{min-height:46px}.replica-info-card-heading h3[data-v-22fe2299]{font-size:18px}.replica-info-card-rule[data-v-22fe2299]{margin-bottom:12px}.replica-info-banner[data-v-22fe2299]{height:76px}.replica-info-list[data-v-22fe2299]{grid-template-rows:repeat(6,32px);gap:0;height:192px;margin:10px 0 0;padding:0;display:grid}.replica-info-list li[data-v-22fe2299]{align-items:center;gap:8px;height:32px;min-height:0;margin:0;padding:0;line-height:32px;display:flex;overflow:hidden}.replica-info-list li[data-v-22fe2299]:before{flex:0 0 4px;margin:0;position:static}.replica-info-list li a[data-v-22fe2299]{white-space:nowrap;text-overflow:ellipsis;min-width:0;line-height:32px;display:block;overflow:hidden}@media (width<=620px){.replica-matrix-section[data-v-22fe2299]{padding:14px}.replica-matrix-grid[data-v-22fe2299]{grid-template-columns:minmax(0,1fr)}}.course-section-title[data-v-1d567b9c]{border-bottom:2px solid #55b69b;justify-content:space-between;align-items:center;margin-bottom:14px;padding:0 8px 10px;display:flex}.course-section-title h2[data-v-1d567b9c]{color:#333;margin:0;font-size:24px}.course-section-title a[data-v-1d567b9c]{color:#999;font-size:13px}.course-section-layout[data-v-1d567b9c]{grid-template-columns:minmax(0,1fr) 250px;gap:18px;display:grid}.course-subject-grid[data-v-1d567b9c]{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.course-subject-card[data-v-1d567b9c]{background:#fff;border-radius:16px;min-width:0;padding:16px;box-shadow:0 4px 16px #1e504612}.course-subject-card header[data-v-1d567b9c]{border-bottom:1px solid #eef2f1;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.course-subject-card h3[data-v-1d567b9c]{color:#333;margin:0;font-size:20px}.course-subject-card header a[data-v-1d567b9c]{color:#999;font-size:12px}.course-subject-banner[data-v-1d567b9c]{color:#138b72;text-align:center;background:#e5f9ef;border-radius:12px;height:120px;margin:14px 0;display:block;overflow:hidden}.course-subject-banner img[data-v-1d567b9c]{object-fit:cover;width:100%;height:100%}.course-subject-banner span[data-v-1d567b9c]{place-items:center;height:100%;font-size:28px;font-weight:700;display:grid}.course-article-row[data-v-1d567b9c]{color:#555;text-overflow:ellipsis;white-space:nowrap;padding:8px 0;font-size:13px;display:block;overflow:hidden}.course-article-row[data-v-1d567b9c]:before{content:"";background:#ff9a3d;border-radius:50%;width:5px;height:5px;margin:0 9px 2px 0;display:inline-block}.course-article-row[data-v-1d567b9c]:hover,.course-section-title a[data-v-1d567b9c]:hover{color:#2b8e79}.course-empty[data-v-1d567b9c]{color:#999;font-size:12px}.course-ad-slot[data-v-1d567b9c]{color:#444;background:#fff1c9;place-items:center;min-height:100%;font-size:32px;display:grid;overflow:hidden}.course-ad-slot img[data-v-1d567b9c]{object-fit:cover;width:100%;height:100%;min-height:320px}.course-ad-empty[data-v-1d567b9c]{border:1px solid #f2d27e}@media (width<=900px){.course-section-layout[data-v-1d567b9c]{grid-template-columns:1fr}.course-ad-slot[data-v-1d567b9c],.course-ad-slot img[data-v-1d567b9c]{min-height:180px}}@media (width<=620px){.course-subject-grid[data-v-1d567b9c]{grid-template-columns:1fr}}.replica-professional-section[data-v-418c4f76]{width:100%;min-width:0;margin-top:26px}.professional-section-title[data-v-418c4f76]{border-bottom:2px solid #55b69b;align-items:center;gap:24px;margin-bottom:14px;padding:0 8px 10px;display:flex}.professional-section-title h2[data-v-418c4f76]{color:#333;flex:none;margin:0;font-size:24px}.professional-course-tabs[data-v-418c4f76]{flex:1;align-items:center;gap:28px;min-width:0;display:flex}.professional-course-tabs button[data-v-418c4f76],.professional-more-link[data-v-418c4f76]{color:#777;font:inherit;white-space:nowrap;cursor:pointer;box-sizing:border-box;background:0 0;border:0;padding:8px 24px;font-size:15px;text-decoration:none}.professional-course-tabs button.active[data-v-418c4f76]{color:#fff;background:#45cda1;border-radius:20px}.professional-more-link[data-v-418c4f76]{color:#999;margin-left:auto}.professional-more-link span[data-v-418c4f76],.professional-course-bottom-more span[data-v-418c4f76]{vertical-align:-1px;font-size:21px}.professional-course-layout[data-v-418c4f76]{grid-template-columns:minmax(0,1fr) 250px;gap:18px;display:grid}.professional-course-panel[data-v-418c4f76]{background:#fff;border-radius:16px;grid-template-columns:310px minmax(0,1fr);gap:22px;min-width:0;height:266px;padding:18px 24px 48px;display:grid;position:relative;box-shadow:0 4px 16px #1e504612}.professional-course-featured[data-v-418c4f76]{color:#fff;text-align:center;background:#16aee9;border-radius:16px;height:200px;text-decoration:none;display:block;overflow:hidden}.professional-course-featured img[data-v-418c4f76]{object-fit:cover;width:100%;height:100%}.professional-course-featured span[data-v-418c4f76]{place-items:center;height:100%;padding:20px;font-size:30px;font-weight:700;display:grid}.professional-course-articles[data-v-418c4f76]{grid-template-rows:repeat(5,40px);align-content:start;gap:0;min-width:0;height:200px;display:grid}.professional-course-articles a[data-v-418c4f76]{color:#555;text-overflow:ellipsis;white-space:nowrap;height:40px;padding:0;font-size:14px;line-height:40px;display:block;overflow:hidden}.professional-course-articles a[data-v-418c4f76]:hover{color:#2b8e79}.professional-course-articles p[data-v-418c4f76],.professional-course-empty[data-v-418c4f76]{color:#999}.professional-course-bottom-more[data-v-418c4f76]{color:#999;font-size:14px;text-decoration:none;position:absolute;bottom:18px;right:42px}.professional-course-bottom-more[data-v-418c4f76]:hover{color:#2b8e79}.professional-course-layout>.course-ad-slot[data-v-418c4f76]{color:#777;background:#fff7df;border-radius:16px;place-items:center;width:250px;height:266px;min-height:0;display:grid;overflow:hidden}.professional-course-layout>.course-ad-slot img[data-v-418c4f76]{object-fit:contain;width:100%;height:100%;min-height:0;display:block}.course-ad-slot span[data-v-418c4f76]{text-align:center;place-items:center;gap:8px;padding:20px;display:grid}.course-ad-slot small[data-v-418c4f76]{font-size:13px}@media (width<=1000px){.professional-section-title[data-v-418c4f76]{flex-direction:column;align-items:flex-start;gap:8px}.professional-course-tabs[data-v-418c4f76]{width:100%;overflow-x:auto}.professional-course-panel[data-v-418c4f76]{grid-template-columns:minmax(240px,38%) minmax(0,1fr);padding-left:18px;padding-right:24px}}@media (width<=900px){.professional-course-layout[data-v-418c4f76]{grid-template-columns:1fr}.professional-course-layout>.course-ad-slot[data-v-418c4f76],.professional-course-layout>.course-ad-slot img[data-v-418c4f76]{width:100%;height:180px;min-height:0}}@media (width<=620px){.professional-course-panel[data-v-418c4f76]{grid-template-columns:1fr;gap:16px;height:446px;padding:14px 16px 50px}.professional-course-featured[data-v-418c4f76]{height:180px}.professional-course-articles a[data-v-418c4f76]{font-size:14px}.professional-course-tabs[data-v-418c4f76]{gap:16px}}@media (width<=900px){.replica-home-shell[data-v-e5a422d9]{width:100%;min-width:0}.replica-home-shell .replica-container.replica-home-container[data-v-e5a422d9]{width:calc(100% - 32px);min-width:0;max-width:1200px;margin-inline:auto}.replica-home-main[data-v-e5a422d9]{min-width:0}[data-v-e5a422d9] .replica-matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=540px){[data-v-e5a422d9] .replica-matrix-grid{grid-template-columns:minmax(0,1fr)}}.appointment-page[data-v-d7257e4c]{min-height:0}.appointment-page .form-main[data-v-d7257e4c]{padding:24px 0 32px}.appointment-layout[data-v-d7257e4c]{max-width:720px;margin:0 auto;padding:0;display:block}.appointment-form-card[data-v-d7257e4c]{padding:28px 32px}.full-form[data-v-d7257e4c]{grid-template-columns:minmax(0,1fr);gap:22px}.form-field[data-v-d7257e4c]{grid-template-columns:100px minmax(0,1fr);align-items:center;gap:16px}.field-label[data-v-d7257e4c]{text-align:right;white-space:nowrap;font-size:14px}.grade-input[data-v-d7257e4c]{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;font-size:14px;display:grid}.form-field input[data-v-d7257e4c],.form-field select[data-v-d7257e4c],.code-input[data-v-d7257e4c]{min-width:0}.form-submit[data-v-d7257e4c]{border-radius:24px;min-height:48px;margin-top:8px;font-size:14px}.agreement-field[data-v-d7257e4c]{justify-content:center}@media (width<=600px){.appointment-page .form-main[data-v-d7257e4c]{padding:16px 0 24px}.appointment-form-card[data-v-d7257e4c]{padding:22px 16px}.form-field[data-v-d7257e4c]{grid-template-columns:78px minmax(0,1fr);gap:8px}.field-label[data-v-d7257e4c]{font-size:12px}.form-field input[data-v-d7257e4c],.form-field select[data-v-d7257e4c]{padding-inline:8px;font-size:12px}.code-input[data-v-d7257e4c]{gap:5px}.code-input button[data-v-d7257e4c]{padding-inline:7px;font-size:10px}.agreement-field[data-v-d7257e4c]{font-size:10px}}.agreement-page[data-v-ac031849]{color:#333;max-width:900px;margin:0 auto;padding:28px 20px 56px}nav[data-v-ac031849]{justify-content:space-between;margin-bottom:20px;display:flex}a[data-v-ac031849],button[data-v-ac031849]{color:#2b8e79}article[data-v-ac031849]{background:#fff;border:1px solid #edf0f4;border-radius:8px;padding:32px}h1[data-v-ac031849]{text-align:center;margin:0 0 28px;font-size:26px}.agreement-content[data-v-ac031849]{white-space:pre-wrap;overflow-wrap:anywhere;font-size:16px;line-height:1.9}@media (width<=540px){article[data-v-ac031849]{padding:22px 16px}}.replica-footer[data-v-debf2f7c]{color:#666;background:#eef4f2;border-top:1px solid #e1eae6;min-width:0}.replica-footer-links[data-v-debf2f7c]{grid-template-columns:1.4fr repeat(6,minmax(0,1fr));gap:24px;padding-top:36px;padding-bottom:32px}.replica-footer-links section[data-v-debf2f7c]{min-width:0}.replica-footer-links h2[data-v-debf2f7c]{color:#333;font-size:16px;font-weight:600;line-height:1.5}.replica-footer-links a[data-v-debf2f7c]{overflow-wrap:anywhere;font-size:14px}.replica-footer-intro p[data-v-debf2f7c]{margin:8px 0 0;line-height:1.8}.replica-footer-qrcode img[data-v-debf2f7c],.replica-footer-qrcode span[data-v-debf2f7c]{object-fit:contain;width:80px;height:80px}.replica-footer-qrcode span[data-v-debf2f7c]{border:1px solid #d8e4df;justify-content:center;align-items:center;font-size:12px;display:flex}.replica-footer-meta[data-v-debf2f7c]{text-align:center;border-top:1px solid #dce7e2;min-height:0;padding:18px 0}.replica-footer-meta[data-v-debf2f7c]:empty{display:none}@media (width<=900px){.replica-footer-links[data-v-debf2f7c]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=540px){.replica-footer-links[data-v-debf2f7c]{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}}
