:root{color:#18202a;font-synthesis:none;text-rendering:optimizelegibility;--page-width:1120px;--text:#18202a;--muted:#5b6572;--border:#dfe4ea;--surface:#f6f8fa;--accent:#1f5f78;--accent-dark:#15475b;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:#fff;margin:0;line-height:1.6}a{color:var(--accent)}a:hover{color:var(--accent-dark)}img{max-width:100%;height:auto}.container{width:min(calc(100% - 2rem), var(--page-width));margin-inline:auto}.skip-link{z-index:100;border:1px solid var(--border);background:#fff;padding:.75rem 1rem;position:absolute;top:-10rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:20;border-bottom:1px solid var(--border);backdrop-filter:blur(10px);background:#fffffff2;position:sticky;top:0}.header-inner,.footer-inner{justify-content:space-between;align-items:center;gap:2rem;min-height:72px;display:flex}.brand{color:var(--text);letter-spacing:-.03em;font-size:1.25rem;font-weight:800;text-decoration:none}.nav-list{flex-wrap:wrap;align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--muted);font-weight:600;text-decoration:none}.nav-list a[aria-current=page]{color:var(--accent)}.nav-list .nav-login{color:#fff;background:var(--accent);border-radius:.6rem;padding:.55rem .9rem;display:inline-block}.nav-list .nav-login:hover{color:#fff;background:var(--accent-dark)}.hero{background:linear-gradient(180deg, var(--surface), #fff);padding:7rem 0 5rem}.hero-inner{max-width:900px}.hero h1,.section-heading h2,.prose h1{letter-spacing:-.04em;margin:0;line-height:1.08}.hero h1{max-width:850px;font-size:clamp(2.5rem,6vw,5.2rem)}.hero-lead{max-width:760px;color:var(--muted);margin:1.5rem 0 0;font-size:clamp(1.1rem,2vw,1.35rem)}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.09em;margin:0 0 .75rem;font-size:.8rem;font-weight:800}.hero-actions{margin-top:2rem}.button{color:#fff;background:var(--accent);border-radius:.6rem;padding:.85rem 1.15rem;font-weight:700;text-decoration:none;display:inline-block}.button:hover{color:#fff;background:var(--accent-dark)}.section{padding:5rem 0}.section-muted{background:var(--surface)}.section-accent{color:#fff;background:var(--accent-dark)}.section-accent .eyebrow,.section-accent .flow-intro p,.section-accent .text-link{color:#fff}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2{font-size:clamp(2rem,4vw,3.2rem)}.section-heading>p:last-child,.prose p{color:var(--muted)}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.card{border:1px solid var(--border);background:#fff;border-radius:.9rem;padding:1.5rem}.card h3{margin-top:0;font-size:1.25rem}.card p{color:var(--muted);margin-bottom:0}.card-list{color:var(--muted);margin:1.25rem 0 0;padding-left:1.2rem}.card-list li+li{margin-top:.45rem}.split-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(2rem,6vw,6rem);display:grid}.split-layout .section-heading{margin-bottom:0}.flow-intro{font-size:1.1rem}.flow-intro p:first-child{margin-top:0}.flow-intro p{color:var(--muted)}.text-link{text-underline-offset:.2em;font-weight:800;display:inline-block}.cta-panel{background:var(--surface);border-radius:1rem;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(2rem,5vw,4rem);display:flex}.cta-panel h2{margin:0;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.15}.cta-panel p:last-child{max-width:680px;color:var(--muted);margin-bottom:0}.cta-panel .button{flex:none}.profile-layout{grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(2rem,7vw,6rem);display:grid}.profile-photo{aspect-ratio:1;object-fit:cover;border-radius:1rem;width:100%}.profile-content{max-width:650px}.profile-content h2{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1}.profile-content>p:not(.eyebrow){color:var(--muted);margin:1.25rem 0;font-size:1.1rem}.feature-catalog{gap:1.5rem;display:grid}.feature-domain{border:1px solid var(--border);border-radius:1rem;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:clamp(1.5rem,5vw,4rem);padding:clamp(1.5rem,4vw,2.5rem);display:grid}.feature-domain-heading h3{margin:0;font-size:1.5rem;line-height:1.2}.feature-domain-heading p,.feature-list-item p{color:var(--muted)}.feature-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.feature-list-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.feature-list-item:first-child{padding-top:0}.feature-list-item:last-child{border-bottom:0;padding-bottom:0}.feature-list-item h4,.feature-list-item p{margin:0}.feature-list-item h4{font-size:1rem}.feature-list-item p{margin-top:.25rem}.feature-list-item>a{flex:none;font-weight:800}.feature-list-item.is-available{background:#eef6f8;border-radius:.7rem;margin-inline:-1rem;padding-inline:1rem}.feature-status{color:var(--muted);flex:none;font-size:.85rem;font-weight:700}.guide-header{background:linear-gradient(180deg, var(--surface), #fff);padding:4.5rem 0 3.5rem}.guide-header h1{letter-spacing:-.045em;max-width:900px;margin:0;font-size:clamp(2.5rem,6vw,4.8rem);line-height:1.05}.guide-lead{max-width:820px;color:var(--muted);margin:1.25rem 0 0;font-size:clamp(1.1rem,2vw,1.3rem)}.guide-meta{color:var(--muted);margin:1.25rem 0 0;font-size:.9rem}.breadcrumbs{color:var(--muted);gap:.6rem;margin-bottom:2rem;font-size:.9rem;display:flex}.guide-layout{grid-template-columns:230px minmax(0,820px);align-items:start;gap:clamp(2rem,7vw,6rem);padding-block:4rem 6rem;display:grid}.guide-toc{border:1px solid var(--border);background:#fff;border-radius:.8rem;padding:1.25rem;position:sticky;top:100px}.guide-toc-title{margin:0 0 .75rem;font-weight:800}.guide-toc ol{gap:.5rem;margin:0;padding-left:1.2rem;font-size:.9rem;display:grid}.guide-toc a{text-underline-offset:.16em}.guide-back-link{margin-top:1.25rem;font-size:.9rem;font-weight:700;display:inline-block}.guide-content>section{padding-bottom:4.5rem;scroll-margin-top:100px}.guide-content>section+section{border-top:1px solid var(--border);padding-top:4.5rem}.guide-content h2{letter-spacing:-.035em;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.guide-content h3{margin:2rem 0 .5rem;line-height:1.25}.guide-content section>p:not(.eyebrow),.guide-content section>ul,.guide-content section>ol{color:var(--muted)}.guide-content section>p:not(.eyebrow){font-size:1.06rem}.guide-callout,.guide-note{border-left:4px solid var(--accent);background:#eef6f8;border-radius:.3rem .7rem .7rem .3rem;margin:1.75rem 0;padding:1.2rem 1.4rem}.guide-callout.warning{background:#fff7e8;border-left-color:#b56a00}.guide-callout p,.guide-note{color:var(--text)}.guide-callout p:last-child{margin-bottom:0}.check-list,.steps-list{gap:.8rem;padding-left:1.3rem;display:grid}.steps-list li{padding-left:.35rem}.steps-list strong{color:var(--text);display:block}.help-figure{margin:2rem 0}.help-figure img{border:1px solid var(--border);border-radius:.8rem;width:100%;display:block;box-shadow:0 18px 45px #18202a1f}.help-figure figcaption{color:var(--muted);margin-top:.8rem;font-size:.9rem}.screenshot-zoom{border:1px solid var(--border);background:var(--surface);border-radius:.8rem;height:290px;margin:1.5rem 0 0;position:relative;overflow:hidden;box-shadow:0 18px 45px #18202a1a}.screenshot-zoom img{width:1500px;max-width:none;position:absolute;top:-125px;left:-285px}.definition-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.definition-grid article{border:1px solid var(--border);border-radius:.75rem;padding:1.25rem}.definition-grid h3,.definition-grid p{margin:0}.definition-grid p{color:var(--muted);margin-top:.5rem}.definition-grid.compact h3{font-size:1rem}.faq-list{gap:.75rem;margin-top:2rem;display:grid}.faq-list details{border:1px solid var(--border);border-radius:.7rem;padding:1rem 1.2rem}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{color:var(--muted);margin-bottom:0}.guide-footer{background:var(--surface);border-radius:.9rem;padding:2rem}.guide-footer p{margin-top:0}.guide-footer code{overflow-wrap:anywhere;margin-bottom:1.5rem;display:block}.prose{max-width:800px}.prose h1{font-size:clamp(2.3rem,5vw,4rem)}.notice{border-left:4px solid var(--accent);background:var(--surface);padding:1rem 1.2rem}.site-footer{border-top:1px solid var(--border);color:var(--muted);margin-top:3rem}.footer-inner{min-height:90px}@media (width<=720px){.header-inner,.footer-inner{flex-direction:column;align-items:flex-start;padding-block:1rem}.site-header{position:static}.hero{padding:4rem 0 3rem}.section{padding:3.5rem 0}.card-grid,.feature-grid,.split-layout,.profile-layout,.feature-domain,.guide-layout,.definition-grid{grid-template-columns:1fr}.guide-header{padding:3rem 0}.guide-layout{padding-block:2.5rem 4rem}.guide-toc{position:static}.feature-list-item{flex-direction:column;align-items:flex-start;gap:.75rem}.screenshot-zoom{height:230px}.screenshot-zoom img{width:1150px;top:-95px;left:-215px}.profile-photo{max-width:420px}.cta-panel{flex-direction:column;align-items:flex-start}}
