:root{--bg: #131519;--bg-soft: #1b1f26;--text: #d9d4c8;--muted: #aaa394;--line: #2a2e35;--brand: #f0b23e;--brand-dark: #d99a24;--brand-soft: #26200f;--ink: #171a20;--lime: #f5cf6a;--ok: #7fc79b;--ok-soft: #152219;--warn: #e8b45f;--warn-soft: #241b0d;--radius: 16px;--maxw: 1240px;--prose: 800px;--font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:100px}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.75;color:var(--text);background:var(--bg)}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}button,summary{cursor:pointer}button{color:inherit}button:disabled{cursor:default}.contact-trigger{display:inline;padding:0;border:0;border-radius:0;background:none;color:var(--brand);font:inherit;text-align:inherit;text-decoration:underline;text-underline-offset:3px}.contact-trigger:hover{color:var(--brand-dark)}a,button,summary,input{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #554a33;outline-offset:4px}::selection{background:#3c3527;color:var(--ink)}[hidden]{display:none!important}img{max-width:100%;height:auto}svg{flex-shrink:0;vertical-align:middle}h1,h2,h3{line-height:1.35;letter-spacing:-.035em;margin:0 0 .6em;color:var(--text)}h1{font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:750}h2{font-size:clamp(1.45rem,2.6vw,2rem);margin-top:2em}h3{font-size:1.1rem;margin-top:1.6em}p{margin:0 0 1em}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em;background:var(--bg-soft);padding:.12em .35em;border-radius:4px;overflow-wrap:anywhere}pre{background:var(--bg-soft);padding:1.2em;border:1px solid var(--line);border-radius:10px;overflow:auto}pre code{background:none;padding:0;overflow-wrap:normal}table{border-collapse:collapse;width:100%;margin:1.4em 0;font-size:.93em}th,td{border:1px solid var(--line);padding:.8em .9em;text-align:left;vertical-align:top}th{background:var(--bg-soft);font-weight:650}blockquote{margin:1.4em 0;padding:1em 1.25em;border-left:3px solid var(--brand);background:var(--brand-soft);border-radius:0 8px 8px 0}blockquote p:last-child{margin-bottom:0}hr{border:0;border-top:1px solid var(--line);margin:2em 0}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.prose{max-width:var(--prose)}.muted{color:var(--muted)}.small{font-size:.88em}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.eyebrow{display:block;font-size:12px;font-weight:650;letter-spacing:.13em;color:var(--brand);margin-bottom:14px}.skip-link{position:fixed;z-index:100;left:16px;top:-100px;background:var(--ink);color:#fff;padding:12px 20px}.skip-link:focus{top:12px}.site-header{background:#100f0ef5;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:80px}.logo{font-size:22px;font-weight:750;letter-spacing:-.04em;display:inline-flex;align-items:center;gap:11px;color:var(--text);line-height:1.1;white-space:nowrap}.logo:hover{text-decoration:none}.logo small{display:block;font-size:10px;color:var(--muted);letter-spacing:.09em;font-weight:450;margin-top:8px}.logo-mark{width:43px;height:43px;border-radius:12px;color:var(--lime);background:var(--ink);display:flex;justify-content:center;align-items:center;gap:1px;font-size:24px;font-weight:650;letter-spacing:-.06em}.logo-mark span{font-size:18px;margin-top:-9px}.nav{display:flex;align-items:center;gap:3px}.nav a{color:#d2d1cc;font-size:13px;font-weight:550;padding:9px 11px;border-radius:7px;white-space:nowrap}.nav a:hover,.nav a[aria-current=page]{color:var(--brand);background:#181715;text-decoration:none}.header-actions{display:flex;align-items:center;gap:12px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:12px 23px;border-radius:9px;font-size:14px;font-weight:650;border:1px solid transparent;line-height:1.5;transition:background .18s,border-color .18s,transform .18s}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 4px 9px #3e31170b}.btn-primary:hover{background:var(--brand-dark)}.btn-ghost{color:var(--text);background:#0e0d0c;border-color:var(--line)}.btn-ghost:hover{border-color:#5b574e;background:#141311}.btn-lime{background:var(--lime);color:var(--ink)}.btn-lime:hover{background:#353c24}.btn-ink{background:#22201d;color:#fff}.btn-ink:hover{background:#141311}.btn-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.header-buy{min-height:40px;padding:10px 18px;font-size:13px;white-space:nowrap}.mobile-menu,.mobile-purchase{display:none}.announcement{border-bottom:1px solid #33312c;background:#161513;font-size:12px}.announcement .wrap{display:flex;align-items:center;gap:16px;min-height:40px}.announcement-label{color:var(--brand);font-weight:700;padding-right:16px;border-right:1px solid #3f3c35}.announcement a{display:inline-flex;align-items:center;gap:12px;color:#e1d9c7}.announcement-tail{margin-left:auto;color:#c8c6c1}.home-hero{padding:60px 0 0}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 365px;align-items:center;gap:80px}.hero-copy{padding:10px 0 20px}.hero-copy .eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:23px}.status-dot{width:7px;height:7px;border-radius:50%;background:#eca61a}.hero-copy h1{font-size:clamp(40px,4.8vw,64px);line-height:1.2;letter-spacing:-.045em;margin:0 0 25px}.hero-copy h1 span{color:var(--brand)}.hero-lead{color:var(--muted);line-height:1.95;font-size:16px;margin-bottom:28px}.hero-actions .btn{min-height:51px;padding:14px 22px}.hero-proof{display:flex;flex-wrap:wrap;gap:22px;font-size:11px;color:var(--muted);margin-top:23px}.hero-proof span{display:inline-flex;align-items:center;gap:6px}.hero-proof svg{color:#d9cfb8}.recharge-card{position:relative;background:var(--ink);border-radius:19px;color:#fff;padding:27px 29px 21px;box-shadow:0 16px 35px #3d321b12}.recharge-topline{display:flex;align-items:center;gap:10px;color:#d1e0d7;font-size:11px;margin-bottom:22px}.plan-symbol{color:var(--lime);display:inline-flex}.plan-label{margin-left:auto;border:1px solid #47443d;border-radius:5px;padding:1px 8px;color:#d5e7cd}.recharge-card h2{margin:0 0 4px;font-size:25px;letter-spacing:-.025em;color:#fff}.recharge-subtitle{font-size:11px;color:#a9a69e;margin-bottom:13px}.recharge-price{display:flex;align-items:baseline;gap:6px;line-height:1.2;margin-top:17px}.recharge-price strong{font-size:65px;font-weight:650;letter-spacing:-.045em}.recharge-price span:first-child{font-size:22px}.recharge-price span:last-child{color:#bbd0c1;font-size:12px;margin-left:4px}.official-price{color:#aaa79f;font-size:10px;margin:6px 0 21px}.plan-benefits{padding:0;margin:0 0 21px;list-style:none;font-size:12px;color:#d4e1d9}.plan-benefits li{display:flex;align-items:center;gap:9px;margin-top:7px}.plan-benefits svg{color:var(--lime)}.recharge-card .btn{width:100%;min-height:48px;justify-content:space-between}.recharge-hint{font-size:10px;text-align:center;color:#aaa79f;margin:9px 0 18px}.pro-entry{border-top:1px solid #383530;padding-top:15px;display:flex;align-items:center;justify-content:space-between;color:#e4edde}.pro-entry:hover{color:var(--lime);text-decoration:none}.pro-entry strong{font-size:12px;font-weight:550}.pro-entry small{display:block;font-size:10px;color:#aaa79f;margin-top:3px}.trust-strip{margin-top:47px;padding:25px 0;display:grid;grid-template-columns:1fr 1fr 1fr 1.18fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center}.trust-strip p{padding:0 34px;border-right:1px solid var(--line);margin:0;display:flex;align-items:center;gap:15px}.trust-strip p:first-child{padding-left:0}.trust-strip p strong{font-size:27px;font-weight:650;letter-spacing:-.04em}.trust-strip p strong small{font-size:12px;font-weight:450}.trust-strip p>span{font-size:11px;color:var(--muted)}.trust-strip>a{display:flex;align-items:center;justify-content:space-between;padding-left:35px;color:var(--text);font-size:10px}.trust-strip>a strong{font-size:13px;font-weight:550}.section{padding:72px 0}.section.alt{background:var(--bg-soft)}.section h2{margin-top:0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section-heading h2{margin:0 0 9px;font-size:30px}.section-heading p{color:var(--muted);font-size:13px;margin:0}.section-heading .eyebrow{margin-bottom:9px}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;white-space:nowrap}.topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.topic-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:23px 21px 20px;border:1px solid #34312c;border-radius:12px;background:#0e0d0c;color:var(--text);transition:border-color .18s,transform .18s}.topic-card:hover{text-decoration:none;border-color:#6e5f42;transform:translateY(-3px)}.topic-icon{width:42px;height:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#181716;color:#e0d8c5}.topic-card .topic-icon{margin-bottom:16px}.topic-copy strong{display:block;font-size:15px;margin-bottom:5px}.topic-copy>span{display:block;font-size:11px;color:var(--muted)}.topic-arrow{position:absolute;right:19px;top:24px;color:#c5c3be}.tone-green{--cover-bg: #191816;--cover-ink: #dfd7c4}.tone-sand{--cover-bg: #1a1917;--cover-ink: #e0d0bc}.tone-blue{--cover-bg: #181715;--cover-ink: #dbd1bc}.tone-lavender{--cover-bg: #161514;--cover-ink: #cac8c3}.topic-card .topic-icon,.topic-icon[class*=tone-]{background:var(--cover-bg);color:var(--cover-ink)}.search-form{display:flex;align-items:center;gap:14px;background:#0e0d0c;border:1px solid var(--line);border-radius:11px;padding:8px 9px 8px 18px}.search-form>svg{color:#c0beb7}.search-form:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #5c492410}.search-form input{min-width:0;flex:1;border:0;background:transparent;color:var(--text);padding:9px 0;font-size:13px;outline:0}.search-form input::placeholder{color:#c3c1bb}.search-form button{display:inline-flex;align-items:center;gap:12px;border:0;border-radius:7px;padding:11px 18px;font-size:12px;background:#161514;font-weight:550;color:var(--brand)}.search-form button:hover{background:#1d1c1a}.home-search{margin:22px 0 37px}.section-subheading{display:flex;align-items:baseline;justify-content:space-between;gap:15px;margin-bottom:19px}.section-subheading h2,.section-subheading h3{margin:0;font-size:17px;letter-spacing:-.015em}.section-subheading>span{color:var(--muted);font-size:11px}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.post-list{display:grid;gap:18px}.post-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:13px;background:#0e0d0c;overflow:hidden;height:100%;transition:border-color .18s,box-shadow .18s}.post-card:hover{border-color:#57534a;box-shadow:0 7px 22px #23382807}.post-cover{position:relative;isolation:isolate;min-height:154px;padding:19px 23px;color:var(--cover-ink);background:var(--cover-bg);overflow:hidden;display:flex;flex-direction:column;justify-content:center}.post-cover:hover{text-decoration:none}.post-cover>span{font-size:10px;margin-bottom:12px}.post-cover strong{font-size:25px;line-height:1.35;letter-spacing:-.035em;font-weight:600}.post-cover small{font-size:10px;margin-top:6px}.post-cover svg{position:absolute;right:22px;top:48px;z-index:-1;opacity:.11;stroke-width:1;transform:rotate(-9deg)}.post-card-body{flex:1;display:flex;flex-direction:column;padding:21px 22px 17px;min-width:0}.post-kicker{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:10px;margin-bottom:12px}.post-kicker>span{color:var(--brand)}.post-card h3{margin:0 0 11px;font-size:16px;line-height:1.75;letter-spacing:-.02em;font-weight:650}.post-description{color:var(--muted);font-size:12px;line-height:1.9;margin:0 0 19px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:15px;border-top:1px solid #2c2a26}.tags{display:flex;gap:6px;flex-wrap:wrap}.tag{font-size:10px;line-height:1.6;background:#141312;padding:4px 8px;border-radius:5px;color:#cecdc8;display:inline-block}.tag:hover{background:#1b1a18;text-decoration:none}.post-read{display:inline-flex;padding:5px;color:var(--brand)}.more-reading{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;margin-top:29px}.more-reading>a{display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--line);padding:19px 0;color:var(--text)}.more-reading>a:hover{text-decoration:none;color:var(--brand)}.more-reading>a>span:nth-child(2){flex:1;min-width:0}.reading-number{font-family:ui-monospace,monospace;color:#c1bfb9;font-size:14px}.more-reading small{font-size:10px;color:var(--muted);display:block;margin-bottom:4px}.more-reading strong{display:block;font-size:13px;font-weight:550;line-height:1.8}.more-reading svg{color:#c1bfb9}.section-ending{display:flex;align-items:center;justify-content:center;gap:17px;margin-top:29px}.section-ending>span{font-size:11px;color:var(--muted)}.home-topic-links{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:25px}.home-topic-links>span{font-size:11px;color:var(--muted);margin-right:5px}.plans-section{background:#161513;border-top:1px solid #312f2a;border-bottom:1px solid #312f2a}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.plan-card{border:1px solid #36342e;border-radius:16px;background:#0e0d0c;padding:30px}.plan-heading{display:flex;align-items:center;gap:14px;margin-bottom:24px}.plan-heading h3{margin:0;font-size:20px;letter-spacing:-.025em}.plan-heading p{margin:2px 0 0;color:var(--muted);font-size:11px}.pill{border:1px solid var(--line);padding:3px 10px;border-radius:5px;font-size:10px;margin-left:auto;color:var(--muted);white-space:nowrap}.plan-main-price{font-size:42px;line-height:1.45;font-weight:650;letter-spacing:-.04em}.plan-main-price span{font-size:13px;font-weight:450;color:var(--muted);margin-left:8px}.pro-price-label{font-size:25px;line-height:2.45;letter-spacing:-.03em;font-weight:600}.pro-price-label span{font-size:12px;color:var(--muted);margin-left:14px;font-weight:400}.plan-checks{list-style:none;padding:18px 0 20px;margin:15px 0 0;border-top:1px solid var(--line)}.plan-checks li{display:flex;align-items:start;gap:10px;font-size:12px;color:var(--muted);margin-bottom:11px}.plan-checks svg{color:var(--brand);margin-top:2px}.plan-card>.btn{width:100%;justify-content:space-between}.plan-guide{display:flex;align-items:center;justify-content:center;gap:10px;font-size:11px;padding-top:13px}.plan-note{text-align:center;font-size:10px;color:var(--muted);margin:20px 0 0}.grid{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.card{background:#0e0d0c;border:1px solid var(--line);border-radius:var(--radius);padding:24px}.card h3{margin-top:0}.step{position:relative}.step .num{width:35px;height:35px;border-radius:8px;display:grid;place-items:center;background:#1a1917;color:var(--brand);font-size:13px;font-weight:650;margin-bottom:20px}.step h3{font-size:15px;margin-bottom:11px}.step p{font-size:12px;line-height:1.9;margin-bottom:0;overflow-wrap:anywhere}.service-note{display:flex;align-items:center;justify-content:center;gap:9px;padding:24px 0 0;color:var(--muted);font-size:12px}.service-note p{margin:0}.faq-section{background:#141312;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.faq-layout{display:grid;grid-template-columns:1fr 1.65fr;gap:80px}.faq-intro h2{font-size:32px;line-height:1.5;margin-bottom:18px}.faq-intro p{font-size:13px;color:var(--muted);line-height:1.9;margin-bottom:25px}.faq details{border:1px solid var(--line);border-radius:9px;padding:16px 19px;margin-bottom:9px;background:#0e0d0c}.faq summary{position:relative;cursor:pointer;font-size:13px;font-weight:550;line-height:1.7;list-style:none;padding-right:28px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:0;top:0;color:var(--muted);font-size:18px;font-weight:350}.faq details[open]{border-color:#5b503a}.faq details[open] summary:after{content:"−"}.faq .a{border-top:1px solid #2c2a26;padding-top:12px;margin-top:12px;color:var(--muted);font-size:13px}.cta{display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:16px;background:var(--ink);color:#d6e1d9;padding:34px 38px;margin:2em 0}.cta h3{font-size:24px;color:#fff;margin:0 0 9px}.cta .eyebrow{color:var(--lime);font-size:10px;margin-bottom:11px}.cta p{color:#c0d0c5;font-size:12px;margin:0}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.cta-actions>span{font-size:10px;color:#c0d0c5}.cta .wx{font-family:ui-monospace,monospace;color:#e5eddf}.cta-compact{padding:26px}.cta-compact h3{font-size:18px}.final-cta{padding-top:30px;padding-bottom:30px}.directory-hero{padding:28px 0 38px;background:#161514;border-bottom:1px solid var(--line)}.directory-hero .eyebrow{margin-top:27px}.directory-hero h1{font-size:39px;margin-bottom:13px}.directory-hero>.wrap>p:not(.eyebrow):not(.breadcrumb){font-size:14px;color:var(--muted)}.directory-facts{display:flex;gap:23px;color:var(--muted);font-size:12px;margin:22px 0 29px}.directory-facts strong{color:var(--text)}.directory-hero .topic-card{flex-direction:row;gap:13px;align-items:center;padding:18px}.directory-hero .topic-card .topic-icon{margin:0;width:35px;height:35px}.directory-hero .topic-copy strong{font-size:13px;margin:0}.directory-hero .topic-copy>span{display:none}.directory-hero .topic-arrow{display:none}.directory-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:38px;padding-top:38px;padding-bottom:54px}.directory-main{min-width:0}.filter-tags{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0 29px}.filter-tags .tag{font-size:11px;padding:7px 10px;background:#161514;border:1px solid transparent}.filter-tags .tag.active{background:var(--brand);color:#fff}.filter-tags .tag:hover{border-color:#59554c}.directory-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.sidebar-sticky{position:sticky;top:104px}.recharge-card-compact{padding:22px;border-radius:13px}.recharge-card-compact h2{font-size:23px}.recharge-card-compact .recharge-price strong{font-size:49px}.recharge-card-compact .recharge-topline{margin-bottom:17px}.recharge-card-compact .recharge-subtitle{font-size:10px}.recharge-card-compact .official-price{font-size:9px}.recharge-card-compact .btn{font-size:12px;padding:11px 16px}.sidebar-help{margin-top:24px;padding:22px;background:#151513;border:1px solid var(--line);border-radius:12px}.sidebar-help .eyebrow{margin-bottom:10px}.sidebar-help a{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;padding:11px 0;border-bottom:1px solid var(--line)}.sidebar-help a:last-child{border:0;padding-bottom:0}.search-empty{border:1px dashed #48443d;background:#141311;padding:55px 25px;border-radius:13px;text-align:center;color:var(--muted)}.search-empty h3{margin-top:20px;font-size:18px}.search-empty p{font-size:12px}.search-empty .btn-row{justify-content:center;margin-top:24px}.article-header{padding-top:43px;padding-bottom:25px}.article-header h1{line-height:1.55;margin-top:22px}.article-header .meta{color:var(--muted);font-size:12px}.article{padding-bottom:55px;overflow-wrap:anywhere}.article>p,.article-content>p{line-height:1.95}.article h2{margin-top:2.2em;font-size:23px;scroll-margin-top:105px}.article h3{scroll-margin-top:105px}.article img{border-radius:10px;border:1px solid var(--line)}.article a:not(.btn):not(.tag):not(.post-read):not(.post-cover){text-underline-offset:4px}.article-content>p a{text-decoration:underline;text-decoration-color:#564c37}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:11px;color:var(--muted);margin:0 0 20px}.breadcrumb a{color:var(--muted)}.toc{border:1px solid var(--line);border-radius:11px;padding:20px;background:#151412;font-size:12px;margin:1em 0 1.5em}.toc strong{display:block;font-size:12px;margin-bottom:12px}.toc ul,.toc ol{margin:0;padding-left:1.4em}.toc li{padding:4px 0;color:#bebcb6}.toc a{color:#ceccc7}.toc a:hover{color:var(--brand)}.related{border-top:1px solid var(--line);padding-top:24px;margin-top:35px}.related strong{font-size:17px}.related ul{padding-left:1.1em;margin-bottom:0}.related li{padding:5px 0;font-size:13px}.notice{border-radius:9px;padding:15px 18px;margin:1.4em 0;border:1px solid;font-size:14px}.notice.warn{background:var(--warn-soft);border-color:#4c3f29;color:var(--warn)}.notice.ok{background:var(--ok-soft);border-color:#4b4230;color:var(--ok)}.price-table td:first-child{font-weight:600}.reading-heading{padding-top:33px;padding-bottom:29px}.reading-heading h1{max-width:960px;font-size:36px}.reading-heading .meta{margin-bottom:0}.reading-layout{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:64px;align-items:start}.reading-body{min-width:0;max-width:810px}.reading-body .article-content{padding-top:25px;border-top:1px solid var(--line)}.reading-sidebar .toc{margin-top:0;margin-bottom:21px}.reading-sidebar .toc ol{list-style-type:decimal-leading-zero}.reading-sidebar .toc li{font-size:11px;line-height:1.7;padding:6px 0}.reading-sidebar .sidebar-sticky{position:sticky;top:101px}.sidebar-back{display:block;font-size:12px;text-align:center;margin-top:21px}.tag-heading{padding-bottom:30px}.tag-heading h1{font-size:39px}.tag-return{text-align:center;margin-top:35px}.hero{padding:55px 0;background:var(--brand-soft)}.hero .lead{color:var(--muted)}.badges{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.badge{border:1px solid var(--line);border-radius:5px;padding:4px 10px;font-size:12px;background:#0e0d0c}.badge.ok{color:var(--ok);background:var(--ok-soft)}.site-footer{padding:45px 0 25px;border-top:1px solid var(--line);background:#151412;color:var(--muted);font-size:12px}.site-footer .cols{display:grid;gap:35px;grid-template-columns:1.65fr 1fr 1fr 1.2fr}.site-footer .logo{margin-bottom:21px}.site-footer .cols>div>strong{color:var(--text);font-size:12px;font-weight:650;display:block;margin:7px 0 17px}.site-footer .cols>div:first-child>p{max-width:260px;font-size:11px;line-height:1.9}.site-footer a{color:var(--muted)}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:9px 0;font-size:11px}.site-footer li svg{margin-left:7px}.footer-legal{border-top:1px solid var(--line);padding-top:20px;margin:31px 0 0;font-size:10px;line-height:1.9}@media(max-width:1100px){.nav a{font-size:12px;padding:9px 7px}.header-inner{gap:12px}.logo{font-size:20px}.logo small{font-size:9px}.hero-layout{gap:40px;grid-template-columns:minmax(0,1fr) 340px}.hero-copy h1{font-size:50px}.hero-proof{gap:12px}.trust-strip p{padding:0 20px;flex-direction:column;align-items:flex-start;gap:0}.trust-strip>a{padding-left:20px}.topic-card{padding:20px 16px}.topic-copy>span{font-size:10px}.reading-layout{gap:35px}.directory-layout{gap:26px;grid-template-columns:minmax(0,1fr) 255px}.post-card-body{padding:19px}.post-cover{padding:20px}.post-cover strong{font-size:23px}.cta{padding:29px}.cta h3{font-size:20px}.faq-layout{gap:40px}}@media(max-width:900px){.nav{display:none}.mobile-menu{display:block}.mobile-menu summary{display:flex;padding:9px;border:1px solid var(--line);border-radius:7px;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open] summary{background:#1a1917}.mobile-menu nav{position:absolute;top:calc(100% + 1px);left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:0 15px 25px #3b30190c;padding:16px 28px}.mobile-menu nav a{display:flex;justify-content:space-between;align-items:center;padding:12px 10px;border-radius:6px;color:var(--text);font-size:14px}.mobile-menu nav a[aria-current=page]{background:#1a1917;color:var(--brand)}.hero-layout{gap:30px;grid-template-columns:minmax(0,1fr) 310px}.hero-copy h1{font-size:42px}.hero-lead{font-size:14px}.hero-actions .btn{padding:12px 16px;font-size:12px}.hero-proof span:last-child{display:none}.recharge-card{padding:23px}.recharge-price strong{font-size:55px}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-card{flex-direction:row;align-items:center;gap:15px}.topic-card .topic-icon{margin:0}.topic-arrow{top:18px;right:14px;width:13px}.post-grid{gap:14px}.post-card h3{font-size:14px}.post-cover strong{font-size:21px}.post-cover{padding:17px;min-height:140px}.post-card-body{padding:16px}.directory-aside{display:none}.directory-layout{display:block}.reading-layout{display:flex;flex-direction:column;gap:0}.reading-sidebar{width:100%;order:-1}.reading-sidebar .recharge-card,.reading-sidebar .sidebar-back{display:none}.reading-sidebar .toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 25px}.reading-sidebar .sidebar-sticky{position:static}.reading-body{max-width:none;width:100%}.site-footer .cols{grid-template-columns:1.4fr 1fr 1fr}.site-footer .cols>div:first-child{grid-column:1/-1}.site-footer .cols>div:first-child>p{max-width:500px}}@media(max-width:640px){html{scroll-padding-top:85px}body{font-size:15px;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.wrap{padding-left:20px;padding-right:20px}.header-inner{min-height:70px}.logo{font-size:20px;gap:8px}.logo-mark{width:36px;height:36px;font-size:21px;border-radius:9px}.logo-mark span{font-size:16px}.logo small{font-size:8px;margin-top:6px;letter-spacing:.04em}.header-actions{gap:9px}.header-buy{padding:9px 12px;font-size:11px;min-height:38px;gap:7px}.mobile-menu summary{padding:8px}.mobile-menu nav{padding:13px 20px}.announcement .wrap{gap:10px;min-height:39px}.announcement-label{font-size:9px;padding-right:9px;white-space:nowrap}.announcement a{font-size:10px;gap:7px}.announcement-tail{display:none}.home-hero{padding-top:34px}.hero-layout{display:flex;flex-direction:column;gap:26px;align-items:stretch}.hero-copy{padding:0}.hero-copy .eyebrow{font-size:10px;margin-bottom:19px}.hero-copy h1{font-size:44px;line-height:1.23;margin-bottom:19px}.hero-lead{font-size:13px;line-height:1.95;margin-bottom:21px}.desktop-break{display:none}.hero-actions{gap:8px}.hero-actions .btn{flex:1;min-height:47px;padding:12px 10px;font-size:11px;gap:7px}.hero-proof{font-size:10px;gap:15px;margin-top:17px}.hero-proof span:last-child{display:inline-flex}.hero-proof svg{width:14px}.recharge-card{border-radius:14px;padding:25px}.recharge-topline{margin-bottom:15px}.recharge-price strong{font-size:57px}.recharge-price{margin-top:12px}.plan-benefits{margin-bottom:18px}.trust-strip{margin-top:29px;grid-template-columns:repeat(3,1fr);padding:19px 0}.trust-strip p{padding:0 11px;align-items:center}.trust-strip p:first-child{padding-left:0}.trust-strip p:nth-child(3){border:0;padding-right:0}.trust-strip p strong{font-size:23px}.trust-strip p>span{font-size:9px;margin-top:3px}.trust-strip>a{display:none}.section{padding:44px 0}.section-heading{align-items:flex-start;flex-direction:column;gap:13px;margin-bottom:23px}.section-heading h2{font-size:25px}.section-heading p{font-size:12px}.eyebrow{font-size:10px}.text-link{font-size:11px}.topic-grid{gap:10px}.topic-card{flex-direction:column;align-items:start;gap:13px;padding:16px 14px;border-radius:10px}.topic-icon{width:34px;height:34px;border-radius:8px}.topic-icon svg{width:19px}.topic-copy strong{font-size:13px}.topic-copy>span{font-size:10px;line-height:1.7}.search-form{gap:9px;padding:6px 6px 6px 12px}.search-form>svg{width:17px}.search-form input{font-size:16px}.search-form button{padding:11px 12px;font-size:11px;gap:6px}.search-form button svg{display:none}.home-search{margin:18px 0 29px}.section-subheading{gap:10px}.section-subheading h2,.section-subheading h3{font-size:15px}.section-subheading>span{font-size:10px}.post-grid,.directory-posts{grid-template-columns:1fr;gap:18px}.post-cover{min-height:150px;padding:23px}.post-cover strong{font-size:27px}.post-cover svg{right:32px}.post-card-body{padding:20px}.post-card h3{font-size:16px}.more-reading{grid-template-columns:1fr;margin-top:14px}.more-reading>a{padding:17px 0}.more-reading strong{font-size:12px}.section-ending{flex-direction:column;gap:11px}.plan-grid{grid-template-columns:1fr;gap:17px}.plan-card{padding:24px}.plan-heading{gap:12px}.plan-heading h3{font-size:19px}.plan-main-price{font-size:40px}.pro-price-label{font-size:24px}.pro-price-label span{font-size:11px;margin-left:10px}.plan-note{font-size:9px;text-align:left}.grid-3,.grid-2{grid-template-columns:1fr}.step{padding:22px 22px 22px 71px}.step .num{position:absolute;left:22px;top:22px}.service-note{align-items:start;font-size:11px}.service-note>svg{margin-top:3px}.faq-layout{display:block}.faq-intro{margin-bottom:26px}.faq-intro h2{font-size:25px}.faq-intro h2 br{display:none}.faq-intro p{font-size:12px;margin-bottom:13px}.faq-intro p br{display:none}.faq details{padding:15px 16px}.faq summary,.faq .a{font-size:12px}.cta{flex-direction:column;align-items:stretch;padding:27px 24px;gap:23px}.cta h3{font-size:22px}.cta-actions{align-items:stretch}.cta-actions>span{text-align:center}.cta .btn{justify-content:space-between}.final-cta{padding-top:12px;padding-bottom:12px}.directory-hero{padding:23px 0 28px}.directory-hero h1{font-size:29px;line-height:1.5}.directory-hero>.wrap>p:not(.eyebrow):not(.breadcrumb){font-size:12px}.directory-facts{gap:14px;flex-wrap:wrap;font-size:10px;margin:20px 0}.directory-hero .topic-card{padding:12px;gap:8px}.directory-hero .topic-copy strong{font-size:12px}.directory-hero .topic-card .topic-icon{width:27px;height:27px}.directory-layout{padding-top:25px}.filter-tags{gap:6px;margin:16px 0 25px}.filter-tags .tag{font-size:10px;padding:6px 8px}.search-empty{padding:38px 20px}.search-empty .btn-row{flex-direction:column}.search-empty h3{font-size:17px}.article-header{padding-top:25px;padding-bottom:20px}.article-header h1{font-size:28px;line-height:1.55;margin-top:17px}.article-header .meta{font-size:11px}.reading-heading h1{font-size:27px}.article .cta h3{font-size:20px}.article h2{font-size:21px}.article table{display:block;width:100%;overflow-x:auto}.article th,.article td{min-width:110px;font-size:12px}.article-header .tags{margin-top:8px;margin-left:0!important}.reading-sidebar .toc ol{display:block}.reading-sidebar .toc li{padding:5px 0}.toc{padding:17px 19px}.reading-body .article-content{padding-top:8px;border:0}.site-footer{padding-top:32px}.site-footer .cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.site-footer .cols>div:last-child{grid-column:1/-1}.footer-legal{margin-top:23px}.mobile-purchase{position:fixed;bottom:0;left:0;right:0;z-index:25;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));background:#100f0ef5;border-top:1px solid #3a3731;backdrop-filter:blur(12px)}.mobile-price{line-height:1.25;color:var(--text)}.mobile-price strong{font-size:21px;font-weight:650;letter-spacing:-.04em}.mobile-price small{font-size:10px;color:var(--muted);font-weight:450}.mobile-price>span{display:block;font-size:9px;color:var(--muted);margin-top:4px}.mobile-purchase .btn{min-height:43px;font-size:12px;padding:11px 21px}}@media(max-width:360px){.header-inner{gap:10px}.site-header .logo small{display:none}.directory-hero .topic-card{align-items:flex-start;flex-direction:column}.hero-copy h1{font-size:36px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}:root{--bg:#131519;--bg-soft:#1b1f26;--text:#d9d4c8;--muted:#aaa394;--line:#2a2e35;--brand:#f0b23e;--brand-dark:#d99a24;--brand-soft:#26200f;--ink:#171a20;--lime:#f5cf6a;--ok:#7fc79b;--ok-soft:#152219;--maxw:1280px}body{padding-bottom:0;background:#0e0d0c}:focus-visible{outline-color:#726345}::selection{background:#322c20;color:#f4ebd8}button{border:0}.btn{border-radius:12px;font-size:15px;min-height:50px}.btn-primary{background:linear-gradient(110deg,#eda81e,#eda921);box-shadow:0 5px 15px #eba92521}.btn-primary:hover{background:linear-gradient(110deg,#eda71c,#eda81d);box-shadow:0 7px 20px #eba92530}.btn-ink{background:#251e14}.btn-ink:hover{background:#171513}.btn-ghost:hover{border-color:#423a2a;background:#100f0e}.btn-lime:hover{background:#11100f}.text-link{font-size:14px}.v2-notice{min-height:45px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px;padding:10px 24px;background:#11110f;color:#e6d7b4;font-size:12px;line-height:1.7;border-bottom:1px solid #2b2824}.v2-notice a{display:inline-flex;gap:5px;align-items:center;font-weight:600}.v2-header{background:#0e0d0ced;backdrop-filter:blur(16px);border-color:#292723}.v2-header .header-inner{min-height:80px;gap:25px}.v2-header .logo{font-size:23px;letter-spacing:-.04em;gap:10px}.v2-header .logo-mark,.v2-footer .logo-mark{background:linear-gradient(145deg,#eda71d,#edaa23);color:#fff;font-size:25px;height:42px;width:42px;border-radius:12px;box-shadow:0 4px 12px #eba9251c}.v2-header .logo small{font-size:9px;letter-spacing:.02em;color:#cdc0a1;margin-top:7px}.v2-nav{flex:1;justify-content:center;gap:5px}.v2-nav>a,.v2-nav>button,.v2-nav .nav-trigger{display:flex;align-items:center;gap:5px;border:0;background:transparent;padding:10px 9px;color:#d4d2ce;font-size:13px;font-weight:500;line-height:1.6;border-radius:8px;white-space:nowrap}.v2-nav>a:hover,.v2-nav>button:hover,.v2-nav .nav-trigger:hover,.v2-nav>a[aria-current=page],.nav-trigger[aria-expanded=true]{background:#11100f;color:#f4d283;text-decoration:none}.tutorial-menu{position:relative}.nav-trigger svg{transition:transform .2s}.nav-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.guides-dropdown{position:absolute;z-index:50;top:calc(100% + 19px);left:50%;transform:translate(-50%);width:484px;padding:20px 20px 0;border:1px solid #2b2925;background:#0e0d0c;border-radius:16px;box-shadow:0 18px 55px #5f491e1f;animation:menu-enter .18s ease-out}.guides-dropdown:before{content:"";position:absolute;left:0;top:-22px;height:22px;width:100%}.guides-dropdown>p{font-size:10px;letter-spacing:.08em;color:#cbbe9f;margin:0 10px 12px}.guide-links{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding-bottom:16px}.guide-links a{display:flex;align-items:center;gap:11px;padding:10px;color:#eae3d4;white-space:normal}.guide-links a:hover{background:#10100e}.menu-icon{display:inline-flex;width:37px;height:37px;justify-content:center;align-items:center;color:#decca3;background:#121110;border-radius:10px;flex-shrink:0}.guide-links strong{font-size:13px;font-weight:600;display:block}.guide-links small{color:#b9b7b0;font-size:10px;display:block;margin-top:3px}.v2-nav a.guide-bottom{display:flex;gap:8px;margin:0 -20px;padding:14px 25px;background:#100f0e;border-top:1px solid #2a2823;border-radius:0 0 16px 16px;font-size:12px;color:#d6cbb2}.guide-bottom svg:last-child{margin-left:auto}.order-entry{background:transparent;font-size:13px;display:flex;align-items:center;gap:7px;color:#cfcdc8;white-space:nowrap;padding:8px 0}.order-entry:hover{color:#f4d283}.scroll-progress{position:absolute;bottom:-1px;height:2px;width:var(--progress,0%);background:#eda920;pointer-events:none}.mobile-menu-toggle,.mobile-navigation{display:none}.v2-hero{text-align:center;padding:91px 0 0;background:radial-gradient(ellipse 58% 45% at 50% 40%,#100f0e,transparent 75%),#0e0d0c;overflow:hidden}.v2-hero h1{font-size:clamp(60px,7.12vw,96px);line-height:1.12;letter-spacing:-.055em;font-weight:730;margin:0 0 26px}.hero-rotator{font-size:clamp(30px,3.55vw,48px);line-height:1.35;font-weight:700;letter-spacing:-.045em;min-height:65px;margin-bottom:23px}.hero-rotator span{display:block;background:linear-gradient(100deg,#eda71c 20%,#eda920 60%,#eda71b 90%);color:transparent;-webkit-background-clip:text;background-clip:text;animation:phrase-enter .6s both}.v2-hero-description{font-size:19px;color:#d1c5aa;line-height:1.85;margin:0 auto 31px;max-width:760px}.hero-charge{min-width:190px;min-height:57px;padding:15px 26px;border-radius:16px;font-size:18px;box-shadow:0 8px 18px #eba92528}.hero-charge svg{margin-left:10px}.hero-pro-link{display:flex;width:fit-content;align-items:center;justify-content:center;gap:8px;margin:18px auto 0;color:#d4c9b0;font-size:12px}.hero-pro-link>span{color:#fff;background:#2c2418;border-radius:4px;font-size:8px;letter-spacing:.08em;font-weight:700;padding:1px 5px}.v2-hero-proof{display:flex;align-items:center;justify-content:center;gap:12px;font-size:12px;color:#d4c9b0;margin-top:31px}.v2-hero-proof strong{color:#e2dac9}.proof-symbols{display:flex;padding-left:7px}.proof-symbols span{display:flex;align-items:center;justify-content:center;width:31px;height:31px;margin-left:-7px;border:2px solid #211f1c;border-radius:50%;background:#151412;color:#d3c5a6}.proof-symbols span:nth-child(2){background:#141311;color:#cec1a3}.proof-symbols span:nth-child(3){background:#181715;color:#d7ccb3}.proof-symbols span:nth-child(4){background:#131210;color:#d1c5a9}.hero-live-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px auto 0;color:#d3c7ac;font-size:11px}.blue-pulse{position:relative;width:6px;height:6px;background:#eda921;border-radius:50%}.blue-pulse:before{content:"";position:absolute;inset:0;border-radius:50%;background:#edaa24;animation:soft-ping 2.3s infinite}.v2-hero-trust{display:flex;align-items:center;justify-content:center;gap:49px;margin:43px auto 0}.v2-hero-trust>div{display:flex;align-items:center;text-align:left;gap:12px}.v2-hero-trust svg{color:#d7c69c}.v2-hero-trust strong{font-size:12px;color:#ddd4bf;display:block;font-weight:550}.v2-hero-trust small{font-size:10px;color:#b5b3ac;display:block;margin-top:2px}.explore-down{display:flex;flex-direction:column;align-items:center;color:#b3b1a9;font-size:10px;margin:48px auto 0;width:max-content}.explore-down:hover{text-decoration:none;color:#e9cd8e}.explore-down>span{background:#11110f;border:1px solid #2a2823;border-radius:20px;padding:3px 14px}.explore-down i{width:1px;height:36px;background:linear-gradient(#342e21,transparent);margin:10px 0 0}.explore-down b{width:29px;height:29px;display:flex;align-items:center;justify-content:center;border:1px solid #2b2824;border-radius:50%;animation:gentle-bounce 2s infinite}.v2-section{padding:112px 0}.center-heading{text-align:center;margin:0 auto 54px}.center-heading h2{font-size:46px;font-weight:700;line-height:1.3;letter-spacing:-.045em;margin:0 0 18px}.center-heading>p:last-child{font-size:16px;color:#cdc0a2;margin:0}.section-kicker{color:#e2cc9a;font-size:12px;letter-spacing:.1em;font-weight:600;margin-bottom:13px}.mobile-only{display:none}.advantages-section{padding-top:105px;padding-bottom:116px}.advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:1120px;margin:auto}.advantage-card{background:#0e0d0c;border:1px solid #2b2925;border-radius:18px;padding:26px 24px;box-shadow:0 3px 10px #59472303;transition:transform .25s,box-shadow .25s,border-color .25s}.advantage-card:hover{transform:translateY(-5px);border-color:#3a3325;box-shadow:0 13px 30px #80612322}.advantage-icon{display:flex;width:49px;height:49px;justify-content:center;align-items:center;color:#e4ca8e;background:#11100f;border-radius:13px;margin-bottom:23px}.advantage-card:nth-child(2) .advantage-icon{color:#d5cab0;background:#131210}.advantage-card:nth-child(3) .advantage-icon{color:#d2c5a6;background:#11110f}.advantage-card h3{font-size:16px;font-weight:650;margin:0 0 12px;letter-spacing:-.025em}.advantage-card p{color:#cdc0a2;font-size:13px;line-height:1.9;margin:0}.walkthrough-section{background:#0f0f0e;border-top:1px solid #272521;border-bottom:1px solid #272521}.walkthrough{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;max-width:1050px;margin:auto;align-items:center}.walkthrough-tabs{display:flex;flex-direction:column;gap:14px}.walkthrough-tabs>button{display:flex;align-items:flex-start;gap:17px;text-align:left;padding:22px;background:transparent;border:1px solid transparent;border-radius:16px;transition:background .25s,border-color .25s}.walkthrough-tabs>button:hover{background:#121110}.walkthrough-tabs>button[aria-selected=true]{background:#121110;border-color:#342e21}.step-circle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#141412;color:#cabc9d;font-size:17px;font-weight:600;transition:background .25s}[aria-selected=true]>.step-circle{background:#eda81f;color:#fff;box-shadow:0 3px 12px #eba92529}.walkthrough-tabs strong{display:block;font-size:18px;margin:2px 0 7px;font-weight:600}.walkthrough-tabs>button>span>span{display:block;color:#cec1a4;font-size:12px;line-height:1.9}.demo-tools{display:flex;justify-content:space-between;align-items:center;padding:2px 22px;color:#b2b0a9;font-size:10px}.demo-tools>span{display:flex;align-items:center;gap:5px}.demo-tools button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #2e2c28;background:#0e0d0c;color:#d1c5a9;border-radius:50%}[data-demo-play][aria-pressed=true] .play-icon,[data-demo-play][aria-pressed=false] .pause-icon{display:none}.demo-stage{background:radial-gradient(ellipse at 10% 20%,#312b20,transparent),linear-gradient(140deg,#121110,#11110f);padding:40px 32px;border-radius:25px;min-width:0}.demo-panel{animation:phrase-enter .5s ease}.mock-browser{background:#0e0d0c;border:1px solid #2b2824;border-radius:13px;box-shadow:0 18px 35px #a988461c;overflow:hidden;min-height:340px}.mock-toolbar{display:flex;align-items:center;gap:5px;border-bottom:1px solid #282622;padding:14px;background:#0f0e0d}.mock-toolbar>i{width:6px;height:6px;border-radius:50%;background:#191816}.mock-toolbar>i:first-child{background:#f5b4b2}.mock-toolbar>i:nth-child(2){background:#f0d18d}.mock-toolbar>i:nth-child(3){background:#abd6c5}.mock-toolbar>span{display:flex;align-items:center;justify-content:center;flex:1;gap:4px;color:#c5b693;font-size:8px;padding-right:15px}.mock-content{padding:30px 28px 26px;text-align:center}.success-orb{display:flex;align-items:center;justify-content:center;width:55px;height:55px;color:#ecce88;border-radius:50%;background:#121110;margin:0 auto 15px;box-shadow:0 0 0 7px #f7faff}.mock-content h3{font-size:17px;font-weight:650;margin:0 0 8px}.mock-content>p,.mock-success p{color:#cabc9c;font-size:10px;margin:0 0 19px}.mock-field{position:relative;text-align:left;background:#0f0e0d;border:1px solid #2b2925;border-radius:9px;padding:10px 13px;margin:18px 0 13px;min-height:64px}.mock-field>span{display:block;font-size:8px;color:#c5b693}.mock-field>strong{font-family:ui-monospace,monospace;font-size:13px;color:#ccbfa0;letter-spacing:.08em}.mock-field>svg{position:absolute;right:13px;top:24px;color:#d1b779}.mock-content .btn{width:100%;font-size:11px;padding:9px;min-height:38px;border-radius:8px}.mock-step-label{display:block;font-size:10px;color:#dcc99c;letter-spacing:.15em;font-weight:600;margin:0 0 15px}.mock-code{display:flex;flex-direction:column;gap:5px;padding:9px 30px 2px 0}.mock-code b{height:4px;width:86%;background:#181715;border-radius:3px}.mock-code b:nth-child(2){width:67%}.mock-code b:nth-child(3){width:75%}.mock-content .mock-note{display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px;margin:15px 0}.mock-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mock-summary>span{text-align:left;border:1px solid #2b2824;border-radius:8px;padding:12px;position:relative}.mock-summary svg{position:absolute;right:9px;top:11px;color:#aac1e5}.mock-summary small{display:block;font-size:8px;color:#c5b794}.mock-summary strong{font-size:11px;font-weight:600;color:#dfd7c4}.demo-restart{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#cbbe9f;font-size:10px;margin-top:12px}.walkthrough-guide{display:flex;gap:10px;align-items:center;width:fit-content;margin:30px auto 0;font-size:13px}.video-preview{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:880px;height:360px;margin:70px auto 0;background:radial-gradient(ellipse at 50% 30%,#3a2f1f,#261f15 72%);border-radius:20px;color:#fff;overflow:hidden;box-shadow:0 18px 40px #47371612}.video-preview:before,.video-preview:after{content:"";position:absolute;width:220px;height:220px;border:1px solid #6559412a;border-radius:50%;top:20px;left:calc(50% - 110px);pointer-events:none}.video-preview:after{width:320px;height:320px;top:-30px;left:calc(50% - 160px)}.video-window{display:flex;flex-direction:column;align-items:flex-start;width:290px;height:186px;position:absolute;border:1px solid #5b503a2e;background:linear-gradient(140deg,#eda71c3d,#30271a30);border-radius:12px;transform:rotate(-8deg) translate(-135px,-20px);z-index:-1;padding:12px 20px}.video-dots{font-size:7px;letter-spacing:4px;color:#d9be81;margin-bottom:18px}.video-window-title{font-size:24px;color:#c4d8f8;font-weight:600}.video-window-sub{font-size:9px;color:#d3b97c}.video-window-line{height:7px;background:#eeab2730;width:170px;margin-top:17px;border-radius:4px}.video-window-line.short{width:95px;margin-top:7px}.video-play{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0e0d0c;color:#ebd49c;box-shadow:0 0 0 13px #ffffff09;transition:transform .25s,box-shadow .25s}.video-play svg{margin-left:4px}.video-preview:hover .video-play{transform:scale(1.08);box-shadow:0 0 0 20px #ffffff0b}.video-caption{display:flex;flex-direction:column;text-align:center;margin-top:27px;gap:6px}.video-caption strong{color:#e6efff;font-size:17px;font-weight:500}.video-caption>span{color:#c9b78d;font-size:11px}.knowledge-marquee-section{overflow:hidden;padding-bottom:85px}.marquee-window{overflow:hidden;padding:10px 0;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.marquee-track{display:flex;width:max-content;gap:18px;padding-right:18px;animation:marquee-move 55s linear infinite}.reverse .marquee-track{animation-direction:reverse;animation-duration:48s}.marquee-window:hover .marquee-track,.marquee-window:focus-within .marquee-track{animation-play-state:paused}.knowledge-quote{display:flex;flex-direction:column;width:320px;border:1px solid #2c2a26;background:#0e0d0c;border-radius:14px;padding:22px;color:#e3dccb;box-shadow:0 2px 5px #5d461703}.knowledge-quote:hover{text-decoration:none;border-color:#41392a}.quote-top{display:flex;align-items:center;gap:8px;color:#caba95;margin-bottom:17px;font-size:10px}.quote-top>svg:last-child{margin-left:auto}.knowledge-quote>strong{font-size:13px;line-height:1.8;font-weight:550;margin-bottom:10px}.knowledge-quote>p{font-size:11px;color:#cabc9d;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:19px}.quote-bottom{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#cabd9d;margin-top:auto}.marquee-footnote{font-size:10px;text-align:center;color:#afada5;margin:23px 0 0}.v2-faq-section{background:#100f0e}.faq-explorer{max-width:780px;margin:auto}.faq-search{display:flex;gap:12px;align-items:center;border:1px solid #2f2d28;background:#0e0d0c;border-radius:12px;padding:12px 18px;color:#c4b491}.faq-search:focus-within{border-color:#4e4432;box-shadow:0 0 0 3px #f6b83b0d}.faq-search input{width:100%;min-width:0;background:transparent;border:0;padding:2px 0;outline:none;font-size:13px;color:#e3dccb}.faq-search input::placeholder{color:#aeaba3}.faq-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:23px 0 29px}.faq-filters button{background:#0e0d0c;color:#ccbfa1;border:1px solid #2c2a26;padding:7px 17px;font-size:12px;border-radius:22px}.faq-filters button[aria-pressed=true]{background:#131211;color:#e8ce8f;border-color:#332d21}.faq.v2-faq-list details{border:1px solid #2c2a26;background:#0e0d0c;border-radius:13px;padding:20px 22px;margin-bottom:11px;box-shadow:0 2px 4px #72582302}.faq.v2-faq-list summary{font-size:14px;font-weight:550;padding-right:28px;color:#dfd7c3}.faq.v2-faq-list summary:after{color:#c7b997}.faq.v2-faq-list details[open]{border-color:#393325}.faq.v2-faq-list .a{color:#cec2a5;font-size:13px;line-height:1.95;padding-top:12px}.faq-contact-line{text-align:center;font-size:12px;color:#b3b0a9;margin:26px 0 0}.faq-contact-line button,.pricing-bottom-help button{background:none;color:#e9cd8e;padding:0;font-size:inherit}.faq-search-empty{text-align:center;border:1px dashed #33302b;border-radius:14px;padding:34px 20px;color:#cbbd9e}.faq-search-empty p{font-size:13px;margin:15px 0}.faq-search-empty button{background:transparent;color:#e9cd8e;font-size:12px}.v2-blog-section .wrap{max-width:1136px}.v2-blog-section .topic-grid{margin-bottom:26px}.topic-card{background:#0e0d0c;border-color:#2c2a26}.topic-card:hover{border-color:#443c2b;background:#0f0f0e}.tone-green{--cover-bg:#131211;--cover-ink:#e3cfa1}.tone-sand{--cover-bg:#131211;--cover-ink:#d2c7ac}.tone-blue{--cover-bg:#151413;--cover-ink:#d7cbb2}.tone-lavender{--cover-bg:#121210;--cover-ink:#d0c2a1}.v2-featured-posts{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.post-card{border-color:#2b2925;background:#0e0d0c;border-radius:16px;transition:border-color .2s,box-shadow .2s,transform .2s}.post-card:hover{border-color:#3b3426;box-shadow:0 12px 25px #80602110;transform:translateY(-3px)}.post-card h3 a{display:block;color:var(--text)}.post-cover{min-height:214px;padding:28px 33px;background:radial-gradient(circle at 88% 30%,#0e0d0ca3,transparent 60%),var(--cover-bg)}.post-cover>span{font-size:10px;letter-spacing:.09em;margin-bottom:18px}.post-cover>strong{font-size:32px}.post-cover small{font-size:12px;margin-top:8px}.post-cover svg{width:120px;height:120px;right:34px;top:50px;opacity:.12}.post-card-body{padding:25px}.post-card h3{font-size:18px;line-height:1.65}.post-kicker{font-size:10px;color:#c9bb9b}.post-description{font-size:12px;line-height:1.9;color:#b8b6af}.tag{background:#121110;color:#cdc0a2;border-color:#2c2a26}.tag:hover,.tag.active{background:#121110;color:#e5ce96;border-color:#3d3627;text-decoration:none}.post-read{background:#121110;color:#d7c290}.reading-number{color:#c6b48b}.more-reading{margin-top:27px}.search-form{border-color:#2e2c28;background:#0e0d0c}.search-form:focus-within{border-color:#4e4432;box-shadow:0 0 0 3px #dca6390c}.search-form button{background:#eda71c;color:#fff}.home-topic-links{margin-top:26px}.final-cta{padding-top:5px;padding-bottom:84px}.cta{background:linear-gradient(120deg,#292216,#32281b);border-color:#3b3323;border-radius:20px}.cta h3{color:#f0f5ff}.cta p,.cta small{color:#b1c4e2}.cta .eyebrow{color:#94b9f0}.cta-actions>span{color:#cfb679}.cta-actions>.contact-trigger{color:#b8cef0;font-size:12px;text-align:center}.cta-actions>.contact-trigger:hover{color:#fff}.recharge-card{background:linear-gradient(135deg,#292116,#382e1e);box-shadow:0 13px 30px #4e3b1612}.recharge-card :is(.recharge-topline,.recharge-subtitle,.official-price,.recharge-hint,.plan-benefits,.pro-entry,.pro-entry small){color:#bed0e9}.recharge-card .plan-label{border-color:#5d5038;color:#d0e1fc}.recharge-card .pro-entry{border-color:#4e442f}.recharge-card .recharge-price span:last-child{color:#aec6e8}.toc{background:#100f0e;border-color:#2e2c27}.toc a{color:#d3c8ae}.sidebar-help{background:#100f0e}.article-header .meta{color:#c9bb9a}.breadcrumb{color:#c7b998}.article-header{padding-top:38px}.article p,.article li{line-height:1.95}.article{padding-bottom:64px}.v2-directory-hero{background:#0e0d0c;border-bottom:1px solid #292723;padding:40px 0 33px}.v2-directory-hero h1{font-size:42px;letter-spacing:-.04em}.v2-directory-hero .eyebrow{color:#dbc99e}.v2-directory-hero .topic-grid{margin-top:24px}.v2-directory-layout{display:block;padding-top:35px;max-width:1180px}.editorial-posts{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.editorial-posts>div:first-child{grid-row:span 2}.editorial-posts>div:first-child .post-cover{min-height:290px}.editorial-posts>div:nth-child(2) .post-card,.editorial-posts>div:nth-child(3) .post-card{display:grid;grid-template-columns:170px minmax(0,1fr);height:100%}.editorial-posts>div:nth-child(2) .post-cover,.editorial-posts>div:nth-child(3) .post-cover{min-height:100%;padding:20px}.editorial-posts>div:nth-child(2) .post-cover strong,.editorial-posts>div:nth-child(3) .post-cover strong{font-size:22px}.editorial-posts>div:nth-child(2) .post-card-body,.editorial-posts>div:nth-child(3) .post-card-body{padding:20px}.editorial-posts>div:nth-child(2) .post-card h3,.editorial-posts>div:nth-child(3) .post-card h3{font-size:15px}.editorial-posts>div:nth-child(2) .post-description,.editorial-posts>div:nth-child(3) .post-description{-webkit-line-clamp:2}.v2-directory-aside{display:block;margin-top:32px}.v2-directory-aside .sidebar-sticky{position:static;display:grid;grid-template-columns:1fr 1fr;gap:24px}.v2-directory-aside .sidebar-help{padding:30px;margin:0}.pricing-header{text-align:center;max-width:1080px;padding-top:54px;padding-bottom:34px}.pricing-header h1{font-size:46px;line-height:1.3;margin-top:18px}.pricing-header .meta{font-size:13px}.pricing-selection{max-width:1070px;padding-bottom:48px}.pricing-notice{display:flex;align-items:center;gap:13px;border:1px solid #2b2925;background:#10100e;border-radius:13px;padding:17px 22px;margin-bottom:43px;color:#d9ceb4}.pricing-notice:hover{text-decoration:none;border-color:#413929}.pricing-notice>svg{margin-left:auto}.pricing-notice strong{display:block;font-size:13px}.pricing-notice small{display:block;font-size:11px;color:#c9bb9b;margin-top:2px}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.pricing-card{position:relative;border:1px solid #2f2d28;border-radius:22px;padding:35px 31px 24px;box-shadow:0 9px 30px #634b1c06;display:flex;flex-direction:column}.plus-pricing{border:2px solid #6f6043;background:linear-gradient(180deg,#0f0e0d,#0e0d0c);box-shadow:0 10px 30px #e7ab3415}.recommended-label{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#eda81f;color:#fff;padding:4px 19px;font-size:11px;border-radius:20px;white-space:nowrap}.pricing-title{display:flex;align-items:center;gap:13px}.pricing-product-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#121110;color:#dfc996;border-radius:13px}.pro-pricing .pricing-product-icon{background:#141312;color:#d1c5a9}.pricing-title h2{font-size:25px;font-weight:650;letter-spacing:-.03em;margin:0 0 4px}.pricing-title p{font-size:11px;color:#b5b2ab;margin:0}.pricing-amount{font-size:66px;font-weight:650;line-height:1.1;letter-spacing:-.06em;margin:31px 0 8px}.pricing-amount>span{font-size:30px;vertical-align:top;line-height:1.6;margin-right:5px}.pricing-amount small{font-size:14px;font-weight:400;color:#cabd9d;letter-spacing:0;margin-left:8px}.pricing-consult{font-size:38px;font-weight:650;letter-spacing:-.04em;margin:39px 0 14px;line-height:1.15}.pricing-consult small{display:inline-block;font-size:12px;font-weight:400;color:#cabd9d;letter-spacing:0;margin-left:4px}.pricing-official{color:#c7b897;font-size:11px;margin:0 0 27px}.pricing-perks{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:23px}.pricing-perks>span{display:flex;flex-direction:column;align-items:center;gap:7px;background:#100f0e;border:1px solid #292723;border-radius:9px;padding:12px 4px;font-size:9px;color:#cabc9c}.pricing-perks svg{width:17px;height:17px;color:#d7c089}.pro-pricing .pricing-perks>span{background:#100f0e;color:#c9bb9a;border-color:#292723}.pricing-features{list-style:none;padding:0;margin:0 0 27px;flex:1}.pricing-features li{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#d3c7ac;line-height:1.9;margin:10px 0}.pricing-features svg{color:#e4c988;margin-top:3px}.pricing-card>.btn{width:100%}.pricing-secondary{display:flex;width:fit-content;align-items:center;justify-content:center;gap:7px;margin:17px auto 0;font-size:11px;color:#ccbea0;padding:0;background:transparent}.pricing-bottom-help{display:flex;gap:9px;align-items:center;justify-content:center;color:#c9bc9c;font-size:12px;padding:28px 0 0}.pricing-details{border-top:1px solid #292723;padding-top:38px}.pricing-pro-amounts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:23px 0 8px}.pricing-pro-amounts p{margin:0}.pricing-pro-amounts p+p{padding-left:18px;border-left:1px solid #2e2c27}.pricing-pro-amounts p>span{display:block;color:#d2c7ac;font-size:12px;margin-bottom:6px}.pricing-pro-amounts strong{display:flex;align-items:baseline;gap:3px;color:#f3e8d0;font-size:clamp(30px,3vw,43px);line-height:1.2;letter-spacing:-.045em}.pricing-pro-amounts strong small{font-size:13px;font-weight:500;letter-spacing:0}.pro-landing{display:grid;grid-template-columns:.8fr 1.25fr;gap:48px;align-items:start;padding-top:45px;padding-bottom:90px}.pro-intro{padding-top:28px}.pro-intro .breadcrumb{margin-bottom:30px}.pro-model-badge{display:inline-flex;align-items:center;gap:7px;color:#e3d0a1;background:#121110;border:1px solid #312b1f;border-radius:20px;padding:6px 12px;font-size:11px;margin-bottom:28px}.pro-intro .section-kicker{font-size:12px;color:#cfc2a5;letter-spacing:.14em;margin-bottom:17px}.pro-intro h1{font-size:clamp(48px,4.5vw,66px);line-height:1.12;margin:0 0 27px;letter-spacing:-.045em}.pro-intro h1>span{font-size:clamp(28px,2.8vw,38px);color:#eed18d;display:inline-block;margin-top:20px;line-height:1.35;letter-spacing:-.035em}.pro-intro-lead{color:#d4c9af;font-size:15px;line-height:1.95}.pro-intro-actions{margin:24px 0 30px}.pro-intro-actions .btn{min-height:51px;font-size:15px;padding:13px 24px}.pro-intro-points{margin:34px 0}.pro-intro-points p{display:flex;align-items:center;gap:15px;margin:23px 0;color:#e1c992}.pro-intro-points strong{display:block;font-size:14px;font-weight:650;color:#e3d9c2}.pro-intro-points small{display:block;font-size:11px;color:#cfc3a6;margin-top:4px}.pro-intro .meta{font-size:10px;color:#cbbd9e;margin-bottom:22px}.pro-selector{scroll-margin-top:100px;min-width:0;background:linear-gradient(155deg,#0e0d0c 40%,#11100f);border:1px solid #352e22;padding:32px;border-radius:28px;box-shadow:0 22px 70px #815d1610}.pro-selector-heading{position:relative}.pro-billing-badge{position:absolute;right:0;top:0;background:#131211;color:#d4c9b0;padding:6px 10px;border-radius:20px;font-size:11px}.pro-selector-heading .section-kicker{display:flex;align-items:center;gap:8px;color:#e4cf9e;font-size:11px;margin:0 0 14px;letter-spacing:.09em}.pro-selector h2{font-size:32px;line-height:1.3;margin:0 0 11px;font-weight:750;letter-spacing:-.03em}.pro-selector-heading p{color:#d2c6ab;font-size:13px;margin:0}.pro-plus-baseline{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5px 12px;padding:13px 15px;background:#121110;color:#d6cbb2;border:1px solid #2e2b27;border-radius:10px;margin:24px 0 16px;font-size:11px}.pro-plus-baseline strong{font-size:12px;color:#ecddbb;font-weight:600}.pro-options{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0 0 18px}.pro-option{display:flex;flex-direction:column;align-items:stretch;min-width:0;background:#0e0d0c;border:1px solid #322f2a;padding:23px 21px;border-radius:19px;color:#ded4be;text-align:left;transition:background .2s,box-shadow .2s,transform .2s}.pro-option:hover{transform:translateY(-3px);border-color:#5d523b}.pro-option[aria-pressed=true]{background:linear-gradient(145deg,#282015,#32291b);color:#eff5ff;border-color:#302a1d;box-shadow:0 12px 30px #57431b27}.pro-option-top{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:11px;font-weight:600;color:#d2c6ab}.pro-option[aria-pressed=true] .pro-option-top{color:#8fc8ff}.option-radio{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid #423a2a;border-radius:50%;flex-shrink:0}.option-radio svg{opacity:0}[aria-pressed=true] .option-radio{border-color:#4d4331;background:#eeac29;color:#f3e7cb}[aria-pressed=true] .option-radio svg{opacity:1}.pro-option-name{display:block;font-size:23px;color:#f4ebd6;font-weight:700;margin:13px 0 12px;letter-spacing:-.02em}.pro-option[aria-pressed=true] .pro-option-name{color:#fff}.pro-quota-label{display:flex;gap:7px;align-items:center;font-size:12px;color:#d0c4a7}.pro-option[aria-pressed=true] .pro-quota-label{color:#a7bedb}.pro-option>strong{display:block;font-size:58px;font-weight:750;line-height:1;letter-spacing:-.065em;margin:8px 0;color:#f3e8d0}.pro-option[aria-pressed=true]>strong{color:#99d2ff}.pro-option>strong>small{font-size:32px;margin-left:5px;font-weight:500;letter-spacing:-.04em}.pro-quota-compare{display:block;font-size:13px;margin-bottom:15px}.pro-quota-meter{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));gap:3px;height:15px;margin-bottom:15px}.pro-quota-meter i{display:block;border-radius:2px;background:#191816}.pro-quota-meter i.filled{background:#eda820}.pro-option[aria-pressed=true] .pro-quota-meter i{background:#3d3221}.pro-option[aria-pressed=true] .pro-quota-meter i.filled{background:#eeac29}.pro-option-desc{display:block;font-size:11px;line-height:1.6;color:#d1c6aa;min-height:18px;margin-bottom:14px}.pro-option[aria-pressed=true] .pro-option-desc{color:#bccde3}.pro-option-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 7px;border-bottom:1px solid #5248354d;padding:3px 0 22px;margin-bottom:22px}.pro-price-number{display:flex;align-items:baseline;gap:3px;font-size:clamp(46px,4.4vw,62px);font-weight:750;line-height:1.12;letter-spacing:-.055em;color:#f4ebd6;font-variant-numeric:tabular-nums;white-space:nowrap}.pro-price-number small{font-size:27px;font-weight:600;letter-spacing:0}.pro-price-period{font-size:12px;white-space:nowrap;color:#d2c6ab}.pro-option[aria-pressed=true] .pro-price-number{color:#fff}.pro-option[aria-pressed=true] .pro-price-period{color:#bdd0e8}.pro-quota-summary{display:flex;align-items:center;gap:11px;padding:14px 16px;background:#131211;border:1px solid #312b1f;border-radius:11px;color:#e2cd9c}.pro-quota-summary p{font-size:12px;line-height:1.8;margin:0;color:#ddd2b7}.pro-quota-summary strong{color:#eedcb2}.pro-selector .pro-model-note{display:flex;gap:7px;align-items:center;font-size:11px;color:#cec2a5;margin:17px 0 0}.pro-selected{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #2e2b27;padding:18px 0;margin-top:18px}.pro-selected small{display:block;color:#cdc0a2;font-size:10px;margin-bottom:4px}.pro-selected strong{font-size:16px;color:#e9dcbf;font-weight:600}.pro-selected>span:last-child{font-size:24px;color:#f3e3c0;font-weight:700;white-space:nowrap;letter-spacing:-.035em}.pro-selector>.btn{width:100%;min-height:57px;font-size:16px;border-radius:12px;box-shadow:0 8px 22px #eba92524}.pro-selector .pro-selector-note{text-align:center;font-size:11px;color:#ccbfa0;margin:12px 0 0}.pro-purchase-assurance{display:flex;justify-content:center;align-items:center;gap:6px;color:#d4c9af;font-size:11px;margin:10px 0 0}.pro-selector .pro-quota-footnote{font-size:10px;line-height:1.8;color:#cdc0a2;margin:20px 0 0}.pro-quota-footnote a{white-space:nowrap;margin-left:4px}.v2-footer{background:#211b12;border-top:0;padding:65px 0 25px;color:#cdc1a3}.v2-footer .cols{grid-template-columns:1.65fr 1fr 1fr 1fr 1.25fr;gap:37px}.v2-footer .logo{color:#e2ecff;font-size:23px}.v2-footer .logo small{color:#cabd9d}.v2-footer .logo-mark{height:38px;width:38px;font-size:23px;border-radius:10px}.v2-footer .cols>div>strong{color:#d2dcef;font-size:12px;font-weight:500;margin-bottom:20px}.v2-footer .cols>div:first-child>p{color:#cdc0a2;font-size:11px;line-height:1.9}.v2-footer a{color:#cbbd9e}.v2-footer a:hover{color:#d2e3fd}.v2-footer li{font-size:11px;margin:11px 0}.v2-footer li button{background:transparent;color:#cbbd9e;padding:0;font-size:11px}.v2-footer li button:hover{color:#d2e3fd}.v2-footer code{background:#2a2216;color:#ccb47e}.v2-footer .footer-legal{border-top:1px solid #2c261a;margin-top:40px;padding-top:23px;color:#d4c9af;font-size:10px;line-height:1.9}.floating-tools{position:fixed;z-index:40;bottom:26px;right:26px;display:flex;flex-direction:column;align-items:center;gap:14px}.support-launcher{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#eda71c,#edaa22);color:#fff;box-shadow:0 7px 18px #cf941d40;font-size:10px;transition:transform .2s}.support-launcher:hover{transform:translateY(-3px)}.support-launcher:before{content:"";position:absolute;inset:-5px;border:1px solid #62573f2b;border-radius:50%;animation:soft-ping 3s infinite;pointer-events:none}.back-to-top{background:#0e0d0c;border:1px solid #2e2b27;box-shadow:0 4px 12px #725a290c;color:#c9bb9b;width:36px;height:36px;border-radius:50%}.support-nudge{position:fixed;z-index:39;right:104px;bottom:37px;display:flex;align-items:flex-start;gap:7px;background:#0e0d0c;padding:12px 10px 12px 16px;border:1px solid #2c2a26;box-shadow:0 5px 20px #7e602414;border-radius:12px;animation:phrase-enter .3s}.support-nudge button{background:transparent;padding:0;font-size:10px;color:#c9bb9b;text-align:left}.support-nudge strong{display:block;font-size:11px;color:#d9ccaf;font-weight:500}.support-nudge:after{content:"";position:absolute;right:-5px;bottom:20px;width:8px;height:8px;transform:rotate(45deg);background:#0e0d0c;border-top:1px solid #2c2a26;border-right:1px solid #2c2a26}.dialog-open{overflow:hidden}dialog{color:#e4ddcc;border:1px solid #2b2925;background:#0e0d0c;box-shadow:0 22px 90px #2c200936;padding:24px;border-radius:19px;max-height:90dvh}dialog::backdrop{background:#251e1452;backdrop-filter:blur(3px)}dialog[open]{animation:dialog-enter .22s ease-out}.support-dialog{width:352px;max-width:calc(100vw - 32px);margin:auto 25px auto auto}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.dialog-heading h2{font-size:19px;font-weight:650;margin:0;letter-spacing:-.025em}.dialog-close{display:flex;justify-content:center;align-items:center;width:30px;height:30px;flex-shrink:0;background:#10100e;border-radius:50%;color:#c7b897}.dialog-close:hover{background:#131211;color:#deceaa}.dialog-lead{color:#b1afa8;font-size:11px;line-height:1.8;margin:9px 0 18px}.support-help-links{display:flex;flex-direction:column;gap:6px}.support-help-links>a,.support-help-links>button{display:flex;align-items:center;gap:8px;padding:10px;background:#100f0e;border:1px solid #282622;border-radius:8px;color:#cdc0a2;font-size:10px;text-align:left}.support-help-links>a:hover,.support-help-links>button:hover{background:#131211;text-decoration:none;border-color:#3a3325}.support-help-links>a>svg,.support-help-links>button>svg{margin-left:auto}.help-icon{display:inline-flex;color:#d0b984}.help-icon-1{color:#cec2a5}.help-icon-2{color:#c7b58c}.support-callout{display:flex;gap:8px;align-items:flex-start;background:#11110f;color:#cbbd9b;border:1px solid #2a2823;border-radius:9px;font-size:9px;padding:12px;line-height:1.8;margin-top:13px}.support-callout svg{margin-top:2px}.support-divider{display:flex;align-items:center;gap:10px;color:#aeaca4;font-size:9px;margin:22px 0 18px}.support-divider:before,.support-divider:after{content:"";flex:1;height:1px;background:#151412}.wechat-card{text-align:center}.wechat-card>strong{display:block;font-size:16px;color:#e9dec4;font-weight:650}.wechat-card>p{color:#cbbe9e;font-size:11px;margin:5px 0 13px}.support-qr-frame{display:block;width:226px;max-width:100%;padding:12px;margin:0 auto;background:#0e0d0c;border:1px solid #2e2c27;border-radius:15px;box-shadow:0 5px 18px #82632410;cursor:zoom-in}.support-qr-frame img{display:block;width:100%;height:auto;border-radius:0}.wechat-card .support-qr-hint{margin:10px 0 16px;font-size:10px}.support-qr-switch{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;padding:10px;border:1px solid #342e21;background:#11100f;color:#e0cea3;border-radius:9px;font-size:12px}.support-qr-switch:hover{background:#131211;border-color:#433b2b}.wechat-card .support-qr-error{color:#e3baad}.support-footnote{text-align:center;color:#cabc9c;font-size:9px;margin:13px 0 0}.support-qr-dialog{width:570px}.support-qr-large{padding:16px;background:#0e0d0c;border:1px solid #2d2b26;border-radius:14px;margin:15px 0}.support-qr-large img{display:block;width:100%;max-height:65dvh;object-fit:contain;height:auto;border-radius:0}.support-qr-large-note{color:#cec1a4;text-align:center;font-size:12px;margin:12px 0 0}.center-dialog{width:550px;max-width:calc(100vw - 32px);margin:auto}.dialog-kicker{font-size:9px;color:#c8b790;letter-spacing:.12em}.order-dialog>h2{margin:16px 0 10px;font-size:26px;font-weight:600}.order-dialog .dialog-lead{font-size:12px;margin-bottom:25px}.order-dialog-tabs{display:flex;padding:4px;background:#11100f;border-radius:10px;gap:5px}.order-dialog-tabs button{width:50%;padding:9px;font-size:12px;color:#c7b997;background:transparent;border-radius:7px}.order-dialog-tabs button[aria-selected=true]{background:#0e0d0c;color:#dacaa4;box-shadow:0 2px 7px #7057250d}.order-instruction{display:flex;align-items:flex-start;gap:17px;padding:30px 4px;color:#d4c092}.order-instruction strong{display:block;font-size:15px;color:#d4c9af;font-weight:550}.order-instruction p{font-size:12px;color:#c5b694;margin:7px 0 0}.order-dialog [role=tabpanel]>.btn{width:100%}.order-explanation{font-size:10px;text-align:center;color:#c1b28d;margin:13px 0 0}body>.demo-dialog{width:1040px;padding:28px}.demo-dialog .walkthrough{gap:25px}.demo-dialog .demo-stage{padding:26px}.demo-dialog .walkthrough-tabs>button{padding:17px}.demo-full-guide{display:flex;align-items:center;justify-content:center;gap:9px;font-size:12px;margin-top:25px}.reveal-ready{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.reveal-ready.is-revealed{opacity:1;transform:none}@keyframes phrase-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes soft-ping{0%{transform:scale(1);opacity:.7}70%,to{transform:scale(1.7);opacity:0}}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@keyframes marquee-move{to{transform:translate(-50%)}}@keyframes dialog-enter{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}@keyframes menu-enter{0%{opacity:0;margin-top:5px}to{opacity:1;margin-top:0}}@media(max-width:1150px)and (min-width:1025px){.v2-header .header-inner{gap:12px}.v2-nav{gap:0}.v2-nav>a,.v2-nav>button,.v2-nav .nav-trigger{font-size:12px;padding:10px 7px}.v2-header .logo small{display:none}}@media(max-width:1024px){.v2-header .header-inner{min-height:72px}.v2-header .v2-nav{display:none}.mobile-menu-toggle{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background:#10100e;border:1px solid #292723;border-radius:9px;color:#d1c5aa}.mobile-menu-toggle svg:last-child{display:none}.mobile-menu-toggle[aria-expanded=true] svg:first-child{display:none}.mobile-menu-toggle[aria-expanded=true] svg:last-child{display:block}.mobile-navigation{display:block;padding:16px 26px 22px;border-top:1px solid #282622;max-height:calc(100dvh - 72px);overflow:auto;background:#0e0d0c;box-shadow:0 15px 30px #5b451a10}.menu-open{overflow:hidden}.mobile-product{display:flex;gap:12px;align-items:center;border:1px solid #2b2925;background:#0f0e0d;border-radius:11px;padding:12px;margin-bottom:9px;color:#ddd5c1}.mobile-product strong{display:block;font-size:13px;font-weight:550}.mobile-product small{display:block;font-size:10px;color:#c9bb9b;margin-top:2px}.mobile-main-cta{width:100%;margin:7px 0 19px;font-size:13px;min-height:45px}.mobile-nav-label{font-size:10px;color:#c3b490;margin:0 0 9px}.mobile-models{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:20px}.mobile-models button{display:flex;align-items:center;gap:9px;border:1px solid #2b2824;background:#0e0d0c;padding:12px;border-radius:10px;font-size:12px;color:#d0c4a8}.mobile-models .menu-icon{width:28px;height:28px;border-radius:8px}.mobile-models .menu-icon svg{width:17px}.mobile-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mobile-guide-grid a{display:flex;align-items:center;gap:9px;padding:10px;border:1px solid #2b2824;border-radius:9px;font-size:12px;color:#d0c4a8}.mobile-guide-grid .menu-icon{width:30px;height:30px}.mobile-guide-grid svg{width:17px}.mobile-nav-bottom{display:flex;justify-content:space-between;border-top:1px solid #292723;padding-top:14px;margin-top:18px;font-size:11px}.mobile-nav-bottom a{color:#c5b693}.v2-hero{padding-top:75px}.v2-hero h1{font-size:76px}.hero-rotator{font-size:40px;min-height:55px}.v2-hero-description{font-size:17px}.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.walkthrough{gap:22px}.demo-stage{padding:30px 20px}.walkthrough-tabs>button{padding:17px;gap:13px}.walkthrough-tabs strong{font-size:15px}.walkthrough-tabs>button>span>span{font-size:11px}.pro-landing{grid-template-columns:1fr;gap:36px;max-width:780px}.pro-intro{padding-top:0}.pro-intro h1{font-size:58px}.pro-intro h1>span{font-size:36px}.pro-intro-points{display:flex;flex-wrap:wrap;gap:18px 28px;margin:25px 0}.pro-intro-points p{margin:0}.pro-selector{padding:30px}.v2-footer .cols{grid-template-columns:repeat(4,1fr);gap:28px}.v2-footer .cols>div:first-child{grid-column:1/-1}.v2-footer .cols>div:first-child>p{max-width:460px}.editorial-posts>div:nth-child(2) .post-card,.editorial-posts>div:nth-child(3) .post-card{grid-template-columns:130px minmax(0,1fr)}.editorial-posts>div:nth-child(2) .post-card h3,.editorial-posts>div:nth-child(3) .post-card h3{font-size:13px}}@media(max-width:760px){.wrap{padding-left:24px;padding-right:24px}.v2-notice{font-size:10px;padding:10px 22px;line-height:1.8;gap:3px 6px}.v2-notice>svg{width:13px;height:13px}.v2-notice a{font-size:9px}.v2-header .header-inner{padding:0 20px;gap:12px;min-height:70px}.v2-header .logo{font-size:21px}.v2-header .logo-mark{height:36px;width:36px;border-radius:10px;font-size:22px}.v2-header .logo small{font-size:8px;margin-top:6px}.v2-header .header-actions{gap:14px}.order-entry{font-size:11px}.order-entry>svg{display:none}.v2-hero{padding-top:53px}.v2-hero h1{font-size:clamp(33px,8.9vw,60px);letter-spacing:-.045em;line-height:1.18;margin-bottom:19px}.hero-rotator{font-size:clamp(24px,6.5vw,37px);min-height:40px;line-height:1.4;margin-bottom:18px}.v2-hero-description{font-size:15px;line-height:1.9;margin-bottom:27px;max-width:390px}.v2-hero-description br{display:none}.hero-charge{font-size:16px;min-width:185px;min-height:54px}.hero-pro-link{font-size:10px;gap:6px;margin-top:18px}.v2-hero-proof{font-size:10px;gap:9px;margin-top:28px}.proof-symbols span{width:28px;height:28px}.hero-live-note{font-size:9px;gap:5px;margin-top:11px}.v2-hero-trust{flex-direction:column;gap:16px;align-items:center;margin-top:31px}.v2-hero-trust>div{width:195px;gap:13px}.v2-hero-trust strong{font-size:11px}.v2-hero-trust small{font-size:9px}.v2-hero-trust svg{width:21px;height:21px}.explore-down{margin-top:32px;font-size:9px}.explore-down i{height:27px}.explore-down b{width:26px;height:26px}.v2-section{padding:72px 0}.center-heading{margin-bottom:33px}.center-heading h2{font-size:30px;margin-bottom:14px;line-height:1.4}.center-heading>p:last-child{font-size:13px;line-height:1.85}.section-kicker{font-size:10px;letter-spacing:.06em;margin-bottom:10px}.mobile-only{display:block}.advantages-section{padding-top:65px}.advantage-grid{gap:13px}.advantage-card{padding:21px 18px;border-radius:14px}.advantage-icon{height:43px;width:43px;margin-bottom:18px;border-radius:11px}.advantage-card h3{font-size:14px;line-height:1.6}.advantage-card p{font-size:11px;line-height:1.9}.walkthrough{grid-template-columns:1fr;gap:25px}.walkthrough-tabs{gap:8px}.walkthrough-tabs>button{padding:16px;gap:13px;border-radius:12px}.walkthrough-tabs strong{font-size:15px}.walkthrough-tabs>button>span>span{font-size:11px}.step-circle{width:34px;height:34px;font-size:14px}.demo-tools{padding:2px 16px;font-size:9px}.demo-stage{padding:27px 23px;border-radius:19px}.mock-browser{min-height:331px}.mock-content{padding:25px 23px}.walkthrough-guide{font-size:11px;gap:5px;text-align:center;line-height:1.8}.video-preview{height:280px;border-radius:15px;margin-top:40px}.video-window{width:230px;transform:rotate(-8deg) translate(-65px,-15px)}.video-play{width:65px;height:65px}.video-caption{margin-top:25px}.video-caption strong{font-size:14px}.video-caption>span{font-size:9px}.knowledge-quote{width:280px;padding:20px}.knowledge-quote>strong{font-size:12px}.marquee-track{gap:13px;padding-right:13px}.marquee-window{padding:7px 0;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.marquee-footnote{font-size:9px;padding:0 20px}.faq-search{padding:12px;gap:8px;border-radius:10px}.faq-search input{font-size:16px}.faq-search input::placeholder{font-size:11px}.faq-filters{gap:6px;margin:20px 0}.faq-filters button{padding:6px 12px;font-size:10px}.faq.v2-faq-list details{padding:17px 16px;border-radius:11px}.faq.v2-faq-list summary{font-size:12px;line-height:1.8}.faq.v2-faq-list .a{font-size:12px}.faq-contact-line{font-size:10px}.v2-featured-posts{grid-template-columns:1fr;gap:23px}.post-cover{min-height:185px;padding:26px}.post-cover>strong{font-size:30px}.post-cover svg{right:20px;top:42px;height:110px;width:110px}.post-card-body{padding:23px}.post-card h3{font-size:16px}.post-description{font-size:12px}.v2-blog-section .topic-grid{gap:10px}.v2-blog-section .topic-card{padding:16px 13px}.more-reading strong{font-size:12px;line-height:1.8}.more-reading small,.home-topic-links .tag{font-size:9px}.section-ending{gap:18px}.final-cta{padding-bottom:54px}.v2-directory-hero{padding-top:25px}.v2-directory-hero h1{font-size:31px}.v2-directory-hero>.wrap>p:not(.eyebrow):not(.breadcrumb){font-size:13px}.v2-directory-layout{padding-top:27px}.editorial-posts{display:flex;flex-direction:column;gap:22px}.editorial-posts>div:first-child .post-cover{min-height:185px}.editorial-posts>div:nth-child(2) .post-card,.editorial-posts>div:nth-child(3) .post-card{display:block}.editorial-posts>div:nth-child(2) .post-cover,.editorial-posts>div:nth-child(3) .post-cover{min-height:185px;padding:26px}.editorial-posts>div:nth-child(2) .post-cover strong,.editorial-posts>div:nth-child(3) .post-cover strong{font-size:30px}.editorial-posts>div:nth-child(2) .post-card h3,.editorial-posts>div:nth-child(3) .post-card h3{font-size:16px}.v2-directory-aside .sidebar-sticky{display:block}.v2-directory-aside .sidebar-help{margin-top:20px}.pricing-header{padding-top:29px;padding-bottom:27px}.pricing-header h1{font-size:30px;line-height:1.4}.pricing-header .meta{font-size:10px}.pricing-selection{padding-bottom:32px}.pricing-notice{padding:13px;gap:9px;margin-bottom:37px}.pricing-notice strong{font-size:11px}.pricing-notice small{font-size:9px}.pricing-notice>svg{width:16px}.pricing-grid{grid-template-columns:1fr;gap:27px}.pricing-card{padding:31px 25px 23px;border-radius:18px}.pricing-title h2{font-size:24px}.pricing-title p{font-size:10px}.pricing-amount{font-size:59px}.pricing-consult{font-size:36px}.pricing-bottom-help{align-items:flex-start;font-size:11px;line-height:1.9;padding-top:24px}.pricing-bottom-help>svg{margin-top:4px}.pro-landing{padding-top:28px;padding-bottom:50px;gap:30px}.pro-intro .breadcrumb{margin-bottom:23px}.pro-model-badge{margin-bottom:20px}.pro-intro h1{font-size:48px}.pro-intro h1>span{font-size:29px;margin-top:14px}.pro-intro-lead{font-size:13px}.pro-intro-points{display:none}.pro-intro .meta{margin-top:22px}.pro-selector{padding:24px 17px;border-radius:21px}.pro-selector h2{font-size:27px}.pro-selector-heading p{font-size:12px}.pro-options{gap:10px}.pro-option{padding:17px 13px;border-radius:14px}.pro-option-top{font-size:10px}.pro-option-name{font-size:20px;margin:14px 0 21px}.pro-option>strong{font-size:36px}.pro-option>strong>small{font-size:25px}.pro-price-number{font-size:39px}.pro-price-number small{font-size:20px}.pro-option-price{display:block;padding-bottom:16px;margin-bottom:16px}.pro-price-period{display:block;margin-top:4px}.pro-billing-badge{position:static;display:inline-block;margin-bottom:12px}.pro-selector-heading .section-kicker{margin-bottom:10px}.pro-quota-label,.pro-quota-compare{font-size:11px}.pro-quota-meter{gap:2px;height:14px}.pro-option-desc{font-size:10px}.pro-quota-summary{padding:12px}.pro-quota-summary p{font-size:11px}.pro-selected strong{font-size:14px}.pro-selected>span:last-child{font-size:20px}.pro-selector>.btn{font-size:14px}.v2-footer{padding-top:44px;padding-bottom:23px}.v2-footer .cols{grid-template-columns:1fr 1fr;gap:23px}.v2-footer .cols>div:last-child{grid-column:auto}.v2-footer .cols>div>strong{margin-bottom:16px;font-size:11px}.v2-footer li{font-size:10px;margin:10px 0}.v2-footer li button{font-size:10px}.v2-footer .footer-legal{font-size:9px;margin-top:30px;padding-top:21px;padding-right:35px}.floating-tools{right:17px;bottom:20px;gap:12px}.support-launcher{width:56px;height:56px;font-size:9px}.support-launcher svg{width:21px;height:21px}.support-nudge{right:86px;bottom:29px;padding:10px 8px 10px 12px}.support-nudge button{font-size:9px}.support-nudge strong{font-size:10px}dialog{padding:22px;max-height:91dvh}.support-dialog{margin:auto;width:352px}.dialog-heading h2{font-size:18px}.support-help-links>a,.support-help-links>button{font-size:10px;padding:10px}.support-dialog .wechat-id{font-size:16px}.order-dialog>h2{font-size:23px}.order-instruction p,.order-dialog .dialog-lead{font-size:11px}body>.demo-dialog{padding:22px 18px}.demo-dialog .walkthrough{gap:20px}.demo-dialog .walkthrough-tabs>button{padding:12px}.demo-dialog .walkthrough-tabs strong{font-size:13px}.demo-dialog .walkthrough-tabs>button>span>span{font-size:10px}.demo-dialog .demo-stage{padding:22px 17px}.demo-dialog .mock-content{padding:23px 18px}.demo-dialog .mock-browser{min-height:325px}.demo-dialog .dialog-heading{position:sticky;top:-22px;background:#0e0d0c;z-index:2;padding:8px 0}}@media(max-width:380px){.wrap{padding-left:19px;padding-right:19px}.v2-header .header-inner{padding:0 16px;gap:7px}.v2-header .header-actions{gap:10px}.v2-header .logo small{display:none}.v2-header .logo{font-size:20px;gap:8px}.mobile-navigation{padding-left:18px;padding-right:18px}.mobile-models button{padding:9px;gap:6px;font-size:11px}.mobile-models .menu-icon{width:23px}.advantage-grid{grid-template-columns:1fr}.advantage-card{padding:24px}.v2-hero-description{font-size:14px}.hero-pro-link{font-size:9px}.hero-live-note{font-size:8px}.center-heading h2{font-size:27px}.pro-option{padding:16px 12px}.pro-option>strong{font-size:33px}.pro-option>strong>small{font-size:24px;margin-left:3px}.pro-option-name{font-size:18px}.pro-quota-label,.pro-quota-compare{font-size:10px}.pro-price-number{font-size:34px}.pro-price-number small{font-size:18px}.pro-price-period{font-size:11px}.pricing-pro-amounts{gap:10px}.pricing-pro-amounts p+p{padding-left:10px}.pricing-pro-amounts strong{font-size:30px}.pricing-card{padding-left:22px;padding-right:22px}}@media(prefers-reduced-motion:reduce){.reveal-ready{opacity:1;transform:none}.marquee-window{overflow:auto;mask-image:none}.marquee-track{animation:none}.marquee-track>[aria-hidden=true]{display:none}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.marquee-controls{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:15px;margin-top:23px}.marquee-controls .marquee-footnote{margin:0}.marquee-controls button{display:inline-flex;align-items:center;gap:4px;font-size:9px;background:transparent;border:1px solid #2c2a26;border-radius:15px;padding:3px 9px;color:#c6b896}.marquee-track.motion-paused{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.marquee-controls button{display:none}}.guide-links small{font-size:11px;color:#d0c4a8}.v2-hero-description{color:#d1c6aa}.v2-hero-trust small{color:#cec1a4}.advantage-card p{color:#d1c6aa}.walkthrough-tabs>button>span>span{color:#d2c6ab}.knowledge-quote>p,.post-description{color:#d0c3a7}.dialog-lead{color:#cfc3a7}.support-help-links>a,.support-help-links>button{color:#d5cab0;font-size:11px}.support-callout{color:#cfc3a7;font-size:10px}.support-divider{font-size:10px;color:#c9bb9a}.wechat-card>p{color:#c9bb9a;font-size:10px}.support-footnote{color:#c7b896;font-size:9px}.order-instruction p{color:#cec2a4}.pro-intro-lead,.pro-selector>p{color:#cfc2a5}@media(max-width:760px){.support-help-links>a,.support-help-links>button{font-size:11px}}.feedback-section{overflow:hidden;background:linear-gradient(180deg,#0e0d0c,#0f0e0d);padding-top:114px;padding-bottom:78px}.feedback-section .feedback-heading{margin-bottom:70px}.feedback-heading-badge{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:8px 19px;color:#eccd86;background:#121110;border:1px solid #322c20;border-radius:30px;font-size:13px;font-weight:650;margin:0 0 29px}.feedback-heading-badge>span{width:8px;height:8px;border-radius:50%;background:#edaa23}.feedback-heading h2{font-size:clamp(37px,4.1vw,57px);line-height:1.3;font-weight:750;margin-bottom:26px;letter-spacing:-.04em}.feedback-heading h2>span{color:#f0d086;background:linear-gradient(120deg,#eda71d,#eda921);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:0 4px}.feedback-rating-summary{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:30px;color:#c7b997;font-size:16px}.feedback-stars{display:inline-block;color:#ffb91d;font-size:19px;letter-spacing:4px;white-space:nowrap;line-height:1.3}.feedback-rating-summary .feedback-stars{font-size:23px;letter-spacing:5px}.feedback-gallery-button{padding:17px 28px;min-height:64px;border-radius:17px;font-size:20px;gap:14px;box-shadow:0 9px 21px #eba92525}.feedback-gallery-button>svg:last-child{margin-left:9px}.feedback-heading>.feedback-heading-note{margin:18px 0 0;color:#cabd9d;font-size:12px}.feedback-section .marquee-window{padding:14px 0}.feedback-section .marquee-track{gap:24px;padding-right:24px}.feedback-card{position:relative;display:flex;flex-direction:column;flex-shrink:0;width:390px;border:1px solid #2b2925;background:#0e0d0c;border-radius:19px;padding:27px;box-shadow:0 3px 8px #62491604;color:#d9d0b9}.feedback-card-top{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;padding-right:24px}.feedback-category{font-size:11px;font-weight:550;border:1px solid #2c2a26;background:#100f0e;border-radius:20px;padding:3px 10px;color:#cdbe9b}.feedback-sample{font-size:10px;color:#c7b998}.feedback-quote-mark{position:absolute;right:-2px;top:-15px;color:#e2eaff;font:48px Georgia,serif;line-height:1}.feedback-body{font-size:15px;line-height:1.85;margin:0 0 23px;min-height:139px;color:#d9d0b9;letter-spacing:.01em}.feedback-body strong{color:#edcf8a;font-weight:600;background:linear-gradient(transparent 42%,#121110 42%)}.feedback-rating{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;margin-bottom:20px}.feedback-rating>span:last-child{color:#c6b896;font-size:10px}.feedback-person{display:flex;align-items:center;gap:12px;border-top:1px solid #292723;padding-top:20px}.feedback-avatar{width:43px;height:43px;border-radius:50%;color:#fff;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-sky{background:#13a3dd}.avatar-teal{background:#14b28d}.avatar-amber{background:#eda311}.avatar-rose{background:#ea5784}.avatar-violet{background:#a462e3}.avatar-cyan{background:#13aabb}.avatar-blue{background:#438ce8}.avatar-indigo{background:#6970e6}.feedback-identity{display:flex;flex-direction:column;gap:2px}.feedback-identity strong{font-size:15px;font-weight:650;color:#eae3d3;line-height:1.5}.feedback-identity small{color:#c6b795;font-size:11px;line-height:1.5}.feedback-person-tag{color:#c8ba99;border:1px solid #2c2a25;background:#0f0e0d;border-radius:18px;padding:3px 9px;margin-left:auto;white-space:nowrap;font-size:9px}.feedback-section .marquee-controls{margin-top:22px}.feedback-dialog{width:1000px;padding:30px}.feedback-dialog>.dialog-heading{position:sticky;top:-30px;z-index:2;background:#0e0d0c;padding:12px 0}.feedback-dialog h2{font-size:24px;margin-top:6px}.feedback-dialog>.dialog-lead{font-size:12px;margin-bottom:23px}.feedback-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.feedback-gallery-grid .feedback-card{width:100%}@media(max-width:760px){.feedback-section{padding-top:73px;padding-bottom:60px}.feedback-section .feedback-heading{margin-bottom:39px}.feedback-heading-badge{font-size:10px;padding:6px 14px;gap:7px;margin-bottom:23px}.feedback-heading-badge>span{width:6px;height:6px}.feedback-heading h2{font-size:31px;letter-spacing:-.045em;margin-bottom:21px}.feedback-heading h2>span{padding:0 2px}.feedback-rating-summary{gap:12px;font-size:12px;margin-bottom:24px}.feedback-rating-summary .feedback-stars{font-size:19px;letter-spacing:3px}.feedback-gallery-button{min-height:56px;padding:15px 24px;font-size:17px;gap:10px;border-radius:14px}.feedback-gallery-button svg{width:21px;height:21px}.feedback-heading>.feedback-heading-note{font-size:10px;line-height:1.9;margin-top:16px}.feedback-section .marquee-track{gap:16px;padding-right:16px}.feedback-section .marquee-window{padding:9px 0}.feedback-card{width:310px;padding:23px;border-radius:16px}.feedback-card-top{margin-bottom:18px}.feedback-body{font-size:13px;line-height:1.9;min-height:148px;margin-bottom:22px}.feedback-stars{font-size:16px;letter-spacing:3px}.feedback-rating{margin-bottom:17px}.feedback-person{padding-top:17px;gap:9px}.feedback-avatar{width:37px;height:37px;font-size:15px}.feedback-identity strong{font-size:13px}.feedback-identity small{font-size:10px}.feedback-person-tag{font-size:8px;padding:3px 7px}.feedback-category{font-size:10px}.feedback-sample,.feedback-rating>span:last-child{font-size:9px}.feedback-dialog{padding:20px}.feedback-dialog>.dialog-heading{top:-20px}.feedback-dialog h2{font-size:20px}.feedback-gallery-grid{grid-template-columns:1fr;gap:15px}.feedback-gallery-grid .feedback-card{padding:21px}.feedback-gallery-grid .feedback-body{min-height:0}.feedback-gallery-grid .feedback-person-tag{display:none}}@media(max-width:360px){.feedback-heading h2{font-size:27px}.feedback-card{width:285px}.feedback-body{min-height:174px}}.home-codex-link{display:flex;align-items:center;justify-content:center;gap:7px;width:fit-content;margin:15px auto 0;font-size:12px;color:#e4cf9e}.codex-hero{background:radial-gradient(ellipse at 75% 28%,#131211 0,transparent 54%),linear-gradient(#0e0d0c,#0f0f0e);padding-top:36px;border-bottom:1px solid #2b2925}.codex-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:72px;padding-bottom:66px}.codex-intro .breadcrumb{margin:0 0 34px;font-size:12px}.codex-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#e8d19b;font-size:12px;font-weight:600;letter-spacing:.03em}.codex-intro h1{font-size:clamp(36px,4.3vw,59px);line-height:1.27;letter-spacing:-.045em;margin:20px 0 24px;font-weight:750}.codex-intro h1>span{color:#f4d283}.codex-hero-lead{font-size:20px;line-height:1.9;color:#e5dcc8;margin-bottom:14px}.codex-hero-detail{font-size:15px;line-height:1.9;color:#d2c7ac;margin-bottom:28px}.codex-actions{display:flex;flex-wrap:wrap;align-items:center;gap:19px 24px}.codex-actions .btn{min-height:57px;padding:15px 24px;font-size:16px}.codex-actions .text-link{font-size:12px}.codex-hero-assurance{display:flex;flex-wrap:wrap;gap:20px;font-size:11px;color:#d2c7ac;margin-top:25px}.codex-hero-assurance>span{display:flex;align-items:center;gap:6px}.codex-workbench{margin-top:37px;border:1px solid #383021;border-radius:24px;background:linear-gradient(145deg,#342b1c,#241d13 70%);color:#fff;box-shadow:0 25px 60px -18px #63491555,0 1px #ffffff50 inset;padding:27px;transform:rotate(1deg)}.codex-workbench-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px}.codex-workbench-top>span{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:600}.codex-workbench-top small{font-size:10px;color:#cbb788}.codex-request{position:relative;background:#0e0d0c0b;border:1px solid #50463330;border-radius:15px;padding:20px}.codex-request>span{font-size:10px;color:#a0bbdf}.codex-request p{color:#eff5ff;font-size:17px;line-height:1.85;margin:10px 0 15px}.codex-request>svg{display:block;margin-left:auto;color:#bdd6ff;background:#0e0d0c13;padding:7px;box-sizing:content-box;border-radius:50%}.codex-workflow{display:grid;gap:0;margin:15px 0 23px}.codex-workflow>div{display:flex;align-items:center;gap:13px;padding:15px 2px;border-bottom:1px solid #211f1c0c}.codex-workflow-icon{color:#8fbaff;border:1px solid #5c513b29;background:#edaa2313;height:34px;width:34px;display:grid;place-items:center;border-radius:9px}.codex-workflow strong{display:block;font-size:13px;font-weight:500}.codex-workflow small{display:block;font-size:10px;color:#c5b58f;margin-top:4px}.codex-workflow em{margin-left:auto;color:#cbbe9f;font-style:normal;font-size:10px}.codex-workbench-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:9px}.codex-workbench-bottom>span{font-size:10px;color:#c7b791}.codex-workbench-bottom strong{display:flex;gap:8px;align-items:center;font-size:12px;font-weight:500;color:#c9dfff}.codex-workbench-bottom i{color:#cec1a3;font-style:normal}.codex-page-nav{display:flex;align-items:center;justify-content:center;gap:60px;padding-top:20px;padding-bottom:20px}.codex-page-nav a{display:flex;gap:8px;align-items:center;font-size:12px;color:#d7cdb5}.codex-account{display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:80px;padding-top:86px;padding-bottom:86px}.codex-account h2,.codex-usage h2,.codex-reading h2{font-size:31px;line-height:1.5;letter-spacing:-.035em;margin:13px 0 20px}.codex-account p:not(.section-kicker){color:#d5cab0;font-size:14px;line-height:1.95}.codex-account strong{color:#ebe1cc;font-weight:600}.codex-account a{color:#e5cf9c;display:inline-flex;align-items:center;gap:4px}.codex-billing-note{padding:25px 29px;background:#100f0e;border:1px solid #2b2925;border-radius:18px}.codex-billing-note>svg{color:#dac79b}.codex-billing-note h3{font-size:16px;margin:14px 0 20px}.codex-billing-note dl{margin:0}.codex-billing-note dl>div+div{border-top:1px solid #2b2925;margin-top:13px;padding-top:13px}.codex-billing-note dt{font-size:13px;color:#e3d9c1;font-weight:600}.codex-billing-note dd{margin:5px 0 0;color:#d1c6aa;font-size:12px}.codex-account .codex-billing-note>p{font-size:11px;margin:18px 0 0}.codex-billing-note a{margin-left:4px}.codex-plans-section{background:#100f0e;border-block:1px solid #2a2823}.codex-plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.codex-plan{background:#0e0d0c;border:1px solid #2e2c27;border-radius:22px;padding:31px;display:flex;flex-direction:column;box-shadow:0 6px 20px #5f491e03}.codex-plan-label{font-size:11px;color:#d2c6ab;margin:0 0 13px}.codex-plan h3{font-size:27px;letter-spacing:-.03em;margin:0 0 18px}.codex-plan-quota{display:flex;align-items:center;gap:17px;margin-bottom:15px}.codex-plan-quota>strong{color:#f4d283;font-size:78px;font-weight:700;letter-spacing:-.06em;line-height:1.2}.codex-plan-quota>strong>span{font-size:31px;margin-left:3px}.codex-plan-quota>span{color:#d9d0b9;font-size:12px}.codex-plan-quota small{display:block;margin-top:7px;font-size:10px;color:#cfc3a6}.codex-quota-segments{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));gap:4px}.codex-quota-segments i{height:19px;border-radius:3px;background:#141311}.codex-quota-segments i.filled{background:#eda921}.codex-plan-desc{font-size:13px;line-height:1.9;color:#d1c5a9;margin:24px 0;min-height:50px}.codex-plan-price{border-top:1px solid #2a2824;padding-top:25px;margin-top:auto;margin-bottom:23px}.codex-plan-price>strong{font-size:37px;line-height:1.4;color:#eee7d7;letter-spacing:-.025em}.codex-plan-price>strong>small{font-size:22px;margin-right:3px}.codex-plan-price>span{font-size:13px;color:#cabc9d;margin-left:7px}.codex-plan-price>strong.codex-consult-price{font-size:24px;min-height:52px;display:flex;align-items:center;letter-spacing:0}.codex-plan-price p{color:#cdc0a2;font-size:11px;margin:6px 0 0}.codex-plan .btn{width:100%;font-size:13px;gap:9px;padding-inline:12px}.codex-plan-guide{display:flex;gap:6px;justify-content:center;align-items:center;font-size:11px;color:#d0c4a8;margin-top:17px}.codex-plan-pro{border-color:#564c37;box-shadow:0 10px 35px #eba9250c}.codex-plan-max{background:#272015;border-color:#332c1f;color:#fff}.codex-plan-max h3{color:#f1f6ff}.codex-plan-max .codex-plan-label,.codex-plan-max .codex-plan-quota>span,.codex-plan-max .codex-plan-desc,.codex-plan-max .codex-plan-guide{color:#aabfde}.codex-plan-max .codex-plan-quota>strong{color:#8bb8ff}.codex-plan-max .codex-plan-quota small,.codex-plan-max .codex-plan-price p{color:#c9b78e}.codex-plan-max .codex-quota-segments i{background:#eeac29}.codex-plan-max .codex-plan-price{border-color:#211f1c1a}.codex-plan-max .codex-plan-price>strong{color:#edf5ff}.codex-plan-max .btn{background:#151412;color:#f1e2bd}.codex-plan-max .btn:hover{background:#0e0d0c}.codex-plan-footnote{display:flex;gap:11px;align-items:flex-start;max-width:850px;margin:26px auto 0;color:#cfc2a6}.codex-plan-footnote>svg{flex-shrink:0;margin-top:3px}.codex-plan-footnote p{font-size:11px;line-height:1.9;margin:0}.codex-plan-footnote a{display:inline-flex;align-items:center;gap:4px;color:#e6d2a5;margin-left:4px}.codex-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:33px}.codex-steps li{border-top:2px solid #312b20;padding-top:22px;display:flex;flex-direction:column}.codex-steps li>span{font-size:30px;line-height:1;color:#9ab9ec;font-weight:500;letter-spacing:-.04em}.codex-steps h3{font-size:17px;margin:22px 0 14px;line-height:1.6}.codex-steps p{font-size:13px;color:#d1c5a9;line-height:1.9;margin:0 0 20px}.codex-steps a{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#e2cc9b;margin-top:auto}.codex-usage{display:grid;grid-template-columns:1fr 1.05fr;gap:95px;padding-top:38px;padding-bottom:90px}.codex-usage-intro p{color:#d2c6ab;font-size:14px;line-height:1.95;max-width:410px;margin-bottom:24px}.codex-usage-intro .btn{font-size:12px;gap:8px;min-height:48px}.codex-usage-list article{display:flex;gap:19px;padding:23px 0;border-bottom:1px solid #2b2824}.codex-usage-list article:first-child{padding-top:0}.codex-usage-list article>span{color:#ddcaa0;font-size:11px;margin-top:7px}.codex-usage-list h3{font-size:17px;margin:0 0 9px;line-height:1.6}.codex-usage-list p{font-size:13px;line-height:1.9;color:#d0c4a7;margin:0}.codex-faq-section{background:#0f0f0e;border-block:1px solid #282622}.codex-faq-section .faq,.codex-sources{max-width:850px;margin-inline:auto}.codex-sources{padding-top:32px;font-size:11px;color:#ccbfa1;line-height:1.9}.codex-sources p{margin:0 0 5px}.codex-sources a{color:#d9cbaa;margin-right:16px;display:inline-block}.codex-reading{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:center;padding-block:80px}.codex-reading h2{font-size:25px}.codex-reading-links{display:grid;gap:12px}.codex-reading-links>a{display:flex;gap:17px;align-items:center;padding:18px 22px;border:1px solid #2b2925;border-radius:13px}.codex-reading-links>a:hover{background:#100f0e;border-color:#3c3526;text-decoration:none}.codex-reading-links>a>svg{color:#dac696;flex-shrink:0}.codex-reading-links>a>svg:last-child{margin-left:auto}.codex-reading-links strong{display:block;color:#e2d9c2;font-size:13px;font-weight:550}.codex-reading-links small{color:#cbbd9e;font-size:11px;display:block;margin-top:5px}.codex-final{display:flex;justify-content:space-between;align-items:center;gap:35px;margin-bottom:80px}.codex-final>div:first-child{border-left:3px solid #706143;padding-left:25px}.codex-final h2{font-size:30px;line-height:1.5;letter-spacing:-.025em;margin:0 0 15px}.codex-final p{color:#cdc0a2;font-size:13px;margin:0}.codex-final .btn{min-width:220px}.codex-final-support{display:flex;align-items:center;gap:7px;justify-content:center;margin:17px auto 0;color:#d4c8ad;background:none;font-size:12px}@media(max-width:1150px){.codex-hero-grid{gap:35px}.codex-intro h1{font-size:43px}.codex-workbench{padding:23px}.codex-account{gap:45px}.codex-plan{padding:25px}.codex-plans-grid{gap:17px}.codex-plan-quota{gap:11px}.codex-plan-quota>strong{font-size:66px}.codex-plan-quota>span{font-size:10px}.codex-usage{gap:45px}}@media(max-width:800px){.codex-hero-grid{grid-template-columns:1fr;padding-bottom:40px;gap:25px}.codex-intro h1{font-size:clamp(32px,6.2vw,48px)}.codex-hero-lead{font-size:18px}.codex-workbench{margin:0;transform:none;max-width:560px;width:100%;justify-self:center}.codex-page-nav{display:grid;grid-template-columns:1fr 1fr;gap:17px 25px;padding-block:23px}.codex-page-nav a{font-size:11px;justify-content:space-between}.codex-account{grid-template-columns:1fr;gap:28px;padding-block:60px}.codex-account h2,.codex-usage h2{font-size:27px}.codex-account p:not(.section-kicker){font-size:13px}.codex-plans-grid{grid-template-columns:1fr;gap:20px}.codex-plan{padding:27px}.codex-plan-quota>strong{font-size:75px}.codex-plan-quota>span{font-size:13px}.codex-plan-desc{min-height:0}.codex-plan h3{font-size:26px}.codex-plan-price{padding-top:20px}.codex-quota-segments i{height:17px}.codex-plan .btn{font-size:14px}.codex-steps{grid-template-columns:1fr 1fr;gap:32px 23px}.codex-steps h3{font-size:15px}.codex-steps p{font-size:12px}.codex-steps a{font-size:10px}.codex-usage{grid-template-columns:1fr;gap:38px;padding-top:0;padding-bottom:60px}.codex-usage-intro p{max-width:100%}.codex-usage-list h3{font-size:16px}.codex-reading{grid-template-columns:1fr;gap:20px;padding-block:58px}.codex-reading h2{font-size:24px}.codex-reading-links>a{gap:12px;padding:18px 15px}.codex-reading-links strong{font-size:12px}.codex-reading-links small{font-size:10px}.codex-final{flex-direction:column;align-items:stretch;margin-bottom:64px;gap:25px}.codex-final h2{font-size:27px}.codex-final p{font-size:12px}.codex-final .btn{width:100%}}@media(max-width:400px){.home-codex-link{font-size:10px}.codex-hero{padding-top:25px}.codex-intro h1{font-size:31px}.codex-intro .breadcrumb{margin-bottom:25px}.codex-hero-lead{font-size:16px}.codex-hero-detail{font-size:13px}.codex-actions .btn{width:100%;font-size:14px;padding-inline:12px}.codex-actions .text-link{margin-inline:auto}.codex-hero-assurance{gap:14px;font-size:10px}.codex-workbench{padding:21px}.codex-request{padding:16px}.codex-request p{font-size:14px}.codex-workbench-top{margin-bottom:19px}.codex-billing-note{padding:23px}.codex-account h2{font-size:25px}.codex-plan{padding:25px}.codex-steps{grid-template-columns:1fr}.codex-steps h3{margin-top:15px}.codex-steps p{font-size:13px}.codex-reading-links>a>svg:first-child{display:none}}body{background:var(--bg)}::selection{background:#3d2f12;color:#f5cf6a}:focus-visible{outline-color:var(--brand)}.btn-primary{background:linear-gradient(115deg,#f6c656,#e0971a);color:#231a04;box-shadow:0 6px 18px #e0971a30}.btn-primary:hover{background:linear-gradient(115deg,#ffd97a,#eda625);color:#231a04}.btn-ghost{background:#171a20}.btn-lime,.filter-tags .tag.active,.search-form button,.logo-mark,.v2-header .logo-mark,.v2-footer .logo-mark{color:#231a04}.hero-rotator span{background:linear-gradient(100deg,#f9dc8f 15%,#eeb138 60%,#c98a10 95%);-webkit-background-clip:text;background-clip:text}.feedback-heading h2>span{background:linear-gradient(120deg,#f9dc8f,#e8a223);background-clip:text;-webkit-background-clip:text}.support-launcher{color:#231a04}.support-launcher:before{border-color:#e0971a40}.recommended-label{color:#231a04}[aria-selected=true]>.step-circle{color:#231a04}.codex-plan-max .btn{background:linear-gradient(115deg,#f6c656,#e0971a);color:#231a04}.codex-plan-max .btn:hover{background:#ffd97a;color:#231a04}.support-qr-frame,.support-qr-large{background:#fff;border-color:#d8d2c4}.card,.plan-card,.post-card,.topic-card,.pricing-card,.codex-plan:not(.codex-plan-max),.advantage-card,.knowledge-quote,.feedback-card,.faq details,.faq.v2-faq-list details,.toc,.sidebar-help,.search-form,.faq-search,.mock-browser,dialog,.support-nudge,.back-to-top,.guides-dropdown,.mobile-navigation,.codex-billing-note{background:#1b1f26}.cta{background:linear-gradient(120deg,#17140e,#201a10);border:1px solid #3a2d14}.v2-footer{background:#0b0c0f}.recharge-card{background:linear-gradient(150deg,#1d1a13,#13110c);border:1px solid #3a2f18}.codex-workbench{background:linear-gradient(145deg,#221c11,#13110b 70%)}.video-preview{background:radial-gradient(ellipse at 50% 30%,#2b2214,#12100b 72%)}.pro-option[aria-pressed=true]>strong{color:#f5cf6a}.pro-option[aria-pressed=true]{background:linear-gradient(145deg,#241d10,#17130b);border-color:#4a3a17}.codex-plan-max{background:#16130d}.paper-sheet{--text: #292419;--muted: #79715f;--line: #e3dbc7;--bg-soft: #efe9d8;--brand: #9a6a0f;--brand-dark: #7c5608;--brand-soft: #f3ecda;--ink: #241f16;--ok: #33715a;--ok-soft: #e4efe6;--warn: #8a5c17;--warn-soft: #f8efdb;background:#f6f3ea;color:var(--text);padding:8px 0 64px;border-top:1px solid #2a2e35}.paper-sheet .article-header h1{color:#221d12}.paper-sheet .meta,.paper-sheet .breadcrumb,.paper-sheet .breadcrumb a{color:#79715f}.paper-sheet .breadcrumb a:hover{color:var(--brand)}.paper-sheet .tag{background:#ece5d3;color:#6d6350}.paper-sheet .tag:hover{background:#e2d9bf}.paper-sheet .toc{background:#fffdf6;border-color:var(--line)}.paper-sheet .toc li{color:#8a8171}.paper-sheet .toc a{color:#6b6353}.paper-sheet .toc a:hover{color:var(--brand)}.paper-sheet .article-content>p a{text-decoration-color:#d9c493}.paper-sheet .article a:not(.btn):not(.tag):not(.post-read):not(.post-cover):hover{color:var(--brand-dark)}.paper-sheet th{background:#efe9d8}.paper-sheet .related,.paper-sheet .article img{border-color:var(--line)}.paper-sheet .sidebar-back{color:#79715f}.v2-hero{background:radial-gradient(ellipse 58% 45% at 50% 40%,#2a2415,transparent 75%),var(--bg)}.paper-sheet .v2-directory-hero{background:transparent;border-color:var(--line)}.paper-sheet .card,.paper-sheet .topic-card,.paper-sheet .post-card,.paper-sheet .sidebar-help,.paper-sheet .search-form,.paper-sheet .faq-search,.paper-sheet .faq details,.paper-sheet .faq.v2-faq-list details,.paper-sheet .btn-ghost{background:#fffdf6}.paper-sheet .search-empty{background:#faf6ea;border-color:#ddd2b8}.paper-sheet .step .num{background:#f0e3c2;color:var(--brand)}.paper-sheet .topic-icon{background:#efe9d8;color:#8a6a1f}.paper-sheet .topic-arrow{color:#b3a98f}.paper-sheet .tone-green{--cover-bg: #e7efe1;--cover-ink: #3f6b43}.paper-sheet .tone-sand{--cover-bg: #f2ecdc;--cover-ink: #8a6a33}.paper-sheet .tone-blue{--cover-bg: #e2ebf2;--cover-ink: #40647d}.paper-sheet .tone-lavender{--cover-bg: #ebe9f3;--cover-ink: #6a6180}.paper-sheet .post-cover{background:radial-gradient(circle at 88% 30%,#ffffffa3,transparent 60%),var(--cover-bg)}.paper-sheet .post-card-bottom{border-color:var(--line)}.paper-sheet .post-read{background:#f0e9d2}.paper-sheet .filter-tags .tag{background:#efe9d8}.paper-sheet .filter-tags .tag.active{background:var(--brand);color:#fffdf6}.paper-sheet .search-form>svg,.paper-sheet .search-form input::placeholder{color:#a89e88}.paper-sheet .faq summary,.paper-sheet .faq.v2-faq-list summary{color:#33302a}.paper-sheet .faq.v2-faq-list .a,.paper-sheet .faq-contact-line{color:var(--muted)}.paper-sheet .faq-contact-line button{color:var(--brand)}.paper-sheet .faq-filters button{background:#fffdf6;color:#6d6350;border-color:var(--line)}.paper-sheet .faq-filters button[aria-pressed=true]{background:#f0e3c2;color:#7c5608;border-color:#dcc890}.paper-sheet .faq details[open],.paper-sheet .faq.v2-faq-list details[open]{border-color:#d8c491}.paper-sheet .notice.warn{background:var(--warn-soft);border-color:#e8d5ab;color:var(--warn)}.paper-sheet .notice.ok{background:var(--ok-soft);border-color:#c2dcc9;color:var(--ok)}.paper-sheet .tag{background:#e8dfc9;color:#5f5545}.paper-sheet .post-read{background:#e7dcc0;color:#7c5608}.paper-sheet .post-read:hover{background:var(--brand);color:#fffdf6}
