/* =========================================================
   HCloud Experience 9.0 — Full Product Redesign
   Theme-native surfaces · progressive commerce · luxury auth
   ========================================================= */
:root{
  --v9-bg:#070b12;--v9-bg2:#0a101a;--v9-surface:#0d1420;--v9-surface2:#111b2a;--v9-surface3:#172337;
  --v9-text:#f7f9fc;--v9-soft:#d5dfec;--v9-muted:#8796aa;--v9-line:rgba(183,202,232,.12);--v9-line2:rgba(183,202,232,.20);
  --v9-accent:#7b82ff;--v9-accent2:#63daca;--v9-accent-rgb:123,130,255;--v9-accent2-rgb:99,218,202;
  --v9-good:#38d39d;--v9-warn:#f6b85f;--v9-bad:#fb7185;--v9-shadow:0 28px 90px rgba(0,0,0,.32);--v9-shadow-soft:0 16px 50px rgba(0,0,0,.18);
  --v9-r:20px;--v9-r-lg:28px;--v9-r-xl:36px;--v9-ease:cubic-bezier(.22,1,.36,1);
  --v9-pattern-a:rgba(255,255,255,.018);--v9-pattern-b:rgba(255,255,255,.012);--v9-glow:.14;--v9-surface-alpha:.88;
  --v9-font-ui:"Vazirmatn Variable",Vazirmatn,"Noto Sans Arabic",Tahoma,"Segoe UI",sans-serif;
  --v9-font-display:"Estedad Variable","Vazirmatn Variable",Tahoma,sans-serif;
}
html.hcloud-v9{color-scheme:dark;scroll-behavior:smooth}
html.hcloud-v9 body,html.hcloud-v9 button,html.hcloud-v9 input,html.hcloud-v9 select,html.hcloud-v9 textarea{font-family:var(--v9-font-ui)!important}
html.hcloud-v9 h1,html.hcloud-v9 h2,html.hcloud-v9 h3,html.hcloud-v9 h4{font-family:var(--v9-font-display)!important;letter-spacing:-.025em}
html[lang="en"].hcloud-v9 body,html[lang="en"].hcloud-v9 button,html[lang="en"].hcloud-v9 input,html[lang="en"].hcloud-v9 select,html[lang="en"].hcloud-v9 textarea,html[lang="en"].hcloud-v9 h1,html[lang="en"].hcloud-v9 h2,html[lang="en"].hcloud-v9 h3,html[lang="en"].hcloud-v9 h4{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:normal}
html.hcloud-v9 body{background:var(--v9-bg)!important;color:var(--v9-text)!important;isolation:isolate;transition:background-color .45s ease,color .25s ease}
html.hcloud-v9 body:before{content:"";position:fixed;z-index:-2;inset:0;pointer-events:none;background:
  linear-gradient(var(--v9-pattern-a) 1px,transparent 1px),linear-gradient(90deg,var(--v9-pattern-a) 1px,transparent 1px),
  radial-gradient(circle at 16% 18%,rgba(var(--v9-accent-rgb),calc(var(--v9-glow) * .55)),transparent 28%),
  radial-gradient(circle at 84% 0%,rgba(var(--v9-accent2-rgb),var(--v9-glow)),transparent 32%),
  linear-gradient(160deg,var(--v9-bg),var(--v9-bg2) 58%,var(--v9-bg));background-size:52px 52px,52px 52px,auto,auto,auto;mask-image:linear-gradient(to bottom,#000 0 72%,transparent 100%)}
html.hcloud-v9 body:after{content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;opacity:.42;background-image:radial-gradient(circle at center,var(--v9-pattern-b) 1px,transparent 1.2px);background-size:15px 15px;mask-image:radial-gradient(ellipse at 75% 10%,#000,transparent 62%)}
html.hcloud-v9 *{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--v9-accent) 45%,transparent) transparent}
html.hcloud-v9 ::-webkit-scrollbar{width:8px;height:8px}html.hcloud-v9 ::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--v9-accent) 38%,transparent);border-radius:99px}

