:root {
  --blue: #075dff;
  --blue-2: #0a7cff;
  --navy: #061944;
  --ink: #071638;
  --muted: #5c6b89;
  --line: #dce6f6;
  --soft: #f5f8ff;
  --panel: #ffffff;
  --green: #13a66b;
  --orange: #f97316;
  --shadow: 0 18px 55px rgba(7, 25, 68, .12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 15% 9%, rgba(7, 93, 255, .08), transparent 24%),
    radial-gradient(circle at 84% 4%, rgba(0, 123, 255, .07), transparent 26%),
    #fff;
  color: var(--ink);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(220, 230, 246, .9);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  flex: 0 0 auto;
  display: block;
  line-height: 0;
}

.brand img {
  width: min(220px, 46vw);
  height: auto;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #17264e;
}

.nav-links a {
  padding: 10px 0;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links .active {
  color: var(--blue);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-actions .btn {
  min-width: max-content;
  white-space: nowrap;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 0 21px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #004de4);
  box-shadow: 0 12px 24px rgba(7, 93, 255, .22);
}

.btn-primary:hover {
  box-shadow: 0 16px 32px rgba(7, 93, 255, .28);
}

.btn-secondary {
  color: var(--navy);
  background: #fff;
  border-color: #b8c9ef;
}

.btn-dark {
  color: #fff;
  background: #061944;
  border-color: rgba(255, 255, 255, .18);
}

.btn-ghost {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  color: var(--navy);
}

.hero {
  padding: 58px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #075dff;
  font-weight: 800;
  font-size: 13px;
}

.eyebrow svg {
  width: 17px;
  height: 17px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 620px;
  margin: 22px 0 20px;
  font-size: clamp(43px, 4.5vw, 58px);
  line-height: 1.03;
  font-weight: 900;
  color: var(--navy);
}

.accent {
  color: var(--blue);
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 31px;
  color: #33435f;
  font-size: 18px;
  line-height: 1.65;
}

.hero-ctas,
.cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-ctas .btn {
  min-width: 204px;
  min-height: 54px;
  font-size: 16px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 28px;
  color: #53627f;
  font-size: 12px;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row svg {
  width: 15px;
  height: 15px;
  color: var(--blue);
}

.product-frame {
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: var(--shadow);
  padding: 0;
  overflow: hidden;
}

.app-mock {
  display: grid;
  grid-template-columns: 116px 1fr;
  height: 100%;
  min-height: 430px;
  background: #fff;
}

.mock-sidebar {
  background: linear-gradient(180deg, #071b49, #04102d);
  color: #dce8ff;
  padding: 17px 13px;
  display: flex;
  flex-direction: column;
}

.mock-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 20px;
}

.cube {
  width: 19px;
  height: 19px;
  border: 2px solid #68a3ff;
  border-radius: 5px;
  transform: rotate(45deg);
}

.mock-menu {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 750;
}

.mock-menu span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px;
  border-radius: 6px;
  color: #b8c8eb;
}

.mock-menu .selected {
  background: #095ff7;
  color: #fff;
}

.plan-box {
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding-top: 14px;
  font-size: 11px;
  color: #aab9d8;
}

.plan-box b {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 3px;
}

.plan-box button {
  width: 100%;
  height: 28px;
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  background: #0b67ff;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.mock-main {
  padding: 19px;
}

.mock-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 17px;
}

.avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: var(--blue);
}

.mock-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 14px;
}

.mock-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 10px 25px rgba(7, 25, 68, .05);
}

.mock-card h3 {
  margin-bottom: 10px;
  color: #10234f;
  font-size: 13px;
}

.fake-field,
.prompt-box {
  border: 1px solid #d9e4f6;
  border-radius: 5px;
  background: #f8fbff;
  color: #566783;
  font-size: 11px;
}

.prompt-box {
  min-height: 82px;
  padding: 12px;
  line-height: 1.5;
}

.fake-field {
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.mock-btn {
  width: 100%;
  height: 34px;
  border: 0;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  margin-top: 11px;
}

.domain-list {
  display: grid;
  gap: 10px;
  margin-top: 11px;
  font-size: 11px;
}

.domain-list span {
  display: flex;
  justify-content: space-between;
}

.domain-list b {
  color: var(--green);
}

.deployment {
  display: grid;
  gap: 12px;
  font-size: 11px;
  color: #53627f;
}

.status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f7e55;
  font-weight: 900;
}

