:root {
  --ink: #102c31;
  --ink-2: #24474c;
  --muted: #657a7d;
  --paper: #f5f6f0;
  --surface: #ffffff;
  --surface-2: #ecf1ea;
  --line: #dce3da;
  --lime: #b8ed72;
  --lime-dark: #77a83d;
  --aqua: #78d8cb;
  --danger: #bd5149;
  --warning: #e8a44f;
  --shadow: 0 24px 70px rgba(15, 48, 51, .09);
  --radius: 22px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.55 "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
code { font: 500 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .01em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
h1 { letter-spacing: -.055em; line-height: 1.02; }
h2, h3 { letter-spacing: -.035em; line-height: 1.15; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow-shell { width: min(940px, calc(100vw - 40px)); margin: 0 auto; }
.app-shell { width: var(--shell); margin: 0 auto; padding: 56px 0 100px; }
.site-header { width: var(--shell); height: 82px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; font-size: 18px; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a, .nav-link { color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 14px; }
.main-nav a:hover, .nav-link:hover { color: var(--lime-dark); }
.nav-form { margin: 0; }
.nav-link { border: 0; padding: 0; background: none; cursor: pointer; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 13px; background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; cursor: pointer; box-shadow: 0 8px 20px rgba(16, 44, 49, .12); transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(16, 44, 49, .18); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(120, 216, 203, .55); outline-offset: 3px; }
.button[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.button-small { min-height: 38px; padding: 0 16px; color: white !important; font-size: 13px !important; }
.button-block { width: 100%; }
.button-secondary { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: none; }
.button-danger { background: var(--danger); border-color: var(--danger); }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: #52726e; font-weight: 700; font-size: 11px; letter-spacing: .15em; }
.hero { min-height: 635px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 76px; padding: 62px 0 90px; }
.hero h1 { margin-bottom: 28px; font-size: clamp(58px, 6.2vw, 88px); }
.hero h1 span { color: #52746e; }
.hero-copy > p { max-width: 590px; color: var(--ink-2); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 35px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 12px; font-weight: 600; }
.trust-row span::before { content: "✓"; margin-right: 6px; color: var(--lime-dark); }
.capacity-console { position: relative; overflow: hidden; min-height: 450px; padding: 28px; border: 1px solid #cbd8ce; border-radius: 32px; background: linear-gradient(145deg, #173b3d, #0c292e 72%); color: #ecf7f1; box-shadow: 0 38px 90px rgba(16, 44, 49, .23); }
.capacity-console::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: 70px; border: 1px solid rgba(184, 237, 114, .15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(184, 237, 114, .03), 0 0 0 110px rgba(184, 237, 114, .025); }
.console-head { display: flex; align-items: center; justify-content: space-between; font: 500 12px ui-monospace, monospace; color: #a9c3c0; }
.status { display: inline-flex; align-items: center; width: max-content; padding: 4px 9px; border-radius: 99px; background: #edf0ec; color: var(--ink-2); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.status::before { content: ""; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: #9aacaa; }
.status-active, .status-complete, .status-paid { background: #e3f5d2; color: #426928; }
.status-active::before, .status-complete::before, .status-paid::before { background: #76ae40; }
.status-error, .status-dead, .status-failed, .status-cancelled { background: #f8e2df; color: #93453e; }
.status-error::before, .status-dead::before, .status-failed::before, .status-cancelled::before { background: var(--danger); }
.status-provisioning, .status-running, .status-retry, .status-queued, .status-pending, .status-requested { background: #f8eed7; color: #87602e; }
.status-provisioning::before, .status-running::before, .status-retry::before, .status-queued::before, .status-pending::before, .status-requested::before { background: var(--warning); }
.capacity-console .status-active { background: rgba(184, 237, 114, .12); color: var(--lime); }
.console-orbit { display: grid; place-items: center; width: 190px; height: 190px; margin: 42px auto 30px; border-radius: 50%; background: conic-gradient(var(--lime) 0 63%, rgba(255,255,255,.1) 63% 100%); }
.console-orbit::before { content: ""; position: absolute; width: 158px; height: 158px; border-radius: 50%; background: #123337; }
.console-orbit > div { position: relative; z-index: 1; text-align: center; }
.console-orbit strong { display: block; font: 800 42px "Manrope", sans-serif; letter-spacing: -.05em; }
.console-orbit span { color: #a6c1bd; font-size: 11px; }
.console-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; }
.console-stats div { padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.03); }
.console-stats dt { color: #89aaa6; font-size: 9px; text-transform: uppercase; }
.console-stats dd { margin: 5px 0 0; font-weight: 700; }
.console-route { display: flex; align-items: center; gap: 10px; margin-top: 25px; color: #8facaa; font: 500 10px ui-monospace, monospace; }
.console-route i { flex: 1; height: 1px; background: repeating-linear-gradient(90deg, #6e9691 0 3px, transparent 3px 7px); }
.section { padding: 100px 0; }
.section-heading { max-width: 690px; margin-bottom: 46px; }
.section-heading h2, .page-intro h1 { margin: 0; font-size: clamp(36px, 4vw, 56px); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product-card { position: relative; min-height: 390px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.product-card::after { content: ""; position: absolute; right: -70px; bottom: -110px; width: 270px; height: 270px; border-radius: 50%; border: 1px solid var(--line); box-shadow: 0 0 0 42px rgba(16,44,49,.025), 0 0 0 84px rgba(16,44,49,.015); }
.product-card h3 { margin: 32px 0 12px; font-size: 32px; }
.product-card p { max-width: 420px; color: var(--muted); font-size: 16px; }
.product-card ul, .auth-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.product-card li, .auth-copy li { margin: 9px 0; }
.product-card li::before, .auth-copy li::before { content: "✓"; margin-right: 9px; color: var(--lime-dark); }
.product-icon { float: right; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: var(--surface-2); font: 700 18px ui-monospace, monospace; }
.product-s3 { background: #16383c; color: white; border-color: #16383c; }
.product-s3 p { color: #aac1be; }
.product-s3 .product-icon { background: rgba(184,237,114,.12); color: var(--lime); }
.product-s3 li::before { color: var(--lime); }
.chip { display: inline-flex; padding: 5px 10px; border-radius: 8px; background: var(--surface-2); color: var(--ink-2); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-s3 .chip { background: rgba(255,255,255,.08); color: #cfdfdc; }
.steps-section { padding-bottom: 48px; border-top: 1px solid var(--line); }
.pricing-preview { padding-top: 48px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0; list-style: none; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 55px rgba(15, 48, 51, .05); }
.steps li { position: relative; min-height: 265px; display: flex; flex-direction: column; gap: 42px; padding: 28px; background: linear-gradient(150deg, #fafbf7, var(--paper)); }
.steps li:nth-child(3) { background: linear-gradient(150deg, #f0f5ee, #f8f8f3); }
.steps li::after { content: "→"; position: absolute; z-index: 1; top: 47px; right: -13px; display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: #76908c; font: 700 12px ui-monospace, monospace; }
.steps li:last-child::after { display: none; }
.step-top { display: flex; align-items: flex-start; justify-content: space-between; }
.steps b { color: #8ba09d; font: 700 11px ui-monospace, monospace; letter-spacing: .05em; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid #cbd9cf; border-radius: 17px; background: var(--surface); color: #355d5a; box-shadow: 0 10px 28px rgba(15, 48, 51, .07); }
.steps li:nth-child(3) .step-icon { border-color: #a9ce83; background: #e7f4d8; color: #527f38; }
.step-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.step-copy { display: flex; flex-direction: column; margin-top: auto; }
.step-copy strong { margin-bottom: 8px; font: 700 16px/1.3 "Manrope", sans-serif; }
.step-copy > span { color: var(--muted); font-size: 13px; }
.mini-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mini-plan { position: relative; display: flex; flex-direction: column; min-height: 455px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: 0 16px 48px rgba(15, 48, 51, .055); transition: transform .18s ease, box-shadow .18s ease; }
.mini-plan:hover { transform: translateY(-3px); box-shadow: 0 25px 65px rgba(15, 48, 51, .11); }
.mini-plan-featured { border-color: #9fbe7d; background: linear-gradient(155deg, #f9fcf4, #eef5e7); }
.mini-plan-object { border-color: #173b3d; background: radial-gradient(circle at 100% 0, rgba(120, 216, 203, .14), transparent 38%), linear-gradient(145deg, #173b3d, #0d2c31); color: #f2f8f5; }
.mini-plan-top { display: flex; align-items: flex-start; justify-content: space-between; }
.plan-type { padding: 6px 9px; border-radius: 7px; background: var(--surface-2); color: #52706d; font: 700 9px ui-monospace, monospace; letter-spacing: .1em; }
.plan-icon { display: grid; flex: none; place-items: center; width: 48px; height: 48px; border: 1px solid #cfdbd1; border-radius: 14px; background: #f5f8f3; color: #3f6763; }
.plan-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.mini-plan-object .plan-type { background: rgba(255,255,255,.08); color: #b4ccc8; }
.mini-plan-object .plan-icon { border-color: rgba(184,237,114,.22); background: rgba(184,237,114,.08); color: var(--lime); }
.mini-plan-title { margin: 30px 0 22px; }
.mini-plan-title .recommended { display: block; margin-bottom: 7px; }
.mini-plan-title h3 { margin: 0 0 9px; font-size: 27px; }
.mini-plan-title p { min-height: 42px; margin: 0; color: var(--muted); font-size: 12px; }
.mini-plan-object .mini-plan-title p { color: #a9c3c0; }
.plan-capacity { margin-bottom: 11px; padding: 17px 18px 16px; border-radius: 13px; background: var(--surface-2); }
.capacity-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.capacity-heading span { color: #607b78; font-size: 11px; font-weight: 600; }
.capacity-heading strong { font: 800 29px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.capacity-scale { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 16px; }
.capacity-scale i { height: 6px; border-radius: 99px; background: #d8e1d8; }
.capacity-scale i.filled { background: linear-gradient(90deg, #76cbbf, #9ed45e); }
.mini-plan-object .plan-capacity { background: rgba(255,255,255,.06); }
.mini-plan-object .capacity-heading span { color: #9ab7b3; }
.mini-plan-object .capacity-scale i { background: rgba(255,255,255,.1); }
.mini-plan-object .capacity-scale i.filled { background: linear-gradient(90deg, var(--aqua), var(--lime)); }
.mini-plan-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.mini-plan-meta span { padding: 5px 7px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 9px; }
.mini-plan-object .mini-plan-meta span { border-color: rgba(255,255,255,.09); color: #92b0ac; }
.mini-plan-bottom { display: flex; align-items: end; justify-content: space-between; margin-top: auto; padding-top: 25px; }
.mini-plan-bottom > div { display: flex; flex-direction: column; }
.mini-plan-bottom em { font: 800 24px "Manrope", sans-serif; font-style: normal; letter-spacing: -.03em; }
.mini-plan-bottom small { color: var(--muted); font-size: 10px; }
.mini-plan-object .mini-plan-bottom small { color: #92b0ac; }
.mini-plan-bottom a { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 11px; font-weight: 700; text-decoration: none; }
.mini-plan-bottom a:hover { border-color: #9bbd79; background: #eaf4df; }
.mini-plan-object .mini-plan-bottom a { border-color: rgba(184,237,114,.28); background: var(--lime); color: #153432; }
.unit-note { margin-top: 18px; margin-bottom: 0; color: var(--muted); font-size: 10px; }
.plans-unit-note { margin-top: -76px; padding-bottom: 76px; }
.site-footer { width: 100%; margin: 50px 0 0; overflow: hidden; background: radial-gradient(circle at 72% -50%, rgba(120, 216, 203, .22), transparent 38%), linear-gradient(145deg, #173b3d, #0b282d 72%); color: #edf7f2; }
.footer-main { min-height: 180px; display: flex; align-items: center; }
.footer-logo { display: inline-flex; align-items: center; gap: 11px; color: white; font: 800 22px "Manrope", sans-serif; letter-spacing: -.04em; text-decoration: none; }
.footer-logo .brand-mark { width: 38px; height: 38px; color: var(--lime); }
.footer-brand p { margin: 18px 0 0; color: #a9c3c0; font: 600 clamp(20px, 2.2vw, 30px)/1.25 "Manrope", sans-serif; letter-spacing: -.04em; }
.footer-bottom { min-height: 56px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #88a8a4; font-size: 11px; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--lime); }
.page-intro { padding: 70px 0 56px; }
.page-intro p { max-width: 650px; margin-top: 22px; color: var(--muted); font-size: 17px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-bottom: 100px; }
.plan-card { display: flex; flex-direction: column; min-height: 610px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.plan-card.featured { border-color: #9abc76; box-shadow: 0 20px 60px rgba(63,100,45,.12); }
.plan-top { min-height: 32px; display: flex; justify-content: space-between; align-items: flex-start; }
.plan-kind { display: flex; align-items: center; gap: 10px; }
.plan-kind .plan-icon { width: 42px; height: 42px; border-radius: 12px; }
.plan-kind .plan-icon svg { width: 21px; height: 21px; }
.recommended { color: var(--lime-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.plan-card h2 { margin: 25px 0 10px; font-size: 28px; }
.plan-card > p { color: var(--muted); font-size: 13px; }
.plan-price { margin: 25px 0; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.plan-price strong { display: block; font: 800 27px "Manrope", sans-serif; }
.plan-price span { color: var(--muted); font-size: 10px; }
.plan-card .plan-capacity { margin: 0 0 18px; }
.plan-card ul { min-height: 145px; padding: 0; list-style: none; font-size: 12px; }
.plan-card li { margin: 10px 0; }
.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--lime-dark); }
.plan-form { margin-top: auto; }
.plan-form label, .stack-form label, .auth-card label { display: block; margin-bottom: 6px; color: var(--ink-2); font-size: 11px; font-weight: 700; }
select, input, textarea { width: 100%; min-height: 44px; margin-bottom: 14px; padding: 10px 12px; border: 1px solid #cfdad2; border-radius: 10px; background: #fbfcf9; color: var(--ink); }
textarea { resize: vertical; }
.app-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.app-heading h1 { margin-bottom: 8px; font-size: 46px; }
.app-heading p { margin: 0; color: var(--muted); }
.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 50px; }
.summary-card { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.summary-card span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.summary-card strong { margin: 5px 0; font: 800 34px "Manrope", sans-serif; }
.summary-card small { color: var(--muted); }
.accent-card { background: var(--ink); color: white; border-color: var(--ink); }
.accent-card span, .accent-card small { color: #a9c3c0; }
.environment-badge { display: inline-flex; margin-left: 7px; padding: 3px 7px; border: 1px solid #bfd0c5; border-radius: 6px; color: var(--muted); font: 700 9px ui-monospace, monospace; letter-spacing: .08em; vertical-align: middle; }
.content-heading { display: flex; justify-content: space-between; align-items: baseline; margin: 0 0 18px; }
.content-heading h2 { margin: 0; font-size: 23px; }
.content-heading > span { color: var(--muted); font-size: 11px; }
.top-space { margin-top: 46px !important; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.service-card-top { display: flex; justify-content: space-between; align-items: start; }
.service-glyph { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--surface-2); font: 700 14px ui-monospace, monospace; }
.service-card h3 { margin: 24px 0 3px; }
.service-card > code { color: var(--muted); }
.usage-line { width: 100%; height: 7px; margin: 25px 0 8px; border-radius: 99px; background: #e7ece6; overflow: hidden; }
.usage-line span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #78cdbf, #aadb64); }
.usage-line.large { height: 10px; }
.usage-label { display: flex; justify-content: space-between; font-size: 12px; }
.usage-label span { color: var(--muted); }
.service-meta { display: flex; gap: 7px; margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); }
.service-meta span { padding: 4px 7px; border-radius: 5px; background: var(--paper); color: var(--muted); font-size: 9px; }
.empty-state { grid-column: 1/-1; min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 38px; border: 1px dashed #bcc9c0; border-radius: 20px; text-align: center; }
.empty-state strong { font: 700 20px "Manrope", sans-serif; }
.empty-state > span { max-width: 460px; margin: 5px 0 20px; color: var(--muted); }
.empty-icon { font-size: 34px; color: var(--lime-dark) !important; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
table { width: 100%; border-collapse: collapse; text-align: left; }
th { padding: 12px 18px; background: #eef1ec; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
td { padding: 15px 18px; border-top: 1px solid var(--line); font-size: 12px; }
td a { font-weight: 700; }
.checkout-layout { min-height: 670px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; padding: 80px 0 110px; }
.checkout-main h1 { font-size: 48px; }
.checkout-main > p { max-width: 580px; color: var(--muted); font-size: 16px; }
.notice { display: flex; flex-direction: column; gap: 3px; margin: 30px 0; padding: 18px 20px; border-left: 3px solid var(--aqua); border-radius: 0 10px 10px 0; background: #e8f4ef; }
.notice span { color: var(--muted); font-size: 12px; }
.checkout-actions > div { display: flex; justify-content: center; gap: 20px; margin-top: 18px; }
.text-button, .danger-link, .icon-button { border: 0; background: none; color: var(--muted); cursor: pointer; text-decoration: underline; text-underline-offset: 4px; font-size: 11px; }
.order-summary { padding: 28px; border-radius: 20px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.order-summary > span { color: #99b6b2; font-size: 10px; text-transform: uppercase; }
.order-summary h2 { margin: 10px 0 25px; }
.order-summary dl { margin: 0; }
.order-summary dl div { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.09); }
.order-summary dt { color: #99b6b2; font-size: 11px; }
.order-summary dd { margin: 0; font-size: 12px; }
.summary-total { display: flex; justify-content: space-between; align-items: end; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.summary-total span { color: #99b6b2; font-size: 11px; }
.summary-total strong { font-size: 21px; }
.order-summary > code { display: block; margin-top: 25px; color: #6f918d; overflow-wrap: anywhere; }
.order-summary .unit-note-dark { display: block; margin-top: 20px; color: #779995; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--muted); font-weight: 700; font-size: 12px; }
.service-hero { display: flex; justify-content: space-between; align-items: end; margin-bottom: 38px; }
.service-hero h1 { margin: 12px 0 4px; font-size: 48px; }
.status-large { padding: 7px 13px; font-size: 11px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.panel { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.panel-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 25px; }
.panel-heading h2 { margin: 0; font-size: 19px; }
.panel-heading > span { color: var(--muted); font-size: 10px; }
.endpoint-list { margin: 0; }
.endpoint-list div { display: grid; grid-template-columns: 100px 1fr; gap: 15px; padding: 12px 0; border-top: 1px solid var(--line); }
.endpoint-list dt { color: var(--muted); font-size: 11px; }
.endpoint-list dd { margin: 0; overflow-wrap: anywhere; }
.big-usage strong { display: block; font: 800 34px "Manrope", sans-serif; }
.big-usage span { color: var(--muted); font-size: 11px; }
.inline-stats { display: flex; gap: 50px; margin: 20px 0 0; }
.inline-stats dt { color: var(--muted); font-size: 10px; }
.inline-stats dd { margin: 2px 0 0; font-weight: 700; }
.secret-banner { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin: 16px 0; padding: 23px 27px; border: 1px solid #9fc575; border-radius: 18px; background: #eaf7d9; }
.secret-banner > div { display: flex; align-items: center; gap: 16px; }
.secret-banner strong { display: block; font: 700 15px "Manrope", sans-serif; }
.secret-banner p { margin: 2px 0 0; color: #607655; font-size: 11px; }
.secret-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); }
.credential-list > div, .snapshot-list > div, .ops-services > div { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.credential-list > div > div { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.credential-list code { color: var(--muted); overflow: hidden; text-overflow: ellipsis; }
.credential-list > div > span:last-child { color: var(--muted); font-size: 10px; }
.credential-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #9aadaa; }
.credential-dot.active { background: #7fb346; box-shadow: 0 0 0 4px #eaf5df; }
.snapshot-list > div { justify-content: space-between; }
.snapshot-list span { color: var(--muted); font-size: 10px; }
.muted, .fine-print { color: var(--muted); font-size: 11px; }
.fine-print { margin: 20px 0 0; }
.ssh-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.stack-form .errorlist, .auth-card .errorlist { margin: 0 0 8px; padding: 8px 12px; border-radius: 7px; background: #f7e5e1; color: var(--danger); list-style: none; font-size: 11px; }
.helptext { display: block; margin: -8px 0 13px; color: var(--muted); font-size: 9px; }
.helptext ul { padding-left: 16px; }
.danger-zone { display: flex; justify-content: space-between; gap: 35px; align-items: center; margin-top: 45px; padding: 30px; border: 1px solid #e3c8c4; border-radius: 18px; background: #fcf6f3; }
.danger-zone h2 { margin-bottom: 5px; font-size: 19px; }
.danger-zone p { max-width: 550px; margin: 0; color: var(--muted); font-size: 11px; }
.action-row { display: flex; gap: 10px; align-items: center; }
.confirm-form { display: flex; gap: 8px; }
.confirm-form input { width: 115px; margin: 0; }
.error-panel { display: flex; flex-direction: column; margin: 15px 0; padding: 15px 18px; border-left: 3px solid var(--danger); background: #f8e9e6; }
.error-panel span { color: #7f544f; font-size: 12px; }
.secret-page { min-height: 650px; padding: 85px 0; }
.secret-page h1 { font-size: 50px; }
.secret-page > p { max-width: 650px; color: var(--muted); }
.secret-sheet { margin: 35px 0; padding: 10px 25px; border: 1px solid #bad89c; border-radius: 18px; background: #edf8df; box-shadow: var(--shadow); }
.secret-sheet > div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid #d4e7c0; }
.secret-sheet > div:first-child { border-top: 0; }
.secret-sheet span { color: #66785a; font-size: 10px; text-transform: uppercase; }
.secret-sheet code { overflow-wrap: anywhere; font-size: 13px; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 35px; }
.metrics-grid > div { display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.metrics-grid span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.metrics-grid strong { margin: 6px 0; font: 800 24px "Manrope", sans-serif; }
.metrics-grid small { color: var(--muted); }
.metrics-grid .metric-alert { border-color: #e0b0aa; background: #faeeee; }
.ops-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.ops-services > div > div { display: flex; flex: 1; min-width: 0; flex-direction: column; }
.ops-services code { color: var(--muted); }
.icon-button { padding: 5px; color: var(--ink); font-size: 18px; text-decoration: none; }
.auth-shell { width: min(940px, calc(100vw - 40px)); min-height: 700px; display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; margin: 0 auto; padding: 70px 0; }
.auth-shell.single { display: flex; justify-content: center; }
.auth-copy h1 { font-size: 55px; }
.auth-copy p { color: var(--muted); font-size: 17px; }
.auth-copy li { color: var(--ink-2); }
.auth-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.auth-card > div { margin-bottom: 10px; }
.auth-card input { margin-bottom: 8px; }
.auth-card > a, .auth-card > span { display: block; margin-top: 16px; text-align: center; font-size: 11px; }
.auth-card hr { margin: 26px 0; border: 0; border-top: 1px solid var(--line); }
.flash-stack { position: fixed; z-index: 10; right: 24px; top: 125px; width: min(380px, calc(100vw - 48px)); }
.flash { margin-bottom: 8px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); box-shadow: var(--shadow); font-size: 12px; }
.flash-success { border-color: #a4c980; background: #edf7e2; }
.flash-error { border-color: #e0b0aa; background: #faeeee; }
.error-page { min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.error-page > span { color: #a6b7b4; font: 800 80px "Manrope", sans-serif; }
.error-page h1 { font-size: 42px; }
.error-page p { color: var(--muted); }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  .hero { grid-template-columns: 1fr; gap: 35px; }
  .capacity-console { min-height: 420px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2)::after { display: none; }
  .plan-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .plan-card { min-height: auto; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .ops-grid, .checkout-layout, .auth-shell { grid-template-columns: 1fr; }
  .auth-shell { gap: 30px; }
  .auth-card { width: min(100%, 500px); }
}

@media (max-width: 640px) {
  .site-footer { margin-top: 32px; }
  .site-header { height: auto; min-height: 72px; align-items: flex-start; padding: 17px 0; }
  .brand span { display: none; }
  .main-nav { flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; }
  .main-nav a, .nav-link { font-size: 12px; }
  .hero { min-height: auto; padding: 50px 0 65px; }
  .hero h1 { font-size: 51px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { text-align: center; }
  .capacity-console { min-height: 410px; padding: 22px; }
  .console-stats { grid-template-columns: 1fr; }
  .console-stats div { display: flex; justify-content: space-between; }
  .console-orbit { width: 160px; height: 160px; margin: 30px auto 20px; }
  .console-orbit::before { width: 134px; height: 134px; }
  .section { padding: 65px 0; }
  .steps-section { padding-bottom: 36px; }
  .pricing-preview { padding-top: 36px; }
  .section-heading h2, .page-intro h1 { font-size: 38px; }
  .product-grid, .mini-plans, .plan-grid, .service-grid, .detail-grid, .summary-grid, .metrics-grid, .ops-grid, .ssh-layout { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 225px; gap: 30px; }
  .steps li::after { display: none; }
  .footer-main { min-height: auto; padding-top: 36px; padding-bottom: 34px; }
  .footer-bottom { min-height: auto; align-items: flex-start; flex-direction: column; gap: 16px; padding-top: 24px; padding-bottom: 32px; }
  .footer-bottom nav { flex-direction: column; gap: 8px; }
  .app-heading, .service-hero, .secret-banner, .danger-zone { align-items: flex-start; flex-direction: column; }
  .app-heading h1, .service-hero h1, .checkout-main h1, .auth-copy h1, .secret-page h1 { font-size: 39px; }
  .checkout-layout { padding: 50px 0 80px; }
  .secret-banner > div:last-child { align-items: stretch; flex-direction: column; width: 100%; }
  .secret-banner form, .secret-banner button { width: 100%; }
  .danger-zone, .action-row, .confirm-form { align-items: stretch; flex-direction: column; width: 100%; }
  .confirm-form input { width: 100%; }
  .secret-sheet > div { grid-template-columns: 1fr; gap: 4px; }
  .auth-shell { padding: 50px 0 80px; }
  .auth-card { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
