body{overflow-x:hidden}.skip-pad{height:0}.nav-right{align-items:center;gap:10px;display:flex}.landing-brand{width:clamp(142px,18vw,180px);height:32px}.footer-brand{width:164px;height:30px;margin-bottom:12px}@media (max-width:720px){.nav-cta-secondary{display:none}.landing-brand{width:144px}}.hero{padding-block:clamp(56px,9vw,104px) clamp(40px,6vw,64px);position:relative;overflow:hidden}.hero:before{content:"";background:var(--hero-glow);pointer-events:none;z-index:0;height:620px;position:absolute;inset:-10% -10% auto}.hero:after{content:"";z-index:0;pointer-events:none;background-image:radial-gradient(var(--grid-line) 1px, transparent 1px);opacity:.5;background-size:26px 26px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 70%);mask-image:linear-gradient(#000,#0000 70%)}.hero-grid{z-index:1;grid-template-columns:1.04fr .96fr;align-items:center;gap:clamp(28px,4vw,56px);display:grid;position:relative}@media (max-width:880px){.hero-grid{grid-template-columns:1fr}}.hero .eyebrow{white-space:nowrap;color:var(--accent);background:var(--accent-soft);border:1px solid color-mix(in oklab, var(--accent) 30%, transparent);border-radius:999px;align-items:center;gap:8px;padding:5px 11px;display:inline-flex}.hero h1{letter-spacing:-.035em;max-width:16ch;margin:18px 0;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.04}.hero .lede{color:var(--muted);max-width:52ch;margin-bottom:26px;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.btn-lg{border-radius:var(--radius);padding:12px 20px;font-size:15px}.trust{flex-wrap:wrap;gap:8px;padding-top:6px;display:flex}.trust .chip{color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;align-items:center;gap:7px;padding:5px 11px;font-size:12.5px;display:inline-flex}.trust .chip svg{width:13px;height:13px;color:var(--ok);stroke:currentColor;stroke-width:2.2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.hero-term{box-shadow:var(--shadow-pop);position:relative}.hero-term .term-head .title{margin-left:auto}.term .line{white-space:pre-wrap;word-break:break-word}.term .cursor{background:var(--accent);vertical-align:-2px;width:8px;height:15px;margin-left:2px;display:inline-block}@media (prefers-reduced-motion:no-preference){.term .cursor{animation:1.1s step-end infinite blink}@keyframes blink{50%{opacity:0}}}.sec{padding-block:clamp(52px,8vw,92px)}.sec-bordered{border-top:1px solid var(--border)}.sec-tinted{background:var(--surface-2);border-block:1px solid var(--border)}.head{max-width:660px;margin-bottom:36px}.head.center{text-align:center;margin-inline:auto}.head .eyebrow{color:var(--accent)}.head h2{letter-spacing:-.025em;margin:10px 0 12px;font-size:clamp(1.6rem,3.2vw,2.4rem);line-height:1.1}.head p{color:var(--muted);font-size:1.04rem;line-height:1.6}.feat-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}@media (max-width:880px){.feat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.feat-grid{grid-template-columns:1fr}}.feat{background:var(--surface);flex-direction:column;gap:10px;padding:22px 22px 24px;transition:background .15s;display:flex}.feat:hover{background:var(--surface-2)}.feat .ic{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:10px;place-items:center;display:grid}.feat .ic svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.feat h3{letter-spacing:-.01em;font-size:1.02rem}.feat p{color:var(--muted);font-size:.9rem;line-height:1.55}.feat code{font-family:var(--font-mono);background:var(--surface-2);border-radius:4px;padding:1px 5px;font-size:.82em}[data-theme=dark] .feat code{background:#232933;background:lab(16.3948% -.658929 -7.29806)}.pg-band{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(24px,4vw,48px);display:grid}@media (max-width:760px){.pg-band{grid-template-columns:1fr}}.pg-band h2{letter-spacing:-.025em;margin:8px 0 12px;font-size:clamp(1.4rem,2.6vw,1.9rem);line-height:1.12}.pg-band p{color:var(--muted);max-width:48ch;font-size:.98rem;line-height:1.6}.pg-band .pg-cli{font-family:var(--font-mono);color:var(--muted);margin-top:16px;font-size:12px}.pg-chips{flex-wrap:wrap;gap:8px;display:flex}.pg-chips .pgc{color:var(--fg);background:var(--surface);border:1px solid var(--border);border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:13px;transition:border-color .14s,color .14s;display:inline-flex}.pg-chips .pgc:hover{border-color:var(--accent);color:var(--accent)}.pg-chips .pgc svg{width:14px;height:14px;color:var(--accent);stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.flow{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);counter-reset:step;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}@media (max-width:760px){.flow{grid-template-columns:1fr}}.flow li{background:var(--surface);counter-increment:step;flex-direction:column;gap:8px;padding:20px 22px;list-style:none;display:flex}.flow li .n{font-family:var(--font-mono);color:var(--accent);font-size:12px;font-weight:600}.flow li .n:before{content:"0" counter(step) " — "}.flow li strong{letter-spacing:-.01em;font-size:.98rem}.flow li code{font-family:var(--font-mono);background:var(--code-bg);color:var(--code-fg);border-radius:6px;padding:6px 10px;font-size:12.5px;display:block}.regions-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(24px,4vw,44px);display:grid}@media (max-width:880px){.regions-layout{grid-template-columns:1fr}}.map-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.map-card svg{width:100%;height:auto}.region-list{flex-direction:column;gap:12px;display:flex}.region-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);grid-template-columns:auto 1fr;gap:14px;padding:16px;display:grid}.region-item .rdot{background:var(--accent);width:11px;height:11px;box-shadow:0 0 0 5px var(--accent-soft);border-radius:50%;margin-top:5px}.region-item .rdot.sec{background:#0099ca;background:lab(58.4832% -21.639 -36.0847);box-shadow:0 0 0 5px #0099ca2e;box-shadow:0 0 0 5px lab(58.4832% -21.639 -36.0847/.18)}.region-item strong{margin-bottom:3px;font-size:.95rem;display:block}.region-item p{color:var(--muted);font-size:.86rem;line-height:1.5}.region-item p code{font-family:var(--font-mono);background:var(--surface-2);border-radius:4px;padding:1px 5px;font-size:.82em}[data-theme=dark] .region-item p code{background:#232933;background:lab(16.3948% -.658929 -7.29806)}.bucket-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);overflow:hidden}.bucket-head{border-bottom:1px solid var(--border);background:var(--surface-2);align-items:center;gap:10px;padding:13px 16px;display:flex}.bucket-head .bk-ic{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.bucket-head .bk-ic svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.bucket-head .bk-name{font-family:var(--font-mono);font-size:14px;font-weight:600}.bucket-head .bk-chip{color:var(--ok);background:color-mix(in oklab, var(--ok) 14%, transparent);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:11px;display:inline-flex}.bucket-head .bk-chip svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:11px;height:11px}.bucket-head .bk-region{font-family:var(--font-mono);color:var(--muted);border:1px solid var(--border);white-space:nowrap;border-radius:999px;margin-left:auto;padding:3px 9px;font-size:11px}.bucket-body{padding:5px 0}.bucket-body .obj{font-family:var(--font-mono);justify-content:space-between;align-items:center;gap:12px;padding:9px 16px;font-size:12.5px;transition:background .12s;display:flex}.bucket-body .obj:hover{background:var(--surface-2)}.bucket-body .o-key{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:9px;min-width:0;display:inline-flex;overflow:hidden}.bucket-body .o-key svg{width:14px;height:14px;color:var(--muted-2);stroke:currentColor;stroke-width:1.7px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.bucket-body .obj.is-backup .o-key svg{color:var(--accent)}.bucket-body .o-size{color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0}.bucket-foot{border-top:1px solid var(--border);background:var(--surface-2);color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding:11px 16px;font-size:12px;display:flex}.bucket-foot .bk-endpoint{font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.price-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (max-width:960px){.price-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.price-grid{grid-template-columns:1fr}}.plan{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:22px;display:flex}.plan.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 12px 32px -12px #1779e140;position:relative}@supports (color:lab(0% 0 0)){.plan.featured{box-shadow:0 0 0 1px var(--accent), 0 12px 32px -12px lab(49.9088% 4.02367 -61.7788/.25)}}.plan.featured .tag{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:var(--accent);color:#fff;border-radius:999px;padding:3px 9px;font-size:10.5px;position:absolute;top:-10px;left:22px}.plan h3{margin-bottom:6px;font-size:1.05rem}.plan .price{font-family:var(--font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:2.1rem;font-weight:700}.plan .per{color:var(--muted);margin-bottom:16px;font-size:.8rem}.plan ul{flex-direction:column;flex:1;gap:9px;margin:0 0 18px;padding:0;list-style:none;display:flex}.plan li{color:var(--muted);gap:9px;font-size:.86rem;line-height:1.45;display:flex}.plan li svg{width:15px;height:15px;color:var(--accent);stroke:currentColor;stroke-width:2.2px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.plan-note{background:var(--surface-2);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;color:var(--muted);margin-top:22px;padding:16px 18px;font-size:.86rem;line-height:1.55}.cta{text-align:center;padding-block:clamp(56px,8vw,88px);position:relative;overflow:hidden}.cta:before{content:"";background:var(--hero-glow);pointer-events:none;position:absolute;inset:0}.cta-inner{z-index:1;position:relative}.cta h2{letter-spacing:-.025em;margin-bottom:14px;font-size:clamp(1.7rem,3.4vw,2.5rem)}.cta p{max-width:56ch;color:var(--muted);margin:0 auto 24px;font-size:1.04rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1);transform:translateY(16px)}.reveal.in{opacity:1;transform:none}}