.status-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(19, 166, 107, .12);
  display: grid;
  place-items: center;
}

.wide {
  grid-column: span 1;
}

.site-preview {
  height: 120px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(3, 16, 45, .94), rgba(0, 67, 166, .82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 22px);
  color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-preview b {
  max-width: 170px;
  font-size: 16px;
  line-height: 1.15;
}

.site-preview small {
  color: #a9c5ff;
  margin-top: 9px;
  font-weight: 800;
}

.chart {
  height: 76px;
  margin-top: 12px;
  background:
    linear-gradient(135deg, transparent 48%, rgba(7, 93, 255, .2) 49%, transparent 51%),
    linear-gradient(180deg, transparent 0 70%, rgba(7, 93, 255, .1) 70%);
  position: relative;
  overflow: hidden;
}

.chart::before {
  content: "";
  position: absolute;
  inset: 16px 5px 8px;
  background: linear-gradient(145deg, transparent 0 8%, #075dff 9% 11%, transparent 12% 26%, #075dff 27% 29%, transparent 30% 45%, #075dff 46% 48%, transparent 49% 64%, #075dff 65% 67%, transparent 68% 84%, #075dff 85% 87%, transparent 88%);
}

.section {
  padding: 42px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.section-heading p {
  max-width: 690px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.centered-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.left-heading {
  text-align: left;
  margin: 0;
}

.left-heading p {
  margin: 0;
  max-width: none;
}

.hosting-features {
  grid-template-columns: repeat(3, 1fr);
}

.contact-info {
  grid-template-columns: 1fr;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}

.logo-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.logo-title {
  margin-bottom: 22px;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  color: #5c6b89;
  letter-spacing: .02em;
}

.tech-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
}

.tech-logo {
  min-height: 44px;
  min-width: 108px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 12px;
  color: #24365f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.tech-logo svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: block;
}

.tech-logo .logo-word {
  letter-spacing: -.01em;
}

.aws-logo {
  color: #232f3e;
}

.aws-logo svg {
  color: #ff9900;
}

.gcp-logo {
  color: #3c4043;
}

.openai-logo,
.anthropic-logo,
.github-logo {
  color: #111827;
}

.docker-logo {
  color: #2496ed;
}

.k8s-logo {
  color: #326ce5;
}

.cloudflare-logo {
  color: #f38020;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  position: relative;
}

.step-card,
.feature-card,
.pricing-card,
.info-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 25, 68, .06);
}

.step-card {
  min-height: 144px;
  padding: 21px;
  position: relative;
}

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.step-number {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0;
}

.step-icon {
  width: 38px;
  height: 38px;
  color: var(--blue);
}

.step-card h3,
.feature-card h3,
.info-card h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 16px;
}

.step-card p,
.feature-card p,
.info-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.feature-card {
  min-height: 158px;
  padding: 22px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  color: var(--blue);
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.stack-cell {
  min-height: 142px;
  border-right: 1px solid var(--line);
  padding: 18px 20px;
}

.stack-cell:last-child {
  border-right: 0;
}

.stack-cell h3 {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 14px;
  text-align: center;
}

.stack-cell div {
  display: grid;
  gap: 12px;
  justify-items: center;
  color: #203154;
  font-size: 16px;
  font-weight: 850;
}

.enterprise-band,
.closing-band {
  color: #fff;
  background:
    radial-gradient(circle at 78% 32%, rgba(20, 118, 255, .36), transparent 24%),
    linear-gradient(135deg, #06183f, #001c4f 55%, #03102f);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.enterprise-band {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 34px;
  padding: 43px 40px;
}

.enterprise-band::after,
.closing-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, transparent, #000 55%);
  pointer-events: none;
}

.enterprise-copy {
  position: relative;
  z-index: 1;
  border-right: 1px dashed rgba(137, 180, 255, .32);
  padding-right: 36px;
}

.enterprise-copy small {
  color: #33a3ff;
  font-weight: 900;
}

.enterprise-copy h2,
.closing-band h2 {
  margin: 12px 0 16px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.enterprise-copy p,
.closing-band p {
  color: #c6d6f5;
  line-height: 1.65;
}

.enterprise-features {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 18px;
}

.mini-feature {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
}

.mini-feature .feature-icon {
  width: 36px;
  height: 36px;
  margin: 0;
  color: #fff;
  background: rgba(7, 93, 255, .55);
  border-radius: 7px;
  padding: 8px;
}

.mini-feature h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 13px;
}

.mini-feature p {
  margin: 0;
  color: #c0d1f0;
  font-size: 12px;
  line-height: 1.5;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 24px;
  position: relative;
}

.pricing-card.popular {
  border-color: var(--blue);
  box-shadow: 0 15px 38px rgba(7, 93, 255, .17);
}

.popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1px);
  min-width: 140px;
  height: 25px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  border-radius: 0 0 6px 6px;
  font-size: 11px;
  font-weight: 900;
}