/* Real theme systems — light themes are not inverted dark themes */
html[data-theme="midnight"]{--v9-bg:#070b12;--v9-bg2:#0a101a;--v9-surface:#0d1420;--v9-surface2:#111b2a;--v9-surface3:#172337;--v9-text:#f7f9fc;--v9-soft:#d5dfec;--v9-muted:#8796aa;--v9-line:rgba(183,202,232,.12);--v9-line2:rgba(183,202,232,.20);--v9-accent:#7b82ff;--v9-accent2:#63daca;--v9-accent-rgb:123,130,255;--v9-accent2-rgb:99,218,202;--v9-pattern-a:rgba(255,255,255,.018);--v9-pattern-b:rgba(255,255,255,.014);--v9-glow:.14}
html[data-theme="ocean"]{--v9-bg:#04121b;--v9-bg2:#06202d;--v9-surface:#082735;--v9-surface2:#0b3244;--v9-surface3:#104155;--v9-text:#f4fbff;--v9-soft:#cceaf4;--v9-muted:#78a5b5;--v9-line:rgba(161,224,245,.13);--v9-line2:rgba(161,224,245,.24);--v9-accent:#1fb9ff;--v9-accent2:#2ee6d6;--v9-accent-rgb:31,185,255;--v9-accent2-rgb:46,230,214;--v9-pattern-a:rgba(135,226,255,.025);--v9-pattern-b:rgba(135,226,255,.018);--v9-glow:.18}
html[data-theme="emerald"]{--v9-bg:#06120f;--v9-bg2:#081c16;--v9-surface:#0b251d;--v9-surface2:#103128;--v9-surface3:#154238;--v9-text:#f2fff9;--v9-soft:#d2efe3;--v9-muted:#82a99a;--v9-line:rgba(168,231,204,.13);--v9-line2:rgba(168,231,204,.24);--v9-accent:#27d79e;--v9-accent2:#a7e86f;--v9-accent-rgb:39,215,158;--v9-accent2-rgb:167,232,111;--v9-pattern-a:rgba(176,255,220,.021);--v9-pattern-b:rgba(176,255,220,.014);--v9-glow:.13}
html[data-theme="amethyst"]{--v9-bg:#10091a;--v9-bg2:#1a0e2c;--v9-surface:#211437;--v9-surface2:#2d1a49;--v9-surface3:#3c245d;--v9-text:#fff7ff;--v9-soft:#ead9f3;--v9-muted:#a68ab5;--v9-line:rgba(224,189,245,.13);--v9-line2:rgba(224,189,245,.24);--v9-accent:#a77bff;--v9-accent2:#ff79c5;--v9-accent-rgb:167,123,255;--v9-accent2-rgb:255,121,197;--v9-pattern-a:rgba(243,205,255,.021);--v9-pattern-b:rgba(243,205,255,.014);--v9-glow:.16}
html[data-theme="ember"]{--v9-bg:#160b08;--v9-bg2:#25110d;--v9-surface:#311712;--v9-surface2:#401e17;--v9-surface3:#56291f;--v9-text:#fff8f3;--v9-soft:#f1dcd2;--v9-muted:#b18e7f;--v9-line:rgba(248,200,178,.13);--v9-line2:rgba(248,200,178,.24);--v9-accent:#ff7656;--v9-accent2:#ffc35b;--v9-accent-rgb:255,118,86;--v9-accent2-rgb:255,195,91;--v9-pattern-a:rgba(255,225,203,.022);--v9-pattern-b:rgba(255,225,203,.014);--v9-glow:.15}
html[data-theme="graphite"]{--v9-bg:#0d0f12;--v9-bg2:#14171c;--v9-surface:#191d23;--v9-surface2:#22272f;--v9-surface3:#2c323c;--v9-text:#f7f8fa;--v9-soft:#d9dde4;--v9-muted:#959da9;--v9-line:rgba(219,226,236,.11);--v9-line2:rgba(219,226,236,.19);--v9-accent:#d8dde8;--v9-accent2:#8ea0ba;--v9-accent-rgb:216,221,232;--v9-accent2-rgb:142,160,186;--v9-pattern-a:rgba(255,255,255,.019);--v9-pattern-b:rgba(255,255,255,.012);--v9-glow:.08}
html[data-theme="arctic"]{color-scheme:light;--v9-bg:#eef4fa;--v9-bg2:#f8fbfe;--v9-surface:#ffffff;--v9-surface2:#f7faff;--v9-surface3:#eef4fb;--v9-text:#102033;--v9-soft:#31465e;--v9-muted:#6c7f94;--v9-line:rgba(44,77,112,.12);--v9-line2:rgba(44,77,112,.21);--v9-accent:#3268f2;--v9-accent2:#14b8a6;--v9-accent-rgb:50,104,242;--v9-accent2-rgb:20,184,166;--v9-pattern-a:rgba(43,79,120,.042);--v9-pattern-b:rgba(43,79,120,.035);--v9-glow:.11;--v9-shadow:0 28px 85px rgba(49,74,108,.15);--v9-shadow-soft:0 14px 42px rgba(49,74,108,.10)}
html[data-theme="pearl"]{color-scheme:light;--v9-bg:#f7f4f0;--v9-bg2:#fffdf9;--v9-surface:#fffefc;--v9-surface2:#faf5ef;--v9-surface3:#f1e9df;--v9-text:#241d1a;--v9-soft:#493f3a;--v9-muted:#81736b;--v9-line:rgba(91,69,58,.12);--v9-line2:rgba(91,69,58,.22);--v9-accent:#7957df;--v9-accent2:#d47187;--v9-accent-rgb:121,87,223;--v9-accent2-rgb:212,113,135;--v9-pattern-a:rgba(105,80,64,.038);--v9-pattern-b:rgba(105,80,64,.03);--v9-glow:.10;--v9-shadow:0 28px 85px rgba(92,70,57,.14);--v9-shadow-soft:0 14px 42px rgba(92,70,57,.09)}
html[data-theme="mintlight"]{color-scheme:light;--v9-bg:#edf8f4;--v9-bg2:#f8fffc;--v9-surface:#ffffff;--v9-surface2:#f2fbf7;--v9-surface3:#e7f5ef;--v9-text:#102921;--v9-soft:#34584b;--v9-muted:#6f8e82;--v9-line:rgba(38,103,80,.12);--v9-line2:rgba(38,103,80,.21);--v9-accent:#0f9f78;--v9-accent2:#6bbd43;--v9-accent-rgb:15,159,120;--v9-accent2-rgb:107,189,67;--v9-pattern-a:rgba(32,115,84,.038);--v9-pattern-b:rgba(32,115,84,.03);--v9-glow:.09;--v9-shadow:0 28px 85px rgba(42,88,72,.14);--v9-shadow-soft:0 14px 42px rgba(42,88,72,.09)}
html[data-theme="sand"]{color-scheme:light;--v9-bg:#f8f1e6;--v9-bg2:#fffaf2;--v9-surface:#fffdf8;--v9-surface2:#f8efe2;--v9-surface3:#efe2cf;--v9-text:#2e251c;--v9-soft:#594a3a;--v9-muted:#8a7965;--v9-line:rgba(112,85,53,.13);--v9-line2:rgba(112,85,53,.23);--v9-accent:#b66a20;--v9-accent2:#d5a630;--v9-accent-rgb:182,106,32;--v9-accent2-rgb:213,166,48;--v9-pattern-a:rgba(120,90,54,.04);--v9-pattern-b:rgba(120,90,54,.03);--v9-glow:.10;--v9-shadow:0 28px 85px rgba(92,69,43,.14);--v9-shadow-soft:0 14px 42px rgba(92,69,43,.09)}
html[data-theme="arctic"] .side,html[data-theme="pearl"] .side,html[data-theme="mintlight"] .side,html[data-theme="sand"] .side,html[data-theme="arctic"] .sidebar,html[data-theme="pearl"] .sidebar,html[data-theme="mintlight"] .sidebar,html[data-theme="sand"] .sidebar{box-shadow:16px 0 46px rgba(65,79,99,.07)!important}

/* Entire shell surfaces respond to themes */
html.hcloud-v9 .side,html.hcloud-v9 .sidebar{background:color-mix(in srgb,var(--v9-surface) 91%,transparent)!important;border-color:var(--v9-line)!important;color:var(--v9-text)!important;backdrop-filter:blur(28px) saturate(1.12)!important}
html.hcloud-v9 .top,html.hcloud-v9 .topbar,html.hcloud-v9 .public-head{background:color-mix(in srgb,var(--v9-bg) 75%,transparent)!important;border-color:var(--v9-line)!important;color:var(--v9-text)!important;backdrop-filter:blur(28px) saturate(1.16)!important}
html.hcloud-v9 .card,html.hcloud-v9 .panel,html.hcloud-v9 .section,html.hcloud-v9 .modal,html.hcloud-v9 .auth-card,html.hcloud-v9 .auth-box{background:linear-gradient(150deg,color-mix(in srgb,var(--v9-surface) 96%,transparent),color-mix(in srgb,var(--v9-surface2) 94%,transparent))!important;border-color:var(--v9-line)!important;color:var(--v9-text)!important;box-shadow:var(--v9-shadow-soft)!important}
html.hcloud-v9 .muted,html.hcloud-v9 small{color:var(--v9-muted)}
html.hcloud-v9 .input,html.hcloud-v9 .select,html.hcloud-v9 .textarea,html.hcloud-v9 input:not([type="checkbox"]):not([type="radio"]),html.hcloud-v9 select,html.hcloud-v9 textarea{background:color-mix(in srgb,var(--v9-surface2) 92%,transparent)!important;border-color:var(--v9-line)!important;color:var(--v9-text)!important}
html.hcloud-v9 .input:focus,html.hcloud-v9 .select:focus,html.hcloud-v9 .textarea:focus,html.hcloud-v9 input:focus,html.hcloud-v9 select:focus,html.hcloud-v9 textarea:focus{border-color:color-mix(in srgb,var(--v9-accent) 60%,var(--v9-line))!important;box-shadow:0 0 0 4px rgba(var(--v9-accent-rgb),.10)!important}
html.hcloud-v9 .btn,html.hcloud-v9 button{transform:none!important;translate:none!important;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .2s ease,opacity .15s ease!important}
html.hcloud-v9 .btn:hover,html.hcloud-v9 button:hover{transform:none!important}
html.hcloud-v9 .btn:active,html.hcloud-v9 button:active{transform:scale(.985)!important;transition-duration:.06s!important}
html.hcloud-v9 .btn.primary,html.hcloud-v9 .brand-mark,html.hcloud-v9 .logo{background:linear-gradient(135deg,var(--v9-accent),var(--v9-accent2))!important;color:white!important;box-shadow:0 12px 30px rgba(var(--v9-accent-rgb),.20)!important}
html.hcloud-v9 .btn.primary:after{display:none!important}
html.hcloud-v9 .hc-spotlight:after{display:none!important}
html.hcloud-v9 .btn::before,html.hcloud-v9 .btn::after{display:none!important;content:none!important;animation:none!important}
html.hcloud-v9 .hc-spotlight{--mx:50%!important;--my:50%!important}
html.hcloud-v9 .hc-spotlight::after{display:none!important;content:none!important;animation:none!important}

/* 9.0.1 calm interaction system: fast state feedback, no sweep or cursor light */
html.hcloud-v9 .btn{
  position:relative;isolation:isolate;
  transition:background-color 120ms cubic-bezier(.4,1,.6,1),border-color 120ms cubic-bezier(.4,1,.6,1),color 120ms cubic-bezier(.4,1,.6,1),box-shadow 150ms cubic-bezier(.4,1,.6,1),opacity 100ms linear!important;
}
html.hcloud-v9 .btn:not(.primary):hover{
  background:color-mix(in srgb,var(--v9-surface3) 58%,var(--v9-surface2))!important;
  border-color:color-mix(in srgb,var(--v9-accent) 24%,var(--v9-line2))!important;
  box-shadow:0 0 0 3px rgba(var(--v9-accent-rgb),.045)!important;
}
html.hcloud-v9 .btn.primary:hover{
  filter:saturate(1.04) brightness(1.035);
  box-shadow:0 14px 34px rgba(var(--v9-accent-rgb),.24),inset 0 1px 0 rgba(255,255,255,.16)!important;
}
html.hcloud-v9 .btn:active{transform:scale(.985)!important;filter:none!important;box-shadow:none!important}
html.hcloud-v9 .btn:focus-visible,html.hcloud-v9 button:focus-visible{
  outline:0!important;box-shadow:0 0 0 3px var(--v9-bg),0 0 0 5px color-mix(in srgb,var(--v9-accent) 68%,transparent)!important;
}

/* Theme studio rebuilt for dark + light systems */
html.hcloud-v9 .hc-theme-dialog{width:min(820px,100%)!important;background:linear-gradient(155deg,color-mix(in srgb,var(--v9-surface) 97%,transparent),color-mix(in srgb,var(--v9-surface2) 94%,transparent))!important;border-color:var(--v9-line2)!important;color:var(--v9-text)!important;box-shadow:var(--v9-shadow)!important}
html.hcloud-v9 .hc-theme-head p,html.hcloud-v9 .hc-theme-option small{color:var(--v9-muted)!important}
html.hcloud-v9 .hc-theme-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
html.hcloud-v9 .hc-theme-option{background:color-mix(in srgb,var(--v9-surface2) 88%,transparent)!important;border-color:var(--v9-line)!important;color:var(--v9-text)!important;min-height:148px}
html.hcloud-v9 .hc-theme-option:hover{transform:none!important;border-color:color-mix(in srgb,var(--v9-accent) 45%,var(--v9-line))!important;box-shadow:0 0 0 4px rgba(var(--v9-accent-rgb),.07)!important}
html.hcloud-v9 .hc-theme-option.active{box-shadow:0 0 0 2px var(--v9-accent),0 14px 36px rgba(var(--v9-accent-rgb),.16)!important}
html.hcloud-v9 .hc-theme-preview{height:70px!important;box-shadow:inset 0 1px rgba(255,255,255,.18)}
html.hcloud-v9 .hc-theme-preview:before{background:rgba(8,14,24,.72)!important;box-shadow:70px 16px 0 -8px rgba(255,255,255,.42)!important}
html.hcloud-v9 .hc-theme-trigger{border-color:var(--v9-line)!important;background:color-mix(in srgb,var(--v9-surface2) 88%,transparent)!important;color:var(--v9-text)!important}
html.hcloud-v9.theme-shift body:after{animation:v9ThemeWave .58s var(--v9-ease) both}

/* Customer shell */
html.hcloud-v9 #customer .content{max-width:1520px;padding:24px 28px 94px}
.v9-dashboard,.v9-store{display:grid;gap:16px;color:var(--v9-text)}
.v9-dashboard svg,.v9-store svg{display:block;width:20px;height:20px}
[data-v9-reveal]{opacity:0;transform:translateY(10px);filter:blur(3px)}
[data-v9-reveal].v9-visible{animation:v9Reveal .55s var(--v9-ease) var(--v9-delay,0ms) both}
.v9-welcome{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:4px 2px 10px}
.v9-welcome>div>span{color:var(--v9-muted);font-size:12px;font-weight:650}.v9-welcome h1{margin:5px 0 3px;font-size:clamp(27px,3.1vw,44px);font-weight:650;line-height:1.2}.v9-welcome p{margin:0;color:var(--v9-muted);font-size:11px}
.v9-status-pill{display:inline-flex;align-items:center;gap:9px;min-height:39px;padding:8px 13px;border:1px solid color-mix(in srgb,var(--v9-good) 24%,var(--v9-line));border-radius:999px;background:color-mix(in srgb,var(--v9-good) 7%,var(--v9-surface));color:color-mix(in srgb,var(--v9-good) 72%,var(--v9-text));white-space:nowrap}.v9-status-pill i{width:7px;height:7px;border-radius:50%;background:var(--v9-good);box-shadow:0 0 0 5px color-mix(in srgb,var(--v9-good) 10%,transparent)}.v9-status-pill span{font-size:10px;font-weight:750}.v9-status-pill.warn{border-color:color-mix(in srgb,var(--v9-warn) 25%,var(--v9-line));background:color-mix(in srgb,var(--v9-warn) 7%,var(--v9-surface));color:color-mix(in srgb,var(--v9-warn) 72%,var(--v9-text))}.v9-status-pill.warn i{background:var(--v9-warn)}

.v9-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:14px}
.v9-balance,.v9-pulse,.v9-launchpad,.v9-panel,.v9-purchase-toolbar,.v9-family-section,.v9-plans{position:relative;overflow:hidden;border:1px solid var(--v9-line);border-radius:var(--v9-r-lg);background:linear-gradient(150deg,color-mix(in srgb,var(--v9-surface) 96%,transparent),color-mix(in srgb,var(--v9-surface2) 91%,transparent));box-shadow:var(--v9-shadow-soft)}
.v9-balance{min-height:190px;padding:20px 22px;display:grid;grid-template-rows:auto 1fr auto;isolation:isolate}.v9-balance-orb{position:absolute;z-index:-1;width:360px;height:260px;border-radius:50%;inset:-170px -110px auto auto;background:radial-gradient(circle,rgba(var(--v9-accent-rgb),.24),rgba(var(--v9-accent2-rgb),.06) 42%,transparent 72%);filter:blur(15px);animation:v9Orb 9s ease-in-out infinite alternate}.rtl .v9-balance-orb{right:auto;left:-110px}.v9-balance header{display:flex;align-items:start;justify-content:space-between}.v9-balance header>div span,.v9-kicker{display:flex;align-items:center;gap:7px;color:color-mix(in srgb,var(--v9-accent) 66%,var(--v9-muted));font-size:9px;letter-spacing:.13em;font-weight:850}.v9-balance header>div small{display:block;margin-top:4px;font-size:9px}.v9-balance header button{display:inline-flex;align-items:center;gap:7px;min-height:35px;padding:7px 10px;border:1px solid var(--v9-line);border-radius:12px;background:color-mix(in srgb,var(--v9-surface2) 78%,transparent);color:var(--v9-soft)}.v9-balance header button svg{width:15px;height:15px}.v9-balance header button span{font-size:9px;font-weight:700}.v9-balance-number{display:flex;align-items:end;gap:8px;align-self:center}.v9-balance-number strong{font-family:var(--v9-font-display);font-size:clamp(38px,5vw,58px);font-weight:630;line-height:.95;letter-spacing:-.06em;font-variant-numeric:tabular-nums;direction:ltr}.v9-balance-number span{font-size:9px;color:var(--v9-muted);padding-bottom:5px}.v9-balance footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.v9-balance footer>div{padding:9px 11px;border-radius:12px;background:color-mix(in srgb,var(--v9-surface3) 48%,transparent);border:1px solid color-mix(in srgb,var(--v9-line) 75%,transparent)}.v9-balance footer small,.v9-balance footer b{display:block}.v9-balance footer small{font-size:7.5px}.v9-balance footer b{margin-top:3px;font-size:12px;font-variant-numeric:tabular-nums}
.v9-pulse{min-height:190px;padding:18px;display:grid;grid-template-columns:126px minmax(0,1fr);gap:18px;align-items:center}.v9-pulse:before{content:"";position:absolute;width:260px;height:230px;inset:auto -100px -125px auto;border-radius:50%;background:rgba(var(--v9-accent2-rgb),.10);filter:blur(66px)}.v9-pulse-ring{--score:100;width:114px;height:114px;border-radius:50%;padding:8px;background:conic-gradient(var(--v9-good) calc(var(--score)*1%),color-mix(in srgb,var(--v9-line) 70%,transparent) 0);box-shadow:0 17px 44px rgba(0,0,0,.15),0 0 0 1px color-mix(in srgb,var(--v9-line2) 70%,transparent);position:relative}.v9-pulse-ring:before{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px dashed color-mix(in srgb,var(--v9-accent2) 24%,transparent);animation:v9Spin 22s linear infinite}.v9-pulse-ring>span{width:100%;height:100%;border-radius:50%;display:grid;place-content:center;text-align:center;background:linear-gradient(150deg,var(--v9-surface2),var(--v9-surface));border:1px solid var(--v9-line)}.v9-pulse-ring strong{font-size:29px;line-height:1;font-variant-numeric:tabular-nums}.v9-pulse-ring small{margin-top:4px;font-size:6.5px;letter-spacing:.12em}.v9-pulse-copy{position:relative}.v9-kicker svg{width:15px;height:15px}.v9-pulse-copy h2{margin:8px 0 12px;font-size:19px;line-height:1.35}.v9-pulse-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.v9-pulse-metrics button{min-height:52px;border:1px solid var(--v9-line);border-radius:13px;background:color-mix(in srgb,var(--v9-surface3) 42%,transparent);color:var(--v9-text)}.v9-pulse-metrics button:hover{border-color:color-mix(in srgb,var(--v9-accent2) 35%,var(--v9-line));background:color-mix(in srgb,var(--v9-accent2) 7%,var(--v9-surface2))}.v9-pulse-metrics b,.v9-pulse-metrics span{display:block}.v9-pulse-metrics b{font-size:16px}.v9-pulse-metrics span{font-size:7px;color:var(--v9-muted);margin-top:2px}

.v9-launchpad{padding:20px}.v9-launchpad:before{content:"";position:absolute;width:420px;height:230px;inset:-160px auto auto 18%;border-radius:50%;background:rgba(var(--v9-accent-rgb),.08);filter:blur(70px)}.v9-launchpad>header,.v9-panel>header,.v9-family-section>header,.v9-plans>header{position:relative;display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:15px}.v9-launchpad>header>div>span,.v9-panel>header>div>span,.v9-family-section>header>div>div>span,.v9-store-head>div>span{display:block;color:color-mix(in srgb,var(--v9-accent) 62%,var(--v9-muted));font-size:8px;letter-spacing:.14em;font-weight:850}.v9-launchpad h2,.v9-panel h2,.v9-family-section h2,.v9-plans h2{margin:5px 0 0;font-size:20px;font-weight:650}.v9-launchpad header p{margin:4px 0 0;color:var(--v9-muted);font-size:9px}.v9-launchpad>header>button{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 10px;border:1px solid var(--v9-line);border-radius:11px;background:color-mix(in srgb,var(--v9-surface3) 38%,transparent);color:var(--v9-muted)}.v9-launchpad>header>button svg{width:14px;height:14px}.v9-launchpad>header>button span{font-size:8px;font-family:ui-monospace,monospace}
.v9-command-grid{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.v9-command{--cmd:#7b82ff;min-height:118px;padding:13px;border:1px solid color-mix(in srgb,var(--cmd) 17%,var(--v9-line));border-radius:18px;background:linear-gradient(155deg,color-mix(in srgb,var(--cmd) 7%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 96%,transparent));color:var(--v9-text);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;gap:10px;text-align:start;position:relative;overflow:hidden;isolation:isolate}.rtl .v9-command{text-align:right}.v9-command.aqua{--cmd:#2cc9d4}.v9-command.mint{--cmd:#2fd59d}.v9-command.amber{--cmd:#e8a63b}.v9-command.rose{--cmd:#ed6d91}.v9-command.blue{--cmd:#4c92f3}.v9-command.violet{--cmd:#8a70f6}.v9-command-glow{position:absolute;z-index:-1;width:120px;height:95px;inset:-50px -35px auto auto;border-radius:50%;background:color-mix(in srgb,var(--cmd) 17%,transparent);filter:blur(24px);transition:opacity .2s ease}.rtl .v9-command-glow{right:auto;left:-35px}.v9-command-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:color-mix(in srgb,var(--cmd) 12%,var(--v9-surface));border:1px solid color-mix(in srgb,var(--cmd) 21%,var(--v9-line));color:var(--cmd)}.v9-command-icon svg{width:19px;height:19px}.v9-command-copy{grid-column:1/-1;align-self:end}.v9-command-copy b,.v9-command-copy small{display:block}.v9-command-copy b{font-family:var(--v9-font-display);font-size:12px}.v9-command-copy small{font-size:7.5px;margin-top:3px;color:var(--v9-muted)}.v9-command-arrow{position:absolute;inset:14px 14px auto auto;color:color-mix(in srgb,var(--cmd) 72%,var(--v9-muted));opacity:.7}.rtl .v9-command-arrow{right:auto;left:14px;transform:scaleX(-1)}.v9-command-arrow svg{width:15px;height:15px}.v9-command-glow{display:none!important}.v9-command:hover{border-color:color-mix(in srgb,var(--cmd) 38%,var(--v9-line));background:linear-gradient(155deg,color-mix(in srgb,var(--cmd) 10%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 97%,transparent));box-shadow:0 10px 28px color-mix(in srgb,var(--cmd) 8%,transparent),inset 0 1px 0 color-mix(in srgb,var(--cmd) 12%,transparent)}.v9-command:hover .v9-command-icon{background:color-mix(in srgb,var(--cmd) 17%,var(--v9-surface));border-color:color-mix(in srgb,var(--cmd) 34%,var(--v9-line));transform:scale(1.035)}.v9-command:hover .v9-command-arrow{opacity:1;transform:translateX(2px)}.rtl .v9-command:hover .v9-command-arrow{transform:scaleX(-1) translateX(2px)}.v9-command:active .v9-command-icon{transform:scale(.97)}.v9-command-icon,.v9-command-arrow{transition:transform 130ms cubic-bezier(.4,1,.6,1),background-color 130ms cubic-bezier(.4,1,.6,1),border-color 130ms cubic-bezier(.4,1,.6,1),opacity 120ms ease}.v9-command.primary{background:linear-gradient(145deg,color-mix(in srgb,var(--cmd) 16%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 93%,transparent));border-color:color-mix(in srgb,var(--cmd) 32%,var(--v9-line))}

.v9-lower-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:14px}.v9-panel{padding:18px}.v9-panel>header>button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--v9-muted);font-size:9px}.v9-panel>header>button svg{width:14px;height:14px}.v9-service-list,.v9-activity-list{display:grid;gap:7px}.v9-service,.v9-alert,.v9-event{min-height:61px;padding:9px 11px;border:1px solid color-mix(in srgb,var(--v9-line) 80%,transparent);border-radius:14px;background:color-mix(in srgb,var(--v9-surface3) 36%,transparent);color:var(--v9-text);display:grid;align-items:center;gap:10px}.v9-service{grid-template-columns:auto minmax(0,1fr) auto auto;text-align:start}.rtl .v9-service{text-align:right}.v9-service:hover,.v9-alert:hover{border-color:color-mix(in srgb,var(--v9-accent) 28%,var(--v9-line));background:color-mix(in srgb,var(--v9-accent) 4%,var(--v9-surface2))}.v9-service-led{width:8px;height:8px;border-radius:50%;background:var(--v9-bad);box-shadow:0 0 0 5px color-mix(in srgb,var(--v9-bad) 8%,transparent)}.v9-service.live .v9-service-led{background:var(--v9-good);box-shadow:0 0 0 5px color-mix(in srgb,var(--v9-good) 8%,transparent)}.v9-service-main b,.v9-service-main small,.v9-service-meta b,.v9-service-meta small{display:block}.v9-service-main b{font-size:11px}.v9-service-main small,.v9-service-meta small{font-size:7px;margin-top:3px;color:var(--v9-muted)}.v9-service-meta{text-align:end}.v9-service-meta b{font-size:9px}.v9-service>svg{width:15px;height:15px;color:var(--v9-muted)}.rtl .v9-service>svg{transform:scaleX(-1)}.v9-alert,.v9-event{grid-template-columns:auto minmax(0,1fr) auto;text-align:start}.rtl .v9-alert,.rtl .v9-event{text-align:right}.v9-alert>span,.v9-event>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:color-mix(in srgb,var(--v9-accent) 8%,var(--v9-surface));color:var(--v9-accent);font-weight:800}.v9-alert.warn>span{color:var(--v9-warn);background:color-mix(in srgb,var(--v9-warn) 8%,var(--v9-surface))}.v9-alert.bad>span{color:var(--v9-bad);background:color-mix(in srgb,var(--v9-bad) 8%,var(--v9-surface))}.v9-alert b,.v9-alert small,.v9-event b,.v9-event small{display:block}.v9-alert b,.v9-event b{font-size:9px}.v9-alert small,.v9-event small{font-size:7px;margin-top:3px;color:var(--v9-muted)}.v9-alert>svg{width:15px;height:15px;color:var(--v9-muted)}.rtl .v9-alert>svg{transform:scaleX(-1)}.v9-event em{font-size:7px;color:var(--v9-muted);font-style:normal}.v9-empty{min-height:100px;padding:15px;border:1px dashed var(--v9-line2);border-radius:15px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.v9-empty>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:color-mix(in srgb,var(--v9-accent) 9%,var(--v9-surface));color:var(--v9-accent)}.v9-empty>span svg{width:21px;height:21px}.v9-empty b,.v9-empty small{display:block}.v9-empty b{font-size:10px}.v9-empty small{font-size:7px;margin-top:3px}.v9-empty button{border:1px solid var(--v9-line);border-radius:11px;background:color-mix(in srgb,var(--v9-accent) 9%,var(--v9-surface));color:var(--v9-text);padding:8px 10px;font-size:8px}.v9-empty.compact{display:block;min-height:70px;text-align:center;color:var(--v9-muted)}

/* Progressive store */
.v9-store-head{display:flex;align-items:end;justify-content:space-between;gap:28px;padding:5px 2px 12px}.v9-store-head h1{margin:6px 0 5px;font-size:clamp(30px,4vw,52px);line-height:1.14;font-weight:640;max-width:900px}.v9-store-head p{margin:0;color:var(--v9-muted);font-size:11px}.v9-stepper{display:flex;align-items:center;gap:7px;white-space:nowrap}.v9-stepper span{display:flex;align-items:center;gap:6px;color:var(--v9-muted)}.v9-stepper span b{width:29px;height:29px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--v9-line);background:color-mix(in srgb,var(--v9-surface2) 84%,transparent);font-size:8px}.v9-stepper span small{font-size:8px}.v9-stepper span.active{color:var(--v9-text)}.v9-stepper span.active b{background:linear-gradient(135deg,var(--v9-accent),var(--v9-accent2));border-color:transparent;color:white;box-shadow:0 8px 22px rgba(var(--v9-accent-rgb),.18)}.v9-stepper>i{width:28px;height:1px;background:var(--v9-line)}
.v9-purchase-toolbar{padding:13px;display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.55fr) minmax(260px,.72fr);gap:10px;align-items:end}.v9-purchase-toolbar>div>label{display:block;margin:0 2px 6px;font-size:8px;color:var(--v9-muted);font-weight:750}.v9-segment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--v9-line);border-radius:14px;background:color-mix(in srgb,var(--v9-bg) 32%,var(--v9-surface2))}.v9-segment button{min-height:47px;border:0;border-radius:10px;background:transparent;color:var(--v9-muted)}.v9-segment button b,.v9-segment button small{display:block}.v9-segment button b{font-size:10px}.v9-segment button small{font-size:6.5px;margin-top:2px}.v9-segment.compact button{font-size:9px}.v9-segment button.active{background:linear-gradient(145deg,color-mix(in srgb,var(--v9-accent) 17%,var(--v9-surface2)),color-mix(in srgb,var(--v9-accent2) 5%,var(--v9-surface)));color:var(--v9-text);box-shadow:inset 0 1px rgba(255,255,255,.05),0 7px 20px rgba(var(--v9-accent-rgb),.08)}.v9-purchase-toolbar>aside{min-height:60px;padding:10px 12px;border:1px solid var(--v9-line);border-radius:14px;display:grid;grid-template-columns:1fr auto;align-content:center;gap:2px 8px;background:color-mix(in srgb,var(--v9-accent) 5%,var(--v9-surface2))}.v9-purchase-toolbar>aside span,.v9-purchase-toolbar>aside small{display:block}.v9-purchase-toolbar>aside span{font-size:9px;font-weight:800}.v9-purchase-toolbar>aside b{grid-row:1/3;grid-column:2;font-size:19px;align-self:center;direction:ltr}.v9-purchase-toolbar>aside small{font-size:7px}.v9-purchase-toolbar>aside.trial{background:color-mix(in srgb,#f59e0b 6%,var(--v9-surface2));border-color:color-mix(in srgb,#f59e0b 22%,var(--v9-line))}.v9-purchase-toolbar>aside.legal{background:color-mix(in srgb,#22c55e 5%,var(--v9-surface2));border-color:color-mix(in srgb,#22c55e 20%,var(--v9-line))}
.v9-family-section,.v9-plans{padding:18px}.v9-family-section>header>div,.v9-plans>header>div{display:flex;align-items:center;gap:10px}.v9-family-section>header>div>span,.v9-plans>header>div>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;border:1px solid var(--v9-line);background:color-mix(in srgb,var(--v9-accent) 8%,var(--v9-surface));color:var(--v9-accent);font-size:8px;font-weight:850}.v9-family-section h2,.v9-plans h2{font-size:21px}.v9-family-section header p,.v9-plans header p{margin:3px 0 0;font-size:8px;color:var(--v9-muted)}.v9-plans>header>button{border:1px solid var(--v9-line);border-radius:10px;background:color-mix(in srgb,var(--v9-surface3) 40%,transparent);color:var(--v9-muted);padding:7px 10px;font-size:8px}
.v9-family-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.v9-family{--family:#2cc9d4;min-height:258px;padding:16px;border:1px solid color-mix(in srgb,var(--family) 18%,var(--v9-line));border-radius:22px;background:linear-gradient(155deg,color-mix(in srgb,var(--family) 7%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 97%,transparent));color:var(--v9-text);display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto 1fr auto;gap:11px;text-align:start;position:relative;overflow:hidden;isolation:isolate}.rtl .v9-family{text-align:right}.v9-family.violet{--family:#8a70f6}.v9-family.gold{--family:#e4a93f}.v9-family-backdrop{position:absolute;z-index:-1;width:210px;height:180px;inset:-90px -70px auto auto;border-radius:50%;background:color-mix(in srgb,var(--family) 18%,transparent);filter:blur(45px)}.rtl .v9-family-backdrop{right:auto;left:-70px}.v9-family-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:color-mix(in srgb,var(--family) 12%,var(--v9-surface));border:1px solid color-mix(in srgb,var(--family) 24%,var(--v9-line));color:var(--family)}.v9-family-icon svg{width:23px;height:23px}.v9-family-copy small,.v9-family-copy b,.v9-family-copy em,.v9-family-copy p{display:block}.v9-family-copy small{font-size:7px;letter-spacing:.11em;color:color-mix(in srgb,var(--family) 75%,var(--v9-muted));font-weight:850}.v9-family-copy b{font-family:var(--v9-font-display);font-size:17px;margin-top:3px}.v9-family-copy em{width:max-content;margin-top:6px;padding:4px 7px;border-radius:999px;background:color-mix(in srgb,var(--family) 9%,transparent);border:1px solid color-mix(in srgb,var(--family) 19%,transparent);color:color-mix(in srgb,var(--family) 76%,var(--v9-text));font-size:7px;font-style:normal}.v9-family-copy p{margin:9px 0 0;color:var(--v9-muted);font-size:8px;line-height:1.85}.v9-family-points{grid-column:1/-1;display:grid;gap:6px;align-self:end}.v9-family-points i{display:flex;align-items:center;gap:6px;font-style:normal;color:var(--v9-soft)}.v9-family-points svg{width:12px;height:12px;color:var(--family)}.v9-family-points span{font-size:7px}.v9-family-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--family) 14%,var(--v9-line));font-size:8px;font-weight:800;color:color-mix(in srgb,var(--family) 78%,var(--v9-text))}.v9-family-action svg{width:14px;height:14px}.rtl .v9-family-action svg{transform:scaleX(-1)}.v9-family-backdrop{opacity:.62;transition:opacity 140ms cubic-bezier(.4,1,.6,1)}.v9-family:hover{border-color:color-mix(in srgb,var(--family) 40%,var(--v9-line));background:linear-gradient(155deg,color-mix(in srgb,var(--family) 10%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 97%,transparent));box-shadow:0 12px 34px color-mix(in srgb,var(--family) 8%,transparent),inset 0 1px 0 color-mix(in srgb,var(--family) 13%,transparent)}.v9-family:hover .v9-family-backdrop{opacity:.82}.v9-family:hover .v9-family-icon{transform:scale(1.035);border-color:color-mix(in srgb,var(--family) 36%,var(--v9-line))}.v9-family-icon{transition:transform 130ms cubic-bezier(.4,1,.6,1),border-color 130ms cubic-bezier(.4,1,.6,1),background-color 130ms cubic-bezier(.4,1,.6,1)}.v9-family.selected{border-color:color-mix(in srgb,var(--family) 65%,var(--v9-line));box-shadow:0 0 0 2px color-mix(in srgb,var(--family) 40%,transparent),0 14px 38px color-mix(in srgb,var(--family) 10%,transparent)}
.v9-plans{display:none;scroll-margin-top:88px}.v9-plans.visible{display:block;animation:v9Stage .48s var(--v9-ease) both}.v9-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.v9-plan{--family:#2cc9d4;min-height:355px;padding:16px;border:1px solid color-mix(in srgb,var(--family) 15%,var(--v9-line));border-radius:21px;background:linear-gradient(160deg,color-mix(in srgb,var(--family) 5%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 98%,transparent));position:relative;display:grid;grid-template-rows:auto auto 1fr;gap:12px}.v9-plan.violet{--family:#8a70f6}.v9-plan.gold{--family:#e4a93f}.v9-plan.recommended{border-color:color-mix(in srgb,var(--family) 43%,var(--v9-line));box-shadow:0 0 0 1px color-mix(in srgb,var(--family) 20%,transparent),0 18px 45px color-mix(in srgb,var(--family) 8%,transparent)}.v9-plan-badge{position:absolute;inset:-1px auto auto 18px;transform:translateY(-50%);display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:var(--v9-surface);border:1px solid color-mix(in srgb,var(--family) 35%,var(--v9-line));color:var(--family);font-size:7px;font-weight:800}.v9-plan-badge svg{width:12px;height:12px}.v9-plan>header{display:flex;align-items:start;justify-content:space-between;gap:8px}.v9-plan>header small{font-size:7px;color:color-mix(in srgb,var(--family) 76%,var(--v9-muted));font-weight:800}.v9-plan>header h3{margin:3px 0 4px;font-size:22px}.v9-plan>header p{margin:0;color:var(--v9-muted);font-size:7.5px;line-height:1.65}.v9-plan>header>em{padding:5px 7px;border-radius:999px;background:color-mix(in srgb,var(--family) 8%,var(--v9-surface));border:1px solid color-mix(in srgb,var(--family) 18%,var(--v9-line));color:var(--family);font-size:8px;font-style:normal;direction:ltr}.v9-plan-resources{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.v9-plan-resources>span{min-width:0;padding:8px 5px;border:1px solid var(--v9-line);border-radius:11px;background:color-mix(in srgb,var(--v9-surface3) 34%,transparent);text-align:center}.v9-plan-resources b,.v9-plan-resources small{display:block;white-space:nowrap}.v9-plan-resources b{font-size:9px}.v9-plan-resources small{margin-top:2px;font-size:5.8px}.v9-plan>footer{align-self:end;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;padding-top:11px;border-top:1px solid var(--v9-line)}.v9-plan-price>small{display:block;font-size:7px}.v9-plan-price>div{display:flex;align-items:end;gap:5px;margin-top:2px}.v9-plan-price strong{font-family:var(--v9-font-display);font-size:27px;line-height:1;font-variant-numeric:tabular-nums;direction:ltr}.v9-plan-price>div span{font-size:6px;color:var(--v9-muted);padding-bottom:3px}.v9-plan-price>em{display:block;margin-top:4px;font-size:6.5px;color:var(--v9-muted);font-style:normal}.v9-plan-availability{grid-column:1;display:flex;align-items:center;gap:6px;font-size:7px;color:var(--v9-muted)}.v9-plan-availability i{width:6px;height:6px;border-radius:50%;background:var(--v9-bad)}.v9-plan-availability.available i{background:var(--v9-good)}.v9-plan>footer>button{grid-column:2;grid-row:1/3;align-self:stretch;min-width:106px;border:1px solid color-mix(in srgb,var(--family) 24%,var(--v9-line));border-radius:13px;background:linear-gradient(145deg,color-mix(in srgb,var(--family) 14%,var(--v9-surface2)),color-mix(in srgb,var(--family) 5%,var(--v9-surface)));color:var(--v9-text);display:flex;align-items:center;justify-content:center;gap:7px}.v9-plan>footer>button span{font-size:8px;font-weight:800}.v9-plan>footer>button svg{width:14px;height:14px;color:var(--family)}.rtl .v9-plan>footer>button svg{transform:scaleX(-1)}.v9-plan>footer>button:hover{border-color:color-mix(in srgb,var(--family) 50%,var(--v9-line));box-shadow:0 0 0 4px color-mix(in srgb,var(--family) 7%,transparent)}.v9-plan>footer>button:disabled{opacity:.4}.v9-no-plans{grid-column:1/-1;min-height:180px;display:grid;place-items:center;text-align:center;border:1px dashed var(--v9-line2);border-radius:18px;color:var(--v9-muted)}.v9-no-plans>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:color-mix(in srgb,var(--v9-accent) 8%,var(--v9-surface));color:var(--v9-accent)}.v9-no-plans h3{margin:9px 0 2px;font-size:14px}.v9-no-plans p{margin:0;font-size:8px}

/* Builder modernized without changing order logic */
html.hcloud-v9 .v8-builder-backdrop{background:color-mix(in srgb,var(--v9-bg) 72%,transparent)!important;backdrop-filter:blur(18px) saturate(1.05)!important}
html.hcloud-v9 .v8-builder{background:linear-gradient(150deg,var(--v9-surface),var(--v9-surface2))!important;border-color:var(--v9-line2)!important;box-shadow:0 40px 140px rgba(0,0,0,.45)!important}
html.hcloud-v9 .v8-builder>header,html.hcloud-v9 .v8-builder>footer,html.hcloud-v9 .v8-builder-progress,html.hcloud-v9 .v8-builder-summary{border-color:var(--v9-line)!important;background:color-mix(in srgb,var(--v9-surface) 88%,transparent)!important}
html.hcloud-v9 .v8-builder-stage,html.hcloud-v9 .v8-builder-summary{color:var(--v9-text)!important}
html.hcloud-v9 .v8-builder-options button,html.hcloud-v9 .v8-builder-form input,html.hcloud-v9 .v8-builder-form select,html.hcloud-v9 .v8-builder-review>div,html.hcloud-v9 .v8-builder-addons label{background:color-mix(in srgb,var(--v9-surface2) 94%,transparent)!important;border-color:var(--v9-line)!important;color:var(--v9-text)!important}
html.hcloud-v9 .v8-builder-options button.active{border-color:color-mix(in srgb,var(--v9-accent) 56%,var(--v9-line))!important;background:linear-gradient(145deg,color-mix(in srgb,var(--v9-accent) 14%,var(--v9-surface2)),color-mix(in srgb,var(--v9-accent2) 4%,var(--v9-surface)))!important;box-shadow:0 0 0 4px rgba(var(--v9-accent-rgb),.07)!important}
html.hcloud-v9 .v8-builder-next{background:linear-gradient(135deg,var(--v9-accent),var(--v9-accent2))!important;color:white!important;box-shadow:0 13px 30px rgba(var(--v9-accent-rgb),.20)!important}

/* Premium auth — customer and owner */
html.hcloud-v9 #auth.hidden{display:none!important}
html.hcloud-v9 .auth:not(.hidden),html.hcloud-v9 .auth-shell:not(.hidden){min-height:100dvh!important;padding:clamp(16px,3vw,34px)!important;display:grid!important;place-items:center!important;background:transparent!important;position:relative;overflow:hidden}
html.hcloud-v9 .auth:not(.hidden),html.hcloud-v9 .auth-shell:not(.hidden){grid-template-columns:minmax(340px,.86fr) minmax(430px,1.14fr)!important;gap:18px!important;max-width:1320px;margin:auto}
html.hcloud-v9 .v9-auth-visual{min-height:min(760px,calc(100dvh - 68px));width:100%;border:1px solid var(--v9-line);border-radius:38px;padding:clamp(25px,4vw,50px);background:linear-gradient(145deg,color-mix(in srgb,var(--v9-accent) 11%,var(--v9-surface2)),color-mix(in srgb,var(--v9-accent2) 4%,var(--v9-surface)));box-shadow:var(--v9-shadow);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}
html.hcloud-v9 .v9-auth-visual:before{content:"";position:absolute;z-index:-1;width:520px;height:420px;border-radius:50%;inset:-250px -180px auto auto;background:radial-gradient(circle,rgba(var(--v9-accent-rgb),.46),rgba(var(--v9-accent2-rgb),.10) 42%,transparent 72%);filter:blur(12px);animation:v9Orb 10s ease-in-out infinite alternate}.rtl .v9-auth-visual:before{right:auto;left:-180px}
html.hcloud-v9 .v9-auth-brand{display:flex;align-items:center;gap:11px}.v9-auth-brand>span{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--v9-accent),var(--v9-accent2));color:white;font-family:var(--v9-font-display);font-size:18px;font-weight:750;box-shadow:0 13px 32px rgba(var(--v9-accent-rgb),.25)}.v9-auth-brand b,.v9-auth-brand small{display:block}.v9-auth-brand b{font-size:13px}.v9-auth-brand small{font-size:7px;margin-top:2px}.v9-auth-copy{max-width:620px}.v9-auth-copy>span{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid color-mix(in srgb,var(--v9-accent) 26%,var(--v9-line));border-radius:999px;background:color-mix(in srgb,var(--v9-accent) 7%,transparent);color:color-mix(in srgb,var(--v9-accent) 72%,var(--v9-text));font-size:7px;font-weight:800}.v9-auth-copy h2{margin:15px 0 10px;font-size:clamp(38px,5vw,70px);line-height:1.03;font-weight:620;letter-spacing:-.055em}.v9-auth-copy p{margin:0;color:var(--v9-muted);font-size:12px;line-height:1.85;max-width:560px}.v9-auth-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.v9-auth-proof>div{min-height:88px;padding:13px;border:1px solid var(--v9-line);border-radius:17px;background:color-mix(in srgb,var(--v9-surface) 56%,transparent);backdrop-filter:blur(12px)}.v9-auth-proof b,.v9-auth-proof small{display:block}.v9-auth-proof b{font-size:15px}.v9-auth-proof small{margin-top:4px;font-size:7px;line-height:1.6}
html.hcloud-v9 .auth-box,html.hcloud-v9 .auth-card{width:100%!important;max-width:520px!important;min-height:min(660px,calc(100dvh - 68px));margin:0!important;border-radius:38px!important;padding:clamp(26px,4vw,46px)!important;justify-self:center;display:flex!important;flex-direction:column;justify-content:center;background:linear-gradient(155deg,color-mix(in srgb,var(--v9-surface) 98%,transparent),color-mix(in srgb,var(--v9-surface2) 95%,transparent))!important;box-shadow:var(--v9-shadow)!important}
html.hcloud-v9 .auth-box>.brand{margin-bottom:30px}.auth-box h1,.auth-card h1{font-size:31px!important;margin:0 0 7px!important}.auth-box>p,.auth-card>p{font-size:10px!important;line-height:1.8!important;margin:0 0 23px!important;color:var(--v9-muted)!important}.auth-box .tabs{padding:4px;border:1px solid var(--v9-line);border-radius:14px;background:color-mix(in srgb,var(--v9-bg) 28%,var(--v9-surface2));margin-bottom:18px}.auth-box .tabs button{min-height:42px;border-radius:10px!important}.auth-box .tabs button.active{background:linear-gradient(145deg,color-mix(in srgb,var(--v9-accent) 15%,var(--v9-surface2)),color-mix(in srgb,var(--v9-accent2) 4%,var(--v9-surface)))!important;color:var(--v9-text)!important;box-shadow:inset 0 1px rgba(255,255,255,.05),0 8px 22px rgba(var(--v9-accent-rgb),.08)}
html.hcloud-v9 .auth-box .field,html.hcloud-v9 .auth-card .field{gap:7px!important}.auth-box .field label,.auth-card .field label{font-size:9px!important;color:var(--v9-soft)!important}.auth-box input,.auth-card input{min-height:49px!important;border-radius:14px!important;padding-inline:14px!important}.auth-box .btn.primary,.auth-card .btn.primary{min-height:50px!important;border-radius:14px!important;margin-top:4px;font-size:11px!important}.auth-box #backStore{min-height:44px!important;border-radius:14px!important}.v9-auth-security{display:flex;align-items:center;gap:8px;margin-top:18px;padding-top:15px;border-top:1px solid var(--v9-line);color:var(--v9-muted)}.v9-auth-security svg{width:16px;height:16px;color:var(--v9-good)}.v9-auth-security span{font-size:7.5px}

/* Owner/admin visual uplift */
html.hcloud-v9 #app .content,html.hcloud-v9 #app .main-content{max-width:1540px!important}
html.hcloud-v9 #app .stats{gap:10px!important}html.hcloud-v9 #app .stat{border-radius:18px!important;background:linear-gradient(150deg,color-mix(in srgb,var(--v9-surface) 96%,transparent),color-mix(in srgb,var(--v9-surface2) 91%,transparent))!important}
html.hcloud-v9 #app .sidebar nav button,html.hcloud-v9 #app .side nav button{border-radius:13px!important;min-height:43px!important;color:var(--v9-muted)!important}
html.hcloud-v9 #app .sidebar nav button.active,html.hcloud-v9 #app .side nav button.active{background:linear-gradient(145deg,color-mix(in srgb,var(--v9-accent) 14%,var(--v9-surface2)),color-mix(in srgb,var(--v9-accent2) 3%,var(--v9-surface)))!important;color:var(--v9-text)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--v9-accent) 22%,var(--v9-line))!important}
html.hcloud-v9 table{color:var(--v9-text)!important}html.hcloud-v9 .table th,html.hcloud-v9 table th{background:color-mix(in srgb,var(--v9-surface2) 94%,transparent)!important;color:var(--v9-muted)!important;border-color:var(--v9-line)!important}html.hcloud-v9 .table td,html.hcloud-v9 table td{border-color:var(--v9-line)!important}

/* Mobile: no horizontal family/plan browsing */
@media(max-width:1180px){.v9-command-grid{grid-template-columns:repeat(3,1fr)}.v9-family-grid,.v9-plan-grid{grid-template-columns:repeat(2,1fr)}.v9-hero-grid,.v9-lower-grid{grid-template-columns:1fr}.v9-purchase-toolbar{grid-template-columns:1fr 1fr}.v9-purchase-toolbar>aside{grid-column:1/-1}.hc-theme-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:800px){
  html.hcloud-v9 #customer .content{padding:12px 10px 96px!important}.v9-dashboard,.v9-store{gap:10px}.v9-welcome{align-items:center;padding:2px}.v9-welcome h1{font-size:20px}.v9-welcome p{display:none}.v9-welcome>div>span{font-size:8px}.v9-status-pill{min-height:31px;padding:6px 9px}.v9-status-pill span{font-size:7px}
  .v9-hero-grid{gap:8px}.v9-balance{min-height:128px;padding:12px 13px;border-radius:21px}.v9-balance header>div small{display:none}.v9-balance header>div span{font-size:6.5px}.v9-balance header button{min-height:31px;padding:5px 8px}.v9-balance header button span{font-size:7px}.v9-balance-number strong{font-size:31px}.v9-balance-number span{font-size:6.5px}.v9-balance footer{gap:5px}.v9-balance footer>div{padding:6px 8px;border-radius:9px}.v9-balance footer small{font-size:6px}.v9-balance footer b{font-size:9px}
  .v9-pulse{min-height:92px;padding:10px;border-radius:21px;grid-template-columns:66px 1fr;gap:10px}.v9-pulse-ring{width:63px;height:63px;padding:5px}.v9-pulse-ring strong{font-size:17px}.v9-pulse-ring small{font-size:4.5px}.v9-pulse-copy h2,.v9-kicker{display:none}.v9-pulse-metrics{gap:4px}.v9-pulse-metrics button{min-height:51px;padding:4px 2px}.v9-pulse-metrics b{font-size:12px}.v9-pulse-metrics span{font-size:5.5px}
  .v9-launchpad,.v9-panel,.v9-family-section,.v9-plans{border-radius:21px;padding:12px}.v9-launchpad>header,.v9-panel>header,.v9-family-section>header,.v9-plans>header{margin-bottom:10px}.v9-launchpad h2,.v9-panel h2,.v9-family-section h2,.v9-plans h2{font-size:13px}.v9-launchpad header p{display:none}.v9-launchpad>header>button{height:29px}.v9-command-grid{grid-template-columns:repeat(2,1fr);gap:6px}.v9-command{min-height:92px;padding:10px;border-radius:15px;gap:6px}.v9-command-icon{width:33px;height:33px;border-radius:11px}.v9-command-icon svg{width:17px;height:17px}.v9-command-copy b{font-size:10px}.v9-command-copy small{font-size:6.5px}.v9-command-arrow{top:11px;right:10px}.rtl .v9-command-arrow{right:auto;left:10px}
  .v9-service,.v9-alert,.v9-event{min-height:55px;padding:8px}.v9-service-meta{display:none}.v9-service{grid-template-columns:auto 1fr auto}.v9-service-main b{font-size:9px}.v9-service-main small{font-size:6.5px}.v9-alert b,.v9-event b{font-size:8px}.v9-alert small,.v9-event small{font-size:6.4px}
  .v9-store-head{display:block;padding:2px}.v9-store-head h1{font-size:24px;line-height:1.25}.v9-store-head p{font-size:7.5px}.v9-stepper{margin-top:10px}.v9-stepper span small{font-size:6px}.v9-stepper span b{width:24px;height:24px;border-radius:8px}.v9-purchase-toolbar{padding:8px;border-radius:18px;grid-template-columns:1fr 1fr;gap:6px}.v9-purchase-toolbar>div>label{font-size:6.5px}.v9-segment{padding:3px;border-radius:11px}.v9-segment button{min-height:38px;border-radius:8px}.v9-segment button b{font-size:8px}.v9-segment button small{font-size:5.5px}.v9-segment.compact button{font-size:7px}.v9-purchase-toolbar>aside{min-height:48px;padding:7px 9px;border-radius:11px}.v9-purchase-toolbar>aside span{font-size:7px}.v9-purchase-toolbar>aside b{font-size:15px}.v9-purchase-toolbar>aside small{font-size:5.5px}
  .v9-family-section>header>div>span,.v9-plans>header>div>span{width:29px;height:29px;border-radius:9px}.v9-family-section header p,.v9-plans header p{font-size:6px}.v9-family-grid{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;overflow:visible!important;padding:0!important}.v9-family{min-height:112px!important;padding:10px!important;border-radius:16px!important;grid-template-columns:38px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;gap:6px 9px!important;overflow:hidden!important}.v9-family-icon{width:38px;height:38px;border-radius:12px;grid-row:1/3}.v9-family-icon svg{width:19px;height:19px}.v9-family-copy{min-width:0}.v9-family-copy small{font-size:5.5px}.v9-family-copy b{font-size:12px;margin-top:1px}.v9-family-copy em{font-size:5.5px;padding:3px 5px;margin-top:3px}.v9-family-copy p{margin:5px 0 0;font-size:6.2px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.v9-family-points{display:none}.v9-family-action{grid-column:3;grid-row:1/3;border:0;padding:0;align-self:center;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:color-mix(in srgb,var(--family) 9%,var(--v9-surface));font-size:0}.v9-family-action svg{width:14px;height:14px}.v9-family-backdrop{width:130px;height:100px;inset:-60px -45px auto auto}
  .v9-plan-grid{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;overflow:visible!important;padding:0!important}.v9-plan{min-height:0!important;padding:11px!important;border-radius:17px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;gap:8px 10px!important}.v9-plan-badge{inset:-1px auto auto 12px;font-size:5.5px}.v9-plan>header{grid-column:1/-1}.v9-plan>header h3{font-size:18px}.v9-plan>header p{font-size:6px;max-width:250px}.v9-plan-resources{grid-column:1;grid-row:2;grid-template-columns:repeat(4,1fr);gap:4px;align-self:center}.v9-plan-resources>span{padding:6px 3px;border-radius:8px}.v9-plan-resources b{font-size:7px}.v9-plan-resources small{font-size:4.5px}.v9-plan>footer{grid-column:2;grid-row:2;display:flex;flex-direction:column;justify-content:center;min-width:116px;padding:0 0 0 8px;border-top:0;border-inline-start:1px solid var(--v9-line)}.rtl .v9-plan>footer{padding:0 8px 0 0}.v9-plan-price>small{font-size:5.5px}.v9-plan-price strong{font-size:20px}.v9-plan-price>div span{font-size:4.8px}.v9-plan-price>em{display:none}.v9-plan-availability{font-size:5.5px}.v9-plan>footer>button{grid-column:auto;grid-row:auto;min-width:0;min-height:34px;margin-top:5px;border-radius:10px}.v9-plan>footer>button span{font-size:6.5px}.v9-plan>footer>button svg{width:12px;height:12px}
  html.hcloud-v9 .v8-mobile-dock{inset:auto 8px max(7px,env(safe-area-inset-bottom))!important;min-height:67px!important;padding:5px!important;border-radius:23px!important;background:color-mix(in srgb,var(--v9-surface) 88%,transparent)!important;border:1px solid var(--v9-line2)!important;box-shadow:0 20px 58px rgba(0,0,0,.31),inset 0 1px rgba(255,255,255,.06)!important;backdrop-filter:blur(30px) saturate(1.2)!important}.v8-mobile-dock button{min-height:55px!important;border-radius:16px!important;color:var(--v9-muted)!important}.v8-mobile-dock button:before{background:linear-gradient(145deg,rgba(var(--v9-accent-rgb),.14),rgba(var(--v9-accent2-rgb),.035))!important;border-color:rgba(var(--v9-accent-rgb),.12)!important}.v8-mobile-dock button.is-active{color:var(--v9-text)!important}.v8-mobile-dock button.is-active>span{color:var(--v9-accent)!important}.v8-mobile-dock button.is-buy>span{background:linear-gradient(135deg,var(--v9-accent),var(--v9-accent2))!important;box-shadow:0 9px 23px rgba(var(--v9-accent-rgb),.22)!important}.v8-mobile-dock b{font-family:var(--v9-font-display)!important;font-size:9.5px!important;font-weight:650!important}
  html.hcloud-v9 .auth:not(.hidden),html.hcloud-v9 .auth-shell:not(.hidden){display:block!important;max-width:560px!important;padding:12px!important}.v9-auth-visual{display:none!important}html.hcloud-v9 .auth-box,html.hcloud-v9 .auth-card{min-height:calc(100dvh - 24px)!important;border-radius:28px!important;padding:24px 19px!important}.auth-box h1,.auth-card h1{font-size:25px!important}.auth-box>p,.auth-card>p{font-size:9px!important}.auth-box input,.auth-card input{min-height:47px!important}
  html.hcloud-v9 .hc-theme-dialog{border-radius:25px!important;padding:15px!important;max-height:90dvh;overflow:auto}.hc-theme-grid{grid-template-columns:repeat(2,1fr)!important}.hc-theme-option{min-height:130px!important}.hc-theme-option b{font-size:10px!important}.hc-theme-option small{font-size:7px!important}
}
@media(max-width:390px){html.hcloud-v9 #customer .content{padding-inline:8px!important}.v9-welcome h1{font-size:18px}.v9-command{min-height:86px;padding:9px}.v9-command-copy b{font-size:9.5px}.v9-family{min-height:108px!important}.v9-plan>footer{min-width:108px}.v9-plan-price strong{font-size:18px}.v8-mobile-dock b{font-size:9px!important}}
@media(prefers-reduced-motion:reduce){html.hcloud-v9 *,html.hcloud-v9 *:before,html.hcloud-v9 *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}[data-v9-reveal]{opacity:1!important;transform:none!important;filter:none!important}}

@keyframes v9Reveal{from{opacity:0;transform:translateY(12px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}
@keyframes v9Stage{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes v9Orb{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(-22px,18px,0) scale(1.08)}}
@keyframes v9Spin{to{transform:rotate(360deg)}}
@keyframes v9ThemeWave{0%{opacity:.2;transform:scale(.98)}55%{opacity:.65}100%{opacity:.42;transform:none}}


/* =========================================================
   HCloud Experience 9.0.2 — Commerce clarity + full-height rail
   ========================================================= */

/* A real full-height desktop navigation rail, independent of page length. */
@media (min-width:761px){
  html.hcloud-v9 #customer.app-layout{display:block!important;min-height:100dvh!important}
  html.hcloud-v9 #customer>.side{
    position:fixed!important;
    inset-block:0!important;
    inset-inline-start:0!important;
    left:auto!important;right:auto!important;
    width:250px!important;
    height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;
    overflow:hidden!important;
    z-index:70!important;
    display:flex!important;flex-direction:column!important;
    padding-block:20px!important;
    box-shadow:0 0 0 1px var(--v9-line),18px 0 54px rgba(0,0,0,.10)!important;
  }
  html[dir="rtl"].hcloud-v9 #customer>.side{box-shadow:0 0 0 1px var(--v9-line),-18px 0 54px rgba(0,0,0,.10)!important}
  html.hcloud-v9 #customer>.side nav{
    flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;
    overscroll-behavior:contain;padding-inline:2px!important;padding-bottom:14px!important;
  }
  html.hcloud-v9 #customer>.side .side-foot{flex:0 0 auto!important;margin-top:12px!important}
  html.hcloud-v9 #customer>.main{min-height:100dvh!important;margin-inline-start:250px!important}
}

/* Interactive cards must never remain in the blurred reveal state. */
html.hcloud-v9 .v9-family[data-v9-reveal],
html.hcloud-v9 .v9-plan[data-v9-reveal]{opacity:1!important;transform:none!important;filter:none!important}
html.hcloud-v9 .v9-plan.is-unavailable{opacity:.62}
html.hcloud-v9 .v9-plan-availability.checking{color:color-mix(in srgb,var(--v9-warn) 76%,var(--v9-text))}
html.hcloud-v9 .v9-plan-availability.checking i{background:var(--v9-warn);box-shadow:0 0 0 4px color-mix(in srgb,var(--v9-warn) 10%,transparent)}
html.hcloud-v9 .v9-plan-availability.unavailable i{background:var(--v9-bad)}

/* Compact but unmistakable service-model decision checkpoint. */
.v902-purchase-toolbar{grid-template-columns:minmax(420px,1.45fr) minmax(180px,.55fr) minmax(180px,.55fr)!important;align-items:stretch!important}
.v902-service-choice{position:relative;padding:1px;border-radius:17px}
.v902-choice-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}
.v902-choice-head>label{margin:0!important}
.v902-important{display:inline-flex;align-items:center;gap:6px;color:color-mix(in srgb,var(--v9-warn) 78%,var(--v9-text));font-size:7px;font-weight:760;white-space:nowrap}
.v902-important i{width:6px;height:6px;border-radius:50%;background:var(--v9-warn);box-shadow:0 0 0 0 color-mix(in srgb,var(--v9-warn) 26%,transparent);animation:v902Attention 1.55s ease-out 3}
.v902-service-segment{position:relative;gap:5px!important;padding:4px!important}
.v902-service-segment button{position:relative;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;text-align:start!important;padding:7px 9px!important;min-height:52px!important}
.rtl .v902-service-segment button{text-align:right!important}
.v902-service-segment button>span:nth-child(2){min-width:0}
.v902-service-segment button b,.v902-service-segment button small{display:block!important}
.v902-service-segment button small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v902-service-segment button em{font-style:normal;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:850;color:var(--v9-muted);direction:ltr}
.v902-service-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--v9-line);background:color-mix(in srgb,var(--v9-surface3) 48%,transparent);color:var(--v9-muted)}
.v902-service-icon svg{width:15px!important;height:15px!important}
.v902-service-segment button.active:first-child{border-color:color-mix(in srgb,var(--v9-good) 38%,var(--v9-line))!important;background:linear-gradient(145deg,color-mix(in srgb,var(--v9-good) 11%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 96%,transparent))!important}
.v902-service-segment button.active:first-child .v902-service-icon{color:var(--v9-good);border-color:color-mix(in srgb,var(--v9-good) 35%,var(--v9-line));background:color-mix(in srgb,var(--v9-good) 10%,var(--v9-surface))}
.v902-service-segment button.active:first-child em{color:var(--v9-good)}
.v902-service-segment button.active:last-child{border-color:color-mix(in srgb,var(--v9-warn) 42%,var(--v9-line))!important;background:linear-gradient(145deg,color-mix(in srgb,var(--v9-warn) 12%,var(--v9-surface2)),color-mix(in srgb,var(--v9-surface) 96%,transparent))!important}
.v902-service-segment button.active:last-child .v902-service-icon{color:var(--v9-warn);border-color:color-mix(in srgb,var(--v9-warn) 38%,var(--v9-line));background:color-mix(in srgb,var(--v9-warn) 11%,var(--v9-surface))}
.v902-service-segment button.active:last-child em{color:var(--v9-warn)}
.v902-service-summary{position:relative;isolation:isolate}
.v902-service-summary:before{content:"";position:absolute;inset:8px auto 8px 0;width:2px;border-radius:99px;background:currentColor;opacity:.55}
.rtl .v902-service-summary:before{left:auto;right:0}

/* Soft server/network pictogram pattern instead of a flat color field. */
html.hcloud-v9 body:after{
  content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;
  opacity:.22;
  background:color-mix(in srgb,var(--v9-muted) 15%,transparent);
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='white' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='20' y='24' width='38' height='15' rx='4'/%3E%3Crect x='20' y='44' width='38' height='15' rx='4'/%3E%3Cpath d='M27 31h.1M27 51h.1M35 31h16M35 51h16M58 41h34c13 0 13 18 26 18h17'/%3E%3Ccircle cx='98' cy='41' r='4'/%3E%3Ccircle cx='140' cy='59' r='4'/%3E%3Cpath d='M144 59h22M166 59v32M166 91h22'/%3E%3Ccircle cx='192' cy='91' r='4'/%3E%3Cpath d='M151 154c10-10 26-10 36 0M158 161c6-6 16-6 22 0M166 169h.1'/%3E%3Cpath d='M32 159h42M53 138v42M32 138h42v42H32zM39 147h28M39 154h28'/%3E%3Ccircle cx='115' cy='187' r='3'/%3E%3Ccircle cx='139' cy='187' r='3'/%3E%3Cpath d='M118 187h18M127 187v-21M127 166h24'/%3E%3C/g%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='white' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='20' y='24' width='38' height='15' rx='4'/%3E%3Crect x='20' y='44' width='38' height='15' rx='4'/%3E%3Cpath d='M27 31h.1M27 51h.1M35 31h16M35 51h16M58 41h34c13 0 13 18 26 18h17'/%3E%3Ccircle cx='98' cy='41' r='4'/%3E%3Ccircle cx='140' cy='59' r='4'/%3E%3Cpath d='M144 59h22M166 59v32M166 91h22'/%3E%3Ccircle cx='192' cy='91' r='4'/%3E%3Cpath d='M151 154c10-10 26-10 36 0M158 161c6-6 16-6 22 0M166 169h.1'/%3E%3Cpath d='M32 159h42M53 138v42M32 138h42v42H32zM39 147h28M39 154h28'/%3E%3Ccircle cx='115' cy='187' r='3'/%3E%3Ccircle cx='139' cy='187' r='3'/%3E%3Cpath d='M118 187h18M127 187v-21M127 166h24'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size:240px 240px;mask-size:240px 240px;
  -webkit-mask-repeat:repeat;mask-repeat:repeat;
  -webkit-mask-position:34px 18px;mask-position:34px 18px;
}

@media(max-width:1180px){
  .v902-purchase-toolbar{grid-template-columns:1fr 1fr!important}
  .v902-service-choice{grid-column:1/-1}
  .v902-service-summary{grid-column:auto!important}
}
@media(max-width:760px){
  .v902-purchase-toolbar{grid-template-columns:1fr!important}
  .v902-service-choice,.v902-cycle-choice,.v902-service-summary{grid-column:1!important}
  .v902-choice-head{align-items:flex-start}
  .v902-important{font-size:6.2px;white-space:normal;text-align:end;max-width:148px}
  .v902-service-segment button{min-height:48px!important;padding:6px 7px!important;gap:6px!important}
  .v902-service-icon{width:27px;height:27px;border-radius:9px}
  .v902-service-segment button em{font-size:7.5px}
  html.hcloud-v9 body:after{opacity:.15;-webkit-mask-size:190px 190px;mask-size:190px 190px}
}
@keyframes v902Attention{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--v9-warn) 26%,transparent)}70%{box-shadow:0 0 0 7px transparent}100%{box-shadow:0 0 0 0 transparent}}


