@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Roboto+Mono:wght@400;500&display=swap";:root{color-scheme:light;font-family:Manrope,Segoe UI Variable,Segoe UI,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--paper: #f2f0e9;--paper-deep: #e9e6dc;--surface: #fbfaf6;--white: #ffffff;--ink: #10120f;--ink-soft: #252822;--muted: #6b6e67;--muted-dark: #979b91;--line: #d9d7cf;--line-dark: #30332d;--accent: #ff5a36;--accent-dark: #d93a18;--accent-soft: #ffe0d7;--blue: #3659ef;--blue-soft: #dde4ff;--green: #16895a;--green-soft: #d9f2e7;--amber: #d98a18;--amber-soft: #ffedcd;--red: #cf3f32;--red-soft: #ffe0dc;--shadow-sm: 0 1px 2px rgb(16 18 15 / 4%), 0 8px 24px rgb(16 18 15 / 5%);--shadow-md: 0 16px 55px rgb(16 18 15 / 10%);--shadow-dark: 0 24px 80px rgb(0 0 0 / 28%);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--container: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:3px}::selection{color:var(--ink);background:#c9d2ff}.section-wrap{width:min(var(--container),calc(100% - 64px));margin-inline:auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#585b54;font-size:13px;font-weight:700;letter-spacing:.11em;line-height:1.2;text-transform:uppercase}.eyebrow--muted{color:var(--muted-dark)}.eyebrow--light{color:#adb1a7}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:15px;font-weight:700;line-height:1;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.button:hover:not(:disabled){transform:translateY(-2px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{cursor:not-allowed;opacity:.56}.button--small{min-height:36px;padding-inline:16px;font-size:14px}.button--hero{min-height:52px;padding-inline:25px;font-size:16px}.button--dark{color:#fff;background:var(--ink)}.button--dark:hover:not(:disabled){background:#2a2d27;box-shadow:0 8px 30px #10120f2e}.button--accent{color:#fff;background:var(--accent)}.button--accent:hover:not(:disabled){background:var(--accent-dark);box-shadow:0 8px 26px #ff5a363d}.button--ghost{border-color:#10120f2e;background:#fff6}.button--ghost:hover{border-color:var(--ink);background:#ffffffc7}.button--outline{border-color:var(--line);background:transparent}.button--outline:hover:not(:disabled){border-color:#a4a69e;background:var(--white)}.button--light{color:var(--ink);background:#fff}.button--light:hover:not(:disabled){background:#f0efe9;box-shadow:0 10px 30px #0000002e}.button--dark-ghost{color:#fff;border-color:#ffffff47;background:transparent}.button--dark-ghost:hover:not(:disabled){border-color:#fff;background:#ffffff14}.button--danger{color:#fff;background:var(--red)}.button--danger-ghost{color:var(--red);border-color:#e9b8b0;background:transparent}.button--danger-ghost:hover:not(:disabled){background:var(--red-soft)}.text-link{color:#444740;font-size:14px;font-weight:650}.text-link:hover,.inline-arrow:hover{color:var(--accent-dark)}.inline-arrow{display:inline-flex;align-items:center;gap:8px;padding:0;border:0;cursor:pointer;font-size:15px;font-weight:700;background:none;transition:color .16s ease}.brand{display:inline-flex;position:relative;z-index:2;align-items:center;gap:9px;flex:0 0 auto}.brand__mark{display:grid;width:23px;height:23px;place-items:center;border:1.5px solid currentColor;transform:rotate(45deg)}.brand__mark span{width:6px;height:6px;background:var(--accent);border-radius:50%}.brand__word{font-size:18px;font-weight:800;letter-spacing:-.04em}.brand__descriptor{margin-left:4px;padding-left:12px;border-left:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.02em}.brand--compact .brand__word{font-size:17px}.brand--inverse{color:#fff}.brand--inverse .brand__descriptor{color:var(--muted-dark);border-color:var(--line-dark)}.landing{overflow:clip;background:var(--surface)}.landing-header{display:grid;position:absolute;z-index:20;top:0;left:50%;width:min(var(--container),calc(100% - 64px));height:76px;grid-template-columns:1fr auto 1fr;align-items:center;transform:translate(-50%)}.landing-nav{display:flex;align-items:center;gap:27px}.landing-nav a{color:#4f524b;font-size:13px;font-weight:650;transition:color .16s ease}.landing-nav a:hover{color:var(--ink)}.landing-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}.landing-header__menu{display:none}.landing-hero{display:flex;position:relative;min-height:910px;align-items:flex-start;justify-content:center;padding-top:190px;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 30%,rgb(255 255 255 / 98%) 0 18%,transparent 56%),linear-gradient(180deg,#fbfaf7,#f8f7f2);--globe-dot: #10120f;--globe-ring: #d9d7cf;--globe-node: #3659ef;--globe-arc: #ff5a36;--globe-faint: #6b6e67}.landing-hero:before{position:absolute;top:76px;right:0;bottom:0;left:0;background-image:linear-gradient(rgb(16 18 15 / 1.5%) 1px,transparent 1px),linear-gradient(90deg,rgb(16 18 15 / 1.5%) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 66%);mask-image:radial-gradient(circle at center,#000,transparent 66%);content:"";pointer-events:none}.landing-hero__content{position:relative;z-index:4;width:min(850px,calc(100% - 40px));margin-top:18px;text-align:center}.hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:27px;color:#464942;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-kicker i{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px #16895a1a}.landing-hero h1{--h1-size: min(100px, calc((100vw - 48px) / 8.6));--h1-leading: .94;--rotator-radius: calc(var(--h1-size) * var(--h1-leading) * .688);margin:0;font-size:var(--h1-size);font-weight:600;letter-spacing:-.02em;line-height:var(--h1-leading)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.word-rotator{display:inline-block;perspective:900px;vertical-align:baseline}.word-rotator__drum{display:grid;transform:translateZ(calc(var(--rotator-radius) * -1)) rotateX(calc(var(--rotator-index) * -72deg));transform-style:preserve-3d;transition:transform .72s cubic-bezier(.22,1,.36,1)}.hero-headline__lead{white-space:nowrap}.word-rotator__face{grid-area:1 / 1;opacity:var(--rotator-fade, 1);transform:rotateX(calc(var(--rotator-face) * 72deg)) translateZ(var(--rotator-radius));transition:opacity .72s cubic-bezier(.22,1,.36,1);backface-visibility:visible}.word-rotator__face[data-front]{background:linear-gradient(100deg,var(--ink) 42%,#979a92 50%,var(--ink) 58%);-webkit-background-clip:text;background-clip:text;background-position:100% 0;background-size:280% 100%;animation:wordGlint 1.2s cubic-bezier(.33,0,.2,1) .66s 1 forwards;color:transparent;-webkit-text-fill-color:transparent}@keyframes wordGlint{0%{background-position:100% 0}to{background-position:0 0}}.landing-hero__content>p{width:min(620px,100%);margin:36px auto 0;color:#555850;font-size:clamp(15px,1.35vw,18px);line-height:1.62}.landing-hero__actions{display:flex;justify-content:center;gap:10px;margin-top:30px}.landing-hero__note{display:inline-flex;align-items:center;margin-top:20px;padding:8px 15px;border:1px solid var(--line);border-radius:100px;background:#ffffffd1;box-shadow:var(--shadow-sm);color:#3d403a;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-scroll{display:grid;position:absolute;z-index:5;bottom:28px;left:50%;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:50%;transform:translate(-50%);transition:border-color .16s ease,transform .16s ease}.hero-scroll:hover{border-color:var(--ink);transform:translate(-50%,3px)}.hero-globe{display:block;position:absolute;z-index:1;bottom:-870px;left:50%;width:1260px;height:1260px;transform:translate(-50%);pointer-events:none;will-change:contents}.protocol-field{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.protocol-field__item{position:absolute;color:var(--muted);font-family:Roboto Mono,monospace;font-size:15px;font-weight:500;letter-spacing:.06em;white-space:nowrap;opacity:0;animation:protocolCycle 11s ease-in-out infinite}.protocol-field__item--left{left:calc(50% - 445px);transform:translate(-100%,-50%)}.protocol-field__item--right{left:calc(50% + 445px);transform:translateY(-50%)}.protocol-field__item--band{top:calc(var(--band-y) + var(--band-shift, 0px));transform:translate(-50%,-50%)}@media(max-width:1160px){.protocol-field__item--side{display:none}}@keyframes protocolCycle{0%,6%{opacity:0}12%,38%{opacity:.5}46%,to{opacity:0}}.landing--reveal-ready [data-reveal]{--reveal-delay: 0ms;--reveal-scale: 1;--reveal-x: 0;--reveal-y: 28px;opacity:0;transform:translate3d(var(--reveal-x),var(--reveal-y),0) scale(var(--reveal-scale));transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay);will-change:opacity,transform}.landing--reveal-ready [data-reveal=left]{--reveal-x: -30px;--reveal-y: 0}.landing--reveal-ready [data-reveal=right]{--reveal-x: 30px;--reveal-y: 0}.landing--reveal-ready [data-reveal=scale]{--reveal-scale: .985;--reveal-y: 18px}.landing--reveal-ready [data-reveal=fade]{--reveal-y: 0}.landing--reveal-ready [data-reveal-delay="1"]{--reveal-delay: 80ms}.landing--reveal-ready [data-reveal-delay="2"]{--reveal-delay: .16s}.landing--reveal-ready [data-reveal-delay="3"]{--reveal-delay: .24s}.landing--reveal-ready [data-reveal].is-revealed{opacity:1;transform:translateZ(0) scale(1);will-change:auto}.proof-strip{border-bottom:1px solid var(--line);background:var(--surface)}.proof-strip__inner{display:grid;min-height:145px;grid-template-columns:repeat(4,1fr) 1.35fr;align-items:stretch}.proof-strip__inner>div,.proof-strip__caption{display:flex;flex-direction:column;justify-content:center;padding:25px 30px;border-left:1px solid var(--line)}.proof-strip__inner>div:first-child{border-left:0}.proof-strip__inner strong{font-size:26px;font-weight:600;letter-spacing:-.055em}.proof-strip__inner span{margin-top:5px;color:var(--muted);font-size:13px}.proof-strip__caption{color:#444740!important;border-right:1px solid var(--line);font-size:15px!important;font-weight:650;line-height:1.45}.how-section{padding-block:140px 150px}.section-heading{margin-bottom:68px}.section-heading--split{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px;align-items:start}.section-heading h2,.ownership-section h2,.feature-row h2,.locations-section h2,.faq-section h2,.ownership-details h2{margin:0;font-size:clamp(40px,4.6vw,68px);font-weight:520;letter-spacing:-.068em;line-height:.98}.section-heading--split>h2,.section-heading--split>div{max-width:760px}.section-heading p{margin:20px 0 0;color:var(--muted);line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.step-card{position:relative;min-height:510px;padding:28px 31px 34px;overflow:hidden;border-left:1px solid var(--line)}.step-card:first-child{border-left:0}.step-card__number{color:#888b83;font-family:Roboto Mono,monospace;font-size:13px}.step-card__visual{display:flex;position:relative;height:260px;align-items:center;justify-content:center}.step-card h3{margin:7px 0 11px;font-size:21px;font-weight:650;letter-spacing:-.035em}.step-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}.step-card--accent .step-card__visual:before{position:absolute;width:210px;height:210px;background:radial-gradient(circle,rgb(255 90 54 / 20%),transparent 70%);content:""}.step-card--dark{color:#fff;background:var(--ink)}.step-card--dark .step-card__number,.step-card--dark p{color:#a7aaa2}.step-card--dark .step-card__visual{gap:22px}.mini-map{position:absolute;width:220px;height:170px;border:1px solid #ced0ca;border-radius:50% 44% 49% 42%;opacity:.65;transform:rotate(-11deg)}.mini-map:before,.mini-map:after{position:absolute;top:23px;right:23px;bottom:23px;left:23px;border:1px dashed #c2c4bd;border-radius:inherit;content:""}.mini-map:after{top:48px;right:48px;bottom:48px;left:48px}.map-dot{position:absolute;width:8px;height:8px;background:var(--blue);border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #3659ef24}.map-dot--fi{top:32px;right:62px}.map-dot--de{top:92px;right:88px}.map-dot--nl{bottom:40px;left:63px}.install-line{display:flex;position:relative;z-index:1;align-items:center;gap:11px}.install-line>svg{box-sizing:content-box;padding:16px;border:1px solid var(--line);border-radius:50%;background:var(--surface)}.install-line>span{width:22px;height:1px;overflow:hidden;background:var(--line)}.install-line>span:after{display:block;width:8px;height:1px;background:var(--accent);content:"";animation:lineMove 1.5s ease-in-out infinite}@keyframes lineMove{0%{transform:translate(-10px)}to{transform:translate(28px)}}.mock-qr{display:grid;width:102px;height:102px;grid-template-columns:repeat(6,1fr);gap:3px;padding:9px;background:#fff;border-radius:8px}.mock-qr i{background:transparent}.mock-qr i.is-on{background:var(--ink);border-radius:1px}.dark-product-section{padding-block:115px 105px;color:#fff;background:radial-gradient(circle at 82% 0%,rgb(54 89 239 / 18%),transparent 35%),#0e100d}.dark-product-section__head{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;margin-bottom:62px}.dark-product-section__head h2{max-width:780px;margin:0;font-size:clamp(42px,5.3vw,76px);font-weight:500;letter-spacing:-.074em;line-height:.94}.dark-product-section__head p{max-width:560px;margin:25px 0 0;color:#a7aaa2;font-size:16px;line-height:1.7}.provision-demo{display:grid;min-height:590px;grid-template-columns:185px 1fr;overflow:hidden;border:1px solid #363932;border-radius:18px;background:#181a16;box-shadow:var(--shadow-dark)}.provision-demo__sidebar{display:flex;flex-direction:column;padding:23px 18px;border-right:1px solid #31342e;background:#11130f}.provision-demo__logo{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:800;letter-spacing:-.02em}.provision-demo__logo span{width:13px;height:13px;border:1px solid #fff;transform:rotate(45deg)}.provision-demo__nav{display:flex;flex-direction:column;gap:5px;margin-top:56px}.provision-demo__nav span{display:flex;align-items:center;gap:9px;padding:10px 11px;color:#777b72;border-radius:8px;font-size:12px}.provision-demo__nav .is-active{color:#fff;background:#262922}.provision-demo__account{margin-top:auto;color:#5f625b;font-family:Roboto Mono,monospace;font-size:12px}.provision-demo__content{padding:40px 44px}.provision-demo__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:32px;border-bottom:1px solid #30332d}.provision-demo__top>div{display:flex;flex-direction:column;gap:7px}.provision-demo__top small{color:#74786f;font-family:Roboto Mono,monospace;font-size:12px}.provision-demo__top strong{font-size:24px;font-weight:550;letter-spacing:-.04em}.live-label{display:inline-flex;align-items:center;gap:6px;color:#a8aca2;font-family:Roboto Mono,monospace;font-size:11px;letter-spacing:.08em}.live-label i{width:6px;height:6px;background:#46dc91;border-radius:50%;box-shadow:0 0 0 4px #46dc911a}.live-label--light{color:var(--muted)}.provision-demo__grid{display:grid;grid-template-columns:1fr .85fr;gap:56px;align-items:center;padding-top:46px}.provision-steps{position:relative}.provision-steps:before{position:absolute;top:25px;bottom:25px;left:20px;width:1px;background:#30332d;content:""}.provision-step{display:flex;position:relative;align-items:center;gap:15px;min-height:83px;opacity:.42;transition:opacity .3s ease}.provision-step.is-done,.provision-step.is-current{opacity:1}.provision-step__icon{display:grid;position:relative;z-index:1;width:41px;height:41px;flex:0 0 auto;place-items:center;border:1px solid #3b3e37;border-radius:50%;color:#92968c;background:#181a16}.provision-step.is-done .provision-step__icon{color:#07130d;border-color:#46dc91;background:#46dc91}.provision-step.is-current .provision-step__icon{color:#fff;border-color:var(--accent);box-shadow:0 0 0 5px #ff5a361f}.provision-step>div{display:flex;flex-direction:column;gap:5px}.provision-step strong{font-size:14px;font-weight:650}.provision-step small{color:#777b72;font-size:12px}.mini-loader{width:14px;height:14px;margin-left:auto;border:1.5px solid #3d4039;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.ready-card{display:flex;min-height:360px;flex-direction:column;align-items:center;justify-content:center;padding:30px;border:1px solid #34372f;border-radius:15px;text-align:center;background:radial-gradient(circle at 50% 10%,rgb(54 89 239 / 20%),transparent 45%),#131511}.ready-card__orb{display:grid;position:relative;width:84px;height:84px;margin-bottom:31px;place-items:center;border:1px solid #41443d;border-radius:50%;background:#1c1f19}.ready-card__orb span{position:absolute;top:-13px;right:-13px;bottom:-13px;left:-13px;border:1px dashed #34372f;border-radius:50%;animation:spin 16s linear infinite}.ready-card__eyebrow{margin-bottom:10px;color:#56d999;font-family:Roboto Mono,monospace;font-size:11px;letter-spacing:.1em}.ready-card>strong{font-size:20px;font-weight:600}.ready-card>small{margin-top:6px;color:#797d73;font-size:12px}.ready-card__link{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:26px;padding:11px 13px;color:#bec1b9;border:1px solid #34372f;border-radius:8px;font-family:Roboto Mono,monospace;font-size:11px;background:#0d0f0c}.dark-product-section__foot{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:38px;color:#676b62;font-family:Roboto Mono,monospace;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.dark-product-section__foot strong{color:#45d58d;font-weight:500}.ownership-section{display:grid;grid-template-columns:1.02fr .98fr;gap:90px;align-items:center;padding-block:160px}.ownership-section__statement h2{margin-top:28px}.ownership-section__statement h2 span{color:var(--accent)}.ownership-compare{border-top:1px solid var(--line)}.ownership-card{padding:35px 0;border-bottom:1px solid var(--line)}.ownership-card>span{display:inline-block;margin-bottom:22px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.ownership-card ul{display:flex;flex-direction:column;gap:15px;margin:0;padding:0;list-style:none}.ownership-card li{display:flex;align-items:center;gap:11px;font-size:16px}.ownership-card--usual{color:#90938b}.ownership-card--selfyx>span{color:var(--accent-dark)}.ownership-card--selfyx li svg{color:var(--green)}.feature-row{display:grid;grid-template-columns:.82fr 1.18fr;gap:100px;align-items:center;padding-block:60px 155px}.feature-row__copy{max-width:500px}.feature-row__copy h2{margin-top:26px}.feature-row__copy p{margin:24px 0 30px;color:var(--muted);font-size:16px;line-height:1.75}.terminal-visual{overflow:hidden;color:#e3e5df;border:1px solid #2e312b;border-radius:18px;background:#11130f;box-shadow:0 24px 70px #10120f2e}.terminal-visual__head,.stack-visual__top{display:grid;min-height:48px;grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:17px;color:#6f736a;border-bottom:1px solid #2d302a;font-family:Roboto Mono,monospace;font-size:12px}.terminal-visual__head>svg{justify-self:end}.window-dots{display:flex;gap:5px;justify-self:start}.window-dots i{width:6px;height:6px;background:#454840;border-radius:50%}.window-dots i:first-child{background:#ff6a49}.terminal-visual__body{display:flex;min-height:330px;flex-direction:column;gap:16px;justify-content:center;padding:45px;font-family:Roboto Mono,monospace;font-size:14px}.terminal-visual__body i{color:var(--accent);font-style:normal}.terminal-dim{color:#72766d}.terminal-success{color:#52d797}.terminal-cursor{display:inline-block;width:7px;height:14px;background:#d9dbd5;animation:blink 1s step-end infinite;vertical-align:-2px}@keyframes blink{50%{opacity:0}}.stack-section{padding-bottom:155px}.stack-selector{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#f7f6f1}.stack-selector__tabs{display:flex;padding:8px;border-bottom:1px solid var(--line)}.stack-selector__tabs button{flex:1;padding:15px;color:var(--muted);border:0;border-radius:11px;cursor:pointer;font-size:14px;font-weight:650;background:transparent}.stack-selector__tabs button.is-active{color:var(--ink);background:#fff;box-shadow:var(--shadow-sm)}.stack-selector__body{display:grid;min-height:550px;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;padding:65px}.stack-selector__copy{max-width:420px}.stack-selector__copy h3{margin:21px 0 14px;font-size:42px;font-weight:570;letter-spacing:-.06em}.stack-selector__copy>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.stack-selector__copy ul{display:flex;flex-direction:column;gap:12px;margin:30px 0;padding:0;list-style:none}.stack-selector__copy li{display:flex;align-items:center;gap:9px;font-size:14px}.stack-selector__copy li svg{color:var(--green)}.stack-visual{min-height:390px;overflow:hidden;color:#e2e4de;border:1px solid #2e312b;border-radius:14px;background:#121410;box-shadow:0 30px 80px #10120f33,-20px -20px 90px #3659ef1c,30px 20px 90px #ff5a3617}.stack-visual__top{grid-template-columns:1fr auto 1fr}.stack-visual__top small{color:#70746b;font-family:Roboto Mono,monospace}.config-code{display:flex;position:relative;min-height:340px;flex-direction:column;gap:8px;justify-content:center;padding:45px 50px;font-family:Roboto Mono,monospace}.config-code>span{color:#ff805f;font-size:12px}.config-code code{color:#9fa39a;font-size:12px}.config-code__status{display:flex;position:absolute;right:30px;bottom:28px;align-items:center;gap:7px;padding:9px 11px;color:#53d99a;border:1px solid #2b503d;border-radius:999px;font-family:Manrope,sans-serif;font-size:12px;background:#15251d}.xray-panel{padding:30px}.xray-panel__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:25px}.xray-panel__stats>span{display:flex;flex-direction:column;gap:8px;padding:18px;border:1px solid #30332d;border-radius:10px;background:#191b17}.xray-panel__stats small{color:#6f736a;font-size:11px}.xray-panel__stats strong{font-family:Roboto Mono,monospace;font-size:20px;font-weight:400}.xray-user{display:grid;grid-template-columns:auto 1fr auto auto;gap:11px;align-items:center;padding:15px 4px;border-bottom:1px solid #292c27}.xray-user strong{font-size:13px}.xray-user small{color:#74786f;font-size:11px}.xray-user>span:last-child{padding:4px 7px;color:#aab4e9;border-radius:4px;font-family:Roboto Mono,monospace;font-size:11px;background:#242a46}.status-dot{width:7px;height:7px;background:#767970;border-radius:50%}.status-dot--online{background:#3bd087;box-shadow:0 0 0 4px #3bd0871a}.locations-section{padding-block:115px;border-block:1px solid var(--line);background:var(--paper)}.locations-section__head{max-width:710px}.locations-section__head h2{margin-top:24px}.locations-section__head p{color:var(--muted)}.location-line{display:grid;grid-template-columns:repeat(4,1fr);margin-top:65px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.location-item{display:grid;min-height:110px;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:20px;border-left:1px solid var(--line)}.location-item:first-child{border-left:0}.location-item__flag{font-size:23px;filter:saturate(.8)}.location-item>div{display:flex;flex-direction:column;gap:3px}.location-item strong{font-size:14px}.location-item small{color:var(--muted);font-size:12px}.location-item__ping{color:var(--green);font-family:Roboto Mono,monospace;font-size:12px}.pricing-section{padding-block:145px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.price-card{display:flex;min-height:530px;flex-direction:column;padding:32px;border:1px solid var(--line);border-radius:16px;background:#f7f6f1}.price-card--featured{color:#fff;border-color:var(--ink);background:var(--ink);box-shadow:0 28px 70px #10120f2b}.price-card__head{display:flex;align-items:center;justify-content:space-between}.price-card__head>span{font-size:17px;font-weight:700}.price-card__head small{padding:6px 9px;color:var(--ink);border-radius:999px;font-size:11px;font-weight:700;background:var(--accent)}.price-card__price{display:flex;align-items:baseline;gap:8px;margin-top:50px}.price-card__price strong{font-size:44px;font-weight:550;letter-spacing:-.06em}.price-card__price span{color:var(--muted);font-size:12px}.price-card>p{min-height:45px;margin:13px 0 28px;color:var(--muted);font-size:14px;line-height:1.6}.price-card--featured>p,.price-card--featured .price-card__price span{color:#9ea299}.price-card ul{display:flex;flex-direction:column;gap:14px;margin:0 0 35px;padding:27px 0 0;border-top:1px solid var(--line);list-style:none}.price-card--featured ul{border-color:#34372f}.price-card li{display:flex;align-items:center;gap:9px;font-size:13px}.price-card li svg{color:var(--muted)}.price-card .button{width:100%;margin-top:auto}.price-card--featured .button--light{color:var(--ink)}.pricing-disclaimer{margin:22px 0 0;color:#888b83;font-size:12px;text-align:center}.ownership-details{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center;padding-block:40px 160px}.ownership-details__visual{display:grid;min-height:570px;place-items:center;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 50% 46%,rgb(54 89 239 / 16%),transparent 35%),linear-gradient(145deg,#ebe9e1,#f8f7f2)}.server-exploded{display:flex;width:min(350px,75%);flex-direction:column;align-items:center;perspective:900px}.server-layer{display:flex;width:100%;height:100px;align-items:center;gap:15px;padding:25px;border:1px solid #d6d7e1;border-radius:14px;background:#ffffffc7;box-shadow:0 20px 35px #1a20421a;transform:rotateX(55deg) rotate(-7deg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.server-layer small{color:#454942;font-size:12px;font-weight:650}.server-layer--top{z-index:3;margin-bottom:-25px}.server-layer--middle{z-index:2;margin-bottom:-25px;border-color:#cbd2ff;background:#e2e7ffd1}.server-layer--bottom{z-index:1;color:#fff;border-color:#31352e;background:#161814}.server-layer--bottom small{color:#d7d9d3}.ownership-details__copy h2{margin-top:25px}.detail-list{margin-top:45px;border-top:1px solid var(--line)}.detail-list>div{display:grid;grid-template-columns:50px 1fr;gap:17px;padding:22px 0;border-bottom:1px solid var(--line)}.detail-list>div>span{color:#9a9d95;font-family:Roboto Mono,monospace;font-size:12px}.detail-list p{display:flex;flex-direction:column;gap:5px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.detail-list strong{color:var(--ink);font-size:15px}.faq-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:110px;padding-block:130px 160px;border-top:1px solid var(--line)}.faq-section__head{position:sticky;top:50px;align-self:start}.faq-section__head h2{margin-top:25px}.faq-section__head p{max-width:380px;margin:22px 0 30px;color:var(--muted);font-size:15px;line-height:1.7}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item>button{display:grid;width:100%;grid-template-columns:35px 1fr auto;gap:15px;align-items:center;padding:26px 0;border:0;cursor:pointer;text-align:left;background:none}.faq-item>button>span{color:#9a9d95;font-family:Roboto Mono,monospace;font-size:12px}.faq-item>button strong{font-size:17px;font-weight:600;letter-spacing:-.02em}.faq-item>button svg{color:#777a73;transition:transform .22s ease}.faq-item.is-open>button svg{transform:rotate(180deg)}.faq-item__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.faq-item__answer>p{min-height:0;margin:0;overflow:hidden;color:var(--muted);font-size:14px;line-height:1.7}.faq-item.is-open .faq-item__answer{grid-template-rows:1fr}.faq-item.is-open .faq-item__answer>p{padding:0 40px 27px 50px}.final-cta{position:relative;min-height:850px;overflow:hidden;color:#fff;background:radial-gradient(circle at 50% 15%,rgb(54 89 239 / 24%),transparent 32%),#0f110e}.final-cta__particles{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgb(255 255 255 / 62%) 0 1px,transparent 1.5px),radial-gradient(circle,rgb(80 117 255 / 70%) 0 1px,transparent 1.5px);background-position:0 0,27px 19px;background-size:54px 54px,71px 71px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 70%);mask-image:linear-gradient(to bottom,#000,transparent 70%);opacity:.26}.final-cta__inner{display:flex;position:relative;z-index:1;min-height:850px;flex-direction:column;align-items:center;justify-content:center;padding-bottom:100px;text-align:center}.final-cta h2{margin:27px 0 24px;font-size:clamp(58px,7.3vw,104px);font-weight:500;letter-spacing:-.085em;line-height:.9}.final-cta p{max-width:500px;margin:0;color:#9da198;font-size:15px;line-height:1.7}.final-cta__inner>div:not(.final-cta__word){display:flex;gap:10px;margin-top:30px}.final-cta__word{position:absolute;bottom:-3vw;left:50%;color:#ffffff0a;font-size:min(31vw,440px);font-weight:800;letter-spacing:-.11em;line-height:.7;transform:translate(-51%);pointer-events:none;white-space:nowrap}.landing-footer{padding-block:65px 28px;border-top:1px solid var(--line);background:var(--surface)}.landing-footer__inner{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:50px;align-items:start}.landing-footer__inner>p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.landing-footer__links{display:grid;grid-template-columns:1fr 1fr;gap:30px}.landing-footer__links>div{display:flex;flex-direction:column;gap:10px}.landing-footer__links span{margin-bottom:4px;color:#989b93;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.landing-footer__links a{width:fit-content;font-size:13px}.landing-footer__links a:hover{color:var(--accent-dark)}.landing-footer__bottom{display:flex;grid-column:1 / -1;justify-content:space-between;margin-top:55px;padding-top:22px;color:#9b9e96;border-top:1px solid var(--line);font-size:12px}.toast-stack{display:flex;position:fixed;z-index:200;right:22px;bottom:22px;width:min(380px,calc(100% - 44px));flex-direction:column;gap:8px}.toast{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:13px 14px;color:#fff;border:1px solid #30332d;border-radius:11px;font-size:13px;background:#171915;box-shadow:0 12px 40px #0000003b;animation:toastIn .22s ease both}.toast__icon{display:grid;width:25px;height:25px;place-items:center;color:#07130d;border-radius:50%;background:#4bdb95}.toast--info .toast__icon{color:#15204d;background:#91a5ff}.toast>button{display:grid;padding:3px;color:#8f9389;border:0;cursor:pointer;background:transparent}@keyframes toastIn{0%{opacity:0;transform:translateY(12px)}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.checkout-page{min-height:100vh;background:var(--paper)}.checkout-header{display:grid;position:sticky;z-index:30;top:0;height:72px;grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:32px;border-bottom:1px solid var(--line);background:#f2f0e9e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.checkout-progress{display:flex;align-items:center;gap:12px}.checkout-progress>span{display:flex;align-items:center;gap:8px;color:#9a9d95;font-size:14px;font-weight:650}.checkout-progress>span.is-active{color:var(--ink)}.checkout-progress i{display:grid;width:22px;height:22px;place-items:center;border:1px solid var(--line);border-radius:50%;font-family:Roboto Mono,monospace;font-size:12px;font-style:normal}.checkout-progress .is-active i{color:#fff;border-color:var(--ink);background:var(--ink)}.checkout-progress b{width:42px;height:1px;background:var(--line)}.checkout-header__safe{display:flex;justify-self:end;align-items:center;gap:7px;color:#787b74;font-size:13px}.checkout-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:80px;align-items:start;padding-block:54px 100px}.checkout-form{min-width:0}.checkout-back{display:inline-flex;align-items:center;gap:7px;color:#777a73;font-size:14px;font-weight:650}.checkout-back:hover{color:var(--ink)}.checkout-form__intro,.payment-page__intro{margin-top:48px}.checkout-form__intro h1,.payment-page__intro h1{margin:18px 0 13px;font-size:clamp(44px,5vw,66px);font-weight:530;letter-spacing:-.07em;line-height:.96}.checkout-form__intro p,.payment-page__intro p{max-width:570px;margin:0;color:var(--muted);font-size:16px;line-height:1.65}.payment-page__intro code{padding:2px 5px;border-radius:4px;font-family:Roboto Mono,monospace;font-size:14px;background:var(--paper-deep)}.checkout-fieldset{margin:75px 0 0;padding:0;border:0}.checkout-fieldset legend{display:flex;width:100%;align-items:center;gap:13px;margin-bottom:22px;padding-bottom:15px;border-bottom:1px solid var(--line);font-size:17px;font-weight:700;letter-spacing:-.02em}.checkout-fieldset legend span{color:#999c94;font-family:Roboto Mono,monospace;font-size:13px;font-weight:400}.selection-card{position:relative;border:1px solid var(--line);cursor:pointer;background:#ffffff59;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.selection-card:hover{border-color:#aaada5;background:#ffffffb3}.selection-card.is-selected{border-color:var(--ink);background:#fff;box-shadow:0 6px 22px #10120f0f}.selection-card>input{position:absolute;width:1px;height:1px;opacity:0}.selection-check{display:grid;position:absolute;top:13px;right:13px;width:19px;height:19px;place-items:center;color:transparent;border:1px solid var(--line);border-radius:50%}.is-selected>.selection-check{color:#fff;border-color:var(--ink);background:var(--ink)}.location-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.location-option{display:grid;min-height:86px;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:16px 42px 16px 16px;border-radius:11px}.location-option__flag{font-size:24px}.location-option>span:nth-child(3){display:flex;flex-direction:column;gap:3px}.location-option strong{font-size:15px}.location-option small{color:var(--muted);font-size:13px}.location-option__meta{display:flex;align-items:center;gap:5px;color:var(--green);font-family:Roboto Mono,monospace;font-size:12px}.location-option__meta i{width:5px;height:5px;background:var(--green);border-radius:50%}.field-hint{display:flex;align-items:center;gap:7px;margin:11px 0 0;color:#8b8e86;font-size:13px}.plan-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.plan-option{display:flex;min-height:180px;flex-direction:column;padding:18px;border-radius:11px}.plan-option__head{display:flex;align-items:center;justify-content:space-between;padding-right:27px}.plan-option__head strong{font-size:16px}.plan-option__head small{padding:4px 6px;color:var(--accent-dark);border-radius:999px;font-size:12px;font-weight:700;background:var(--accent-soft)}.plan-option__price{display:flex;align-items:baseline;gap:5px;margin-top:27px;font-size:22px;font-weight:650;letter-spacing:-.05em}.plan-option__price small{color:var(--muted);font-size:12px;font-weight:500;letter-spacing:0}.plan-option__spec{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:auto;color:var(--muted);font-size:12px}.plan-option__spec i{width:2px;height:2px;background:#999c94;border-radius:50%}.protocol-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.protocol-option{display:grid;min-height:230px;grid-template-columns:auto 1fr;gap:15px;padding:23px 43px 22px 21px;border-radius:12px}.protocol-option__icon{display:grid;width:43px;height:43px;place-items:center;color:var(--blue);border-radius:12px;background:var(--blue-soft)}.protocol-option:nth-child(2) .protocol-option__icon{color:var(--accent-dark);background:var(--accent-soft)}.protocol-option>span:nth-child(3){display:flex;flex-direction:column}.protocol-option small{margin-bottom:7px;color:var(--muted);font-size:12px}.protocol-option strong{font-size:18px}.protocol-option p{margin:11px 0;color:var(--muted);font-size:14px;line-height:1.6}.protocol-option em{margin-top:auto;color:#777a73;font-size:12px;font-style:normal}.period-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.period-option{display:flex;min-height:64px;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-size:14px;font-weight:650}.period-option small{padding:4px 6px;color:var(--green);border-radius:99px;font-size:12px;background:var(--green-soft)}.payment-service-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.payment-service-option{display:grid;min-height:76px;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:15px 45px 15px 17px;border-radius:10px}.payment-service-option>span:nth-child(3){display:flex;flex-direction:column;gap:3px}.payment-service-option strong{font-size:14px}.payment-service-option small{color:var(--muted);font-size:12px}.checkout-summary-column{position:sticky;top:104px;padding-top:36px}.order-summary{padding:25px;border:1px solid var(--line);border-radius:15px;background:#fbfaf6ad;box-shadow:var(--shadow-sm)}.order-summary__title{display:flex;align-items:center;gap:13px;margin-top:19px;padding-bottom:20px;border-bottom:1px solid var(--line)}.order-summary__server-icon{display:grid;position:relative;width:45px;height:45px;place-items:center;border-radius:11px;background:var(--paper-deep)}.order-summary__server-icon span{position:absolute;right:-2px;bottom:-2px;width:11px;height:11px;border:2px solid var(--surface);border-radius:50%;background:var(--green)}.order-summary__title>div:last-child{display:flex;flex-direction:column;gap:3px}.order-summary__title strong{font-size:16px}.order-summary__title small{color:var(--muted);font-size:13px}.order-summary__specs{display:flex;flex-direction:column;gap:11px;margin:19px 0}.order-summary__specs>div{display:flex;justify-content:space-between;gap:15px}.order-summary__specs dt,.order-summary__specs dd{margin:0;font-size:13px}.order-summary__specs dt{color:var(--muted)}.order-summary__specs dd{font-weight:650;text-align:right}.order-summary__included{display:flex;flex-direction:column;gap:8px;padding:18px 0;border-block:1px solid var(--line)}.order-summary__included span{display:flex;align-items:center;gap:7px;color:#575a53;font-size:13px}.order-summary__included svg{color:var(--green)}.order-summary__total{padding-top:19px}.order-summary__total>div{display:flex;justify-content:space-between;font-size:13px}.order-summary__total>div:not(.order-summary__grand){margin-bottom:13px;color:var(--green)}.order-summary__grand{align-items:baseline}.order-summary__grand span{font-size:14px;font-weight:650}.order-summary__grand strong{font-size:25px;font-weight:600;letter-spacing:-.055em}.order-summary__total>small{display:block;margin-top:11px;color:#90938b;font-size:12px;line-height:1.45}.checkout-submit{width:100%;margin-top:12px}.checkout-terms{margin:11px 15px 0;color:#969991;font-size:12px;line-height:1.5;text-align:center}.payment-page{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:80px;align-items:start;padding-block:54px 100px}.payment-page__summary{position:sticky;top:105px;padding-top:36px}.payment-widget{max-width:600px;margin-top:42px;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 60px #10120f17}.payment-widget__head{display:flex;min-height:68px;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #ecece8}.payment-widget__head>div{display:flex;flex-direction:column;gap:4px}.payment-brand{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:800;letter-spacing:-.02em}.payment-brand i{width:14px;height:14px;border:4px solid var(--blue);border-radius:50% 50% 50% 2px;transform:rotate(-45deg)}.payment-widget__head small{color:#9b9e96;font-size:11px;letter-spacing:.11em}.invoice-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;color:#a56d17;border-radius:999px;font-size:12px;font-weight:700;background:var(--amber-soft)}.invoice-status i{width:5px;height:5px;border-radius:50%;background:var(--amber);animation:statusPulse 1.4s ease infinite}@keyframes statusPulse{50%{opacity:.35}}.payment-widget--error .invoice-status{color:var(--red);background:var(--red-soft)}.payment-widget--error .invoice-status i{background:var(--red)}.payment-widget__body{display:flex;min-height:510px;flex-direction:column;align-items:center;padding:33px 38px 25px}.payment-widget__amount{display:flex;flex-direction:column;align-items:center}.payment-widget__amount small{color:#999c94;font-size:12px;letter-spacing:.1em}.payment-widget__amount strong{margin-top:7px;font-size:31px;font-weight:600;letter-spacing:-.055em}.payment-widget__amount span{display:flex;align-items:center;gap:5px;margin-top:7px;color:#92958d;font-size:12px}.demo-payment-qr{display:grid;position:relative;width:178px;height:178px;grid-template-columns:repeat(11,1fr);gap:2px;margin-top:24px;padding:13px;border:1px solid #e5e6e1;border-radius:12px;background:#fff;box-shadow:0 9px 30px #10120f12}.demo-payment-qr i{border-radius:1px;background:transparent}.demo-payment-qr i.is-on{background:#1f276b}.demo-payment-qr>span{display:grid;position:absolute;top:50%;left:50%;width:38px;height:38px;place-items:center;color:#fff;border:4px solid #fff;border-radius:50%;font-size:12px;font-weight:800;background:var(--blue);transform:translate(-50%,-50%)}.payment-instruction{margin-top:17px;font-size:14px}.bank-app-button{display:flex;width:min(320px,100%);min-height:44px;align-items:center;gap:9px;margin-top:17px;padding:0 15px;color:#fff;border:0;border-radius:9px;cursor:pointer;font-size:14px;font-weight:700;background:#222969}.bank-app-button svg:last-child{margin-left:auto}.payment-widget__secure{display:flex;align-items:center;gap:5px;margin-top:auto;color:#9b9e96;font-size:12px}.demo-card-form{width:min(380px,100%);margin-top:35px}.demo-card-form label{display:flex;flex-direction:column;gap:7px;color:#777a73;font-size:12px}.demo-card-form label>span{padding:14px;color:#a1a49c;border:1px solid #ddded8;border-radius:8px;font-family:Roboto Mono,monospace;font-size:14px}.demo-card-form>div{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.demo-card-form .bank-app-button{width:100%;margin-top:18px;justify-content:center}.payment-error{display:flex;min-height:460px;flex-direction:column;align-items:center;justify-content:center;padding:50px;text-align:center}.payment-error>span{display:grid;width:65px;height:65px;place-items:center;color:var(--red);border-radius:50%;background:var(--red-soft)}.payment-error h3{margin:20px 0 8px;font-size:20px}.payment-error p{max-width:330px;margin:0 0 23px;color:var(--muted);font-size:14px;line-height:1.6}.payment-error code{font-family:Roboto Mono,monospace}.demo-payment-controls{display:grid;max-width:600px;grid-template-columns:1fr auto;gap:15px;align-items:center;margin-top:14px;padding:17px;border:1px dashed #b9b8b0;border-radius:12px;background:#ffffff59}.demo-payment-controls>div{display:flex;align-items:center;gap:10px}.demo-payment-controls__icon{display:grid;width:31px;height:31px;flex:0 0 auto;place-items:center;color:var(--blue);border-radius:50%;background:var(--blue-soft)}.demo-payment-controls p{display:flex;flex-direction:column;gap:3px;margin:0;color:var(--muted);font-size:12px}.demo-payment-controls p strong{color:var(--ink);font-size:13px}.demo-payment-controls>div:last-child{display:flex;flex-direction:column;align-items:stretch}.demo-payment-controls .button{min-height:38px;padding-inline:13px;font-size:12px}.invoice-meta{margin-top:13px;padding:20px 23px;border:1px solid var(--line);border-radius:12px}.invoice-meta>div{display:flex;justify-content:space-between;padding:9px 0;font-size:12px}.invoice-meta span{color:var(--muted)}.invoice-meta__status{color:var(--amber);font-family:Roboto Mono,monospace}.provisioning-page{min-height:100vh;color:#fff;background:radial-gradient(circle at 80% 4%,rgb(54 89 239 / 18%),transparent 27%),#0f110e}.provisioning-header{display:grid;height:74px;grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:32px;border-bottom:1px solid #2d302a}.provisioning-header>span{display:flex;align-items:center;gap:7px;color:#a1a59c;font-size:13px}.provisioning-header>span i{width:6px;height:6px;background:var(--accent);border-radius:50%;animation:statusPulse 1.4s ease infinite}.provisioning-page.is-complete .provisioning-header>span i{background:#46d894;animation:none}.provisioning-header>button{display:flex;justify-self:end;align-items:center;gap:6px;padding:7px 0;color:#8e9288;border:0;cursor:pointer;font-size:13px;background:none}.provisioning-header>button:hover{color:#fff}.provisioning-shell{width:min(1160px,calc(100% - 64px));margin-inline:auto;padding-block:80px 100px}.provisioning-heading{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:end}.provisioning-heading h1{margin:20px 0 0;font-size:clamp(58px,7vw,95px);font-weight:500;letter-spacing:-.08em;line-height:.88}.provisioning-heading__meta{display:flex;min-width:370px;flex-direction:column;margin-bottom:4px;border-top:1px solid #34372f}.provisioning-heading__meta>div{display:flex;justify-content:space-between;gap:30px;padding:12px 0;border-bottom:1px solid #34372f}.provisioning-heading__meta span,.provisioning-heading__meta strong{font-size:13px}.provisioning-heading__meta span{color:#777b72}.provisioning-progress{height:2px;margin-top:70px;overflow:hidden;background:#30332d}.provisioning-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--accent),#ffc03e);box-shadow:0 0 15px #ff5a3699;transition:width .7s ease}.provisioning-grid{display:grid;grid-template-columns:1fr .95fr;gap:75px;margin-top:70px}.provisioning-timeline{position:relative}.provisioning-timeline:before{position:absolute;top:25px;bottom:25px;left:22px;width:1px;background:#30332d;content:""}.provisioning-timeline article{display:grid;position:relative;grid-template-columns:auto 1fr auto;gap:17px;align-items:center;min-height:88px;opacity:.32;transition:opacity .28s ease}.provisioning-timeline article.is-done,.provisioning-timeline article.is-current{opacity:1}.provisioning-timeline__marker{display:grid;position:relative;z-index:1;width:45px;height:45px;place-items:center;color:#64685f;border:1px solid #3a3d36;border-radius:50%;background:#0f110e}.provisioning-timeline .is-done .provisioning-timeline__marker{color:#06140c;border-color:#46d894;background:#46d894}.provisioning-timeline .is-current .provisioning-timeline__marker{color:#fff;border-color:var(--accent);box-shadow:0 0 0 5px #ff5a361a}.provisioning-timeline article>div{display:flex;flex-direction:column;gap:5px}.provisioning-timeline article strong{font-size:15px}.provisioning-timeline article p{margin:0;color:#777b72;font-size:13px}.provisioning-timeline article code{color:#60645c;font-family:Roboto Mono,monospace;font-size:12px}.provisioning-console{align-self:start;overflow:hidden;border:1px solid #30332d;border-radius:13px;background:#090b08;box-shadow:0 20px 60px #00000040}.provisioning-console__head{display:grid;height:47px;grid-template-columns:1fr auto 1fr;align-items:center;padding-inline:15px;color:#62665e;border-bottom:1px solid #292c27;font-family:Roboto Mono,monospace;font-size:12px}.provisioning-console__head .live-label{justify-self:end}.provisioning-console__body{display:flex;min-height:330px;flex-direction:column;gap:12px;padding:30px;color:#777b72;font-family:Roboto Mono,monospace;font-size:12px;line-height:1.5}.provisioning-console__body>span{animation:logReveal .24s ease both}.provisioning-console__body .is-latest{color:#d6d9d2}.provisioning-console__body strong{margin-top:auto;color:#51d997;font-size:12px;font-weight:400}.console-wait{display:flex;align-items:center;gap:7px;margin-top:auto;color:#5d6159}.console-wait i{width:6px;height:6px;border:1px solid #5d6159;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes logReveal{0%{opacity:0;transform:translateY(4px)}}.provisioning-result{display:grid;grid-template-columns:auto 1fr minmax(300px,.8fr);gap:27px;align-items:center;margin-top:80px;padding:32px;border:1px solid #34372f;border-radius:16px;background:#171915;box-shadow:0 18px 60px #00000038;animation:resultReveal .5s ease both}@keyframes resultReveal{0%{opacity:0;transform:translateY(15px)}}.provisioning-result__icon{display:grid;position:relative;width:73px;height:73px;place-items:center;color:#49d895;border:1px solid #315942;border-radius:50%;background:#14251c}.provisioning-result__icon span{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border:1px dashed #2d4b3a;border-radius:50%}.provisioning-result__copy h2{margin:8px 0 6px;font-size:23px;font-weight:550;letter-spacing:-.04em}.provisioning-result__copy p{margin:0;color:#858980;font-size:13px;line-height:1.55}.provisioning-result__action{display:flex;flex-direction:column;gap:8px}.connection-link{display:flex;min-width:0;align-items:center;border:1px solid #34372f;border-radius:8px;background:#0d0f0c}.connection-link>span{min-width:0;flex:1;overflow:hidden;padding:11px 13px;color:#9fa39a;font-family:Roboto Mono,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.connection-link button{display:grid;width:36px;height:36px;place-items:center;color:#a8aca2;border:0;border-left:1px solid #34372f;cursor:pointer;background:transparent}.not-found{display:flex;min-height:100vh;flex-direction:column;align-items:center;padding:30px;background:radial-gradient(circle at 50% 45%,rgb(54 89 239 / 13%),transparent 25%),var(--surface)}.not-found>div{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found>div>span{color:var(--accent);font-family:Roboto Mono,monospace;font-size:15px}.not-found h1{margin:18px 0 10px;font-size:clamp(48px,7vw,88px);font-weight:530;letter-spacing:-.08em}.not-found p{margin:0 0 25px;color:var(--muted);font-size:15px}.app-shell{display:grid;min-height:100vh;grid-template-columns:224px minmax(0,1fr);background:#eeece5}.sidebar{display:flex;position:fixed;z-index:50;top:0;bottom:0;left:0;width:224px;flex-direction:column;padding:24px 16px 17px;color:#fff;background:radial-gradient(circle at 25% 0%,rgb(54 89 239 / 14%),transparent 27%),#121410}.sidebar__head{display:flex;min-height:32px;align-items:center;justify-content:space-between;padding-inline:7px}.sidebar__close,.mobile-menu{display:none!important}.icon-button{display:grid;width:36px;height:36px;place-items:center;padding:0;color:var(--muted);border:1px solid transparent;border-radius:50%;cursor:pointer;background:transparent}.icon-button:hover{color:var(--ink);border-color:var(--line);background:var(--white)}.demo-stamp{display:flex;align-items:center;gap:7px;width:fit-content;margin:31px 7px 12px;padding:6px 8px;color:#c8cbc3;border:1px solid #353830;border-radius:999px;font-family:Roboto Mono,monospace;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.demo-stamp__dot{width:5px;height:5px;background:var(--accent);border-radius:50%}.sidebar__nav{display:flex;flex-direction:column;gap:4px}.sidebar__nav a{display:flex;min-height:42px;align-items:center;gap:11px;padding:0 12px;color:#858980;border-radius:9px;font-size:14px;font-weight:600;transition:color .16s ease,background-color .16s ease}.sidebar__nav a:hover{color:#fff;background:#1d201a}.sidebar__nav a.is-active{color:#fff;background:#282b24}.sidebar__nav a.is-active svg{color:var(--accent)}.sidebar__server-mini{margin-top:34px;padding:15px 13px;border:1px solid #30332d;border-radius:10px;background:#ffffff06}.server-mini__line{display:flex;align-items:center;gap:8px;margin:10px 0 5px}.server-mini__line strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.sidebar__server-mini>span:last-child{margin-left:15px;color:#696d64;font-family:Roboto Mono,monospace;font-size:12px}.sidebar__bottom{display:flex;flex-direction:column;gap:13px;margin-top:auto;padding-inline:8px}.sidebar__back{display:flex;align-items:center;gap:8px;color:#898d83;font-size:14px}.sidebar__back:hover{color:#fff}.sidebar__bottom>span{color:#4c5048;font-family:Roboto Mono,monospace;font-size:11px}.sidebar-overlay{display:none}.app-main{grid-column:2;min-width:0}.app-topbar{display:flex;position:sticky;z-index:40;top:0;height:66px;align-items:center;justify-content:space-between;padding-inline:28px;border-bottom:1px solid var(--line);background:#eeece5db;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-topbar__left{display:flex;align-items:center;gap:10px}.app-topbar__title{font-size:15px;font-weight:700}.app-topbar__actions{display:flex;align-items:center;gap:8px}.notification-button{position:relative}.notification-button>span{position:absolute;top:8px;right:8px;width:6px;height:6px;border:2px solid #eeece5;border-radius:50%;background:var(--accent)}.profile-menu{position:relative}.profile-button{display:flex;align-items:center;gap:9px;min-height:44px;padding:4px 7px 4px 4px;border:0;border-radius:10px;cursor:pointer;background:transparent}.profile-button:hover{background:#ffffff8c}.avatar{display:grid;width:34px;height:34px;place-items:center;color:#fff;border-radius:10px;font-size:15px;font-weight:700;background:var(--blue)}.profile-button__text{display:flex;flex-direction:column;gap:1px;text-align:left}.profile-button__text strong{font-size:14px}.profile-button__text small{color:var(--muted);font-size:12px}.profile-popover{display:flex;position:absolute;z-index:70;top:calc(100% + 9px);right:0;width:200px;flex-direction:column;padding:8px;border:1px solid var(--line);border-radius:11px;background:var(--surface);box-shadow:0 18px 45px #10120f24;animation:toastIn .16s ease both}.profile-popover__label{padding:7px 8px 9px;color:#969991;font-size:12px;text-transform:uppercase}.profile-popover button,.profile-popover a{display:flex;min-height:36px;align-items:center;gap:8px;padding:0 9px;border:0;border-radius:7px;cursor:pointer;font-size:14px;background:transparent}.profile-popover button:hover,.profile-popover a:hover{background:var(--paper)}.app-content{width:min(1220px,calc(100% - 56px));margin-inline:auto;padding-block:43px 80px}.app-page{width:100%}.app-page__heading,.server-page-heading,.settings-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}.app-page__heading h1,.server-page-heading h1,.settings-page__header h1{margin:9px 0 7px;font-size:clamp(34px,4vw,48px);font-weight:550;letter-spacing:-.06em;line-height:1}.app-page__heading p,.server-page-heading p,.settings-page__header p{margin:0;color:var(--muted);font-size:14px}.app-card,.app-panel,.settings-card{border:1px solid var(--line);border-radius:14px;background:#fbfaf6c7;box-shadow:0 1px #ffffffb3 inset}.app-section-head,.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.app-section-head h2,.panel-heading h2{margin:7px 0 0;font-size:19px;font-weight:620;letter-spacing:-.04em}.panel-heading a{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:13px;font-weight:650}.panel-heading a:hover{color:var(--ink)}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;color:var(--green);border:1px solid #b9ddce;border-radius:999px;font-size:13px;font-weight:700;background:var(--green-soft)}.status-badge>span{width:5px;height:5px;background:currentColor;border-radius:50%}.status-badge--rebooting,.status-badge--provisioning{color:#3563c3;border-color:#bcc9f5;background:var(--blue-soft)}.status-badge--rebooting>span,.status-badge--provisioning>span{animation:statusPulse .8s ease infinite}.status-badge--offline{color:var(--red);border-color:#ebbbb5;background:var(--red-soft)}.server-page-heading{align-items:center}.server-page-heading__title{display:flex;align-items:center;gap:13px}.server-page-heading__title h1{margin:0 0 7px}.server-page-heading__id{display:flex;align-items:center;gap:9px;padding:7px 8px 7px 12px;border:1px solid var(--line);border-radius:9px}.server-page-heading__id>span{color:var(--muted);font-size:12px}.server-page-heading__id code{padding-left:9px;border-left:1px solid var(--line);font-family:Roboto Mono,monospace;font-size:13px}.server-page-heading__id button{display:grid;width:26px;height:26px;place-items:center;padding:0;border:0;border-radius:6px;cursor:pointer;background:var(--paper)}.server-tabs{display:flex;gap:27px;margin-bottom:21px;border-bottom:1px solid var(--line)}.server-tabs button{position:relative;padding:0 0 14px;color:var(--muted);border:0;cursor:pointer;font-size:14px;font-weight:650;background:transparent}.server-tabs button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:transparent;content:""}.server-tabs button.is-active{color:var(--ink)}.server-tabs button.is-active:after{background:var(--accent)}.server-tab-content>div{display:flex;flex-direction:column;gap:14px}.connection-hero{display:grid;min-height:375px;grid-template-columns:300px 1fr;overflow:hidden}.connection-hero__qr{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--line);background:radial-gradient(circle at 50% 45%,rgb(54 89 239 / 11%),transparent 45%),#eeece5}.connection-hero__qr-label{display:flex;align-items:center;gap:6px;margin-bottom:15px;color:var(--muted);font-size:13px}.real-qr{position:relative;padding:13px;border-radius:13px;background:#fff;box-shadow:0 12px 35px #10120f1f}.real-qr__logo{display:grid;position:absolute;top:50%;left:50%;width:29px;height:29px;place-items:center;border:4px solid #fff;background:var(--ink);transform:translate(-50%,-50%) rotate(45deg)}.real-qr__logo i{width:7px;height:7px;border-radius:50%;background:var(--accent)}.connection-hero__qr>small{margin-top:13px;color:#878a82;font-size:12px}.connection-hero__content{display:flex;flex-direction:column;justify-content:center;padding:43px 48px}.connection-hero__content h2{max-width:540px;margin:14px 0 12px;font-size:clamp(30px,3.4vw,45px);font-weight:560;letter-spacing:-.06em;line-height:1}.connection-hero__content p{max-width:600px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.connection-url-box{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:25px}.connection-url-box>div{display:flex;min-width:0;align-items:center;gap:8px;padding:0 13px;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:var(--paper)}.connection-url-box>div svg{flex:0 0 auto;color:var(--muted)}.connection-url-box>div span{overflow:hidden;font-family:Roboto Mono,monospace;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.connection-hero__secondary{display:flex;align-items:center;gap:18px;margin-top:9px}.connection-hero__secondary .button{min-height:38px;font-size:13px}.text-danger-button{display:inline-flex;align-items:center;gap:6px;padding:5px 0;color:#9a6a62;border:0;cursor:pointer;font-size:13px;background:none}.text-danger-button:hover{color:var(--red)}.instruction-panel,.devices-panel,.credentials-panel,.resources-panel,.network-panel,.events-panel{padding:28px}.instruction-layout{display:grid;grid-template-columns:210px 1fr;gap:38px;margin-top:27px}.platform-tabs{display:flex;flex-direction:column;gap:4px}.platform-tabs button{display:flex;min-height:41px;align-items:center;gap:9px;padding:0 12px;color:var(--muted);border:0;border-radius:8px;cursor:pointer;font-size:14px;text-align:left;background:transparent}.platform-tabs button.is-active{color:var(--ink);background:var(--paper)}.instruction-steps{padding:23px 27px;border:1px solid var(--line);border-radius:11px;background:#fff}.instruction-steps__head{display:flex;align-items:center;gap:10px;padding-bottom:18px;border-bottom:1px solid var(--line)}.instruction-steps__head>svg{box-sizing:content-box;padding:8px;color:var(--blue);border-radius:9px;background:var(--blue-soft)}.instruction-steps__head>span{display:flex;flex-direction:column;gap:2px}.instruction-steps__head strong{font-size:14px}.instruction-steps__head small{color:var(--muted);font-size:12px}.instruction-steps ol{display:flex;flex-direction:column;gap:13px;margin:20px 0;padding:0;list-style:none}.instruction-steps li{display:flex;align-items:flex-start;gap:11px}.instruction-steps li>span{display:grid;width:20px;height:20px;flex:0 0 auto;place-items:center;color:#777a73;border:1px solid var(--line);border-radius:50%;font-family:Roboto Mono,monospace;font-size:12px}.instruction-steps li p{margin:2px 0 0;color:#555850;font-size:14px;line-height:1.55}.instruction-done{display:flex;align-items:center;gap:8px;padding:11px 12px;color:var(--green);border-radius:8px;font-size:13px;background:var(--green-soft)}.devices-panel .panel-heading .button,.events-panel .panel-heading .button{min-height:36px;font-size:13px}.devices-table{margin-top:24px;border-top:1px solid var(--line)}.devices-table__head,.devices-table__row{display:grid;grid-template-columns:minmax(190px,1.5fr) 1fr .7fr 35px;gap:16px;align-items:center}.devices-table__head{min-height:36px;color:#999c94;font-size:12px;text-transform:uppercase}.devices-table__row{min-height:62px;border-top:1px solid var(--line);font-size:13px}.devices-table__row>div:first-child{display:flex;align-items:center;gap:10px}.device-icon{display:grid;width:32px;height:32px;place-items:center;color:#50534c;border-radius:8px;background:var(--paper)}.devices-table__row>div:first-child>span:last-child{display:flex;flex-direction:column;gap:2px}.devices-table__row strong{font-size:14px}.devices-table__row small,.devices-table__row>span:nth-child(2){color:var(--muted);font-size:12px}.device-active,.device-inactive{display:flex;align-items:center;gap:6px;color:var(--green)}.device-active i,.device-inactive i{width:5px;height:5px;border-radius:50%;background:currentColor}.device-inactive{color:#90938b}.devices-table__row>button{display:grid;width:29px;height:29px;place-items:center;color:#999c94;border:0;border-radius:7px;cursor:pointer;background:transparent}.devices-table__row>button:hover{color:var(--red);background:var(--red-soft)}.modal-backdrop{display:grid;position:fixed;z-index:150;top:0;right:0;bottom:0;left:0;place-items:center;padding:20px;background:#0c0e0bb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:modalFade .16s ease both}@keyframes modalFade{0%{opacity:0}}.modal{position:relative;width:min(430px,100%);padding:32px;border-radius:15px;background:var(--surface);box-shadow:0 25px 80px #0000004d;animation:resultReveal .22s ease both}.modal__close{display:grid;position:absolute;top:13px;right:13px;width:30px;height:30px;place-items:center;color:var(--muted);border:0;border-radius:50%;cursor:pointer;background:var(--paper)}.modal__icon{display:grid;width:48px;height:48px;place-items:center;color:var(--blue);border-radius:12px;background:var(--blue-soft)}.modal--warning .modal__icon{color:var(--red);background:var(--red-soft)}.modal h2{margin:20px 0 8px;font-size:23px;font-weight:620;letter-spacing:-.05em}.modal>p{margin:0 0 21px;color:var(--muted);font-size:14px;line-height:1.6}.modal form{display:flex;flex-direction:column;gap:13px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field>span{color:#6d7069;font-size:13px;font-weight:650}.form-field input,.form-field select{width:100%;height:42px;padding:0 12px;color:var(--ink);border:1px solid var(--line);border-radius:8px;outline:0;background:#fff}.form-field input:focus,.form-field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #3659ef1a}.modal__actions{display:flex;justify-content:flex-end;gap:8px}.access-warning{display:flex;align-items:center;gap:12px;padding:14px 16px;color:#765619;border:1px solid #ecd8ae;border-radius:10px;background:var(--amber-soft)}.access-warning p{display:flex;flex-direction:column;gap:3px;margin:0;font-size:13px}.access-warning strong{font-size:14px}.credentials-panel__os{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px}.credential-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:25px}.credential-item{padding:15px;border:1px solid var(--line);border-radius:9px;background:#fff}.credential-item>span{display:block;margin-bottom:9px;color:var(--muted);font-size:12px}.credential-item>div{display:flex;align-items:center;gap:4px}.credential-item code{min-width:0;flex:1;overflow:hidden;font-family:Roboto Mono,monospace;font-size:14px;text-overflow:ellipsis}.credential-item button{display:grid;width:25px;height:25px;place-items:center;color:var(--muted);border:0;border-radius:6px;cursor:pointer;background:var(--paper)}.credential-item--wide{grid-column:1 / -1}.ssh-command{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:18px;padding:12px 14px;color:#d7dad3;border-radius:9px;background:#151713}.ssh-command>div,.ssh-command button{display:flex;align-items:center;gap:8px}.ssh-command code{font-family:Roboto Mono,monospace;font-size:13px}.ssh-command button{color:#a3a79d;border:0;cursor:pointer;font-size:13px;background:transparent}.access-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.access-info-card{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:20px}.access-info-card__icon,.backups-panel__icon{display:grid;width:40px;height:40px;place-items:center;color:var(--blue);border-radius:10px;background:var(--blue-soft)}.access-info-card h3,.backups-panel h3{margin:0 0 5px;font-size:15px}.access-info-card p,.backups-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.access-info-card .button{min-height:35px;font-size:12px}.power-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 27px}.power-panel__status{display:flex;align-items:center;gap:16px}.power-orb{display:grid;width:57px;height:57px;place-items:center;color:var(--green);border:1px solid #b7ddcd;border-radius:50%;background:var(--green-soft);box-shadow:0 0 0 6px #16895a0d}.power-orb--offline{color:var(--red);border-color:#e9bab4;background:var(--red-soft)}.power-orb--rebooting{color:var(--blue);border-color:#bdc9f5;background:var(--blue-soft)}.power-panel h2{margin:6px 0 4px;font-size:17px}.power-panel p{margin:0;color:var(--muted);font-size:13px}.power-panel__actions{display:flex;gap:8px}.power-panel__actions .button{min-height:39px;font-size:13px}.control-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:14px}.resources-specs{display:grid;grid-template-columns:repeat(4,1fr);margin-top:23px;border-block:1px solid var(--line)}.resources-specs>div{display:flex;flex-direction:column;gap:5px;padding:14px 10px;border-left:1px solid var(--line)}.resources-specs>div:first-child{border-left:0;padding-left:0}.resources-specs span{color:var(--muted);font-size:12px}.resources-specs strong{font-size:14px}.resource-meters{display:flex;flex-direction:column;gap:17px;margin-top:24px}.resource-meter>div:first-child{display:flex;justify-content:space-between;margin-bottom:7px;font-size:13px}.resource-meter>div:first-child strong{font-family:Roboto Mono,monospace;font-size:12px;font-weight:400}.resource-meter__track{height:5px;overflow:hidden;border-radius:99px;background:var(--paper-deep)}.resource-meter__track span{display:block;height:100%;border-radius:inherit;background:var(--blue)}.resource-meter__track--orange span{background:var(--accent)}.resource-meter__track--green span{background:var(--green)}.resource-meter>small{display:block;margin-top:5px;color:#999c94;font-size:11px}.network-chart{display:flex;height:145px;align-items:flex-end;gap:3px;margin-top:24px;padding:10px 0;border-bottom:1px solid var(--line)}.network-chart i{flex:1;min-width:2px;border-radius:2px 2px 0 0;background:linear-gradient(to top,rgb(54 89 239 / 30%),var(--blue));opacity:.7}.network-stats{display:flex;gap:35px;margin-top:17px}.network-stats>span{display:grid;grid-template-columns:auto 1fr;column-gap:7px}.network-stats i{width:7px;height:7px;grid-row:1 / 3;margin-top:3px;border-radius:2px;background:var(--blue)}.network-stats .upload-dot{background:var(--accent)}.network-stats small{color:var(--muted);font-size:12px}.network-stats strong{font-size:14px}.backups-panel,.danger-zone{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:22px 25px}.backups-panel>div:first-child{display:flex;align-items:center;gap:13px}.switch{display:flex;align-items:center;gap:8px;cursor:pointer}.switch input{position:absolute;opacity:0}.switch>span{display:block;position:relative;width:34px;height:19px;border-radius:99px;background:#c7c8c1;transition:background-color .16s ease}.switch>span:after{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;content:"";transition:transform .16s ease}.switch input:checked+span{background:var(--green)}.switch input:checked+span:after{transform:translate(15px)}.switch em{color:var(--muted);font-size:13px;font-style:normal}.danger-zone{border-color:#e7c5bf;background:#ffefec73}.danger-zone h2{margin:7px 0 5px;font-size:17px}.danger-zone p{margin:0;color:var(--muted);font-size:13px}.danger-zone .button{min-height:39px;font-size:13px}.events-panel{min-height:500px}.events-timeline{margin-top:24px;border-top:1px solid var(--line)}.events-timeline article{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;min-height:69px;border-bottom:1px solid var(--line)}.events-timeline__icon{display:grid;width:34px;height:34px;place-items:center;color:var(--blue);border-radius:9px;background:var(--blue-soft)}.events-timeline__icon--success{color:var(--green);background:var(--green-soft)}.events-timeline__icon--warning{color:var(--amber);background:var(--amber-soft)}.events-timeline article>div{display:flex;flex-direction:column;gap:3px}.events-timeline strong{font-size:14px}.events-timeline p{margin:0;color:var(--muted);font-size:12px}.events-timeline time{color:#969991;font-family:Roboto Mono,monospace;font-size:12px}.events-timeline__divider{display:flex;align-items:center;gap:12px;min-height:47px;color:#9a9d95;font-size:12px;text-transform:uppercase}.events-timeline__divider:before,.events-timeline__divider:after{height:1px;flex:1;background:var(--line);content:""}.dashboard__welcome{align-items:center}.dashboard__welcome-copy{max-width:720px}.dashboard__welcome-mark{display:flex;align-items:center;gap:10px;padding:11px 14px;color:var(--green);border:1px solid #bddccf;border-radius:11px;background:#d9f2e78f}.dashboard__welcome-mark>span{display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:12px}.dashboard__welcome-mark strong{color:var(--ink);font-size:13px}.server-overview{overflow:hidden}.server-overview__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 25px;border-bottom:1px solid var(--line)}.server-overview__identity{display:flex;align-items:center;gap:13px}.server-overview__icon{display:grid;width:47px;height:47px;place-items:center;color:#fff;border-radius:12px;background:radial-gradient(circle at 30% 20%,rgb(255 255 255 / 20%),transparent 45%),var(--ink)}.server-overview__title h2{margin:4px 0 3px;font-size:18px;font-weight:650;letter-spacing:-.04em}.server-overview__location{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px}.server-overview__body{display:grid;grid-template-columns:.9fr 1.1fr}.server-overview__facts{display:grid;grid-template-columns:repeat(2,1fr);margin:0;border-right:1px solid var(--line)}.server-overview__fact{padding:22px 23px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.server-overview__fact:nth-child(-n+2){border-top:0}.server-overview__fact:nth-child(odd){border-left:0}.server-overview__fact dt{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.server-overview__fact dd{margin:12px 0 0;font-family:Roboto Mono,monospace;font-size:14px;font-weight:500}.server-overview__connection{display:flex;flex-direction:column;justify-content:center;padding:27px 29px;background:radial-gradient(circle at 95% 10%,rgb(54 89 239 / 10%),transparent 38%),#f5f4ef}.server-overview__connection-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.server-overview__connection-head>span{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700}.server-overview__connection-head small{color:var(--muted);font-size:12px}.server-overview__connection-url{display:block;margin-top:15px;padding:12px 13px;overflow:hidden;color:#555850;border:1px solid var(--line);border-radius:8px;background:#fff;font-family:Roboto Mono,monospace;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.server-overview__quick-actions{display:flex;gap:7px;margin-top:10px}.server-overview__action{display:inline-flex;min-height:37px;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid var(--line);border-radius:999px;cursor:pointer;font-size:13px;font-weight:700;background:transparent}.server-overview__action:hover:not(:disabled){background:#fff}.server-overview__action:disabled{opacity:.5}.server-overview__action--primary{color:#fff;border-color:var(--accent);background:var(--accent)}.server-overview__action--primary:hover:not(:disabled){background:var(--accent-dark)}.server-overview__action--details{margin-left:auto}.dashboard__section{margin-top:33px}.dashboard__section-head{margin-bottom:14px}.dashboard__section-note{color:var(--muted);font-size:12px}.dashboard__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.dashboard__metric{display:flex;min-height:135px;align-items:flex-start;gap:11px;padding:18px}.dashboard__metric-icon{display:grid;width:35px;height:35px;flex:0 0 auto;place-items:center;color:var(--blue);border-radius:9px;background:var(--blue-soft)}.dashboard__metric:nth-child(2) .dashboard__metric-icon{color:var(--green);background:var(--green-soft)}.dashboard__metric:nth-child(3) .dashboard__metric-icon{color:var(--accent-dark);background:var(--accent-soft)}.dashboard__metric:nth-child(4) .dashboard__metric-icon{color:#9c6917;background:var(--amber-soft)}.dashboard__metric-copy{display:flex;min-width:0;flex-direction:column}.dashboard__metric-copy>span{color:var(--muted);font-size:12px}.dashboard__metric-copy>strong{margin-top:12px;font-size:19px;font-weight:630;letter-spacing:-.04em}.dashboard__metric-copy>strong small{color:var(--muted);font-size:14px;font-weight:500}.dashboard__metric-copy>small{display:block;margin-top:5px;color:#8f928a;font-size:12px;line-height:1.4}.dashboard__columns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.dashboard__panel{padding:22px}.dashboard__panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:15px;border-bottom:1px solid var(--line)}.dashboard__panel-head h2{margin:6px 0 0;font-size:18px;letter-spacing:-.035em}.dashboard__panel-link{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;font-weight:650}.dashboard__panel-link:hover{color:var(--ink)}.dashboard__device-list,.dashboard__activity-list{display:flex;flex-direction:column}.dashboard__device{display:grid;min-height:61px;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--line)}.dashboard__device:last-child,.dashboard__activity-item:last-child{border-bottom:0}.dashboard__device-icon{display:grid;width:32px;height:32px;place-items:center;color:#575a53;border-radius:8px;background:var(--paper)}.dashboard__device-copy{display:flex;flex-direction:column;gap:3px}.dashboard__device-copy strong{font-size:14px}.dashboard__device-copy span{color:var(--muted);font-size:12px}.dashboard__device-status{display:flex;align-items:center;gap:5px;color:#92958d;font-size:12px}.dashboard__device-status:before{width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.dashboard__device-status.is-active{color:var(--green)}.dashboard__activity-live{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.dashboard__activity-live>span{width:5px;height:5px;background:var(--green);border-radius:50%;animation:statusPulse 1.4s ease infinite}.dashboard__activity-item{display:grid;min-height:61px;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--line)}.dashboard__activity-marker{display:grid;width:32px;height:32px;place-items:center;color:var(--blue);border-radius:8px;background:var(--blue-soft)}.dashboard__activity-marker--success{color:var(--green);background:var(--green-soft)}.dashboard__activity-marker--warning{color:var(--amber);background:var(--amber-soft)}.dashboard__activity-copy{display:flex;flex-direction:column;gap:3px}.dashboard__activity-copy strong{font-size:14px}.dashboard__activity-copy span,.dashboard__activity-time{color:var(--muted);font-size:12px}.dashboard__activity-time{white-space:nowrap}.dashboard__cta{display:grid;position:relative;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;margin-top:10px;padding:27px;overflow:hidden;color:#fff;border-radius:14px;background:radial-gradient(circle at 83% 0%,rgb(54 89 239 / 26%),transparent 32%),#151713}.dashboard__cta:after{position:absolute;top:-55px;right:16%;width:130px;height:130px;border:1px dashed #41443d;border-radius:50%;content:""}.dashboard__cta-icon{display:grid;width:48px;height:48px;place-items:center;color:var(--accent);border:1px solid #3b3e37;border-radius:50%;background:#22241f}.dashboard__cta-copy{position:relative;z-index:1}.dashboard__cta-copy h2{margin:7px 0 4px;font-size:17px;letter-spacing:-.04em}.dashboard__cta-copy p{margin:0;color:#8e9288;font-size:13px}.dashboard__cta-action{display:flex;position:relative;z-index:1;min-height:39px;align-items:center;gap:7px;padding:0 14px;border:1px solid #41443d;border-radius:999px;font-size:13px;font-weight:700;background:#22241f}.dashboard__cta-action:hover{border-color:#fff}.billing-page__renew{flex:0 0 auto}.billing-overview{display:grid;grid-template-columns:1.05fr .95fr;gap:12px}.billing-plan,.billing-renewal{min-height:365px;padding:25px}.billing-card__head{display:flex;align-items:center;justify-content:space-between}.billing-card__icon,.billing-history__icon{display:grid;width:40px;height:40px;place-items:center;color:var(--blue);border-radius:10px;background:var(--blue-soft)}.billing-card__icon--dark{color:#fff;background:var(--ink)}.billing-plan__state{display:flex;align-items:center;gap:6px;color:var(--green);font-size:13px;font-weight:700}.billing-plan__state i{width:6px;height:6px;background:currentColor;border-radius:50%;box-shadow:0 0 0 4px #16895a17}.billing-plan__title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:35px}.billing-plan__title>div{display:flex;flex-direction:column;gap:4px}.billing-plan__title>div>span,.billing-renewal__caption{color:var(--muted);font-size:13px}.billing-plan__title h2{margin:0;font-size:27px;font-weight:620;letter-spacing:-.05em}.billing-plan__title>strong{font-size:24px;font-weight:620;letter-spacing:-.05em}.billing-plan__title>strong small{margin-left:5px;color:var(--muted);font-size:13px;font-weight:500;letter-spacing:0}.billing-plan__specs{display:grid;grid-template-columns:repeat(3,1fr);margin-top:30px;border-block:1px solid var(--line)}.billing-plan__specs>span{display:flex;min-height:62px;align-items:center;gap:6px;padding-inline:12px;color:var(--muted);border-left:1px solid var(--line);font-size:13px}.billing-plan__specs>span:first-child{padding-left:0;border-left:0}.billing-plan__specs b{color:var(--ink)}.billing-plan__footer{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:20px}.billing-plan__footer>span{font-size:23px}.billing-plan__footer p{display:flex;flex-direction:column;gap:3px;margin:0;color:var(--muted);font-size:12px}.billing-plan__footer strong{color:var(--ink);font-size:14px}.billing-plan__footer>svg{color:var(--green)}.billing-renewal__date{display:flex;flex-direction:column;gap:7px;margin-top:32px;padding-bottom:24px;border-bottom:1px solid var(--line)}.billing-renewal__date strong{font-size:26px;font-weight:610;letter-spacing:-.05em}.billing-renewal__date span{color:var(--muted);font-size:13px}.billing-autorenew{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 0;border-bottom:1px solid var(--line)}.billing-autorenew>div{display:flex;flex-direction:column;gap:4px}.billing-autorenew strong{font-size:14px}.billing-autorenew>div span{color:var(--muted);font-size:12px}.billing-switch,.settings-switch{display:flex;width:38px;height:22px;align-items:center;padding:3px;border:0;border-radius:99px;cursor:pointer;background:#c8cac3;transition:background-color .16s ease}.billing-switch>span,.settings-switch>span{display:grid;width:16px;height:16px;place-items:center;color:var(--green);border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .16s ease}.billing-switch--on,.settings-switch--on{background:var(--green)}.billing-switch--on>span,.settings-switch--on>span{transform:translate(16px)}.billing-renewal__notice{display:flex;align-items:center;gap:8px;margin-top:17px;color:var(--muted);font-size:12px}.billing-history{margin-top:12px;padding:25px}.billing-history__head>div:first-child{display:flex;align-items:center;gap:12px}.billing-history__head h2{margin:0 0 4px}.billing-history__head p{margin:0;color:var(--muted);font-size:12px}.paritypay-mark{display:flex;align-items:center;gap:6px;color:#63686f;font-size:13px;font-weight:800}.paritypay-mark i{width:12px;height:12px;border:3px solid var(--blue);border-radius:50% 50% 50% 2px;transform:rotate(-45deg)}.invoice-table-wrap{margin-top:23px;overflow-x:auto;border-top:1px solid var(--line)}.invoice-table{width:100%;border-collapse:collapse}.invoice-table th{height:37px;color:#979a92;font-size:12px;font-weight:600;text-align:left;text-transform:uppercase}.invoice-table td{min-height:65px;padding:14px 10px 14px 0;border-top:1px solid var(--line);font-size:13px;white-space:nowrap}.invoice-table td:first-child,.invoice-table td:nth-child(2){display:table-cell}.invoice-table td>strong,.invoice-table td:first-child>span,.invoice-table td:nth-child(2)>span{display:block}.invoice-table td>strong{font-size:13px}.invoice-table td:first-child>span,.invoice-id{margin-top:4px;color:var(--muted);font-family:Roboto Mono,monospace;font-size:11px}.invoice-method{display:inline-flex;align-items:center;gap:5px}.invoice-amount{font-size:14px!important}.payment-status{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;font-size:12px;font-weight:700}.payment-status--paid{color:var(--green);background:var(--green-soft)}.payment-status--waiting{color:var(--amber);background:var(--amber-soft)}.payment-status--expired,.payment-status--error{color:var(--red);background:var(--red-soft)}.payment-status--refunded{color:var(--blue);background:var(--blue-soft)}.billing-history__empty{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.billing-history__empty strong{margin-top:12px;color:var(--ink);font-size:15px}.billing-history__empty span{margin-top:4px;font-size:13px}.billing-demo-note,.support-demo-note{display:flex;justify-content:center;align-items:center;gap:7px;margin:15px 0 0;color:#878a82;font-size:12px}.billing-demo-note code{font-family:Roboto Mono,monospace}.support-response{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:11px 14px;border:1px solid var(--line);border-radius:11px;background:#fbfaf6b3}.support-response__icon{display:grid;width:34px;height:34px;place-items:center;color:var(--green);border-radius:9px;background:var(--green-soft)}.support-response>div{display:flex;flex-direction:column;gap:2px}.support-response>div span{color:var(--muted);font-size:12px}.support-response>div strong{font-size:14px}.support-response>i{width:6px;height:6px;background:var(--green);border-radius:50%;animation:statusPulse 1.4s ease infinite}.support-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);gap:12px;align-items:start}.support-main,.support-side{display:flex;flex-direction:column;gap:12px}.support-form-card,.support-tickets,.support-contact,.support-faq{padding:25px}.support-card__head{justify-content:flex-start}.support-card__icon,.support-faq__head>span{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;color:var(--blue);border-radius:10px;background:var(--blue-soft)}.support-card__icon--ticket{color:var(--green);background:var(--green-soft)}.support-card__head h2{margin:0 0 4px}.support-card__head p,.support-faq__head p{margin:0;color:var(--muted);font-size:12px}.support-form{display:flex;flex-direction:column;gap:15px;margin-top:25px}.support-field{display:flex;position:relative;flex-direction:column;gap:7px}.support-field>span{color:#555850;font-size:13px;font-weight:650}.support-field input,.support-field textarea{width:100%;padding:12px 13px;color:var(--ink);border:1px solid var(--line);border-radius:9px;outline:0;background:#fff;font-size:14px;resize:vertical}.support-field input{height:43px}.support-field input:focus,.support-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #3659ef17}.support-field textarea{min-height:125px;line-height:1.55}.support-field>small{position:absolute;right:8px;bottom:7px;color:#a0a39b;font-size:11px}.support-form__footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.support-form__footer>span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.support-form__footer .button{min-height:40px;font-size:13px}.ticket-list{margin-top:23px;border-top:1px solid var(--line)}.ticket-row{display:grid;grid-template-columns:auto 1fr;gap:11px;padding:17px 0;border-bottom:1px solid var(--line)}.ticket-row__icon{display:grid;width:34px;height:34px;place-items:center;color:var(--blue);border-radius:9px;background:var(--blue-soft)}.ticket-row__body>div{display:flex;align-items:center;justify-content:space-between;gap:15px}.ticket-row__body strong{font-size:14px}.ticket-status{display:flex;align-items:center;gap:5px;color:var(--amber);font-size:12px}.ticket-status i{width:5px;height:5px;background:currentColor;border-radius:50%}.ticket-status--answered{color:var(--green)}.ticket-row__body p{display:-webkit-box;margin:7px 0 6px;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ticket-row__body>span{color:#999c94;font-family:Roboto Mono,monospace;font-size:11px}.support-tickets__empty{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.support-tickets__empty>span{display:grid;width:51px;height:51px;place-items:center;color:#8c8f87;border-radius:50%;background:var(--paper)}.support-tickets__empty strong{margin-top:12px;font-size:14px}.support-tickets__empty p{max-width:280px;margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.support-contact{color:#fff;border-color:#2d302a;background:radial-gradient(circle at 100% 0%,rgb(54 89 239 / 25%),transparent 40%),#151713}.support-contact h2{margin:15px 0 9px;font-size:22px;letter-spacing:-.05em}.support-contact>p{margin:0;color:#92968c;font-size:13px;line-height:1.6}.support-contact__primary{display:flex;width:100%;min-height:45px;align-items:center;gap:8px;margin-top:22px;padding:0 13px;color:var(--ink);border:0;border-radius:9px;cursor:pointer;font-size:14px;font-weight:700;background:#fff}.support-contact__primary>span{margin-left:auto;padding:4px 6px;color:var(--green);border-radius:99px;font-size:11px;background:var(--green-soft)}.support-contact__email{display:flex;align-items:center;gap:8px;margin-top:9px;padding:12px 13px;color:#c0c3bb;border:1px solid #34372f;border-radius:9px;font-size:13px}.support-contact__schedule{display:flex;align-items:flex-start;gap:9px;margin-top:20px;padding-top:18px;color:#71756c;border-top:1px solid #30332d}.support-contact__schedule>span{display:flex;flex-direction:column;gap:4px;font-size:12px;line-height:1.45}.support-contact__schedule strong{color:#c2c5bd;font-size:13px}.support-faq__head{display:flex;align-items:center;gap:11px;padding-bottom:18px;border-bottom:1px solid var(--line)}.support-faq__head h2{margin:0 0 4px;font-size:18px}.support-faq .faq-list{border-top:0}.support-faq .faq-item{border-bottom:1px solid var(--line)}.support-faq .faq-item>button{display:grid;min-height:52px;grid-template-columns:1fr auto;gap:10px;padding:10px 0}.support-faq .faq-item>button>span{color:var(--ink);font-family:inherit;font-size:13px;font-weight:650;line-height:1.4}.support-faq .faq-item--open>button svg{transform:rotate(180deg)}.support-faq .faq-item>div p{margin:0;padding:0 0 15px;color:var(--muted);font-size:12px;line-height:1.6}.settings-page__header{align-items:center}.settings-page__eyebrow{color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.settings-page__demo-label{display:flex;align-items:center;gap:7px;padding:8px 10px;color:var(--blue);border:1px solid #bcc9f4;border-radius:999px;font-size:12px;font-weight:700;background:var(--blue-soft)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-card{padding:25px}.settings-card--access,.settings-card--danger{grid-column:1 / -1}.settings-card__head{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--line)}.settings-card__icon,.settings-option__icon,.settings-access__icon{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;color:var(--blue);border-radius:10px;background:var(--blue-soft)}.settings-card__head h2{margin:0 0 4px;font-size:18px;letter-spacing:-.035em}.settings-card__head p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.settings-form{display:grid;grid-template-columns:auto 1fr;gap:19px;margin-top:23px}.settings-form__avatar{display:grid;width:62px;height:62px;place-items:center;color:#fff;border-radius:16px;font-size:20px;font-weight:700;background:radial-gradient(circle at 25% 15%,rgb(255 255 255 / 22%),transparent 38%),var(--blue)}.settings-form__fields{display:grid;min-width:0;grid-template-columns:1fr 1fr;gap:13px}.settings-field{display:flex;min-width:0;flex-direction:column;gap:6px}.settings-field>span{color:#595c55;font-size:13px;font-weight:650}.settings-field input{width:100%;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:8px;outline:0;background:#fff;font-size:14px}.settings-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #3659ef17}.settings-form__hint{grid-column:1 / -1;margin:-2px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.settings-button{display:inline-flex;min-height:38px;width:fit-content;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:13px;font-weight:700}.settings-button--primary{color:#fff;background:var(--accent)}.settings-button--secondary{border-color:var(--line);background:#fff}.settings-button--danger{color:var(--red);border-color:#e8bbb5;background:var(--red-soft)}.settings-options{margin-top:10px}.settings-option{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;min-height:90px;border-bottom:1px solid var(--line)}.settings-option__icon{width:34px;height:34px;color:#575a53;background:var(--paper)}.settings-option__copy{display:flex;flex-direction:column;gap:5px}.settings-option__copy>strong{display:flex;align-items:center;gap:6px;font-size:14px}.settings-option__copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.settings-option__badge,.settings-access__badge{padding:3px 5px;color:var(--blue);border-radius:99px;font-size:11px;background:var(--blue-soft)}.settings-switch{flex:0 0 auto}.settings-security-state{display:flex;align-items:center;gap:7px;margin-top:18px;padding:11px 12px;color:var(--amber);border-radius:8px;font-size:12px;background:var(--amber-soft)}.settings-security-state--enabled{color:var(--green);background:var(--green-soft)}.settings-access{margin-top:7px}.settings-access__row{display:grid;min-height:75px;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.settings-access__row:last-child{border-bottom:0}.settings-access__icon{width:35px;height:35px;color:#565951;background:var(--paper)}.settings-access__copy{display:flex;min-width:0;flex-direction:column;gap:4px}.settings-access__title{display:flex;align-items:center;gap:7px}.settings-access__title strong{font-size:14px}.settings-access__title small{color:var(--muted);font-size:11px}.settings-access__status{padding:3px 5px;color:var(--green)!important;border-radius:99px;background:var(--green-soft)}.settings-access__copy p{margin:0;color:var(--muted);font-size:12px}.settings-access__meta{max-width:220px;overflow:hidden;color:#898c84;font-family:Roboto Mono,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.settings-access__copy-button{display:flex;min-height:35px;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--line);border-radius:999px;cursor:pointer;font-size:12px;background:transparent}.settings-access__copy-button:hover{background:#fff}.settings-card--danger{border-color:#e9c4be;background:#fff1ee8f}.settings-card--danger .settings-card__icon{color:var(--red);background:var(--red-soft)}.settings-danger{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:22px}.settings-danger__copy{max-width:680px}.settings-danger__copy strong{font-size:14px}.settings-danger__copy p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.settings-danger__confirm{display:flex;min-width:400px;flex-direction:column;gap:10px;padding:12px;border:1px solid #e4b4ad;border-radius:9px;background:#fff}.settings-danger__confirm>div:first-child{display:flex;align-items:flex-start;gap:8px;color:var(--red)}.settings-danger__confirm>div:first-child>span{display:flex;flex-direction:column;gap:2px;color:var(--muted);font-size:12px}.settings-danger__confirm strong{color:var(--red);font-size:13px}.settings-danger__actions{display:flex;justify-content:flex-end;gap:7px}@media(max-width:1120px){.landing-header,.section-wrap{width:min(100% - 48px,var(--container))}.landing-nav{gap:18px}.landing-hero{min-height:860px;padding-top:170px}.hero-globe{bottom:-730px;width:1088px;height:1088px}.proof-strip__inner>div,.proof-strip__caption{padding-inline:20px}.dark-product-section__head,.section-heading--split{grid-template-columns:.5fr 1.5fr}.provision-demo__grid{gap:32px}.stack-selector__body{gap:45px;padding:45px}.checkout-layout,.payment-page{gap:40px}.app-shell{grid-template-columns:210px minmax(0,1fr)}.sidebar{width:210px}.app-content{width:min(100% - 38px,1220px)}.dashboard__metrics{grid-template-columns:repeat(2,1fr)}.connection-hero{grid-template-columns:260px 1fr}.connection-hero__content{padding-inline:35px}.server-overview__quick-actions{flex-wrap:wrap}.server-overview__action--details{margin-left:0}}@media(max-width:920px){.landing-header{display:flex;justify-content:space-between}.landing-header__menu{display:grid;position:relative;z-index:32;width:38px;height:38px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:#fff9}.landing-header__menu>span,.landing-header__menu>span:before,.landing-header__menu>span:after{display:block;width:15px;height:1px;background:var(--ink);content:""}.landing-header__menu>span:before{transform:translateY(-4px)}.landing-header__menu>span:after{transform:translateY(3px)}.landing-nav{display:flex;position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:22px;padding:80px 32px;opacity:0;background:#f8f7f2f7;transform:translateY(-100%);transition:opacity .24s ease,transform .24s ease;pointer-events:none}.landing-nav--open{opacity:1;transform:translateY(0);pointer-events:auto}.landing-nav a{font-size:28px;font-weight:550;letter-spacing:-.04em}.landing-header__actions{display:none}.proof-strip__inner{grid-template-columns:repeat(4,1fr)}.proof-strip__caption{display:none}.steps-grid{grid-template-columns:1fr}.step-card{display:grid;min-height:360px;grid-template-columns:45% 55%;align-content:center;border-top:1px solid var(--line);border-left:0}.step-card:first-child{border-top:0}.step-card__number{position:absolute;top:24px;left:27px}.step-card__visual{height:270px;grid-row:1 / 3}.step-card h3,.step-card p{align-self:end;padding-right:25px}.step-card p{align-self:start}.provision-demo{grid-template-columns:155px 1fr}.provision-demo__content{padding:30px}.provision-demo__grid{grid-template-columns:1fr}.ready-card{display:none}.ownership-section,.feature-row,.ownership-details,.faq-section{gap:55px}.location-line{grid-template-columns:repeat(2,1fr)}.location-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}.location-item:nth-child(4){border-top:1px solid var(--line)}.checkout-shell{width:min(100% - 32px,1180px)}.checkout-layout,.payment-page{grid-template-columns:minmax(0,1fr) 290px;gap:25px}.location-options,.protocol-options,.plan-options{grid-template-columns:1fr}.plan-option{display:grid;min-height:95px;grid-template-columns:1fr auto}.plan-option__price{margin-top:0}.plan-option__spec{grid-column:1 / -1;margin-top:13px}.protocol-option{min-height:190px}.app-shell{display:block}.sidebar{width:250px;transform:translate(-102%);transition:transform .22s ease}.sidebar--open{transform:translate(0)}.sidebar__close,.mobile-menu{display:grid!important}.sidebar__close{color:#a0a49a}.sidebar-overlay{display:block;position:fixed;z-index:45;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:#0a0c098c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.app-main{grid-column:auto}.app-content{width:min(100% - 32px,1220px)}.server-overview__body{grid-template-columns:1fr}.server-overview__facts{border-right:0;border-bottom:1px solid var(--line)}.dashboard__columns{grid-template-columns:1fr}.connection-hero{grid-template-columns:230px 1fr}.instruction-layout{grid-template-columns:170px 1fr;gap:22px}.control-grid,.billing-overview,.settings-grid{grid-template-columns:1fr}.settings-card--access,.settings-card--danger{grid-column:auto}.support-grid{grid-template-columns:1fr}.support-side{display:grid;grid-template-columns:.8fr 1.2fr}}@media(max-width:720px){.section-wrap,.landing-header{width:calc(100% - 32px)}.landing-hero{min-height:830px;padding-top:130px}.landing-hero:before{background-size:55px 55px}.landing-hero h1{--h1-size: clamp(56px, 15vw, 82px);--h1-leading: .94}.hero-headline__lead:after{content:"\a";white-space:pre}.word-rotator__face:not([data-front]){opacity:0}.landing-hero__content>p{padding-inline:8px;font-size:16px}.landing-hero__actions{flex-direction:column;align-items:stretch;max-width:310px;margin-inline:auto}.hero-globe{bottom:-472px;width:802px;height:802px}.protocol-field__item{font-size:13px}.protocol-field__item--band{--band-shift: 62px}.landing--reveal-ready [data-reveal=left],.landing--reveal-ready [data-reveal=right]{--reveal-x: 0;--reveal-y: 20px}.proof-strip__inner{width:100%;grid-template-columns:repeat(2,1fr)}.proof-strip__inner>div{min-height:100px;border-top:1px solid var(--line)}.proof-strip__inner>div:nth-child(odd){border-left:0}.how-section,.pricing-section{padding-block:95px}.section-heading--split,.dark-product-section__head{grid-template-columns:1fr;gap:25px}.section-heading{margin-bottom:40px}.section-heading h2,.ownership-section h2,.feature-row h2,.locations-section h2,.faq-section h2,.ownership-details h2{font-size:43px}.step-card{display:block;min-height:auto;padding:26px 22px 32px}.step-card__visual{height:230px}.step-card h3,.step-card p{padding-right:0}.dark-product-section{padding-block:85px 70px}.dark-product-section__head h2{font-size:44px}.provision-demo{min-height:500px;grid-template-columns:1fr}.provision-demo__sidebar{display:none}.provision-demo__content{padding:23px 18px}.provision-demo__top{align-items:flex-start}.provision-demo__top strong{font-size:19px}.dark-product-section__foot{flex-wrap:wrap;gap:10px}.ownership-section,.feature-row,.ownership-details,.faq-section{grid-template-columns:1fr}.ownership-section{padding-block:100px}.feature-row{gap:40px;padding-block:10px 100px}.terminal-visual__body{min-height:285px;padding:27px 20px;overflow-x:auto;font-size:14px}.stack-section{padding-bottom:95px}.stack-selector__body{min-height:auto;grid-template-columns:1fr;gap:42px;padding:30px 20px}.stack-visual{min-height:350px}.config-code{padding:30px 20px}.location-line{grid-template-columns:1fr}.location-item,.location-item:nth-child(2),.location-item:nth-child(3),.location-item:nth-child(4){border-top:1px solid var(--line);border-left:0}.location-item:first-child{border-top:0}.pricing-grid{grid-template-columns:1fr}.price-card{min-height:480px}.ownership-details{padding-block:30px 100px}.ownership-details__visual{min-height:420px}.faq-section{padding-block:95px}.faq-section__head{position:static}.final-cta,.final-cta__inner{min-height:700px}.final-cta h2{font-size:58px}.final-cta__inner>div:not(.final-cta__word){flex-direction:column;width:min(300px,100%)}.landing-footer__inner{grid-template-columns:1fr}.landing-footer__links{margin-top:20px}.checkout-header{height:64px;grid-template-columns:1fr auto;padding-inline:16px}.checkout-progress{display:none}.checkout-header__safe{grid-column:2}.checkout-layout,.payment-page{display:flex;flex-direction:column;gap:28px;padding-block:30px 70px}.checkout-form__intro,.payment-page__intro{margin-top:35px}.checkout-form__intro h1,.payment-page__intro h1{font-size:47px}.checkout-fieldset{margin-top:55px}.checkout-summary-column,.payment-page__summary{position:static;width:100%;padding-top:0}.checkout-summary-column{order:2}.payment-page__summary{order:-1}.period-options,.payment-service-options{grid-template-columns:1fr}.payment-widget,.demo-payment-controls{max-width:none}.demo-payment-controls{grid-template-columns:1fr}.demo-payment-controls>div:last-child{flex-direction:row;flex-wrap:wrap}.provisioning-header{grid-template-columns:1fr auto;padding-inline:16px}.provisioning-header>span{grid-column:2}.provisioning-header>button{display:none}.provisioning-shell{width:calc(100% - 32px);padding-block:55px 70px}.provisioning-heading{grid-template-columns:1fr;gap:45px}.provisioning-heading h1{font-size:60px}.provisioning-heading__meta{min-width:0}.provisioning-progress{margin-top:45px}.provisioning-grid{grid-template-columns:1fr;gap:35px;margin-top:45px}.provisioning-result{grid-template-columns:auto 1fr}.provisioning-result__action{grid-column:1 / -1}.app-topbar{padding-inline:16px}.app-topbar__title,.profile-button__text{display:none}.app-content{width:calc(100% - 24px);padding-block:30px 60px}.app-page__heading,.server-page-heading,.settings-page__header{align-items:flex-start;flex-direction:column}.dashboard__welcome-mark,.support-response{width:100%}.server-overview__body,.server-overview__facts{grid-template-columns:1fr}.server-overview__fact,.server-overview__fact:nth-child(-n+2),.server-overview__fact:nth-child(odd){border-top:1px solid var(--line);border-left:0}.server-overview__fact:first-child{border-top:0}.server-overview__connection-head{align-items:flex-start;flex-direction:column}.dashboard__metrics{grid-template-columns:1fr}.dashboard__cta{grid-template-columns:auto 1fr}.dashboard__cta-action{grid-column:1 / -1;justify-content:center}.server-page-heading__id{width:100%}.server-tabs{gap:21px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.server-tabs button{flex:0 0 auto}.server-tabs::-webkit-scrollbar,.platform-tabs::-webkit-scrollbar{display:none}.connection-hero{grid-template-columns:1fr}.connection-hero__qr{padding:35px;border-right:0;border-bottom:1px solid var(--line)}.connection-hero__content{padding:30px 22px}.connection-url-box{grid-template-columns:1fr}.connection-url-box>div{min-height:43px}.instruction-layout{grid-template-columns:1fr}.platform-tabs{flex-direction:row;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.platform-tabs button{flex:0 0 auto}.devices-table__head{display:none}.devices-table__row{grid-template-columns:1fr auto;gap:8px;padding-block:10px}.devices-table__row>span:nth-child(2){display:none}.devices-table__row>span:nth-child(3){grid-row:2;margin-left:42px}.devices-table__row>button{grid-column:2;grid-row:1 / 3}.credential-grid,.access-cards,.control-grid{grid-template-columns:1fr}.credential-item--wide{grid-column:auto}.ssh-command,.power-panel,.backups-panel,.danger-zone{align-items:flex-start;flex-direction:column}.power-panel__actions{width:100%}.power-panel__actions .button{flex:1}.resources-specs{grid-template-columns:repeat(2,1fr)}.resources-specs>div:nth-child(3){padding-left:0;border-top:1px solid var(--line);border-left:0}.resources-specs>div:nth-child(4){border-top:1px solid var(--line)}.events-timeline article{grid-template-columns:auto 1fr}.events-timeline time{grid-column:2}.billing-overview,.support-grid,.support-side,.settings-grid{display:flex;flex-direction:column}.invoice-table{min-width:700px}.support-form__footer{align-items:flex-start;flex-direction:column}.settings-form,.settings-form__fields{grid-template-columns:1fr}.settings-form__avatar{width:54px;height:54px}.settings-access__row{grid-template-columns:auto 1fr;padding-block:12px}.settings-access__meta,.settings-access__copy-button{grid-column:2;justify-self:start}.settings-danger{align-items:stretch;flex-direction:column}.settings-danger__confirm{min-width:0}}@media(max-width:430px){.landing-hero{min-height:800px;padding-top:118px}.hero-globe{bottom:-372px;width:687px;height:687px}.landing-hero h1{--h1-size: clamp(46px, 14.5vw, 62px)}.hero-kicker{font-size:14px}.section-heading h2,.ownership-section h2,.feature-row h2,.locations-section h2,.faq-section h2,.ownership-details h2{font-size:38px}.stack-selector__tabs{flex-direction:column}.stack-visual{min-height:320px}.xray-panel{padding:18px}.final-cta h2{font-size:50px}.checkout-header .brand__descriptor,.provisioning-header .brand__descriptor{display:none}.checkout-form__intro h1,.payment-page__intro h1{font-size:42px}.plan-option__head small{display:none}.payment-widget__body{padding-inline:18px}.provisioning-heading h1{font-size:50px}.provisioning-timeline article{grid-template-columns:auto 1fr}.provisioning-timeline article code{display:none}.provisioning-result{grid-template-columns:1fr;text-align:center}.provisioning-result__icon{margin-inline:auto}.server-overview__quick-actions{flex-direction:column}.server-overview__action{width:100%}.dashboard__columns{display:flex;flex-direction:column}.dashboard__welcome-mark{display:none}.connection-hero__secondary,.power-panel__actions{align-items:stretch;flex-direction:column}.access-info-card{grid-template-columns:auto 1fr}.access-info-card .button{grid-column:1 / -1}.billing-plan__title{align-items:flex-start;flex-direction:column}.billing-plan__specs{grid-template-columns:1fr}.billing-plan__specs>span,.billing-plan__specs>span:first-child{min-height:45px;padding-left:0;border-top:1px solid var(--line);border-left:0}.billing-plan__specs>span:first-child{border-top:0}.support-form-card,.support-tickets,.support-contact,.support-faq,.settings-card,.instruction-panel,.devices-panel,.credentials-panel,.resources-panel,.network-panel,.events-panel{padding:20px 16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing--reveal-ready [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}.protocol-field__item{animation:none!important;opacity:.32}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