.pricing-card h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 17px;
}

.pricing-card > p {
  min-height: 44px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.price {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 42px;
  font-weight: 900;
}

.price small {
  font-size: 15px;
  font-weight: 800;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px 13px;
  color: #445472;
  font-size: 12px;
  line-height: 1.35;
}

.pricing-card .check-list {
  grid-template-columns: 1fr 1fr;
}

.check-list li {
  position: relative;
  padding-left: 18px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background: var(--blue);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m9 16.2-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.pricing-card .btn {
  margin-top: auto;
  width: 100%;
}

.closing-band {
  margin: 22px auto 36px;
  padding: 44px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 170px;
  align-items: center;
  gap: 42px;
  text-align: center;
}

.closing-band > * {
  position: relative;
  z-index: 1;
}

.closing-logo {
  display: flex;
  justify-content: center;
}

.closing-logo img {
  width: min(200px, 56vw);
  height: auto;
  max-height: 52px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.closing-content {
  display: grid;
  justify-items: center;
}

.closing-band h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.closing-band p {
  margin-bottom: 0;
  max-width: 620px;
}

.closing-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.page-hero {
  padding: 72px 0 46px;
  border-bottom: 1px solid var(--line);
}

.page-hero .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
  gap: 46px;
  align-items: center;
}

.page-hero h1 {
  margin: 17px 0;
  color: var(--navy);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
}

.page-hero p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 28px;
}

.hero-panel h3 {
  margin-bottom: 18px;
  color: var(--navy);
}

.panel-list {
  display: grid;
  gap: 14px;
}

.panel-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #344665;
  font-weight: 750;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.info-card {
  padding: 24px;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.comparison {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 25, 68, .05);
}

.comparison th,
.comparison td {
  border-bottom: 1px solid var(--line);
  padding: 16px;
  text-align: left;
  color: #3b4d6c;
  font-size: 14px;
}

.comparison th {
  color: var(--navy);
  background: #f7faff;
  font-weight: 900;
}

.comparison tr:last-child td {
  border-bottom: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-item {
  padding: 22px;
}

.faq-item h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 16px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: #26395f;
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd9f0;
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.form-note {
  min-height: 20px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.form-note.is-error {
  color: #c2410c;
}

.deploy-build-error {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(194, 65, 12, 0.28);
  background: rgba(194, 65, 12, 0.06);
  color: #9a3412;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}

.deploy-build-error-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.deploy-build-error-head strong {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}

.deploy-build-error strong {
  display: block;
  margin-bottom: 6px;
  color: #7c2d12;
  font-size: 14px;
}

.deploy-copy-error {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid rgba(124, 45, 18, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  color: #7c2d12;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.deploy-copy-error:hover {
  background: #fff;
  border-color: rgba(124, 45, 18, 0.45);
}

.deploy-copy-error.is-copied {
  color: #166534;
  border-color: rgba(22, 101, 52, 0.35);
  background: rgba(220, 252, 231, 0.85);
}

.deploy-copy-error svg {
  display: block;
}

.deploy-build-error code,
.deploy-build-error .deploy-build-snippet {
  display: block;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #7c2d12;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  white-space: pre-wrap;
}

.deploy-preflight-warn {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(180, 120, 20, 0.35);
  background: rgba(255, 220, 140, 0.25);
  color: #7a4e00;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.deploy-preflight-warn + .deploy-preflight-warn {
  margin-top: 8px;
}

.contact-form .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.auth-alt {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.auth-alt a {
  font-weight: 800;
}

/* AI Builder wizard */
.builder-panel,
.builder-panel-wide {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 28px;
}

.builder-panel-wide {
  max-width: 820px;
  margin: 0 auto;
}

.checkout-section {
  padding-top: 48px;
  padding-bottom: 64px;
}

.checkout-shell {
  max-width: 920px;
  margin: 0 auto;
}

.checkout-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}

.checkout-header h1 {
  margin-bottom: 12px;
}

.checkout-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.checkout-featured {
  position: relative;
  border: 1px solid #b8d4ff;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
  box-shadow: var(--shadow);
  padding: 32px;
  margin-bottom: 24px;
}

.checkout-featured-badge {
  position: absolute;
  top: -12px;
  left: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.checkout-featured-body {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 32px;
  align-items: start;
}

.checkout-featured-copy h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 28px;
}

.checkout-lead {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.checkout-featured-pricing {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 24px;
}

.checkout-price-stack {
  display: grid;
  gap: 6px;
  margin-bottom: 20px;
}

.checkout-price-today {
  color: var(--navy);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

.checkout-price-today small {
  font-size: 16px;
  font-weight: 700;
  color: var(--muted);
}

.checkout-price-detail,
.checkout-price-then {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.checkout-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.checkout-alt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.checkout-alt-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 25, 68, .04);
  padding: 24px;
}

.checkout-alt-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 20px;
}

.checkout-alt-price {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 28px;
  font-weight: 900;
}

.checkout-alt-price small {
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
}

.checkout-alt-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.55;
}

.btn-block {
  width: 100%;
}

.checkout-footer-link {
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 820px) {
  .checkout-featured-body,
  .checkout-alt-grid {
    grid-template-columns: 1fr;
  }

  .checkout-featured {
    padding: 24px 20px 20px;
  }

  .checkout-featured-badge {
    left: 20px;
  }
}

.builder-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.builder-progress-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid var(--line);
  color: var(--muted);
  background: #fff;
}

.builder-progress-item.is-active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.builder-progress-item.is-done {
  background: #ecfdf5;
  color: var(--green);
  border-color: #bbf7d0;
}

.builder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.builder-domain-detect {
  padding: 14px;
  border-radius: 8px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
}

.builder-preview {
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid var(--line);
}

.builder-scan-result {
  margin-top: 16px;
}

.builder-project-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.info-card-wide {
  grid-column: 1 / -1;
}

.account-sites {
  display: grid;
  gap: 12px;
}

.account-sites-empty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.account-sites-empty p {
  margin: 0;
  color: var(--muted);
}

.account-site-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 25, 68, .05);
}

.account-site-main {
  min-width: 0;
  flex: 1;
}

.account-site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}