/* =========================================================
   HCloud Experience 9.0.3 — Dynamic rail + decisive checkout
   ========================================================= */

/* Interactive commerce surfaces are never reveal-blurred. */
html.hcloud-v9 .v9-store .v9-purchase-toolbar,
html.hcloud-v9 .v9-store .v9-family-section,
html.hcloud-v9 .v9-store .v9-plans,
html.hcloud-v9 .v9-store .v9-family,
html.hcloud-v9 .v9-store .v9-plan,
html.hcloud-v9 .v9-store .v9-plan-grid{
  opacity:1!important;visibility:visible!important;filter:none!important;transform:none!important;
  animation:none!important;pointer-events:auto!important;
}
html.hcloud-v9 .v9-plan:not(.is-unavailable){opacity:1!important;filter:none!important}
html.hcloud-v9 .v9-plan:not(.is-unavailable) button[data-v9-buy]{opacity:1!important;filter:none!important;pointer-events:auto!important}

/* Dynamic desktop navigation: collapsed rail reserves only 76px, expanded rail overlays content. */
@media (min-width:761px){
  html.hcloud-v9 #customer.app-layout{display:block!important;min-height:100dvh!important}
  html.hcloud-v9 #customer>.side.v903-dynamic-rail{
    position:fixed!important;inset-block:12px!important;inset-inline-start:12px!important;
    left:auto!important;right:auto!important;width:72px!important;height:auto!important;
    min-height:0!important;max-height:none!important;padding:10px!important;
    border:1px solid var(--v9-line2)!important;border-radius:22px!important;
    overflow:hidden!important;z-index:95!important;
    background:color-mix(in srgb,var(--v9-surface) 95%,transparent)!important;
    box-shadow:0 20px 60px rgba(0,0,0,.20),0 0 0 1px color-mix(in srgb,var(--v9-line) 75%,transparent)!important;
    transition:width 220ms cubic-bezier(.2,.8,.2,1),box-shadow 180ms ease,border-color 180ms ease!important;
    contain:layout paint;
  }
  html.hcloud-v9 #customer>.side.v903-dynamic-rail:hover,
  html.hcloud-v9 #customer>.side.v903-dynamic-rail:focus-within{
    width:242px!important;border-color:color-mix(in srgb,var(--v9-accent) 28%,var(--v9-line2))!important;
    box-shadow:0 24px 74px rgba(0,0,0,.27),0 0 0 1px color-mix(in srgb,var(--v9-accent) 12%,transparent)!important;
  }
  html.hcloud-v9 #customer>.main{min-width:0!important;width:auto!important;margin-inline-start:96px!important;transition:none!important}
  html.hcloud-v9 #customer .content{max-width:none!important;width:auto!important;min-width:0!important;padding-inline:clamp(18px,2.2vw,34px)!important}
  html.hcloud-v9 #customer>.side .brand{height:48px!important;min-height:48px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;margin:0 0 8px!important;padding:0!important;overflow:hidden!important}
  html.hcloud-v9 #customer>.side .brand-mark{width:40px!important;height:40px!important;min-width:40px!important;display:grid!important;place-items:center!important;margin:0!important}
  html.hcloud-v9 #customer>.side .v903-brand-label{white-space:nowrap!important;opacity:0!important;transform:translateX(8px);transition:opacity 130ms ease 70ms,transform 180ms ease 50ms!important;font-size:12px!important}
  html[dir="rtl"].hcloud-v9 #customer>.side .v903-brand-label{transform:translateX(-8px)}
  html.hcloud-v9 #customer>.side:hover .v903-brand-label,
  html.hcloud-v9 #customer>.side:focus-within .v903-brand-label{opacity:1!important;transform:none!important}
  html.hcloud-v9 #customer>.side nav{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:2px 0 10px!important;margin:0!important;display:grid!important;grid-auto-rows:46px!important;align-content:start!important;gap:4px!important}
  html.hcloud-v9 #customer>.side nav::-webkit-scrollbar{width:0!important}
  html.hcloud-v9 #customer>.side .v903-rail-item{width:100%!important;height:46px!important;min-height:46px!important;padding:3px!important;border:1px solid transparent!important;border-radius:14px!important;background:transparent!important;color:var(--v9-muted)!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;text-align:start!important;overflow:hidden!important;box-shadow:none!important;transform:none!important;transition:background-color 120ms ease,border-color 120ms ease,color 120ms ease!important}
  html[dir="rtl"].hcloud-v9 #customer>.side .v903-rail-item{text-align:right!important}
  html.hcloud-v9 #customer>.side .v903-rail-item:hover{background:color-mix(in srgb,var(--v9-accent) 7%,var(--v9-surface2))!important;border-color:color-mix(in srgb,var(--v9-accent) 15%,var(--v9-line))!important;color:var(--v9-soft)!important}
  html.hcloud-v9 #customer>.side .v903-rail-item.active{background:color-mix(in srgb,var(--v9-accent) 13%,var(--v9-surface2))!important;border-color:color-mix(in srgb,var(--v9-accent) 26%,var(--v9-line))!important;color:var(--v9-text)!important}
  html.hcloud-v9 #customer>.side .v903-rail-icon{width:40px;height:40px;min-width:40px;border-radius:12px;display:grid;place-items:center;color:currentColor;transition:color 120ms ease,background-color 120ms ease!important}
  html.hcloud-v9 #customer>.side .v903-rail-icon svg{width:20px!important;height:20px!important}
  html.hcloud-v9 #customer>.side .v903-rail-item.active .v903-rail-icon{color:var(--v9-accent);background:color-mix(in srgb,var(--v9-accent) 11%,transparent)}
  html.hcloud-v9 #customer>.side .v903-rail-label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--v9-font-display);font-size:11px;font-weight:660;opacity:0;transform:translateX(8px);transition:opacity 120ms ease 70ms,transform 180ms ease 50ms!important}
  html[dir="rtl"].hcloud-v9 #customer>.side .v903-rail-label{transform:translateX(-8px)}
  html.hcloud-v9 #customer>.side:hover .v903-rail-label,
  html.hcloud-v9 #customer>.side:focus-within .v903-rail-label{opacity:1;transform:none}
  html.hcloud-v9 #customer>.side .v903-theme-item{margin-top:6px!important;border-top-color:color-mix(in srgb,var(--v9-line2) 72%,transparent)!important}
  html.hcloud-v9 #customer>.side .side-foot{flex:0 0 auto!important;margin:7px 0 0!important;padding:8px 0 0!important;border-top:1px solid var(--v9-line)!important;overflow:hidden!important}
  html.hcloud-v9 #customer>.side .side-foot>div{opacity:0!important;max-height:0!important;margin:0!important;white-space:nowrap!important;transition:opacity 120ms ease,max-height 180ms ease!important}
  html.hcloud-v9 #customer>.side:hover .side-foot>div,
  html.hcloud-v9 #customer>.side:focus-within .side-foot>div{opacity:1!important;max-height:28px!important;margin-inline:8px!important}
  html.hcloud-v9 #customer>.side #customerLogout{width:100%!important;margin-top:4px!important}
  html.hcloud-v9 #customer .top .v903-top-theme-hidden{display:none!important}
}

