:root {
  color-scheme: dark;
  --bg: #090a0b;
  --surface: #111214;
  --surface-2: #18191c;
  --text: #f5f2ed;
  --muted: #b7b1aa;
  --dim: #89847f;
  --line: rgba(255, 255, 255, 0.11);
  --coral: #ff776b;
  --coral-soft: rgba(255, 119, 107, 0.12);
  --green: #8ed6a4;
  --radius: 18px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 119, 107, 0.09), transparent 31rem),
    linear-gradient(180deg, #0d0e10 0%, var(--bg) 36rem);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.22em; }
a:hover { color: var(--coral); }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 10px 16px; border-radius: 8px; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(9, 10, 11, 0.8); backdrop-filter: blur(18px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-weight: 760; letter-spacing: -0.02em; text-decoration: none; }
.brand img { width: 25px; height: 25px; }
.nav-links { display: flex; align-items: center; gap: clamp(15px, 2.2vw, 30px); margin: 0; padding: 0; list-style: none; font-size: 0.88rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--coral);
  color: #1b0d0b;
  font-weight: 720;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.button:hover { transform: translateY(-2px); background: #ff8d84; color: #1b0d0b; }
.button.secondary { border-color: var(--line); background: rgba(255, 255, 255, 0.04); color: var(--text); }
.button.secondary:hover { border-color: rgba(255, 119, 107, 0.55); background: var(--coral-soft); color: var(--text); }
.button[aria-disabled="true"] { cursor: not-allowed; transform: none; border-color: var(--line); background: #252528; color: #aaa6a1; }
.eyebrow { margin: 0 0 15px; color: var(--coral); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.hero { padding: clamp(72px, 10vw, 132px) 0 clamp(70px, 9vw, 116px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr); align-items: center; gap: clamp(44px, 8vw, 104px); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.04em; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 720; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { margin-bottom: 10px; font-size: 1.22rem; letter-spacing: -0.025em; }
.lede { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.note { margin-top: 18px; color: var(--dim); font-size: 0.88rem; }
.app-preview { position: relative; padding: 12px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,0.025); box-shadow: 0 30px 80px rgba(0,0,0,0.42); }
.app-window { overflow: hidden; min-height: 420px; border: 1px solid var(--line); border-radius: 15px; background: #111214; }
.window-bar { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid var(--line); }
.window-bar i { width: 9px; height: 9px; border-radius: 50%; background: #4b4b4f; }
.window-bar i:first-child { background: var(--coral); }
.dictation { min-height: 375px; display: grid; align-content: center; justify-items: center; padding: 48px 30px; text-align: center; }
.mic { width: 98px; height: 98px; display: grid; place-items: center; border: 1px solid rgba(255,119,107,.35); border-radius: 50%; background: var(--coral-soft); box-shadow: 0 0 0 18px rgba(255,119,107,.035); }
.mic img { width: 38px; height: 38px; }
.wave { height: 30px; display: flex; align-items: center; gap: 5px; margin: 24px 0; }
.wave i { width: 3px; border-radius: 3px; background: var(--coral); }
.wave i:nth-child(1), .wave i:nth-child(7) { height: 8px; }.wave i:nth-child(2), .wave i:nth-child(6) { height: 16px; }.wave i:nth-child(3), .wave i:nth-child(5) { height: 25px; }.wave i:nth-child(4) { height: 14px; }
.sample { max-width: 390px; margin: 0; color: #d8d4cf; font-size: 0.96rem; }
.sample strong { color: var(--coral); font-weight: 650; }
.section { padding: clamp(70px, 9vw, 118px) 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 740px; margin-bottom: 44px; }
.section-heading p { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card { padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.018)); }
.card p { margin-bottom: 0; color: var(--muted); }
.card-number { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 56px; border-radius: 50%; background: var(--coral-soft); color: var(--coral); font-size: 0.82rem; font-weight: 800; }
.privacy-band { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(34px, 7vw, 90px); align-items: start; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 20px 0 20px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 29px; width: 10px; height: 10px; border: 2px solid var(--coral); border-radius: 50%; }
.cta { padding: clamp(42px, 7vw, 76px); border: 1px solid rgba(255,119,107,.28); border-radius: 28px; background: linear-gradient(130deg, rgba(255,119,107,.14), rgba(255,255,255,.025) 55%); }
.cta h2 { max-width: 680px; }
.page-hero { padding: clamp(64px, 9vw, 110px) 0 56px; border-bottom: 1px solid var(--line); }
.page-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); gap: clamp(40px, 8vw, 100px); padding: 64px 0 110px; }
.toc { position: sticky; top: 28px; align-self: start; }
.toc p { margin-top: 0; color: var(--dim); font-size: 0.75rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .92rem; text-decoration: none; }
.prose { min-width: 0; }
.prose section { padding: 0 0 42px; scroll-margin-top: 28px; }
.prose section + section { padding-top: 42px; border-top: 1px solid var(--line); }
.prose p, .prose li { color: var(--muted); }
.prose strong { color: var(--text); }
.prose a { color: var(--text); }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: 10px; }
.callout { padding: 22px 24px; border-left: 3px solid var(--coral); border-radius: 0 12px 12px 0; background: var(--coral-soft); }
.callout p { margin: 0; color: #ded9d3; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 6px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .8rem; }
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.download-panel { max-width: 760px; margin-top: 44px; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.price-plan { display: flex; flex-direction: column; }
.price-plan.featured { border-color: rgba(255,119,107,.45); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.price-plan h2 { margin: 24px 0 8px; font-size: clamp(2.3rem, 5vw, 4rem); }
.price-plan h2 small { color: var(--muted); font-size: 1rem; font-weight: 500; letter-spacing: 0; }
.result-banner { max-width: 760px; margin-top: 30px; padding: 18px 20px; border: 1px solid rgba(142,214,164,.35); border-radius: 13px; background: rgba(142,214,164,.09); color: #dfeee3; }
.result-banner[hidden] { display: none; }
.account-result { min-height: calc(100vh - 199px); display: grid; align-items: center; }
.download-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 24px 0; color: var(--muted); font-size: .9rem; }
.release { position: relative; padding: 0 0 48px 36px; border-left: 1px solid var(--line); }
.release::before { content: ""; position: absolute; top: 5px; left: -6px; width: 11px; height: 11px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px var(--bg); }
.release time { color: var(--dim); font-size: .82rem; }
.site-footer { padding: 54px 0; border-top: 1px solid var(--line); color: var(--dim); font-size: .86rem; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: start; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 24px; }
.footer-links a { color: var(--muted); text-decoration: none; }

@media (max-width: 850px) {
  .nav { min-height: 64px; align-items: flex-start; flex-direction: column; padding: 17px 0; gap: 12px; }
  .nav-links { width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .nav-links li { flex: 0 0 auto; }
  .hero-grid, .privacy-band { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 58px; }
  .app-preview { width: min(100%, 620px); }
  .grid-3 { grid-template-columns: 1fr; }
  .card-number { margin-bottom: 30px; }
  .page-layout { grid-template-columns: 1fr; padding-top: 44px; }
  .toc { position: static; display: none; }
}

@media (max-width: 590px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-links { gap: 18px; }
  .nav-links .nav-download { display: none; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.6rem); }
  .grid-2 { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .app-window { min-height: 350px; }
  .dictation { min-height: 305px; padding: 38px 20px; }
  .mic { width: 82px; height: 82px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

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

.admin-shell { min-height: calc(100vh - 180px); padding-block: 64px 100px; }
.admin-login { max-width: 720px; margin-inline: auto; }
.admin-form { max-width: 520px; display: grid; gap: 18px; margin-top: 36px; }
.admin-form label, .admin-toolbar label { display: grid; gap: 7px; color: var(--muted); font-size: .9rem; }
.admin-shell input, .admin-shell select, .admin-shell textarea { min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: #0c0d0f; color: var(--text); font: inherit; }
.admin-shell textarea { min-height: 82px; resize: vertical; }
.form-message { min-height: 1.6em; color: var(--green); }
.form-message.error { color: var(--coral); }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.admin-heading h1 { margin-bottom: 12px; font-size: clamp(2.7rem, 6vw, 5rem); }
.admin-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 56px; }
.admin-toolbar label { min-width: min(100%, 320px); }
.actions.compact { margin-top: 0; }
.admin-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.admin-stat { padding: 22px; }
.admin-stat strong { display: block; font-size: 2rem; font-variant-numeric: tabular-nums; }
.admin-stat span { color: var(--muted); font-size: .85rem; }
.admin-chart { height: 100px; display: flex; align-items: end; gap: 4px; margin: 20px 0 62px; padding: 16px 18px 0; border-bottom: 1px solid var(--line); }
.admin-chart span { flex: 1; min-width: 3px; border-radius: 4px 4px 0 0; background: var(--coral); opacity: .78; }
.admin-columns { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 18px; align-items: start; }
.admin-columns h2, .admin-audit h2 { font-size: 2rem; }
.admin-inline-form { display: grid; grid-template-columns: 1fr 160px auto; gap: 9px; margin: 24px 0; }
.invite-result { display: flex; gap: 9px; margin-bottom: 20px; }
.invite-result input { flex: 1; }
.admin-list { border-top: 1px solid var(--line); }
.admin-list-row { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.admin-list-row > div { min-width: 0; flex: 1; display: grid; }
.admin-list-row strong { overflow: hidden; text-overflow: ellipsis; }
.admin-list-row span, .admin-list-row time { color: var(--muted); font-size: .8rem; }
.admin-danger { border: 0; background: transparent; color: var(--coral); cursor: pointer; }
.policy-list { display: grid; gap: 14px; }
.policy-list label { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.policy-list input { min-height: 0; accent-color: var(--coral); }
.policy-list .button { margin-top: 12px; }
.admin-audit { margin-top: 18px; }
@media (max-width: 900px) { .admin-stats { grid-template-columns: repeat(2, 1fr); } .admin-columns { grid-template-columns: 1fr; } .admin-toolbar { align-items: stretch; flex-direction: column; } }
@media (max-width: 620px) { .admin-login h1 { font-size: 11.5vw; letter-spacing: -.045em; } .admin-heading { align-items: flex-start; flex-direction: column; } .admin-inline-form { grid-template-columns: 1fr; } .admin-stats { grid-template-columns: 1fr 1fr; } .admin-list-row { align-items: flex-start; flex-wrap: wrap; } }

/* Ambient glow & mesh background */
.ambient-glow {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: 
    radial-gradient(ellipse at 50% 20%, rgba(255, 119, 107, 0.18), transparent 60%),
    radial-gradient(circle at 20% 40%, rgba(142, 214, 164, 0.08), transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(120, 119, 198, 0.12), transparent 50%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

/* Nav Active Pill */
.nav-active-pill {
  position: relative;
  color: var(--text) !important;
  font-weight: 600;
}
.nav-active-pill::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--coral);
  border-radius: 2px;
  box-shadow: 0 0 10px var(--coral);
}

/* Status Badges & Pulsing Dots */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 119, 107, 0.3);
  border-radius: 999px;
  background: rgba(255, 119, 107, 0.08);
  color: var(--coral);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  backdrop-filter: blur(12px);
  margin-bottom: 24px;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 12px var(--coral);
  animation: pulseDot 2s infinite ease-in-out;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.pulsing-amber-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.6);
  animation: pulseAmber 1.8s infinite ease-in-out;
}
@keyframes pulseAmber {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.5; }
}

/* Download Hero Section */
.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-header {
  max-width: 780px;
  margin-bottom: 40px;
}
.hero-header h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff 30%, #c4c0b9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

/* Glass Card Component */
.glass-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02) 60%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover {
  border-color: rgba(255, 119, 107, 0.35);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 119, 107, 0.25);
}

/* Download Panel Specifics */
.download-panel {
  width: 100%;
  max-width: 820px;
  padding: clamp(32px, 5vw, 54px);
  text-align: left;
}
.download-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.app-identity {
  display: flex;
  align-items: center;
  gap: 20px;
}
.app-icon-wrapper {
  position: relative;
  flex-shrink: 0;
}
.app-icon {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.app-icon-glow {
  position: absolute;
  inset: -4px;
  border-radius: 22px;
  background: radial-gradient(circle, var(--coral), transparent 70%);
  opacity: 0.35;
  filter: blur(10px);
  z-index: -1;
}
.app-title-group h2 {
  font-size: 1.75rem;
  font-weight: 750;
  margin: 0 0 4px;
  letter-spacing: -0.03em;
  color: var(--text);
}
.build-version-tag {
  font-size: 0.88rem;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}
.status-amber {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #fbbf24;
}

.panel-description {
  margin: 24px 0 clamp(20px, 3vw, 32px);
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Spec Grid */
.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.spec-item {
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.spec-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
  font-weight: 700;
}
.spec-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
}
.spec-value svg {
  color: var(--coral);
  flex-shrink: 0;
}

/* Download Action Box & Button */
.download-action-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.2));
}
.button-download-main {
  width: 100%;
  min-height: 56px;
  font-size: 1.05rem;
  gap: 12px;
  border-radius: 16px;
  font-weight: 700;
}
.button-download-main[aria-disabled="true"] {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: var(--dim) !important;
  cursor: not-allowed;
  box-shadow: none;
}

/* Notify Form */
.notify-form-container {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.notify-title {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}
.notify-input-group {
  display: flex;
  gap: 10px;
}
.notify-input {
  flex: 1;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  color: var(--text);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.notify-input:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(255, 119, 107, 0.2);
}
.button-notify {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: var(--coral);
  color: #1b0d0b;
  font-weight: 700;
  cursor: pointer;
  border: none;
}
.button-notify:hover {
  background: #ff8d84;
}
.notify-success {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(142, 214, 164, 0.12);
  border: 1px solid rgba(142, 214, 164, 0.3);
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 600;
}

/* Pipeline Cards */
.pipeline-section {
  padding: 80px 0;
}
.text-center {
  text-align: center;
}
.pipeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.pipeline-card {
  position: relative;
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.pipeline-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 119, 107, 0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.pipeline-card.completed {
  border-color: rgba(142, 214, 164, 0.25);
}
.pipeline-card.active {
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 0 30px rgba(245, 158, 11, 0.08);
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.step-badge {
  font-size: 0.85rem;
  font-weight: 800;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: var(--dim);
}
.status-chip {
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}
.chip-green {
  background: rgba(142, 214, 164, 0.12);
  border: 1px solid rgba(142, 214, 164, 0.3);
  color: var(--green);
}
.chip-amber {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #fbbf24;
}
.chip-gray {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--dim);
}
.pipeline-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.pipeline-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 24px;
  flex: 1;
}
.step-footer {
  font-size: 0.82rem;
  color: var(--dim);
  font-weight: 600;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Mini Features Section */
.features-mini-section {
  padding: 60px 0 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mini-feature-card {
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.3s ease;
}
.mini-feature-card:hover {
  border-color: rgba(255, 119, 107, 0.3);
}
.mini-feature-card .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 119, 107, 0.1);
  border: 1px solid rgba(255, 119, 107, 0.25);
  color: var(--coral);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.mini-feature-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.mini-feature-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 850px) {
  .pipeline-grid {
    grid-template-columns: 1fr;
  }
  .download-panel-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .notify-input-group {
    flex-direction: column;
  }
}