.credits-grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: 0 auto;
}

.credits-grid .pricing-card {
  min-height: 0;
}

.credits-grid .btn {
  margin-top: auto;
}

@media (max-width: 720px) {
  .credits-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0;
  color: #62708c;
  font-size: 14px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mobile-panel {
  display: none;
  gap: 10px;
  padding: 0 20px 18px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 2px;
  font-size: 15px;
  font-weight: 700;
  color: #17264e;
}

.mobile-panel a:hover,
.mobile-panel a.active {
  color: var(--blue);
}

.mobile-panel .btn {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .nav {
    gap: 16px;
  }

  .nav-links {
    gap: 18px;
    font-size: 13px;
  }

  .nav-actions .btn {
    padding: 0 14px;
    font-size: 13px;
  }

  .nav-actions .btn .icon {
    display: none;
  }

  .feature-grid,
  .hosting-features {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .stack-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stack-cell {
    border-bottom: 1px solid var(--line);
  }

  .stack-cell:nth-child(3n) {
    border-right: 0;
  }

  .enterprise-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  body.nav-open .mobile-panel {
    display: grid;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .page-hero .shell,
  .enterprise-band,
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .product-frame {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }

  .app-mock {
    min-width: min(100%, 640px);
  }

  .page-hero {
    padding: 48px 0 36px;
  }

  .page-hero h1 {
    font-size: clamp(32px, 7vw, 46px);
  }

  .hero-panel {
    max-width: 520px;
  }

  .enterprise-copy {
    border-right: 0;
    border-bottom: 1px dashed rgba(137, 180, 255, .32);
    padding: 0 0 28px;
  }

  .closing-band {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 28px;
    text-align: center;
  }

  .closing-actions {
    justify-content: center;
    width: 100%;
  }

  .feature-grid,
  .hosting-features,
  .pricing-grid,
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-info {
    grid-template-columns: 1fr;
  }

  .steps,
  .stack-grid,
  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stack-cell {
    border-right: 1px solid var(--line);
  }

  .stack-cell:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .brand img {
    width: min(156px, 52vw);
    max-height: 40px;
  }

  .hero {
    padding-top: 32px;
    padding-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .hero-copy,
  .page-hero p {
    font-size: 16px;
  }

  .hero-ctas,
  .cta-row,
  .closing-actions {
    width: 100%;
  }

  .hero-ctas .btn,
  .cta-row .btn,
  .closing-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .app-mock {
    grid-template-columns: 1fr;
    min-width: 0;
    min-height: 0;
  }

  .mock-sidebar {
    display: none;
  }

  .mock-main {
    padding: 16px;
  }

  .mock-grid {
    grid-template-columns: 1fr;
  }

  .wide {
    display: none;
  }

  .tech-logo {
    min-width: calc(50% - 14px);
    justify-content: flex-start;
    font-size: 13px;
  }

  .feature-grid,
  .hosting-features,
  .pricing-grid,
  .steps,
  .stack-grid,
  .info-grid,
  .contact-info,
  .faq-grid,
  .field-grid,
  .enterprise-features {
    grid-template-columns: 1fr;
  }

  .stack-cell {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stack-cell:last-child {
    border-bottom: 0;
  }

  .enterprise-band,
  .closing-band {
    padding: 28px 22px;
  }

  .check-list,
  .pricing-card .check-list {
    grid-template-columns: 1fr;
  }

  .pricing-card > p {
    min-height: 0;
  }

  .comparison {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison th,
  .comparison td {
    white-space: nowrap;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .tech-logo {
    min-width: 100%;
  }

  .trust-row {
    gap: 12px;
  }

  .page-hero .shell,
  .hero-grid {
    gap: 28px;
  }
}

/* Admin dashboard */
.hp-field {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.admin-body {
  background: #f4f7fb;
  min-height: 100vh;
}

.admin-app {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid #e4ebf5;
  padding: 20px 14px;
  position: sticky;
  top: 0;
  height: 100vh;
}

.admin-sidebar-brand img {
  height: 36px;
  width: auto;
  display: block;
  margin: 4px 8px 24px;
}

.admin-nav {
  display: grid;
  gap: 4px;
  flex: 1;
}

.admin-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #5b6b86;
  text-decoration: none;
  text-align: left;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
}

.admin-nav-item:disabled {
  opacity: .45;
  cursor: default;
}

.admin-nav-item.is-active,
.admin-nav-item:not(:disabled):hover {
  background: #eef4ff;
  color: #1d4ed8;
}

.admin-nav-icon {
  width: 18px;
  text-align: center;
  font-size: 12px;
}

.admin-sidebar-footer {
  margin-top: auto;
  padding-top: 16px;
}

.admin-status-card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #f8fbff;
}

.admin-status-card strong {
  display: block;
  font-size: 13px;
  color: var(--navy);
}

.admin-status-card p {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.admin-status-dot {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .15);
  flex-shrink: 0;
}

.admin-version {
  margin: 12px 4px 0;
  font-size: 11px;
  color: #94a3b8;
}

.admin-shell {
  min-width: 0;
}

.admin-topbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: rgba(255, 255, 255, .8);
  border-bottom: 1px solid #e4ebf5;
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 5;
}

.admin-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-user-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 8px;
}

.admin-user-chip strong {
  display: block;
  font-size: 13px;
  color: var(--navy);
  line-height: 1.2;
}

.admin-user-email {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.admin-avatar,
.admin-user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  object-fit: cover;
}

.admin-avatar--lg {
  width: 48px;
  height: 48px;
  font-size: 15px;
}

.admin-main {
  padding: 28px;
}

.admin-page-head {
  margin-bottom: 20px;
}

.admin-page-head h1 {
  margin: 0;
  font-size: 28px;
  color: var(--navy);
}

.admin-subtitle {
  margin: 6px 0 0;
  color: var(--muted);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.admin-stat {
  padding: 16px 18px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 25, 68, .04);
}

.admin-stat-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.admin-stat-value {
  display: block;
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.1;
}

.admin-stat-label {
  font-size: 12px;
  font-weight: 800;
  color: #64748b;
}

.admin-stat-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #94a3b8;
}

.admin-stat-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eff6ff;
}

.admin-stat--purple .admin-stat-icon { background: #f3e8ff; }
.admin-stat--green .admin-stat-icon { background: #dcfce7; }
.admin-stat--indigo .admin-stat-icon { background: #e0e7ff; }
.admin-stat--gold .admin-stat-icon { background: #fef3c7; }

.admin-toolbar {
  display: grid;
  gap: 14px;
  margin-bottom: 16px;
}

.admin-search-wrap {
  position: relative;
  max-width: 480px;
}

.admin-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 16px;
  pointer-events: none;
}

.admin-search {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7e2f2;
  border-radius: 12px;
  padding: 10px 14px 10px 38px;
  font-size: 15px;
  background: #fff;
}

.admin-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-filter {
  border: 1px solid #e4ebf5;
  background: #fff;
  color: #64748b;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.admin-filter.is-active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.admin-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.admin-layout:has(.admin-detail:not([hidden])) {
  grid-template-columns: 1.35fr .9fr;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 25, 68, .04);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.admin-table th,
.admin-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #eef2f7;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

.admin-table th {
  background: #f8fbff;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-row {
  cursor: pointer;
}

.admin-row:hover {
  background: #f8fbff;
}

.admin-customer-cell {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.admin-customer-copy {
  min-width: 0;
}

.admin-customer-cell strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.3;
}

.admin-customer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-top: 4px;
  font-size: 12px;
}

.admin-gh-pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-weight: 700;
  white-space: nowrap;
}

.admin-contact-line {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 20px;
}

.admin-billing-cell {
  display: grid;
  gap: 2px;
}

.admin-billing-cell strong {
  color: var(--navy);
  font-size: 13px;
}

.admin-billing-cell span {
  color: var(--muted);
  font-size: 12px;
}

.admin-site-link {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
}

.admin-site-link:hover {
  text-decoration: underline;
}

.admin-muted {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.admin-icon-btn {
  border: 0;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1;
}

.admin-icon-btn:hover,
.admin-icon-btn.is-copied {
  color: #2563eb;
  background: #eff6ff;
}

.admin-actions {
  white-space: nowrap;
  text-align: right;
}

.admin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  max-width: none;
}

.admin-badge--lead { background: #f3e8ff; color: #7e22ce; }
.admin-badge--paid { background: #dcfce7; color: #15803d; }
.admin-badge--onboarding { background: #dbeafe; color: #1d4ed8; }
.admin-badge--brief { background: #fdf4ff; color: #a21caf; }
.admin-badge--mockup { background: #fff7ed; color: #c2410c; }
.admin-badge--approved { background: #ecfdf5; color: #065f46; }
.admin-badge--archived { background: #f1f5f9; color: #475569; }
.admin-badge--other { background: #f8fafc; color: #475569; }

.admin-detail {
  position: relative;
  border: 1px solid #e4ebf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 25, 68, .04);
  padding: 24px;
  max-height: calc(100vh - 120px);
  overflow: auto;
  position: sticky;
  top: 84px;
}

.admin-detail-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}

.admin-detail-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
  padding-right: 24px;
}

.admin-detail h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 22px;
}

.admin-detail h3 {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.admin-detail-contact {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  color: #475569;
  font-size: 14px;
}

.admin-panel-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef2f7;
}

.admin-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.admin-meta-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  font-size: 14px;
}

.admin-meta-list span {
  color: #94a3b8;
  flex: 0 0 auto;
}

.admin-meta-list strong {
  color: var(--navy);
  text-align: right;
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-meta-list--compact {
  margin-top: 12px;
}

.admin-meta-list .admin-badge {
  max-width: none;
}

.admin-activity-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}

.admin-hosting-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.admin-gh-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  background: #f8fafc;
}

.admin-gh-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.admin-gh-card-body {
  min-width: 0;
}

.admin-gh-bio {
  margin: 6px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.admin-deploy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.admin-deploy-list li {
  padding: 10px 12px;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  background: #fff;
}

.admin-deploy-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.admin-deploy-main strong {
  font-size: 13px;
  color: var(--navy);
}

.admin-deploy-url {
  display: inline-block;
  margin-top: 4px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  word-break: break-all;
}

.admin-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.admin-activity-grid div {
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

.admin-activity-grid strong {
  display: block;
  font-size: 20px;
  color: var(--navy);
}

.admin-activity-grid span {
  font-size: 12px;
  color: var(--muted);
}

.admin-detail-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.admin-detail-actions .btn {
  justify-content: center;
}

.admin-action-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.admin-detail-list {
  margin: 0;
  padding-left: 18px;
  color: #344665;
  line-height: 1.6;
  font-size: 14px;
}

.admin-subhead {
  margin: 14px 0 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.admin-gh-avatar {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  vertical-align: middle;
  margin-right: 6px;
  object-fit: cover;
}

.admin-gate {
  padding: 64px 0;
}

.admin-gate-card {
  max-width: 520px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.admin-gate-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.admin-billing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 8px;
}

.admin-billing-table th,
.admin-billing-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.admin-billing-table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
}

.admin-manage-box {
  margin: 16px 0 0;
  padding: 16px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #f8fbff;
}

.admin-manage-box h4 {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--navy);
}

.admin-manage-box .field {
  margin-bottom: 10px;
}

.admin-danger-outline {
  color: #b91c1c !important;
  border-color: #fecaca !important;
}

.admin-danger-btn {
  color: #fff !important;
  background: #b91c1c !important;
  border-color: #b91c1c !important;
}

.admin-danger-btn:hover {
  background: #991b1b !important;
  border-color: #991b1b !important;
}

.admin-table th:nth-child(4),
.admin-table th:nth-child(5),
.admin-table td:nth-child(4),
.admin-table td:nth-child(5) {
  white-space: nowrap;
  width: 1%;
}

@media (max-width: 1100px) {
  .admin-activity-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.admin-code {
  font-size: 11px;
  word-break: break-all;
}

.admin-modal {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(480px, calc(100vw - 32px));
}

.admin-modal::backdrop {
  background: rgba(6, 25, 68, .45);
}

.admin-modal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px;
  margin: 0;
}

.admin-modal-card h2 {
  margin: 0 0 8px;
  color: var(--navy);
}

.admin-modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 1100px) {
  .admin-app {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #e4ebf5;
  }

  .admin-nav {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .admin-sidebar-footer {
    display: none;
  }

  .admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-layout:has(.admin-detail:not([hidden])) {
    grid-template-columns: 1fr;
  }

  .admin-detail {
    position: static;
    max-height: none;
  }
}

@media (max-width: 720px) {
  .admin-main {
    padding: 18px;
  }

  .admin-topbar {
    padding: 12px 16px;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-table {
    min-width: 820px;
  }

  .admin-detail-actions {
    grid-template-columns: 1fr;
  }

  .admin-user-chip span:last-child {
    display: none;
  }
}

.deploy-main {
  padding-bottom: 48px;
}

.deploy-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.deploy-toolbar .admin-search {
  flex: 1;
  max-width: 420px;
}

.deploy-repo-list,
.deploy-list {
  display: grid;
  gap: 12px;
}

.deploy-repo-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 25, 68, .04);
}

.deploy-repo-card strong {
  color: var(--navy);
}

.deploy-card-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.deploy-site-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(7, 25, 68, .05);
}

.deploy-site-main {
  min-width: 0;
  flex: 1;
}

.deploy-site-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.deploy-site-title-row strong {
  color: var(--navy);
  font-size: 17px;
}

.deploy-site-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.deploy-site-url {
  display: inline-block;
  margin-top: 10px;
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
  word-break: break-all;
}

.deploy-site-url:hover {
  text-decoration: underline;
}

.deploy-site-url-pending {
  display: inline-block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.deploy-site-side {
  display: grid;
  gap: 10px;
  justify-items: end;
  flex: 0 0 auto;
}

.deploy-site-time {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.deploy-site-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.deploy-text-action {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.deploy-text-action:hover {
  color: var(--blue);
}

.deploy-text-action--muted {
  color: var(--muted);
  font-weight: 500;
}

.deploy-text-action--muted:hover {
  color: #b91c1c;
}

.deploy-text-action:disabled {
  opacity: .55;
  cursor: wait;
}

.deploy-summary {
  margin: 12px 0 8px;
}

.deploy-summary-card {
  padding: 14px 16px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #f8fbff;
}

.deploy-summary-card strong {
  display: block;
  color: var(--navy);
  margin-bottom: 6px;
}

.deploy-summary-card p {
  margin: 0 0 6px;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
}

.deploy-advanced {
  margin: 12px 0 4px;
  border-top: 1px solid #eef2f7;
  padding-top: 10px;
}

.deploy-advanced summary {
  cursor: pointer;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.deploy-advanced[open] summary {
  margin-bottom: 12px;
}

.deploy-progress {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  background: rgba(6, 24, 63, .45);
  backdrop-filter: blur(4px);
  padding: 24px;
}

.deploy-progress[hidden] {
  display: none !important;
}

.deploy-progress-card {
  width: min(420px, 100%);
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(7, 25, 68, .2);
}

.deploy-progress-card h2 {
  margin: 16px 0 8px;
  color: var(--navy);
  font-size: 22px;
}

.deploy-progress-card p {
  margin: 0;
  color: #475569;
}

.deploy-spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  border: 3px solid #dbeafe;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: deploy-spin .8s linear infinite;
}

.deploy-spinner--sm {
  width: 28px;
  height: 28px;
  margin: 0;
  flex: 0 0 auto;
  border-width: 2.5px;
}

@keyframes deploy-spin {
  to { transform: rotate(360deg); }
}

.deploy-dock {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 35;
  width: min(560px, calc(100% - 24px));
  pointer-events: none;
}

.deploy-dock[hidden] {
  display: none !important;
}

.deploy-dock-card {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(7, 25, 68, .16);
  animation: deploy-dock-in .35s ease;
}

.deploy-dock-copy {
  flex: 1;
  min-width: 0;
}

.deploy-dock-copy strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.deploy-dock-copy p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes deploy-dock-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.deploy-alert-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.deploy-alert-btn .icon {
  width: 20px;
  height: 20px;
}

.deploy-alert-btn:hover,
.deploy-alert-btn[aria-expanded="true"] {
  border-color: #bdd0f5;
  box-shadow: 0 8px 20px rgba(7, 93, 255, .12);
}

.deploy-alert-btn.is-ready {
  animation: deploy-alert-pop .55s ease;
  border-color: rgba(19, 166, 107, .45);
  color: var(--green);
}

.deploy-alert-btn[hidden] {
  display: none !important;
}

.deploy-alert-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.deploy-alert-badge[hidden] {
  display: none !important;
}

@keyframes deploy-alert-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.deploy-alert-panel {
  position: fixed;
  top: 84px;
  right: max(20px, calc((100vw - 1160px) / 2));
  z-index: 36;
  width: min(360px, calc(100vw - 24px));
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 22px 50px rgba(7, 25, 68, .16);
  overflow: hidden;
  animation: deploy-panel-in .28s ease;
}

.deploy-alert-panel[hidden] {
  display: none !important;
}

.deploy-alert-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.deploy-alert-panel-head strong {
  color: var(--navy);
  font-size: 14px;
}

.deploy-alert-list {
  max-height: min(420px, 55vh);
  overflow: auto;
  padding: 8px;
}

.deploy-alert-item {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
}

.deploy-alert-item + .deploy-alert-item {
  border-top: 1px solid var(--line);
}

.deploy-alert-item strong {
  color: var(--navy);
  font-size: 14px;
}

.deploy-alert-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
}

.deploy-alert-item .btn {
  justify-self: start;
}

@keyframes deploy-panel-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.deploy-live-toast {
  position: fixed;
  right: max(20px, calc((100vw - 1160px) / 2));
  bottom: 24px;
  z-index: 37;
  width: min(420px, calc(100vw - 24px));
}

.deploy-live-toast[hidden] {
  display: none !important;
}

.deploy-live-toast-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 16px 18px 16px 20px;
  background: #fff;
  border: 1px solid rgba(19, 166, 107, .28);
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(7, 25, 68, .18);
  animation: deploy-toast-in .4s cubic-bezier(.2, .8, .2, 1);
}

.deploy-live-toast-card > div:nth-child(2) strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
}

.deploy-live-toast-card > div:nth-child(2) p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.deploy-live-toast-pulse {
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(19, 166, 107, .45);
  animation: deploy-pulse 1.6s ease-out infinite;
}

.deploy-live-toast-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

@keyframes deploy-toast-in {
  from { opacity: 0; transform: translateY(16px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes deploy-pulse {
  0% { box-shadow: 0 0 0 0 rgba(19, 166, 107, .4); }
  70% { box-shadow: 0 0 0 8px rgba(19, 166, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(19, 166, 107, 0); }
}

@media (max-width: 720px) {
  .deploy-repo-card,
  .deploy-site-card,
  .account-site-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .deploy-site-side,
  .account-site-actions {
    width: 100%;
    justify-items: start;
    justify-content: flex-start;
  }

  .deploy-alert-panel,
  .deploy-live-toast {
    right: 12px;
    left: 12px;
    width: auto;
  }

  .deploy-dock-card {
    flex-wrap: wrap;
  }
}