/* Equal, balanced service model and billing-cycle decision blocks. */
.v903-purchase-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(220px,.62fr)!important;gap:10px!important;align-items:stretch!important;padding:12px!important}
.v903-decision{min-width:0;display:grid;grid-template-rows:auto 1fr;gap:7px;padding:1px}
.v903-decision-head{min-height:25px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-inline:2px}
.v903-decision-head label{display:block!important;margin:0!important;font-family:var(--v9-font-display);font-size:10px!important;font-weight:720!important;color:var(--v9-soft)!important}
.v903-decision-head>span{font-size:7px;font-weight:700;color:var(--v9-muted);white-space:nowrap}
.v903-importance{display:inline-flex!important;align-items:center;gap:6px;color:color-mix(in srgb,var(--v9-warn) 78%,var(--v9-text))!important}
.v903-importance i{width:6px;height:6px;border-radius:50%;background:var(--v9-warn);box-shadow:0 0 0 4px color-mix(in srgb,var(--v9-warn) 10%,transparent)}
.v903-option-grid{height:100%;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;padding:4px!important}
.v903-option-grid button{min-width:0;min-height:60px!important;padding:7px 9px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;text-align:start!important;border:1px solid transparent!important}
.rtl .v903-option-grid button{text-align:right!important}
.v903-option-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--v9-line);background:color-mix(in srgb,var(--v9-surface3) 50%,transparent);color:var(--v9-muted)}
.v903-option-icon svg{width:16px!important;height:16px!important}
.v903-option-copy{min-width:0}.v903-option-copy b,.v903-option-copy small{display:block!important}.v903-option-copy b{font-size:10px!important}.v903-option-copy small{margin-top:2px;font-size:6.5px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v903-option-grid button em{font-style:normal;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7.5px;font-weight:850;direction:ltr;color:var(--v9-muted)}
.v903-service-segment button:first-child.active{background:color-mix(in srgb,var(--v9-good) 11%,var(--v9-surface2))!important;border-color:color-mix(in srgb,var(--v9-good) 34%,var(--v9-line))!important;color:var(--v9-text)!important}
.v903-service-segment button:first-child.active .v903-option-icon,.v903-service-segment button:first-child.active em{color:var(--v9-good)}
.v903-service-segment button:last-child.active{background:color-mix(in srgb,var(--v9-warn) 12%,var(--v9-surface2))!important;border-color:color-mix(in srgb,var(--v9-warn) 38%,var(--v9-line))!important;color:var(--v9-text)!important}
.v903-service-segment button:last-child.active .v903-option-icon,.v903-service-segment button:last-child.active em{color:var(--v9-warn)}
.v903-cycle-segment button.monthly.active{background:color-mix(in srgb,#4c92f3 12%,var(--v9-surface2))!important;border-color:color-mix(in srgb,#4c92f3 40%,var(--v9-line))!important;color:var(--v9-text)!important}
.v903-cycle-segment button.monthly.active .v903-option-icon,.v903-cycle-segment button.monthly.active em{color:#4c92f3}
.v903-cycle-segment button.hourly.active{background:color-mix(in srgb,#f59e0b 12%,var(--v9-surface2))!important;border-color:color-mix(in srgb,#f59e0b 40%,var(--v9-line))!important;color:var(--v9-text)!important}
.v903-cycle-segment button.hourly.active .v903-option-icon,.v903-cycle-segment button.hourly.active em{color:#f59e0b}
.v903-service-summary{min-height:100%;align-self:stretch!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto auto 1fr!important;align-content:center!important;padding:11px 13px!important}
.v903-service-summary b{font-size:13px!important;direction:inherit!important}.v903-service-summary small{font-size:7px!important;line-height:1.6}

/* Center-visible infrastructure pattern, not just corner decoration. */
html.hcloud-v9 #customer #content{position:relative;isolation:isolate}
html.hcloud-v9 #customer #content:before{
  content:"";position:fixed;z-index:-1;pointer-events:none;
  width:min(860px,66vw);height:min(650px,72vh);left:50%;top:52%;transform:translate(-44%,-50%);
  opacity:.13;background:color-mix(in srgb,var(--v9-accent2) 55%,var(--v9-muted));
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='620' viewBox='0 0 900 620'%3E%3Cg fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='105' y='115' width='160' height='58' rx='14'/%3E%3Crect x='105' y='188' width='160' height='58' rx='14'/%3E%3Cpath d='M130 144h.1M130 217h.1M155 144h82M155 217h82M265 180h92c48 0 48 72 96 72h82'/%3E%3Ccircle cx='375' cy='180' r='14'/%3E%3Ccircle cx='475' cy='252' r='14'/%3E%3Cpath d='M489 252h82M571 252v95M571 347h90'/%3E%3Ccircle cx='682' cy='347' r='14'/%3E%3Cpath d='M600 126c37-37 97-37 134 0M620 151c26-26 68-26 94 0M644 177c13-13 35-13 48 0M668 204h.1'/%3E%3Crect x='224' y='388' width='190' height='118' rx='18'/%3E%3Cpath d='M254 421h130M254 448h130M254 476h72M319 388v-72M319 316h103'/%3E%3Ccircle cx='449' cy='316' r='13'/%3E%3Cpath d='M462 316h91M553 316v102M553 418h88'/%3E%3Ccircle cx='666' cy='418' r='13'/%3E%3C/g%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='620' viewBox='0 0 900 620'%3E%3Cg fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='105' y='115' width='160' height='58' rx='14'/%3E%3Crect x='105' y='188' width='160' height='58' rx='14'/%3E%3Cpath d='M130 144h.1M130 217h.1M155 144h82M155 217h82M265 180h92c48 0 48 72 96 72h82'/%3E%3Ccircle cx='375' cy='180' r='14'/%3E%3Ccircle cx='475' cy='252' r='14'/%3E%3Cpath d='M489 252h82M571 252v95M571 347h90'/%3E%3Ccircle cx='682' cy='347' r='14'/%3E%3Cpath d='M600 126c37-37 97-37 134 0M620 151c26-26 68-26 94 0M644 177c13-13 35-13 48 0M668 204h.1'/%3E%3Crect x='224' y='388' width='190' height='118' rx='18'/%3E%3Cpath d='M254 421h130M254 448h130M254 476h72M319 388v-72M319 316h103'/%3E%3Ccircle cx='449' cy='316' r='13'/%3E%3Cpath d='M462 316h91M553 316v102M553 418h88'/%3E%3Ccircle cx='666' cy='418' r='13'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;
}
html[data-theme="arctic"] #customer #content:before,html[data-theme="pearl"] #customer #content:before,html[data-theme="mintlight"] #customer #content:before,html[data-theme="sand"] #customer #content:before{opacity:.09}

/* Theme cards are tactile, not static. */
html.hcloud-v9 .hc-theme-option{transition:transform 180ms var(--v9-ease),border-color 140ms ease,box-shadow 180ms ease!important;will-change:transform}
html.hcloud-v9 .hc-theme-option:hover{transform:translateY(-2px) scale(1.018)!important;box-shadow:0 14px 34px rgba(0,0,0,.16),0 0 0 3px rgba(var(--v9-accent-rgb),.06)!important}
html.hcloud-v9 .hc-theme-option:active{transform:translateY(0) scale(.992)!important}
html.hcloud-v9 .hc-theme-preview{transition:transform 260ms var(--v9-ease),filter 180ms ease!important}
html.hcloud-v9 .hc-theme-option:hover .hc-theme-preview{transform:scale(1.025);filter:saturate(1.07)}

@media(max-width:1180px){
  .v903-purchase-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
  .v903-service-summary{grid-column:1/-1!important;min-height:58px!important}
}
@media(max-width:900px) and (min-width:761px){
  html.hcloud-v9 #customer>.side.v903-dynamic-rail{inset-inline-start:8px!important;inset-block:8px!important;width:66px!important;padding:8px!important}
  html.hcloud-v9 #customer>.side.v903-dynamic-rail:hover,html.hcloud-v9 #customer>.side.v903-dynamic-rail:focus-within{width:226px!important}
  html.hcloud-v9 #customer>.main{margin-inline-start:82px!important}
}
@media(max-width:760px){
  .v903-purchase-toolbar{grid-template-columns:1fr!important;padding:10px!important}
  .v903-service-summary{grid-column:1!important;min-height:58px!important}
  .v903-decision-head{min-height:auto;align-items:flex-start}.v903-decision-head>span{white-space:normal;text-align:end;max-width:155px}
  .v903-option-grid button{min-height:56px!important;padding:6px 7px!important;grid-template-columns:29px minmax(0,1fr) auto!important;gap:6px!important}
  .v903-option-icon{width:29px;height:29px;border-radius:9px}.v903-option-copy small{font-size:6px!important}.v903-option-grid button em{font-size:6.7px}
  html.hcloud-v9 #customer #content:before{width:94vw;height:60vh;top:48%;transform:translate(-50%,-50%);opacity:.07}
}
@media(prefers-reduced-motion:reduce){html.hcloud-v9 .hc-theme-option,html.hcloud-v9 .hc-theme-preview{transition:none!important;transform:none!important}}

@media(max-width:760px){
  html.hcloud-v9 #customer>.side .v903-rail-item{display:flex!important;align-items:center!important;gap:10px!important;text-align:start!important;padding:10px 12px!important}
  html[dir="rtl"].hcloud-v9 #customer>.side .v903-rail-item{text-align:right!important}
  html.hcloud-v9 #customer>.side .v903-rail-icon{width:32px;height:32px;min-width:32px;border-radius:10px;display:grid;place-items:center;color:currentColor;background:color-mix(in srgb,var(--v9-surface3) 44%,transparent)}
  html.hcloud-v9 #customer>.side .v903-rail-icon svg{width:18px!important;height:18px!important}
  html.hcloud-v9 #customer>.side .v903-rail-label{font-family:var(--v9-font-display);font-size:11px;font-weight:650;opacity:1!important;transform:none!important}
  html.hcloud-v9 #customer>.side .v903-theme-item{margin-top:6px;border-top:1px solid var(--v9-line)!important}
  html.hcloud-v9 #customer>.side #customerLogout{display:flex!important;align-items:center!important;gap:10px!important;justify-content:flex-start!important}
}

/* =========================================================
   HCloud Experience 9.0.5 — Readability, traffic and fleet UX
   ========================================================= */

/* The rail expands only on hover or explicit keyboard navigation—not because a clicked item kept focus. */
@media (min-width:761px){
  html.hcloud-v9 #customer>.side.v903-dynamic-rail:focus-within{width:72px!important;border-color:var(--v9-line2)!important;box-shadow:0 20px 60px rgba(0,0,0,.20),0 0 0 1px color-mix(in srgb,var(--v9-line) 75%,transparent)!important}
  html.hcloud-v9 #customer>.side.v903-dynamic-rail:hover,
  html.hcloud-v9 #customer>.side.v903-dynamic-rail.v904-keyboard-open{width:242px!important;border-color:color-mix(in srgb,var(--v9-accent) 28%,var(--v9-line2))!important;box-shadow:0 24px 74px rgba(0,0,0,.27),0 0 0 1px color-mix(in srgb,var(--v9-accent) 12%,transparent)!important}
  html.hcloud-v9 #customer>.side:focus-within .v903-brand-label,
  html.hcloud-v9 #customer>.side:focus-within .v903-rail-label{opacity:0!important;transform:translateX(8px)!important}
  html[dir="rtl"].hcloud-v9 #customer>.side:focus-within .v903-brand-label,
  html[dir="rtl"].hcloud-v9 #customer>.side:focus-within .v903-rail-label{transform:translateX(-8px)!important}
  html.hcloud-v9 #customer>.side:hover .v903-brand-label,
  html.hcloud-v9 #customer>.side:hover .v903-rail-label,
  html.hcloud-v9 #customer>.side.v904-keyboard-open .v903-brand-label,
  html.hcloud-v9 #customer>.side.v904-keyboard-open .v903-rail-label{opacity:1!important;transform:none!important}
  html.hcloud-v9 #customer>.side:focus-within .side-foot>div{opacity:0!important;max-height:0!important;margin:0!important}
  html.hcloud-v9 #customer>.side:hover .side-foot>div,
  html.hcloud-v9 #customer>.side.v904-keyboard-open .side-foot>div{opacity:1!important;max-height:28px!important;margin-inline:8px!important}
}
@media(max-width:900px) and (min-width:761px){
  html.hcloud-v9 #customer>.side.v903-dynamic-rail:focus-within{width:66px!important}
  html.hcloud-v9 #customer>.side.v903-dynamic-rail:hover,
  html.hcloud-v9 #customer>.side.v903-dynamic-rail.v904-keyboard-open{width:226px!important}
}

/* Purchase typography: larger enough to read, still compact. */
.v903-decision-head label{font-size:12px!important;line-height:1.4!important}
.v903-decision-head>span{font-size:9.5px!important;line-height:1.45!important}
.v903-option-copy b{font-size:12px!important;line-height:1.35!important}
.v903-option-copy small{font-size:9px!important;line-height:1.45!important;margin-top:3px!important}
.v903-option-grid button em{font-size:9px!important}
.v903-service-summary>span{font-size:9.5px!important}.v903-service-summary b{font-size:14px!important}.v903-service-summary small{font-size:9px!important}
.v9-family-section header p,.v9-plans header p{font-size:10.5px!important;line-height:1.65!important}
.v9-family-copy small{font-size:9px!important}.v9-family-copy b{font-size:16px!important}.v9-family-copy em{font-size:9px!important}.v9-family-copy p{font-size:10.5px!important;line-height:1.7!important}
.v9-family-points i{font-size:9.5px!important}
.v9-plan>header small{font-size:9px!important}.v9-plan>header h3{font-size:23px!important}.v9-plan>header p{font-size:10.5px!important;line-height:1.65!important}
.v9-plan-resources{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important}
.v9-plan-resources>span{min-width:0;padding:10px 5px!important}
.v9-plan-resources b{font-size:13px!important;line-height:1.2!important;white-space:nowrap}
.v9-plan-resources small{font-size:8.5px!important;line-height:1.25!important;margin-top:4px!important}
.v9-plan-resources .traffic{border-color:color-mix(in srgb,var(--family) 25%,var(--v9-line))!important;background:color-mix(in srgb,var(--family) 7%,var(--v9-surface3))!important}
.v9-plan-price>small{font-size:9px!important}.v9-plan-price>div span,.v9-plan-price>em{font-size:8.5px!important}.v9-plan-availability{font-size:9px!important}.v9-plan>footer>button span{font-size:10px!important}

/* New customer fleet management. */
.v904-services{display:grid;gap:18px}.v904-services-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:4px 2px}.v904-services-head>div:first-child>span{display:block;color:var(--v9-accent);font-size:10px;font-weight:850;letter-spacing:.12em}.v904-services-head h1{margin:5px 0 4px;font-family:var(--v9-font-display);font-size:clamp(28px,3vw,42px);line-height:1.2}.v904-services-head p{margin:0;color:var(--v9-muted);font-size:11px;line-height:1.7}.v904-services-head>div:last-child{display:flex;align-items:center;gap:8px}.v904-service-search{height:42px;min-width:250px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--v9-line);border-radius:13px;background:color-mix(in srgb,var(--v9-surface2) 88%,transparent);color:var(--v9-muted)}.v904-service-search svg{width:17px;height:17px}.v904-service-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--v9-text);font-size:11px}.v904-services-head .btn svg{width:16px;height:16px;vertical-align:middle;margin-inline-end:5px}
.v904-server-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.v904-server-card{position:relative;display:grid;gap:14px;padding:17px;border:1px solid var(--v9-line);border-radius:22px;background:linear-gradient(155deg,color-mix(in srgb,var(--v9-surface2) 96%,transparent),color-mix(in srgb,var(--v9-surface) 94%,transparent));box-shadow:var(--v9-shadow-soft);overflow:hidden}.v904-server-card:before{content:"";position:absolute;width:150px;height:150px;inset:-90px auto auto -55px;border-radius:50%;background:rgba(var(--v9-accent-rgb),.08);filter:blur(36px);pointer-events:none}.v904-server-card>header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px}.v904-server-state{display:flex;align-items:center;gap:6px;color:var(--v9-muted);font-size:9px}.v904-server-state i{width:7px;height:7px;border-radius:50%;background:var(--v9-bad);box-shadow:0 0 0 4px color-mix(in srgb,var(--v9-bad) 10%,transparent)}.v904-server-card.live .v904-server-state i{background:var(--v9-good);box-shadow:0 0 0 4px color-mix(in srgb,var(--v9-good) 10%,transparent)}.v904-server-plan{max-width:62%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 8px;border:1px solid var(--v9-line);border-radius:999px;color:var(--v9-muted);font-size:8px}.v904-server-title{position:relative;display:flex;align-items:center;gap:11px}.v904-server-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;border:1px solid color-mix(in srgb,var(--v9-accent) 22%,var(--v9-line));background:color-mix(in srgb,var(--v9-accent) 8%,var(--v9-surface3));color:var(--v9-accent)}.v904-server-icon svg{width:22px;height:22px}.v904-server-title h3{margin:0;font-family:var(--v9-font-display);font-size:18px}.v904-server-title p{margin:4px 0 0;color:var(--v9-muted);font-size:10px;direction:ltr;text-align:start}
.v904-traffic{position:relative;padding:11px;border:1px solid var(--v9-line);border-radius:14px;background:color-mix(in srgb,var(--v9-surface3) 42%,transparent)}.v904-traffic-head,.v904-traffic-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.v904-traffic-head>span{display:flex;align-items:center;gap:6px}.v904-traffic-head svg{width:15px;height:15px;color:var(--v9-accent)}.v904-traffic-head b{font-size:10px}.v904-traffic-head em{font-style:normal;color:var(--v9-soft);font-size:9px}.v904-traffic-bar{height:7px;margin:9px 0 7px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--v9-line2) 70%,transparent)}.v904-traffic-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--v9-accent),var(--v9-accent2));box-shadow:0 0 14px rgba(var(--v9-accent-rgb),.22)}.v904-traffic-meta{color:var(--v9-muted);font-size:8.5px}.v904-traffic-meta b{color:var(--v9-soft);font-weight:700}.v904-traffic.unknown{opacity:.75}.v904-traffic.unknown .v904-traffic-bar i{width:0!important}.v904-traffic:not(.compact){margin-top:14px;padding:14px}.v904-traffic:not(.compact) .v904-traffic-head b{font-size:12px}.v904-traffic:not(.compact) .v904-traffic-head em,.v904-traffic:not(.compact) .v904-traffic-meta{font-size:10px}
.v904-server-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.v904-server-meta>span{min-width:0;padding:8px;border:1px solid var(--v9-line);border-radius:11px;background:color-mix(in srgb,var(--v9-surface3) 28%,transparent)}.v904-server-meta small,.v904-server-meta b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v904-server-meta small{color:var(--v9-muted);font-size:7.5px}.v904-server-meta b{margin-top:4px;font-size:9.5px}.v904-server-card>footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.v904-server-card>footer button{min-height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:7px;font-family:var(--v9-font-display);font-size:10px;font-weight:680;transition:background-color 140ms ease,border-color 140ms ease,color 140ms ease,box-shadow 140ms ease}.v904-server-card>footer svg{width:16px;height:16px}.v904-manage{border:1px solid color-mix(in srgb,var(--v9-accent) 33%,var(--v9-line));background:color-mix(in srgb,var(--v9-accent) 12%,var(--v9-surface2));color:var(--v9-text)}.v904-manage:hover{border-color:color-mix(in srgb,var(--v9-accent) 58%,var(--v9-line));background:color-mix(in srgb,var(--v9-accent) 17%,var(--v9-surface2));box-shadow:0 8px 22px rgba(var(--v9-accent-rgb),.10)}.v904-delete{width:94px;border:1px solid color-mix(in srgb,var(--v9-bad) 35%,var(--v9-line));background:color-mix(in srgb,var(--v9-bad) 7%,var(--v9-surface2));color:color-mix(in srgb,var(--v9-bad) 80%,var(--v9-text))}.v904-delete:hover{border-color:color-mix(in srgb,var(--v9-bad) 62%,var(--v9-line));background:color-mix(in srgb,var(--v9-bad) 12%,var(--v9-surface2))}
.v904-delete-dialog{text-align:start}.v904-delete-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;border:1px solid color-mix(in srgb,var(--v9-bad) 35%,var(--v9-line));background:color-mix(in srgb,var(--v9-bad) 9%,var(--v9-surface2));color:var(--v9-bad)}.v904-delete-mark svg{width:22px;height:22px}.v904-delete-dialog h2{margin:14px 0 7px}.v904-delete-dialog p{margin:0 0 12px}.v904-delete-name{padding:10px 12px;margin-bottom:12px;border:1px dashed color-mix(in srgb,var(--v9-bad) 35%,var(--v9-line));border-radius:11px;color:var(--v9-soft);background:color-mix(in srgb,var(--v9-bad) 5%,transparent)}.v904-delete-dialog label{display:grid;gap:6px}.v904-delete-dialog label>span{font-size:10px;color:var(--v9-muted)}.v904-delete-dialog .btn svg{width:15px;height:15px;vertical-align:middle}.v904-delete-dialog .btn:disabled{opacity:.45;cursor:not-allowed}

