:root{--primary:#6F5AE8;--primary-2:#9A8CF2;--ink:#242433;--bg:#F8F8FC;--soft:#F0EEFA;--text:#30303A;--muted:#70707D;--accent:#F29A4A;--white:#fff;--line:#E3E0EF;--shadow:0 18px 50px rgba(36,36,51,.10);--radius:24px;--radius-sm:14px;--shell:min(1180px,calc(100% - 40px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.75}img{display:block;max-width:100%;height:auto;border-radius:20px}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button,input{font:inherit}.shell{width:var(--shell);margin:0 auto}.skip-link{position:fixed;left:12px;top:-80px;z-index:999;background:var(--ink);color:#fff;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:80;background:rgba(248,248,252,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(227,224,239,.9)}.header-inner{min-height:74px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:var(--ink);white-space:nowrap}.brand img{width:42px;height:42px;border-radius:12px}.site-nav{display:flex;align-items:center;gap:6px;margin-left:auto}.site-nav a{padding:9px 11px;border-radius:10px;color:#4d4d59;font-size:15px}.site-nav a:hover,.site-nav a[aria-current=page]{background:var(--soft);color:var(--primary)}.menu-toggle{display:none}.search-open,.menu-toggle{border:0;background:var(--ink);color:#fff;border-radius:12px;padding:10px 14px;cursor:pointer}.search-modal[hidden]{display:none!important}.search-modal{position:fixed;inset:0;z-index:200;background:rgba(20,20,30,.62);display:grid;place-items:start center;padding:13vh 20px}.search-dialog{position:relative;width:min(640px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:var(--shadow)}.search-close{position:absolute;right:18px;top:16px;border:0;background:var(--soft);width:38px;height:38px;border-radius:50%;font-size:26px;cursor:pointer}.search-form label{display:block;font-weight:700;margin-bottom:8px}.search-row{display:flex;gap:10px}.search-row input{flex:1;min-width:0;border:1px solid #d7d3e5;background:#fff;border-radius:12px;padding:12px 14px}.search-row button{border:0;background:var(--primary);color:#fff;border-radius:12px;padding:12px 20px;font-weight:700;cursor:pointer}.hero{padding:72px 0 58px;background:linear-gradient(180deg,#F7F5FF 0%,var(--bg) 100%)}.hero-grid,.page-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px}.eyebrow{margin:0 0 10px;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1,.page-hero h1,.article-hero h1,.not-found h1{margin:0;color:var(--ink);font-size:clamp(38px,5vw,64px);line-height:1.12;letter-spacing:-.025em}.hero-lead,.page-hero p,.article-lead{font-size:18px;color:#555563}.hero-copy>p{max-width:760px}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:13px;background:var(--accent);color:#2b2017;font-weight:800}.button:hover{transform:translateY(-1px)}.button--secondary{background:var(--soft);color:var(--primary)}.button--light{background:#fff;color:var(--ink)}.button--outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.42)}.button--small{min-height:40px;padding:9px 14px;font-size:14px}.hero-points{display:flex;flex-wrap:wrap;gap:12px 18px;padding:0;margin:22px 0 0;list-style:none;color:var(--muted);font-size:14px}.hero-points li:before{content:"✓";color:var(--primary);font-weight:900;margin-right:7px}.hero-media{position:relative}.hero-media:after{content:"";position:absolute;right:-18px;bottom:-18px;width:38%;height:38%;background:var(--accent);opacity:.16;border-radius:28px;z-index:-1}.section{padding:76px 0}.section--soft{background:#fff}.section--lavender{background:var(--soft)}.section--ink{background:var(--ink);color:#e9e8ef}.section--ink .section-heading h2,.section--ink h3{color:#fff}.section--ink .section-heading p{color:#c2c0cc}.section-heading{max-width:760px;margin-bottom:30px}.section-heading h2,.split-grid h2,.content-two-col h2,.guide-showcase h2,.final-map h2,.narrow-copy h2,.article-body h2,.task-grid h2{margin:0 0 12px;color:var(--ink);font-size:clamp(27px,3.2vw,42px);line-height:1.2}.section-heading>p:last-child{color:var(--muted);font-size:17px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.link-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.link-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:0}.link-card__body{padding:22px}.link-card h3{margin:3px 0 9px;font-size:22px;color:var(--ink)}.link-card p{color:var(--muted)}.card-kicker{margin:0;color:var(--primary);font-size:12px;font-weight:800;letter-spacing:.08em}.text-link{display:inline-flex;color:var(--primary);font-weight:800;margin-top:8px}.text-link:after{content:"→";margin-left:7px}.split-grid,.content-two-col,.guide-showcase{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.split-grid--media img{box-shadow:var(--shadow)}.split-grid p,.content-two-col p,.guide-showcase p,.narrow-copy p{color:var(--muted);font-size:17px}.feature-band{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#3c3c4d;border-radius:20px;overflow:hidden}.feature-band article{background:#2c2c3c;padding:28px}.feature-band article span{display:inline-flex;margin-bottom:38px;color:var(--primary-2);font-weight:800}.feature-band p{color:#c8c6d0}.step-list{padding-left:20px}.step-list li{margin:14px 0;color:var(--muted)}.download-strip{display:grid;gap:14px}.download-strip article{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.section--soft .download-strip article{background:var(--bg)}.download-strip article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--primary);color:#fff;font-weight:900}.download-strip h3{margin:0 0 4px;color:var(--ink)}.download-strip p{margin:0;color:var(--muted)}.centered-action{text-align:center;margin-top:28px}.editorial-list{display:grid;gap:8px}.editorial-item{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:19px 0;border-bottom:1px solid var(--line)}.editorial-item__index{font-size:28px;font-weight:900;color:#b2a9ee}.editorial-item h3{margin:3px 0 5px;color:var(--ink)}.editorial-item p{margin:0 0 5px;color:var(--muted)}.guide-showcase>div:first-child img{margin-top:24px}.check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.check-grid article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:18px}.section--lavender .check-grid article{background:rgba(255,255,255,.72)}.check-grid h3,.check-grid h2{margin:0 0 8px;color:var(--ink);font-size:20px}.check-grid p{margin:0;color:var(--muted)}.mini-index{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-index a{display:flex;flex-direction:column;gap:4px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:16px}.mini-index a:hover{border-color:var(--primary-2)}.mini-index strong{color:var(--ink)}.mini-index span{color:var(--muted);font-size:14px}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:54px;align-items:start}.faq-layout img{margin:24px 0}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.faq-item h3{margin:0}.faq-toggle{width:100%;display:flex;justify-content:space-between;gap:18px;text-align:left;border:0;background:#fff;padding:18px 20px;color:var(--ink);font-weight:800;cursor:pointer}.faq-toggle span{font-size:24px;line-height:1}.faq-answer{padding:0 20px 18px;color:var(--muted)}.faq-answer[hidden]{display:none}.final-map{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}.final-map__links{display:grid;grid-template-columns:1fr 1fr;gap:12px}.final-map__links a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.final-map__links span{display:block;color:var(--primary);font-size:12px;font-weight:800}.final-map__links strong{display:block;margin-top:5px;color:var(--ink)}.breadcrumbs{width:var(--shell);margin:18px auto 0}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;color:var(--muted);font-size:13px}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:#aaa}.breadcrumbs a{color:var(--primary)}.page-hero{padding:50px 0 60px}.page-hero h1{font-size:clamp(34px,4.6vw,58px)}.page-hero__grid>img{max-height:470px;width:100%;object-fit:cover;box-shadow:var(--shadow)}.narrow-copy,.article-shell{max-width:820px}.narrow-copy h2{margin-top:34px}.timeline{display:grid;gap:0}.timeline article{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--line)}.timeline article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--primary);color:#fff;font-weight:900}.timeline h3{margin:0 0 6px;color:var(--ink)}.timeline p{margin:0;color:var(--muted)}.lead-copy{max-width:850px;color:var(--muted);font-size:18px}.process-line{display:flex;flex-wrap:wrap;gap:10px}.process-line span{padding:11px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--ink);font-weight:700}.article-hero{padding:54px 0 30px}.article-hero h1{font-size:clamp(34px,4.5vw,56px)}.article-body>section{padding:28px 0;border-bottom:1px solid var(--line)}.article-body>section:first-child{padding-top:0}.article-body p{font-size:17px;color:var(--muted)}.notice{margin:28px 0;padding:18px 20px;border-radius:16px;background:#fff;border:1px solid var(--line)}.notice strong{color:var(--ink)}.notice p{margin:5px 0 0;color:var(--muted)}.notice--info{border-left:4px solid var(--primary)}.article-related{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.article-related a{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.article-related span{color:var(--primary);font-size:12px;font-weight:800}.article-related strong{display:block;margin:5px 0;color:var(--ink)}.article-related p{color:var(--muted);font-size:14px}.task-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.task-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.task-grid article>span{color:var(--primary);font-weight:800;font-size:13px}.task-grid h2{font-size:28px;margin-top:7px}.task-grid p{color:var(--muted)}.risk-table{border:1px solid var(--line);border-radius:18px;overflow:hidden}.risk-table>div{display:grid;grid-template-columns:.65fr 1.2fr 1.2fr;gap:16px;padding:18px;background:#fff;border-bottom:1px solid var(--line)}.risk-table>div:first-child{background:var(--ink);color:#fff}.risk-table>div:last-child{border-bottom:0}.risk-table p{margin:0;color:var(--muted)}.faq-page{max-width:900px}.search-form--page{margin-top:26px}.result-count{color:var(--muted)}.search-results{display:grid;gap:14px}.search-results article{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}.search-results h2{margin:0 0 6px;font-size:22px}.search-results p{color:var(--muted)}.empty-state{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px}.not-found{padding:90px 0}.not-found__inner{max-width:780px}.error-code{font-size:70px;font-weight:900;color:var(--primary);margin:0}.not-found code{background:var(--soft);padding:3px 6px;border-radius:6px;word-break:break-all}.footer-cta{background:var(--primary);color:#fff;padding:48px 0}.footer-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:34px}.footer-cta h2{margin:0 0 8px;font-size:32px}.footer-cta p{margin:0;color:#ece9ff;max-width:690px}.footer-cta .eyebrow{color:#e8e2ff}.site-footer{background:var(--ink);color:#d5d4dc;padding:54px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:32px}.brand--footer{color:#fff}.footer-grid h2{font-size:15px;color:#fff;margin:0 0 12px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a:hover{color:#fff}.footer-grid p{color:#aeadb8}.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid #3c3c4b;display:flex;justify-content:space-between;color:#aeadb8;font-size:13px}.back-top{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border:0;border-radius:50%;background:var(--ink);color:#fff;box-shadow:var(--shadow);cursor:pointer;opacity:0;pointer-events:none;transition:.2s}.back-top.is-visible{opacity:1;pointer-events:auto}@media(max-width:1024px){.site-nav{position:absolute;top:74px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.menu-toggle{display:inline-flex;margin-left:auto}.search-open{margin-left:0}.hero-grid,.page-hero__grid,.split-grid,.content-two-col,.guide-showcase,.faq-layout,.final-map{grid-template-columns:1fr}.hero-media{max-width:760px}.feature-band{grid-template-columns:1fr 1fr}.check-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.page-hero__grid>img{max-height:390px}.article-related{grid-template-columns:1fr 1fr}}@media(max-width:768px){:root{--shell:min(100% - 28px,1180px)}.section{padding:58px 0}.hero{padding-top:48px}.hero-grid,.page-hero__grid{gap:34px}.hero h1,.page-hero h1,.article-hero h1{font-size:clamp(32px,9vw,48px)}.card-grid,.task-grid{grid-template-columns:1fr}.feature-band{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.mini-index,.final-map__links{grid-template-columns:1fr}.risk-table>div{grid-template-columns:1fr;gap:4px}.risk-table>div:first-child{display:none}.footer-cta__inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/3}.footer-grid>div:last-child{grid-column:auto}.article-related{grid-template-columns:1fr}.search-row{flex-direction:column}.search-row button{width:100%}}@media(max-width:600px){.header-inner{gap:8px}.brand span{font-size:15px}.search-open{font-size:0;width:40px;height:40px;padding:0}.search-open:after{content:"⌕";font-size:22px}.menu-toggle{font-size:14px;padding:9px 11px}.button-row{align-items:stretch}.button-row .button{width:100%}.hero-points{display:grid}.download-strip article{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:7px}.section-heading h2,.split-grid h2,.content-two-col h2,.guide-showcase h2,.final-map h2,.narrow-copy h2,.article-body h2,.task-grid h2{font-size:28px}.search-dialog{padding:26px 20px}.editorial-item{grid-template-columns:42px 1fr}.editorial-item__index{font-size:22px}}@media(max-width:375px){:root{--shell:calc(100% - 22px)}.brand img{width:36px;height:36px}.brand span{max-width:90px;overflow:hidden;text-overflow:ellipsis}.site-header .search-open{display:none}.hero,.page-hero,.article-hero{padding-top:34px}.section{padding:48px 0}.link-card__body,.task-grid article{padding:20px}}
