:root{
    --brand:#7C5C8E;--brand-soft:#B89ABF;--ink:#302C33;--ink-deep:#25212A;--muted:#726B76;
    --paper:#F8F5F3;--tint:#EEE8EF;--warm:#D58A45;--line:#DED5DF;--white:#FFFFFF;
    --radius-lg:28px;--radius-md:18px;--shadow:0 18px 45px rgba(37,33,42,.09);--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:12px;top:12px;z-index:9999;transform:translateY(-160%);background:var(--ink-deep);color:#fff;padding:10px 14px;border-radius:10px}.skip-link:focus{transform:translateY(0)}.content-shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(248,245,243,.96);border-bottom:1px solid rgba(124,92,142,.12);backdrop-filter:blur(16px)}.header-shell{width:min(calc(100% - 48px),1240px);margin:auto;min-height:78px;display:flex;align-items:center;gap:24px}.brand-lockup{display:flex;align-items:center;gap:12px;min-width:260px}.brand-lockup img{width:46px;height:46px;object-fit:contain;border-radius:14px;background:var(--tint)}.brand-lockup span{display:grid;line-height:1.25}.brand-lockup strong{font-size:16px;color:var(--ink-deep)}.brand-lockup small{font-size:12px;color:var(--muted);margin-top:4px}.primary-nav{display:flex;gap:6px;align-items:center;margin-left:auto}.primary-nav a{padding:10px 12px;border-radius:999px;font-size:14px;color:var(--muted);white-space:nowrap}.primary-nav a:hover,.primary-nav a[aria-current="page"]{background:var(--tint);color:var(--ink-deep)}.search-toggle,.menu-toggle{border:0;border-radius:999px;padding:10px 14px;background:var(--ink-deep);color:#fff}.menu-toggle{display:none}.search-toggle{white-space:nowrap}.search-modal[hidden]{display:none!important}.search-modal{position:fixed;inset:0;z-index:500;background:rgba(37,33,42,.66);display:grid;place-items:start center;padding:12vh 24px 24px}.search-dialog{width:min(680px,100%);background:var(--paper);border-radius:var(--radius-lg);padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.24);position:relative}.search-close{position:absolute;right:24px;top:22px;border:0;background:transparent;color:var(--muted)}.search-dialog h2{margin:.4rem 0 1.2rem;font-size:clamp(28px,4vw,42px);line-height:1.15}.search-form label,.inline-search label{display:block;font-weight:700;margin-bottom:8px}.search-row{display:flex;gap:10px}.search-row input,.inline-search input{width:100%;min-height:50px;border:1px solid var(--line);border-radius:14px;padding:0 14px;background:#fff;color:var(--ink)}.search-row button,.inline-search button{border:0;border-radius:14px;background:var(--brand);color:#fff;padding:0 20px;font-weight:700}.eyebrow{display:inline-block;color:var(--brand);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:none}.home-hero{display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:center;padding-top:72px;padding-bottom:68px}.hero-copy h1,.page-intro h1,.not-found h1{font-size:clamp(42px,6vw,72px);line-height:1.08;letter-spacing:-.03em;color:var(--ink-deep);margin:14px 0 22px}.lead{font-size:clamp(18px,2.1vw,23px);line-height:1.7;color:#504A53;margin:0 0 26px}.hero-actions,.entry-links{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:800}.button.primary{background:var(--brand);color:#fff}.button.quiet{background:var(--tint);color:var(--ink-deep)}.button.warm{background:var(--warm);color:#fff}.hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;padding:0;margin:24px 0 0;list-style:none;color:var(--muted);font-size:14px}.hero-points li:before{content:"•";color:var(--warm);margin-right:8px}.hero-visual{margin:0}.hero-visual img{width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:38px 38px 12px 38px;box-shadow:var(--shadow)}.hero-visual figcaption{font-size:13px;color:var(--muted);margin-top:12px;padding-left:10px}.section-space{padding-top:86px;padding-bottom:90px}.section-soft,.section-tint{padding:76px 0;background:var(--tint)}.section-tint{background:#F0EAF1}.section-heading{margin-bottom:32px}.section-heading h2,.dark-grid h2,.relation-copy h2,.compact-feature h2,.narrow-section h2{font-size:clamp(30px,4vw,48px);line-height:1.18;color:var(--ink-deep);margin:8px 0 12px}.section-heading p,.relation-copy p,.compact-feature p,.narrow-section p{max-width:760px;color:var(--muted);font-size:17px}.split-heading{display:flex;justify-content:space-between;align-items:end;gap:50px}.split-heading>p{max-width:440px;margin:0}.decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.decision-grid article{border-left:3px solid var(--brand);padding:10px 18px}.decision-grid strong{font-size:21px;color:var(--ink-deep)}.decision-grid p{margin:.4rem 0 0;color:var(--muted)}.editorial-strip{display:grid;gap:0;border-top:1px solid var(--line)}.strip-item{display:grid;grid-template-columns:210px 1fr;gap:28px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}.strip-item img{width:210px;height:132px;object-fit:cover;border-radius:18px}.strip-item h3{font-size:25px;line-height:1.3;margin:0 0 8px}.strip-item p{margin:0 0 10px;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-weight:800}.text-link:after{content:"→"}.dark-band{background:var(--ink-deep);color:#fff;padding:84px 0}.dark-grid{display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:center}.dark-grid h2{color:#fff}.dark-grid p{color:#D7CED9;font-size:18px;max-width:620px}.dark-grid img{width:100%;max-height:430px;object-fit:cover;border-radius:var(--radius-lg)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{background:#fff;border:1px solid rgba(124,92,142,.12);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-height:100%;box-shadow:0 8px 24px rgba(37,33,42,.04)}.article-card-media{display:block}.article-card-media img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.article-card h3{font-size:21px;line-height:1.35;margin:8px 0 10px;color:var(--ink-deep)}.article-card h3 a:hover{color:var(--brand)}.article-card p{color:var(--muted);margin:0 0 16px;flex:1}.article-card .text-link{font-size:14px}.relation-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.name-index{border-top:1px solid var(--line)}.name-index>div{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.name-index strong{color:var(--ink-deep)}.name-index p{margin:0;color:var(--muted)}.two-column-feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.two-column-feature figure{margin:0}.two-column-feature img{width:100%;max-height:520px;object-fit:cover;border-radius:var(--radius-lg)}.two-column-feature h2{font-size:clamp(30px,4vw,48px);line-height:1.18;margin:8px 0 16px}.two-column-feature p{color:var(--muted);font-size:17px}.check-list{padding:0;list-style:none}.check-list li{position:relative;padding:8px 0 8px 30px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--warm);font-weight:900}.narrow-section{max-width:860px!important;padding-top:78px;padding-bottom:78px}.compact-feature{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.compact-feature img{width:100%;max-height:300px;object-fit:cover;border-radius:24px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:18px 0}.faq-list summary{cursor:pointer;font-weight:800;font-size:18px;color:var(--ink-deep)}.faq-list p{color:var(--muted);max-width:820px;margin:12px 0 4px}.closing-map{background:#E7DEE9;padding:80px 0}.topic-map{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.topic-link{display:grid;gap:4px;padding:20px;border-radius:18px;background:rgba(255,255,255,.6);border:1px solid rgba(124,92,142,.15)}.topic-link strong{font-size:18px;color:var(--ink-deep)}.topic-link span{font-size:14px;color:var(--muted)}.topic-link:hover{background:#fff}.site-footer{background:var(--ink-deep);color:#fff;padding:64px 0 24px}.footer-grid{width:min(calc(100% - 48px),var(--max));margin:auto;display:grid;grid-template-columns:1.3fr repeat(3,.7fr);gap:40px}.footer-grid section{display:flex;flex-direction:column;align-items:flex-start}.footer-grid h2{font-size:15px;margin:0 0 14px;color:#fff}.footer-grid a{color:#D9D0DC;margin:5px 0;font-size:14px}.footer-grid a:hover{color:#fff}.footer-grid p{color:#BDB2C1;max-width:360px}.footer-brand{font-weight:900!important;color:#fff!important;font-size:20px!important}.footer-bottom{width:min(calc(100% - 48px),var(--max));margin:40px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;color:#9E92A4;font-size:13px}.back-to-top{position:fixed;right:20px;bottom:20px;width:46px;height:46px;border:0;border-radius:50%;background:var(--brand);color:#fff;box-shadow:var(--shadow)}.page-intro{padding-top:58px;padding-bottom:44px}.page-intro .lead{max-width:930px}.breadcrumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin-bottom:24px;flex-wrap:wrap}.breadcrumb a:hover{color:var(--brand)}.breadcrumb-sep{opacity:.45}.inline-index{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}.inline-index a{padding:8px 12px;background:var(--tint);border-radius:999px;font-size:13px;color:var(--muted)}.watch-layout{display:grid;grid-template-columns:320px 1fr;gap:54px;padding-bottom:90px}.watch-aside{position:sticky;top:110px;align-self:start;background:#fff;border-radius:24px;padding:20px;border:1px solid var(--line)}.watch-aside img{border-radius:16px;aspect-ratio:4/3;object-fit:cover}.watch-aside h2{font-size:23px;line-height:1.3}.watch-aside ol{padding-left:20px;color:var(--muted)}.watch-stream{border-top:1px solid var(--line)}.watch-entry{display:grid;grid-template-columns:58px 1fr;gap:24px;padding:38px 0;border-bottom:1px solid var(--line)}.entry-number{font-size:13px;color:var(--brand);font-weight:900}.watch-entry h2{font-size:30px;line-height:1.25;margin:0 0 10px}.watch-entry h3{font-size:18px;margin:24px 0 6px}.watch-entry p{color:var(--muted)}.watch-entry img{width:100%;max-height:360px;object-fit:cover;border-radius:22px;margin:22px 0}.entry-links a{padding:9px 12px;border-radius:999px;background:var(--tint);font-size:14px;color:var(--brand);font-weight:700}.collection-stack{padding-bottom:90px}.collection-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:48px 0;border-bottom:1px solid var(--line)}.collection-row.reverse img{order:2}.collection-row.reverse>div{order:1}.collection-row img{width:100%;aspect-ratio:1.4/1;object-fit:cover;border-radius:28px}.collection-row h2{font-size:36px;line-height:1.22;margin:8px 0 10px}.collection-row p{color:var(--muted);font-size:17px}.criteria-list{margin:20px 0}.criteria-list div{display:grid;grid-template-columns:72px 1fr;padding:10px 0;border-top:1px solid var(--line)}.criteria-list dt{font-weight:800}.criteria-list dd{margin:0;color:var(--muted)}.brand-ledger{display:grid;grid-template-columns:360px 1fr;gap:64px;padding-bottom:88px}.brand-ledger-visual{position:sticky;top:110px;align-self:start}.brand-ledger-visual img{border-radius:28px;aspect-ratio:1/1;object-fit:cover}.brand-ledger-visual p{color:var(--muted)}.brand-ledger-list{border-top:1px solid var(--line)}.brand-ledger-list article{padding:26px 0;border-bottom:1px solid var(--line)}.brand-ledger-list h2{font-size:27px;margin:0 0 8px}.brand-ledger-list p{margin:0;color:var(--muted)}.three-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.three-notes article{padding:24px;border-radius:18px;background:rgba(255,255,255,.55)}.three-notes h2{font-size:21px;margin-top:0}.three-notes p{color:var(--muted)}.number-list{padding-left:24px}.number-list li{margin:12px 0;padding-left:5px}.troubleshooting-grid,.policy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.troubleshooting-grid article,.policy-grid article{padding:26px;background:rgba(255,255,255,.6);border-radius:20px}.troubleshooting-grid h2,.policy-grid h2{font-size:22px}.troubleshooting-grid p,.policy-grid p{color:var(--muted)}.downloader-flow{padding-bottom:88px}.flow-step{display:grid;grid-template-columns:90px 1fr;gap:20px;border-top:1px solid var(--line);padding:30px 0}.flow-step>span{color:var(--brand);font-weight:900}.flow-step h2{margin:0 0 6px;font-size:28px}.flow-step p{color:var(--muted);margin:0}.guide-steps{padding-bottom:80px}.guide-steps article{display:grid;grid-template-columns:110px 1fr;gap:24px;padding:28px 0;border-top:1px solid var(--line)}.step-no{font-size:14px;color:var(--brand);font-weight:900}.guide-steps h2{font-size:28px;margin:0 0 8px}.guide-steps p{color:var(--muted);margin:0;max-width:780px}.article-list-page{padding-bottom:90px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:42px;flex-wrap:wrap}.pagination a,.pagination span{min-width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;border:1px solid var(--line)}.pagination span{background:var(--brand);color:#fff;border-color:var(--brand)}.inline-search{display:flex;gap:10px;align-items:end;max-width:720px;margin-top:20px}.inline-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.inline-search.large{max-width:800px}.article-page{padding-top:46px;padding-bottom:88px}.article-header{max-width:920px;margin:0 auto 34px}.article-header h1{font-size:clamp(38px,6vw,66px);line-height:1.1;margin:10px 0 18px}.article-meta{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:13px}.article-cover{max-width:1020px;margin:0 auto 44px}.article-cover img{width:100%;max-height:520px;object-fit:cover;border-radius:30px}.article-body{max-width:780px;margin:auto}.article-body h2{font-size:30px;line-height:1.25;margin:48px 0 14px}.article-body p{font-size:18px;line-height:1.95;color:#433D45;margin:0 0 22px}.article-next{max-width:920px;margin:70px auto 0;border-top:1px solid var(--line);padding-top:30px}.related-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0 22px}.related-links a{display:grid;gap:6px;padding:18px;border-radius:16px;background:var(--tint)}.related-links span{font-size:13px;color:var(--muted)}.faq-page{display:grid;grid-template-columns:1fr 280px;gap:60px;padding-bottom:88px}.faq-side{align-self:start;position:sticky;top:110px;display:flex;flex-direction:column;gap:8px}.faq-side img{border-radius:22px;margin-bottom:10px}.faq-side a{padding:9px 12px;background:var(--tint);border-radius:12px;font-size:14px}.about-layout,.contact-layout{display:grid;grid-template-columns:420px 1fr;gap:70px;padding-bottom:90px}.about-layout img,.contact-layout img{width:100%;border-radius:28px;position:sticky;top:110px}.about-layout h2,.contact-layout h2,.policy-prose h2{font-size:27px;margin:30px 0 8px}.about-layout div h2:first-child,.contact-layout div h2:first-child{margin-top:0}.about-layout p,.contact-layout p,.policy-prose p{color:var(--muted);font-size:17px}.policy-grid{padding-bottom:90px}.policy-grid article:first-child{grid-row:span 2}.policy-grid img{border-radius:18px;margin-bottom:18px}.policy-prose{max-width:840px!important;padding-bottom:90px}.policy-prose img{width:100%;max-height:400px;object-fit:cover;border-radius:28px;margin-bottom:36px}.search-results{padding-bottom:90px}.empty-state{padding:44px;background:var(--tint);border-radius:24px;max-width:800px}.empty-state h2{margin-top:0;font-size:30px}.not-found{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;padding-top:80px;padding-bottom:90px}.not-found img{border-radius:28px}.not-found .topic-map{grid-template-columns:1fr 1fr}
@media(max-width:1100px){.header-shell{gap:14px}.brand-lockup{min-width:220px}.brand-lockup small{display:none}.primary-nav a{padding:8px 9px}.article-grid{grid-template-columns:repeat(2,1fr)}.home-hero{gap:42px}.watch-layout{grid-template-columns:280px 1fr}.footer-grid{grid-template-columns:1.2fr repeat(3,.8fr)}}
@media(max-width:920px){.menu-toggle{display:inline-flex;margin-left:auto}.primary-nav{position:absolute;left:24px;right:24px;top:70px;display:none;flex-direction:column;align-items:stretch;background:var(--paper);padding:14px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.primary-nav.is-open{display:flex}.primary-nav a{text-align:center}.search-toggle{margin-left:0}.home-hero,.dark-grid,.relation-layout,.two-column-feature,.compact-feature,.watch-layout,.brand-ledger,.faq-page,.about-layout,.contact-layout,.not-found{grid-template-columns:1fr}.home-hero{padding-top:50px}.hero-visual{max-width:720px}.watch-aside,.brand-ledger-visual,.faq-side,.about-layout img,.contact-layout img{position:static}.brand-ledger-visual{max-width:520px}.collection-row,.collection-row.reverse{grid-template-columns:1fr;gap:28px}.collection-row.reverse img,.collection-row.reverse>div{order:initial}.footer-grid{grid-template-columns:repeat(2,1fr)}.not-found img{max-width:620px}}
@media(max-width:720px){.content-shell,.header-shell,.footer-grid,.footer-bottom{width:min(calc(100% - 32px),var(--max))}.site-header{position:relative}.header-shell{min-height:70px}.brand-lockup{min-width:0}.brand-lockup img{width:40px;height:40px}.brand-lockup strong{font-size:14px}.search-toggle{padding:9px 12px}.home-hero{padding-top:38px;padding-bottom:46px}.hero-copy h1,.page-intro h1,.not-found h1{font-size:40px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.section-space,.section-soft,.section-tint,.dark-band,.closing-map{padding-top:58px;padding-bottom:58px}.split-heading{display:block}.decision-grid,.article-grid,.three-notes,.troubleshooting-grid,.policy-grid,.topic-map,.not-found .topic-map,.related-links{grid-template-columns:1fr}.strip-item{grid-template-columns:1fr;gap:16px}.strip-item img{width:100%;height:auto;aspect-ratio:16/9}.name-index>div{grid-template-columns:1fr;gap:4px}.watch-entry{grid-template-columns:1fr}.entry-number{font-size:12px}.collection-row h2,.watch-entry h2{font-size:28px}.guide-steps article,.flow-step{grid-template-columns:56px 1fr}.article-header h1{font-size:38px}.article-body p{font-size:17px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-grid section:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}.search-dialog{padding:28px 20px}.search-row{flex-direction:column}.search-row button{min-height:48px}.inline-search{flex-direction:column;align-items:stretch}.inline-search button{min-height:48px}.page-intro{padding-top:38px}.about-layout img,.contact-layout img{max-width:480px}}
@media(max-width:520px){.brand-lockup span{display:none}.header-shell{justify-content:space-between}.menu-toggle{margin-left:auto}.hero-copy h1,.page-intro h1,.not-found h1{font-size:34px}.lead{font-size:17px}.section-heading h2,.dark-grid h2,.relation-copy h2,.compact-feature h2,.narrow-section h2,.two-column-feature h2{font-size:30px}.footer-grid{grid-template-columns:1fr}.footer-grid section:first-child{grid-column:auto}.article-card-body{padding:18px}.search-modal{padding:8vh 14px 14px}.watch-entry{padding:28px 0}.article-body h2{font-size:26px}.article-body p{font-size:16px;line-height:1.85}}