@media(max-width:1180px){.v904-server-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .v903-decision-head label{font-size:11.5px!important}.v903-decision-head>span{font-size:8.5px!important}.v903-option-copy b{font-size:11.5px!important}.v903-option-copy small{font-size:8.5px!important}.v903-option-grid button em{font-size:8px!important}
  .v9-family-section header p,.v9-plans header p{font-size:9.5px!important}.v9-family-copy small{font-size:8px!important}.v9-family-copy b{font-size:14px!important}.v9-family-copy em{font-size:8px!important}.v9-family-copy p{font-size:9px!important}.v9-family-action{font-size:0!important}
  .v9-plan{grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important;padding:13px!important}.v9-plan>header{grid-column:1!important}.v9-plan>header h3{font-size:20px!important}.v9-plan>header p{font-size:9.5px!important;max-width:none!important}.v9-plan-resources{grid-column:1!important;grid-row:2!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:4px!important}.v9-plan-resources>span{padding:8px 3px!important}.v9-plan-resources b{font-size:10px!important}.v9-plan-resources small{font-size:7px!important}.v9-plan>footer{grid-column:1!important;grid-row:3!important;min-width:0!important;padding:10px 0 0!important;border-inline-start:0!important;border-top:1px solid var(--v9-line)!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:8px!important}.rtl .v9-plan>footer{padding:10px 0 0!important}.v9-plan-price strong{font-size:22px!important}.v9-plan-price>small,.v9-plan-price>div span,.v9-plan-availability{font-size:8px!important}.v9-plan>footer>button{min-width:112px!important;min-height:39px!important;margin:0!important}.v9-plan>footer>button span{font-size:9px!important}
  .v904-services{gap:12px}.v904-services-head{display:grid;gap:11px}.v904-services-head h1{font-size:25px}.v904-services-head p{font-size:10px}.v904-services-head>div:last-child{display:grid;grid-template-columns:1fr auto}.v904-service-search{min-width:0}.v904-server-grid{grid-template-columns:1fr;gap:9px}.v904-server-card{padding:13px;border-radius:18px;gap:11px}.v904-server-title h3{font-size:16px}.v904-server-plan{font-size:7.5px}.v904-traffic{padding:9px}.v904-traffic-head b{font-size:9.5px}.v904-traffic-head em{font-size:8px}.v904-traffic-meta{font-size:7.8px}.v904-server-meta small{font-size:7px}.v904-server-meta b{font-size:9px}.v904-delete{width:86px}
}

/* =========================================================
   HCloud Experience 9.0.5 — traffic, owner fleet, mobile dock, wallet
   ========================================================= */
.v905-owner-table table{min-width:1260px}.v905-owner-table th:nth-last-child(2),.v905-owner-table td:nth-last-child(2){min-width:230px}.v905-owner-actions{flex-wrap:nowrap}.v905-owner-actions .btn{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.v905-owner-actions svg{width:15px;height:15px}.v905-owner-actions .v905-manage{border-color:color-mix(in srgb,var(--v9-accent) 35%,var(--line));background:color-mix(in srgb,var(--v9-accent) 8%,var(--panel2))}.v905-owner-actions .v905-delete{border-color:rgba(239,68,68,.34);background:rgba(239,68,68,.08);color:#ff8390}.v905-owner-traffic{min-width:205px;padding:9px 10px;border:1px solid color-mix(in srgb,var(--v9-line) 80%,transparent);border-radius:13px;background:color-mix(in srgb,var(--v9-surface3) 38%,transparent)}.v905-owner-traffic-head,.v905-owner-traffic-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.v905-owner-traffic-head>span{display:flex;align-items:center;gap:6px}.v905-owner-traffic-head svg{width:14px;height:14px;color:var(--v9-accent)}.v905-owner-traffic-head b{font-size:9px}.v905-owner-traffic-head em{font-size:8px;font-style:normal;color:var(--v9-soft)}.v905-owner-traffic-bar{height:6px;margin:8px 0 6px;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--v9-line2) 70%,transparent)}.v905-owner-traffic-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--v9-accent),var(--v9-accent2))}.v905-owner-traffic-meta{font-size:7.5px;color:var(--v9-muted)}.v905-owner-traffic-meta b{color:var(--v9-text)}.v905-owner-traffic.unknown{opacity:.68}.v905-owner-traffic.wide{margin:14px 0;padding:14px;min-width:0}.v905-owner-traffic.wide .v905-owner-traffic-head b{font-size:11px}.v905-owner-traffic.wide .v905-owner-traffic-head em,.v905-owner-traffic.wide .v905-owner-traffic-meta{font-size:9px}.v905-owner-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.v905-owner-overview>div{padding:11px;border:1px solid var(--v9-line);border-radius:13px;background:color-mix(in srgb,var(--v9-surface3) 34%,transparent)}.v905-owner-overview small,.v905-owner-overview b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v905-owner-overview small{font-size:8px;color:var(--v9-muted)}.v905-owner-overview b{margin-top:5px;font-size:11px}.v905-owner-manage .action-scroll{padding-bottom:28px}

/* Mobile dock: always clickable above page content and iOS safe areas. */
@media(max-width:900px){
  #v7BottomNav.v905-mobile-dock-ready,.v8-mobile-dock.v905-mobile-dock-ready,.hc72-dock.v905-mobile-dock-ready{pointer-events:auto!important;z-index:2147482000!important;touch-action:manipulation!important;isolation:isolate!important;transform:translateZ(0)!important}
  #v7BottomNav.v905-mobile-dock-ready button{pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;position:relative!important;z-index:2!important}
  #v7BottomNav.v905-mobile-dock-ready button.v905-tapped{transform:scale(.94)!important}
  #customer .content{padding-bottom:calc(104px + env(safe-area-inset-bottom))!important}
}

/* Wallet control center. */
.v905-wallet-page{display:grid;gap:16px}.v905-wallet-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.v905-wallet-head>div>span{display:block;color:var(--v9-accent);font-size:9px;font-weight:850;letter-spacing:.13em}.v905-wallet-head h1{margin:5px 0 4px;font-family:var(--v9-font-display);font-size:clamp(27px,3vw,40px)}.v905-wallet-head p{margin:0;color:var(--v9-muted);font-size:10.5px}.v905-wallet-head .btn{display:flex;align-items:center;gap:7px}.v905-wallet-head .btn svg{width:17px;height:17px}.v905-wallet-summary{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px}.v905-wallet-balance,.v905-wallet-methods-mini,.v905-wallet-panel,.v905-wallet-card-preview{border:1px solid var(--v9-line);border-radius:22px;background:linear-gradient(155deg,color-mix(in srgb,var(--v9-surface2) 96%,transparent),color-mix(in srgb,var(--v9-surface) 94%,transparent));box-shadow:var(--v9-shadow-soft)}.v905-wallet-balance{padding:21px;position:relative;overflow:hidden}.v905-wallet-balance:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;inset:-115px -60px auto auto;background:rgba(var(--v9-accent-rgb),.11);filter:blur(35px)}.v905-wallet-balance small{position:relative;z-index:1;color:var(--v9-muted);font-size:9px}.v905-wallet-balance>div{position:relative;z-index:1;display:flex;align-items:baseline;gap:8px;margin-top:10px}.v905-wallet-balance strong{font-family:var(--v9-font-display);font-size:clamp(30px,4vw,48px)}.v905-wallet-balance span{font-size:10px;color:var(--v9-soft)}.v905-wallet-balance p{position:relative;z-index:1;margin:12px 0 0;color:var(--v9-muted);font-size:9px}.v905-wallet-methods-mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px}.v905-wallet-methods-mini>div{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:9px;padding:10px;border:1px solid var(--v9-line);border-radius:15px;background:color-mix(in srgb,var(--v9-surface3) 36%,transparent)}.v905-wallet-methods-mini>div>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(239,68,68,.10);color:#ff7180}.v905-wallet-methods-mini>div>span svg{width:19px;height:19px}.v905-wallet-methods-mini>div>span.active{background:rgba(34,197,94,.12);color:#4ade80}.v905-wallet-methods-mini b,.v905-wallet-methods-mini small{display:block}.v905-wallet-methods-mini b{font-size:9.5px}.v905-wallet-methods-mini small{margin-top:3px;font-size:7.5px;color:#ff7180}.v905-wallet-methods-mini>div:first-child small{color:#4ade80}.v905-wallet-methods-mini .disabled{opacity:.78}.v905-wallet-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v905-wallet-panel{padding:16px;min-width:0}.v905-wallet-panel>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.v905-wallet-panel h2{margin:0;font-size:15px}.v905-wallet-panel p{margin:4px 0 0;color:var(--v9-muted);font-size:8.5px}.v905-deposit-list,.v905-ledger{display:grid;gap:6px}.v905-deposit-list article,.v905-ledger article{display:grid;align-items:center;gap:9px;padding:10px;border:1px solid var(--v9-line);border-radius:13px;background:color-mix(in srgb,var(--v9-surface3) 25%,transparent)}.v905-deposit-list article{grid-template-columns:auto 1fr auto}.v905-deposit-status{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--v9-warn) 10%,transparent);color:var(--v9-warn)}.v905-deposit-status.good{background:color-mix(in srgb,var(--v9-good) 11%,transparent);color:var(--v9-good)}.v905-deposit-status.bad{background:color-mix(in srgb,var(--v9-bad) 11%,transparent);color:var(--v9-bad)}.v905-deposit-status svg{width:15px;height:15px}.v905-deposit-list b,.v905-deposit-list small{display:block}.v905-deposit-list b{font-size:10px}.v905-deposit-list small{margin-top:3px;color:var(--v9-muted);font-size:8px}.v905-deposit-list em{font-style:normal;font-size:7px}.v905-ledger article{grid-template-columns:31px 1fr auto}.v905-ledger article>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;font-size:15px}.v905-ledger article>span.positive{background:color-mix(in srgb,var(--v9-good) 10%,transparent);color:var(--v9-good)}.v905-ledger article>span.negative{background:color-mix(in srgb,var(--v9-bad) 10%,transparent);color:var(--v9-bad)}.v905-ledger b,.v905-ledger small{display:block}.v905-ledger b{font-size:9px}.v905-ledger small{margin-top:3px;color:var(--v9-muted);font-size:7.5px}.v905-ledger strong{font-size:9px}.v905-wallet-empty{padding:24px;text-align:center;color:var(--v9-muted);font-size:9px;border:1px dashed var(--v9-line);border-radius:14px}.v905-wallet-card-preview{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,430px);align-items:center;gap:20px;padding:20px}.v905-wallet-card-preview>div>span{color:var(--v9-accent);font-size:9px;font-weight:800;letter-spacing:.12em}.v905-wallet-card-preview h2{margin:7px 0 5px;font-size:20px}.v905-wallet-card-preview p{margin:0;color:var(--v9-muted);font-size:9px;line-height:1.8}.v905-bank-card{position:relative;overflow:hidden;min-height:215px;padding:21px;border-radius:24px;background:linear-gradient(135deg,#3049c8,#8b5cf6 65%,#d946ef);color:#fff;box-shadow:0 25px 65px rgba(40,50,150,.29);display:flex;flex-direction:column;justify-content:space-between}.v905-bank-card.emerald{background:linear-gradient(135deg,#065f46,#0d9488 60%,#22c55e)}.v905-bank-card.gold{background:linear-gradient(135deg,#713f12,#d97706 62%,#fbbf24)}.v905-bank-card header,.v905-bank-card footer,.v905-card-number{position:relative;z-index:2}.v905-bank-card header,.v905-bank-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.v905-bank-card header small,.v905-bank-card header b,.v905-bank-card footer small,.v905-bank-card footer b{display:block}.v905-bank-card header small,.v905-bank-card footer small{font-size:8px;color:rgba(255,255,255,.68)}.v905-bank-card header b,.v905-bank-card footer b{margin-top:3px;font-size:10px}.v905-chip{width:44px;height:31px;border-radius:9px;background:linear-gradient(135deg,#ffe9a9,#b98b37)}.v905-card-number{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:9px;font-size:clamp(17px,2vw,22px);letter-spacing:.08em;text-align:start}.v905-card-number svg{width:18px;height:18px;opacity:.72}.v905-bank-orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.10)}.v905-bank-orb.one{width:220px;height:220px;inset:-100px -70px auto auto}.v905-bank-orb.two{width:150px;height:150px;inset:auto auto -85px -55px}

.v905-topup{display:grid;gap:16px}.v905-topup>header{display:flex;align-items:flex-start;gap:12px}.v905-topup>header>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--v9-accent) 30%,var(--v9-line));border-radius:12px;background:color-mix(in srgb,var(--v9-accent) 9%,transparent);color:var(--v9-accent);font-weight:800;font-size:10px}.v905-topup h2{margin:0;font-size:20px}.v905-topup header p{margin:5px 0 0;font-size:9.5px}.v905-method-grid{display:grid;gap:8px}.v905-method-grid>button{width:100%;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;padding:12px;border:1px solid var(--v9-line);border-radius:15px;text-align:start;background:color-mix(in srgb,var(--v9-surface3) 35%,transparent);color:var(--v9-text)}.v905-method-grid>button>svg{width:21px;height:21px}.v905-method-grid>button b,.v905-method-grid>button small{display:block}.v905-method-grid>button b{font-size:11px}.v905-method-grid>button small{margin-top:3px;color:var(--v9-muted);font-size:8px}.v905-method-grid>button em{font-style:normal;font-size:8px;padding:5px 8px;border-radius:999px}.v905-method-grid>button.active{border-color:rgba(34,197,94,.38);background:rgba(34,197,94,.07);color:#d9ffe6}.v905-method-grid>button.active>svg{color:#4ade80}.v905-method-grid>button.active em{background:rgba(34,197,94,.13);color:#4ade80}.v905-method-grid>button.disabled{border-color:rgba(239,68,68,.25);background:rgba(239,68,68,.045);color:var(--v9-muted);cursor:not-allowed}.v905-method-grid>button.disabled>svg,.v905-method-grid>button.disabled em{color:#ff7180}.v905-method-grid>button.disabled em{background:rgba(239,68,68,.10)}.v905-amount-field{display:grid;gap:8px}.v905-amount-field>span,.v905-optional-field>span{font-size:9px;color:var(--v9-muted)}.v905-amount-field>div{height:58px;display:flex;align-items:center;border:1px solid color-mix(in srgb,var(--v9-accent) 35%,var(--v9-line));border-radius:15px;background:color-mix(in srgb,var(--v9-accent) 5%,var(--v9-surface3));padding:0 14px}.v905-amount-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--v9-text);font-family:var(--v9-font-display);font-size:24px;direction:ltr}.v905-amount-field b{font-size:9px;color:var(--v9-muted)}.v905-quick-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.v905-quick-amounts button{min-height:36px;border:1px solid var(--v9-line);border-radius:11px;background:var(--v9-surface3);color:var(--v9-soft);font-size:9px}.v905-transfer-note{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid color-mix(in srgb,var(--v9-warn) 30%,var(--v9-line));border-radius:14px;background:color-mix(in srgb,var(--v9-warn) 6%,transparent)}.v905-transfer-note>svg{width:20px;height:20px;color:var(--v9-warn);flex:0 0 auto}.v905-transfer-note b{font-size:10px}.v905-transfer-note p{margin:4px 0 0;font-size:8.5px}.v905-upload-zone{min-height:175px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:18px;border:1px dashed color-mix(in srgb,var(--v9-accent) 42%,var(--v9-line));border-radius:18px;background:color-mix(in srgb,var(--v9-accent) 4%,var(--v9-surface3));text-align:center;cursor:pointer}.v905-upload-zone>svg{width:31px;height:31px;color:var(--v9-accent)}.v905-upload-zone b{font-size:11px}.v905-upload-zone small{color:var(--v9-muted);font-size:8px}.v905-upload-zone em{margin-top:7px;font-style:normal;font-size:8px;color:var(--v9-soft)}.v905-upload-zone.has-file{border-style:solid;border-color:rgba(34,197,94,.42);background:rgba(34,197,94,.055)}.v905-upload-zone.has-file>svg{color:#4ade80}.v905-optional-field{display:grid;gap:7px}.v905-upload-summary{display:flex;align-items:center;justify-content:space-between;padding:11px;border:1px solid var(--v9-line);border-radius:13px;background:var(--v9-surface3)}.v905-upload-summary span{font-size:9px;color:var(--v9-muted)}.v905-upload-summary b{font-size:11px}.v905-topup-success{text-align:center;padding:8px}.v905-topup-success>span{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 14px;border-radius:20px;background:rgba(34,197,94,.12);color:#4ade80}.v905-topup-success>span svg{width:30px;height:30px}.v905-topup-success h2{margin:0;font-size:22px}.v905-topup-success p{max-width:430px;margin:8px auto 15px}.v905-topup-success>div{width:max-content;min-width:160px;margin:0 auto 16px;padding:10px 16px;border:1px solid var(--v9-line);border-radius:13px;background:var(--v9-surface3)}.v905-topup-success small,.v905-topup-success b{display:block}.v905-topup-success small{font-size:8px;color:var(--v9-muted)}.v905-topup-success b{margin-top:4px;font-size:15px}.v905-topup-success .btn{min-width:180px}

@media(max-width:900px){.v905-wallet-head{align-items:flex-start}.v905-wallet-summary,.v905-wallet-grid,.v905-wallet-card-preview{grid-template-columns:1fr}.v905-wallet-methods-mini{grid-template-columns:1fr}.v905-wallet-methods-mini>div{grid-template-columns:38px 1fr auto}.v905-wallet-methods-mini>div small{grid-column:2}.v905-wallet-card-preview{padding:14px}.v905-bank-card{min-height:190px}.v905-quick-amounts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.v905-owner-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.v905-owner-overview>div:first-child{grid-column:1/-1}.v905-wallet-head{display:grid}.v905-wallet-head .btn{width:100%;justify-content:center}.v905-wallet-balance{padding:16px}.v905-wallet-methods-mini{padding:9px}.v905-wallet-panel{padding:12px}.v905-deposit-list article{grid-template-columns:auto 1fr}.v905-deposit-list em{grid-column:2;width:max-content}.v905-bank-card{padding:17px;min-height:175px}.v905-bank-card footer{align-items:flex-end}.v905-card-number{font-size:16px}.v905-method-grid>button{grid-template-columns:38px 1fr auto;padding:10px}.v905-topup h2{font-size:18px}}
