:root {
  --ink: #0b1712;
  --ink-2: #16261f;
  --muted: #637069;
  --paper: #f6f5ef;
  --white: #ffffff;
  --line: #dfe3dc;
  --lime: #c7ff68;
  --lime-strong: #a8ea43;
  --mint: #eaffc9;
  --green: #173f2b;
  --orange: #ff7a45;
  --danger: #b7422f;
  --shadow: 0 24px 80px rgba(12, 29, 21, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { min-width: 320px; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.site-booting #landing { pointer-events: none; }
body.site-booting .site-header *,
body.site-booting .hero-copy > *,
body.site-booting .hero-visual,
body.site-booting .trust-strip,
body.site-booting #product,
body.site-booting #how-it-works,
body.site-booting #pricing,
body.site-booting #faq,
body.site-booting .final-cta,
body.site-booting .site-footer { transition: opacity .55s ease, filter .55s ease, background .55s ease, color .55s ease; }

body.site-booting:not(.header-ready) .site-header .brand,
body.site-booting:not(.header-ready) .nav-links a,
body.site-booting:not(.header-ready) .nav-actions button,
body.site-booting:not(.headline-ready) .hero .eyebrow,
body.site-booting:not(.headline-ready) .hero h1,
body.site-booting:not(.copy-ready) .hero-lede,
body.site-booting:not(.copy-ready) .hero-note,
body.site-booting:not(.actions-ready) .hero-actions .button {
  color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  background: linear-gradient(100deg, #e5e8e2 22%, #f4f5f1 42%, #dde2da 62%) !important;
  background-size: 260% 100% !important;
  animation: inlineSkeleton 1.5s linear infinite !important;
  border-radius: 10px;
}
body.site-booting:not(.header-ready) .site-header .brand *,
body.site-booting:not(.headline-ready) .hero h1 *,
body.site-booting:not(.copy-ready) .hero-note *,
body.site-booting:not(.actions-ready) .hero-actions .button * { opacity: 0; }
body.site-booting:not(.preview-ready) .hero-visual { opacity: .28; filter: grayscale(1); }
body.site-booting:not(.preview-ready) .hero-visual:after { content: ""; position: absolute; inset: 0; z-index: 8; border-radius: 20px; background: linear-gradient(100deg, rgba(223,228,220,.75) 22%, rgba(247,248,244,.88) 42%, rgba(216,222,213,.75) 62%); background-size: 260% 100%; animation: inlineSkeleton 1.5s linear infinite; }
body.site-booting:not(.sections-ready) .trust-strip,
body.site-booting:not(.sections-ready) #product,
body.site-booting:not(.sections-ready) #how-it-works,
body.site-booting:not(.sections-ready) #pricing,
body.site-booting:not(.sections-ready) #faq,
body.site-booting:not(.sections-ready) .final-cta,
body.site-booting:not(.sections-ready) .site-footer { opacity: .18; filter: grayscale(1); }
@keyframes inlineSkeleton { to { background-position: -260% 0; } }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; transition: transform .2s ease; }
button:not(.overlay-backdrop):hover { transform: translateY(-6.4px); }
.hidden { display: none !important; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ambient { position: fixed; pointer-events: none; filter: blur(80px); opacity: .32; border-radius: 999px; z-index: -1; }
.ambient-one { width: 360px; height: 360px; background: #dbff9b; top: 100px; right: -180px; }
.ambient-two { width: 320px; height: 320px; background: #d4ede0; top: 720px; left: -190px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(21, 37, 29, .09); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 36px; height: 36px; border-radius: 10px; background: var(--ink); color: var(--lime); display: grid; place-items: center; transform: rotate(-5deg); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-mark span { transform: rotate(5deg); font-weight: 900; font-size: 18px; }
.brand-copy { font-size: 16px; letter-spacing: -.35px; font-weight: 500; }
.brand-copy strong { font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.nav-links a { display: inline-block; text-decoration: none; color: #3f4c45; font-size: 14px; font-weight: 600; transition: color .2s, transform .2s ease; }
.nav-links a:hover { color: var(--ink); transform: translateY(-6.4px); }
.nav-actions { display: flex; align-items: center; gap: 12px; margin-left: 26px; }
.text-button { border: 0; background: transparent; padding: 10px 12px; cursor: pointer; font-size: 14px; font-weight: 700; }
.menu-button { display: none; border: 0; background: none; width: 40px; height: 40px; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.button { border: 0; border-radius: 10px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; text-decoration: none; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-6.4px); }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 10px 30px rgba(10, 24, 17, .16); }
.button-primary:hover { background: #1b3227; box-shadow: 0 14px 34px rgba(10, 24, 17, .22); }
.button-primary span { color: var(--lime); font-size: 18px; line-height: 0; }
.button-small { padding: 10px 16px; border-radius: 8px; font-size: 13px; }
.button-large { padding: 16px 24px; border-radius: 11px; }
.button-ghost { background: rgba(255,255,255,.55); border: 1px solid #cfd5cd; color: var(--ink); }
.button-ghost:hover, .button-outline:hover { background: var(--white); border-color: #aeb8af; }
.button-light { background: var(--lime); color: var(--ink); }
.button-light:hover { background: #dcff9f; box-shadow: 0 12px 35px rgba(174, 235, 73, .2); }
.button-outline { background: transparent; color: var(--ink); border: 1px solid #cfd6cf; box-shadow: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; padding-top: 56px; padding-bottom: 82px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: 1.9px; font-size: 11px; font-weight: 900; display: inline-flex; align-items: center; gap: 9px; }
.eyebrow { margin-bottom: 24px; padding: 8px 12px; background: rgba(255,255,255,.66); border: 1px solid #d9dfd7; border-radius: 100px; color: #435148; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #55bd55; box-shadow: 0 0 0 4px rgba(85,189,85,.13); }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6.2vw, 82px); line-height: .98; letter-spacing: -4.8px; font-weight: 500; max-width: 720px; }
.hero h1 em { color: var(--green); font-weight: 400; }
.hero-lede { max-width: 640px; font-size: 18px; line-height: 1.7; color: #58665e; margin: 28px 0 31px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 26px; color: #67746c; font-size: 12px; font-weight: 650; }
.hero-note span { display: flex; align-items: center; gap: 6px; }
.hero-note svg { width: 16px; height: 16px; fill: none; stroke: #2e7d4a; stroke-width: 2.4; }

.hero-visual { position: relative; min-width: 0; }
.window-glow { position: absolute; inset: 10% 8%; border-radius: 60px; background: #b6ef62; filter: blur(60px); opacity: .26; }
.product-window { position: relative; background: #101c16; border: 1px solid rgba(255,255,255,.13); border-radius: 19px; overflow: hidden; box-shadow: 0 45px 90px rgba(10, 25, 17, .25), 0 6px 0 #0a130f; transform: perspective(1200px) rotateY(-4deg) rotateX(1.5deg); }
.window-bar { height: 47px; padding: 0 15px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.55); font-size: 10px; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-title { margin: auto; letter-spacing: .5px; }
.live-pill { display: flex; align-items: center; gap: 5px; }
.live-pill span { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }
.window-body { min-height: 420px; display: grid; grid-template-columns: 104px 1fr; }
.mini-sidebar { padding: 18px 12px; border-right: 1px solid rgba(255,255,255,.07); }
.mini-logo { color: var(--lime); font-family: Georgia, serif; font-size: 20px; margin: 0 0 34px 9px; }
.mini-nav { display: flex; gap: 8px; align-items: center; padding: 8px; color: rgba(255,255,255,.34); font-size: 8px; margin-bottom: 4px; border-radius: 5px; }
.mini-nav.active { color: rgba(255,255,255,.88); background: rgba(255,255,255,.07); }
.mini-nav i { width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 2px; }
.mini-main { padding: 19px; color: white; min-width: 0; }
.mini-topline { display: flex; align-items: center; justify-content: space-between; font-weight: 700; font-size: 11px; margin-bottom: 22px; }
.avatar { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: #2c3b33; color: #dce4dd; font-size: 7px; }
.balance-card { background: linear-gradient(135deg,#e4ffad,#bdf45b); color: var(--ink); border-radius: 10px; padding: 20px; display: flex; justify-content: space-between; align-items: flex-start; }
.balance-card small, .metric small { display: block; font-size: 7px; color: #4f6157; margin-bottom: 5px; }
.balance-card strong { font-family: Georgia, serif; font-weight: 500; font-size: 31px; letter-spacing: -1px; }
.trend { font-size: 7px; background: rgba(12,30,20,.09); padding: 5px 7px; border-radius: 100px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.metric { border: 1px solid rgba(255,255,255,.09); border-radius: 8px; padding: 13px; }
.metric small { color: rgba(255,255,255,.42); }
.metric strong { font-size: 17px; margin-right: 3px; }
.metric span { font-size: 6px; color: rgba(255,255,255,.38); }
.activity-card { margin-top: 9px; border: 1px solid rgba(255,255,255,.09); padding: 13px; border-radius: 8px; }
.activity-head { display: flex; justify-content: space-between; font-size: 8px; }
.activity-head small { color: rgba(255,255,255,.32); }
.chart { height: 76px; display: flex; align-items: end; gap: 6px; padding-top: 16px; }
.chart span { flex: 1; border-radius: 2px 2px 0 0; background: linear-gradient(#c7ff68,#4f713e); min-height: 7px; opacity: .84; }
.floating-card { position: absolute; background: var(--white); border: 1px solid #e4e7e2; border-radius: 11px; box-shadow: var(--shadow); padding: 12px 15px; z-index: 2; }
.credit-float { top: 22%; right: -34px; display: flex; flex-direction: column; }
.credit-float span { color: var(--muted); font-size: 9px; }
.credit-float strong { color: #277a46; font-size: 14px; }
.request-float { left: -39px; bottom: 15%; display: flex; align-items: center; gap: 9px; }
.request-float .pulse { width: 20px; height: 20px; border-radius: 50%; background: var(--mint); position: relative; }
.request-float .pulse:after { content: ""; position: absolute; width: 6px; height: 6px; background: #58ad50; border-radius: 50%; inset: 7px; }
.request-float strong, .request-float small { display: block; }
.request-float strong { font-size: 10px; }
.request-float small { font-size: 8px; color: var(--muted); }

.trust-strip { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: 1fr 2.8fr; min-height: 118px; align-items: center; gap: 36px; }
.trust-grid > p { font-family: Georgia, serif; font-size: 15px; max-width: 190px; color: #68736c; }
.trust-items { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-items span { padding: 18px 24px; border-left: 1px solid var(--line); font-size: 12px; font-weight: 800; color: #344139; }
.trust-items b { display: block; color: #a2aaa4; font-size: 9px; letter-spacing: 1px; margin-bottom: 8px; }

.section { padding-top: 130px; padding-bottom: 130px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; column-gap: 50px; align-items: end; margin-bottom: 58px; }
.section-heading .kicker { grid-column: 1 / -1; margin-bottom: 18px; color: #587063; }
.section-heading h2, .workflow-copy h2, .faq-heading h2, .final-cta h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px,5vw,65px); font-weight: 500; line-height: 1.02; letter-spacing: -3px; }
.section-heading > p { color: var(--muted); max-width: 420px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { position: relative; min-height: 330px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.7); padding: 34px; overflow: hidden; }
.feature-wide { grid-column: 1 / -1; min-height: 410px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: center; }
.dark-card { background: var(--ink); color: white; border-color: var(--ink); }
.feature-number { font-size: 10px; color: #7f8b84; letter-spacing: 1.5px; font-weight: 800; }
.feature-card h3 { font-size: 25px; line-height: 1.2; letter-spacing: -.7px; margin-top: 70px; max-width: 350px; }
.feature-card p { color: #6a756f; max-width: 410px; margin-top: 14px; line-height: 1.7; font-size: 14px; }
.dark-card h3 { color: white; margin-top: 80px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.dark-card p { color: rgba(255,255,255,.53); }
.icon-tile { position: absolute; top: 34px; right: 34px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: var(--mint); }
.icon-tile svg { width: 27px; height: 27px; fill: none; stroke: var(--green); stroke-width: 1.7; }
.usage-visual { background: #14251d; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 23px; overflow: hidden; }
.usage-head { display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 9px; }
.usage-total { margin-top: 20px; }
.usage-total strong { font-family: Georgia,serif; font-size: 38px; font-weight: 400; }
.usage-total small { color: rgba(255,255,255,.45); margin-left: 7px; }
.usage-visual svg { width: 100%; height: 142px; margin-top: -4px; overflow: visible; }
.usage-visual .area { fill: url(#area); }
.usage-visual .line { fill: none; stroke: var(--lime); stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.axis { display: flex; justify-content: space-between; color: rgba(255,255,255,.3); font-size: 7px; }

.workflow-section { background: var(--ink); color: white; padding: 125px 0; }
.workflow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.kicker.light { color: var(--lime); }
.workflow-copy h2 { margin: 20px 0 24px; }
.workflow-copy > p { color: rgba(255,255,255,.55); line-height: 1.75; max-width: 420px; margin-bottom: 33px; }
.steps { border-top: 1px solid rgba(255,255,255,.13); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.13); opacity: .6; }
.step.active { opacity: 1; }
.step-index { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.step h3 { font-size: 20px; margin-bottom: 8px; }
.step p { color: rgba(255,255,255,.52); font-size: 14px; max-width: 480px; }

.section-heading.centered { display: block; text-align: center; }
.section-heading.centered h2 { margin: 17px 0 18px; }
.section-heading.centered p { margin: auto; }
.pricing-card { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: white; box-shadow: 0 30px 70px rgba(15,33,23,.07); }
.price-side, .included-side { padding: 52px; }
.price-side { background: #efffcf; }
.price-label { text-transform: uppercase; letter-spacing: 1.5px; font-size: 10px; font-weight: 900; color: #5b6a60; }
.price { display: flex; align-items: baseline; font-family: Georgia,serif; font-size: 86px; line-height: 1; margin: 28px 0 18px; letter-spacing: -5px; }
.price > span { font-size: 30px; align-self: flex-start; margin-top: 10px; }
.price small { font-family: inherit; font-size: 15px; letter-spacing: 0; color: #5d685f; margin-left: 14px; }
.price-side > p { color: #59675f; max-width: 410px; margin-bottom: 30px; }
.included-side h3 { font-size: 20px; margin-bottom: 26px; }
.included-side ul { list-style: none; display: grid; gap: 18px; }
.included-side li { display: flex; gap: 13px; color: #4e5c54; font-size: 14px; }
.included-side li span { color: #34764b; font-weight: 900; }
.pricing-note { text-align: center; color: #869087; font-size: 11px; margin-top: 20px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-heading h2 { margin: 19px 0 25px; }
.faq-heading p { color: var(--muted); font-size: 13px; }
.faq-heading a { color: var(--green); font-weight: 800; }
.accordion { border-top: 1px solid #cdd4cd; }
.accordion details { border-bottom: 1px solid #cdd4cd; }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; font-weight: 800; font-size: 16px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #6f7b73; font-size: 20px; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { color: var(--muted); line-height: 1.7; max-width: 650px; padding: 0 42px 26px 0; font-size: 14px; }

.final-cta { background: var(--green); color: white; padding: 90px 0; }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.final-cta h2 { margin-top: 18px; }
.final-cta p { color: rgba(255,255,255,.58); max-width: 380px; margin-bottom: 25px; }
.site-footer { background: #07100c; color: white; padding: 68px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 52px; }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
.footer-main > p { color: rgba(255,255,255,.45); font-size: 13px; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; align-items: center; }
.footer-links a, .footer-links button { color: rgba(255,255,255,.63); font: inherit; font-size: 12px; text-decoration: none; border: 0; background: none; cursor: pointer; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 25px; display: flex; justify-content: space-between; color: rgba(255,255,255,.27); font-size: 10px; }

/* Routed marketing pages */
.subpage-body { min-height: 100vh; }
.subpage-nav a.active { color: var(--ink); position: relative; }
.subpage-nav a.active:after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--lime-strong); }
.subpage-hero { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; padding: 90px 0; }
.subpage-hero .kicker { color: #587063; margin-bottom: 20px; }
.subpage-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.8vw, 76px); line-height: .99; letter-spacing: -4px; font-weight: 500; max-width: 670px; }
.subpage-hero > div > p { color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 570px; margin: 25px 0 31px; }
.centered-subpage { display: block; min-height: 460px; text-align: center; padding-top: 110px; }
.centered-subpage h1 { margin-inline: auto; max-width: 740px; }
.centered-subpage > p { margin: 25px auto 31px; }
.subpage-panel { background: var(--ink); color: white; border-radius: 18px; padding: 24px; box-shadow: 0 32px 70px rgba(12,30,20,.2); transform: rotate(2deg); }
.panel-nav { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.panel-nav b { color: var(--lime); font-size: 10px; }
.panel-balance { margin: 23px 0; padding: 23px; background: var(--mint); border-radius: 11px; color: var(--ink); }
.panel-balance small, .panel-balance span { display: block; font-size: 10px; color: #53645a; }
.panel-balance strong { display: block; font-family: Georgia, serif; font-size: 47px; font-weight: 500; letter-spacing: -2px; margin: 7px 0; }
.panel-list { display: grid; gap: 1px; }
.panel-list div { display: flex; align-items: center; gap: 10px; padding: 14px 5px; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.panel-list i { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.panel-list b { margin-left: auto; color: rgba(255,255,255,.45); font-size: 9px; }
.product-detail-grid, .developer-grid, .comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-detail-grid article, .developer-grid article, .comparison-grid > div { padding: 34px; min-height: 265px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 15px; }
.product-detail-grid h2, .developer-grid h2, .comparison-grid h2 { font-family: Georgia, serif; font-size: 28px; font-weight: 500; line-height: 1.14; letter-spacing: -1px; margin: 45px 0 13px; }
.product-detail-grid p, .developer-grid p, .comparison-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-workflow { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.product-workflow h2 { font-family: Georgia, serif; font-size: clamp(40px,4.5vw,60px); line-height: 1.04; font-weight: 500; letter-spacing: -2.5px; margin-top: 18px; }
.developer-hero { grid-template-columns: 1fr 1fr; }
.code-panel { padding: 31px; background: #0a1610; color: #ecf8e7; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; font: 12px/1.75 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; box-shadow: 0 28px 70px rgba(11,25,18,.17); }
.code-panel span { color: var(--lime); }
.code-panel .code-muted { color: rgba(255,255,255,.38); }
.pricing-card-wrap { padding-top: 65px; }
.comparison-grid { grid-template-columns: 1fr 1fr; padding-top: 0; }
.comparison-grid > div { min-height: 245px; }

@media (max-width: 980px) {
  .subpage-hero, .product-workflow { grid-template-columns: 1fr; gap: 55px; }
  .subpage-hero { padding-top: 70px; }
  .subpage-panel { max-width: 570px; width: 100%; margin: auto; }
  .product-detail-grid, .developer-grid { grid-template-columns: 1fr; }
}

.overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; }
.overlay-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(4,12,8,.72); backdrop-filter: blur(10px); cursor: default; }
.auth-panel, .modal-card { position: relative; width: min(100%, 470px); max-height: calc(100vh - 48px); overflow-y: auto; background: #fbfcf8; border-radius: 18px; padding: 42px; box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.modal-card { width: min(100%, 500px); }
.close-button { position: absolute; top: 18px; right: 18px; border: 0; width: 34px; height: 34px; border-radius: 50%; background: #eef1ec; cursor: pointer; font-size: 22px; line-height: 1; color: #647067; }
.auth-brand { margin-bottom: 45px; }
.auth-kicker { display: block; text-transform: uppercase; letter-spacing: 1.6px; font-size: 10px; font-weight: 900; color: #54715f; margin-bottom: 13px; }
.auth-panel h2, .modal-card h2 { font-family: Georgia,serif; font-size: 35px; line-height: 1.1; letter-spacing: -1.3px; font-weight: 500; }
.auth-intro, .modal-card > p { color: var(--muted); font-size: 14px; margin: 11px 0 27px; }
.form-group { margin-bottom: 18px; }
.form-group label, .key-label { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; font-weight: 800; color: #3f4c44; }
.form-group label span { color: #939c95; font-weight: 500; }
.form-group input, .form-group textarea { width: 100%; border: 1px solid #d3d9d2; border-radius: 9px; background: white; padding: 13px 14px; color: var(--ink); outline: none; transition: transform .2s, border .2s, box-shadow .2s; }
.form-group input:hover, .form-group textarea:hover { transform: translateY(-6.4px); }
.form-group textarea { min-height: 155px; resize: vertical; line-height: 1.55; }
.form-group input:focus, .form-group textarea:focus { border-color: #66836f; box-shadow: 0 0 0 4px rgba(65,107,79,.09); }
.form-submit { width: 100%; margin-top: 5px; padding: 15px; }
.auth-switch { text-align: center; color: #7a867e; font-size: 13px; margin-top: 23px; }
.auth-switch button { border: 0; background: none; color: var(--green); font-weight: 900; cursor: pointer; }
.alert { padding: 11px 13px; border-radius: 8px; margin-bottom: 17px; font-size: 12px; }
.alert-error { color: #8d2e20; background: #ffebe6; border: 1px solid #f1c8bf; }
.modal-actions { display: flex; gap: 10px; margin-top: 25px; }
body.modal-open { overflow: hidden; }

.dashboard { min-height: 100vh; display: grid; grid-template-columns: 245px 1fr; background: #f3f5f1; }
.dash-sidebar { position: fixed; inset: 0 auto 0 0; width: 245px; background: var(--ink); color: white; padding: 26px 19px; display: flex; flex-direction: column; z-index: 40; }
.dash-brand { padding: 0 8px 27px; color: white; }
.dash-brand .brand-mark { background: var(--lime); color: var(--ink); }
.dash-nav { display: grid; gap: 5px; margin-top: 15px; }
.dash-nav button { display: flex; gap: 12px; align-items: center; width: 100%; border: 0; border-radius: 8px; padding: 11px 12px; background: transparent; color: rgba(255,255,255,.5); font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; }
.dash-nav button.active, .dash-nav button:hover { background: rgba(255,255,255,.08); color: white; }
.dash-icon { width: 20px; text-align: center; color: var(--lime); }
.sidebar-help { margin-top: auto; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 17px; }
.sidebar-help span { font-size: 12px; font-weight: 800; }
.sidebar-help p { color: rgba(255,255,255,.42); font-size: 10px; margin: 6px 0 12px; }
.sidebar-help a { color: var(--lime); text-decoration: none; font-size: 10px; font-weight: 800; }
.sidebar-logout { border: 0; border-top: 1px solid rgba(255,255,255,.1); background: none; color: rgba(255,255,255,.55); display: flex; justify-content: space-between; margin-top: 18px; padding: 18px 8px 2px; cursor: pointer; font-size: 12px; }
.dash-main { grid-column: 2; min-width: 0; }
.dash-topbar { height: 74px; padding: 0 34px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.76); backdrop-filter: blur(16px); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 30; font-size: 12px; font-weight: 800; }
.dash-breadcrumb { color: #8a958d; font-weight: 500; }
.dash-user { display: flex; align-items: center; gap: 10px; }
.dash-user strong, .dash-user small { display: block; }
.dash-user strong { font-size: 11px; max-width: 210px; overflow: hidden; text-overflow: ellipsis; }
.dash-user small { color: #929c95; font-size: 9px; font-weight: 500; }
.user-avatar { width: 33px; height: 33px; border-radius: 9px; display: grid; place-items: center; background: var(--mint); color: var(--green); font-size: 12px; }
.dash-menu { display: none; border: 0; background: none; font-size: 20px; }
.dash-content { width: min(1150px, calc(100% - 64px)); margin: 0 auto; padding: 55px 0 80px; }
.dash-welcome { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 35px; gap: 30px; }
.dash-welcome h1 { font-family: Georgia,serif; font-size: 42px; font-weight: 500; letter-spacing: -1.8px; margin: 9px 0 4px; }
.dash-welcome p { color: var(--muted); font-size: 13px; }
.dash-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-bottom: 15px; }
.stat-card, .dash-card { background: white; border: 1px solid var(--line); border-radius: 13px; padding: 24px; }
.stat-label { display: flex; justify-content: space-between; align-items: center; color: #68756d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.stat-card > strong { display: block; font-family: Georgia,serif; font-size: 31px; font-weight: 500; letter-spacing: -1px; margin: 17px 0 2px; }
.stat-card > p { color: #8b958e; font-size: 10px; }
.balance-stat { background: var(--mint); border-color: #d6ecb5; }
.balance-stat button { width: 100%; border: 0; border-top: 1px solid #cadeaa; background: none; margin-top: 21px; padding-top: 13px; display: flex; justify-content: space-between; font-size: 11px; font-weight: 900; cursor: pointer; }
.healthy { color: #2c7b47; background: #ebf8e9; border-radius: 100px; padding: 4px 7px; }
.mini-progress { height: 3px; background: #edf0ec; border-radius: 10px; margin-top: 25px; }
.mini-progress span { display: block; width: 100%; height: 100%; background: #62ae65; border-radius: 10px; }
.key-glyph { margin-top: 19px; padding: 8px; background: #f3f5f2; color: #a1aaa3; font-size: 9px; letter-spacing: 1px; border-radius: 5px; }
.key-glyph b { color: #54635a; float: right; }
.dash-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 15px; margin-bottom: 15px; }
.card-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.card-kicker { display: block; text-transform: uppercase; color: #819087; letter-spacing: 1px; font-size: 9px; font-weight: 900; margin-bottom: 4px; }
.card-heading h2 { font-size: 20px; letter-spacing: -.4px; }
.card-description { color: #7d8881; font-size: 11px; margin: 10px 0 23px; }
.model-pill, .key-status { font-size: 9px; border-radius: 100px; padding: 6px 9px; background: #f1f4f0; color: #64736a; white-space: nowrap; }
.key-status { display: flex; align-items: center; gap: 5px; color: #31764a; background: #ecf8ed; }
.key-status i { width: 5px; height: 5px; border-radius: 50%; background: #45a15d; }
.request-actions { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.request-actions > span { color: #929c95; font-size: 9px; }
.api-response { margin-top: 18px; padding: 16px; background: #f2f5f1; border-left: 3px solid var(--lime-strong); border-radius: 7px; font: 11px/1.65 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; word-break: break-word; max-height: 280px; overflow-y: auto; }
.api-loading { margin-top: 18px; padding: 15px 16px; border: 1px solid #dce3da; border-radius: 8px; background: #f7f9f5; }
.api-loading-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 11px; font-weight: 800; color: #46574c; }
.api-loading-head strong { color: #315e40; font-variant-numeric: tabular-nums; }
.api-loading-track { height: 6px; border-radius: 99px; background: #e2e8df; overflow: hidden; margin: 11px 0 8px; }
.api-loading-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #65a465, var(--lime-strong)); transition: width .65s ease; }
.api-loading p { color: #88948b; font-size: 10px; }
.loading { opacity: .6; pointer-events: none; }
.key-label { margin-top: 26px; }
.key-field { display: flex; border: 1px solid #d7ddd6; border-radius: 8px; overflow: hidden; }
.key-field input { flex: 1; min-width: 0; border: 0; outline: none; padding: 12px; font: 10px ui-monospace,monospace; background: #f8faf7; }
.key-field button { border: 0; border-left: 1px solid #d7ddd6; background: white; padding: 0 12px; font-size: 10px; font-weight: 800; cursor: pointer; }
.key-actions { margin-top: 17px; display: flex; justify-content: space-between; align-items: center; }
.link-danger { border: 0; background: none; color: var(--danger); font-size: 10px; font-weight: 800; cursor: pointer; }
.copy-notice { margin-top: 12px; color: #287643; font-size: 10px; }
.ip-security-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #e7ebe6; }
.ip-security-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #edf7e9; color: #35724a; font-weight: 900; }
.ip-security-row span,.ip-security-row strong,.ip-security-row small { display: block; }
.ip-security-row span { color: #7f8b83; font-size: 9px; text-transform: uppercase; letter-spacing: .7px; font-weight: 900; }
.ip-security-row strong { margin: 2px 0; color: var(--ink); font: 11px ui-monospace,SFMono-Regular,Consolas,monospace; word-break: break-all; }
.ip-security-row small { color: #9aa39c; font-size: 8px; }
.ip-security-row button { border: 0; background: transparent; color: #4d6757; font-size: 9px; font-weight: 900; cursor: pointer; }
.activity-card-full { padding-bottom: 12px; }
.activity-table { margin-top: 23px; }
.activity-row { display: grid; grid-template-columns: 1.5fr 1fr .45fr; gap: 20px; padding: 14px 8px; border-top: 1px solid #edf0ec; align-items: center; font-size: 11px; }
.activity-row.table-head { border: 0; color: #939e97; text-transform: uppercase; letter-spacing: .6px; font-size: 8px; font-weight: 900; }
.activity-row > span:last-child { text-align: right; font-weight: 900; }
.activity-row small { display: none; }
.tx-credit { color: #277a46; }
.tx-debit { color: #a34231; }
.empty-state { padding: 35px 10px; text-align: center; color: #98a199; font-size: 11px; border-top: 1px solid #edf0ec; }
.toast { position: fixed; z-index: 200; right: 24px; bottom: 24px; padding: 12px 17px; border-radius: 9px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 12px; }

/* Mandatory onboarding: aggressively polished, generically AI. */
.onboarding-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 22px; overflow: auto; background: radial-gradient(circle at 16% 15%, rgba(123,92,255,.27), transparent 34%), radial-gradient(circle at 84% 80%, rgba(0,222,190,.2), transparent 32%), linear-gradient(135deg,#f8f6ff,#edfbff); }
.onboarding-orb { position: fixed; width: 380px; height: 380px; border-radius: 50%; filter: blur(70px); opacity: .3; pointer-events: none; animation: orbFloat 6s ease-in-out infinite alternate; }
.orb-a { background:#8f6cff; top:-180px; right:-100px; }.orb-b { background:#32e6c4; bottom:-200px; left:-100px; animation-delay:-2s; }
@keyframes orbFloat { to { transform: translate(35px,55px) scale(1.15); } }
.onboarding-card { position: relative; width: min(660px,100%); min-height: 650px; background: rgba(255,255,255,.94); border: 1px solid rgba(117,92,225,.18); border-radius: 28px; box-shadow: 0 40px 100px rgba(72,52,150,.25), inset 0 1px white; overflow: hidden; padding: 28px 48px 32px; }
.onboarding-card:before { content:""; position:absolute; inset:0 0 auto; height:5px; background:linear-gradient(90deg,#7047eb,#b555ed,#24cfc1); }
.onboarding-chrome,.onboarding-meta,.onboarding-actions { display:flex; align-items:center; justify-content:space-between; }
.ai-brand { display:flex; align-items:center; gap:9px; font-weight:800; letter-spacing:-.4px; }.ai-brand b { color:#7855e8; }.ai-spark,.success-spark { display:grid; place-items:center; color:white; background:linear-gradient(135deg,#7651ef,#35d5c7); box-shadow:0 7px 18px rgba(112,71,235,.3); }.ai-spark { width:32px;height:32px;border-radius:10px; }
.mandatory-pill { font-size:9px; letter-spacing:1.2px; font-weight:900; color:#7251d6; background:#f1edff; border:1px solid #ddd3ff; padding:7px 10px; border-radius:999px; }.mandatory-pill i { display:inline-block;width:6px;height:6px;border-radius:50%;background:#8b63f4;margin-right:5px;animation:pulseDot 1s infinite; }
@keyframes pulseDot { 50% { box-shadow:0 0 0 5px rgba(139,99,244,.14); } }
.onboarding-progress { height:7px; background:#ebe9f2; border-radius:10px; margin-top:25px; overflow:hidden; }.onboarding-progress span { display:block;width:20%;height:100%;border-radius:10px;background:linear-gradient(90deg,#7248ed,#aa5ce9,#24cfc1);transition:width .45s cubic-bezier(.2,.8,.2,1); }
.onboarding-meta { margin-top:8px; color:#928ca2; font-size:9px; font-weight:900; letter-spacing:1px; }
.onboarding-step { padding:34px 4px 18px; animation:onboardIn .35s ease both; }.onboarding-step h2 { font-size:clamp(35px,6vw,51px);line-height:1.03;letter-spacing:-2.5px;margin:14px 0 17px;color:#171226; }.onboarding-step h2 em { font-style:normal;background:linear-gradient(90deg,#7047eb,#c04bc3,#18aa9d);-webkit-background-clip:text;color:transparent; }.onboarding-step>p { color:#746e82;max-width:520px;font-size:14px;line-height:1.7; }
@keyframes onboardIn { from { opacity:0; transform:translateX(18px); } }
.generated-badge { display:inline-block;color:#7957dd;background:linear-gradient(90deg,#f1edff,#edfffc);border:1px solid #e5ddff;border-radius:999px;padding:6px 10px;font-size:9px;font-weight:900;letter-spacing:1px; }
.ai-callout { display:flex;gap:14px;align-items:center;margin-top:28px;padding:16px;border:1px solid #e7e0fa;background:linear-gradient(100deg,#f7f4ff,#f2fffd);border-radius:14px; }.ai-callout>span {font-size:25px}.ai-callout b,.ai-callout small {display:block}.ai-callout b{font-size:12px}.ai-callout small{font-size:10px;color:#858092;margin-top:3px}
.onboarding-label { display:block;font-size:9px;letter-spacing:1px;font-weight:900;color:#6f687d;margin:28px 0 8px; }.onboarding-input {width:100%;padding:16px;border:1px solid #dcd6e8;border-radius:12px;outline:none;font-size:15px;background:#fcfbff}.onboarding-input:focus{border-color:#805be8;box-shadow:0 0 0 4px #eee9ff}
.choice-grid { display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:24px; }.choice-grid button {text-align:left;padding:15px;border:1px solid #e1dce9;border-radius:13px;background:white;cursor:pointer}.choice-grid button:hover,.choice-grid button.selected{transform:none;border-color:#825de9;background:#f6f3ff;box-shadow:0 0 0 3px #eee9ff}.choice-grid span{font-size:20px;float:left;margin-right:11px}.choice-grid b,.choice-grid small{display:block}.choice-grid b{font-size:12px}.choice-grid small{font-size:9px;color:#918a9c;margin-top:2px}
.ai-range{width:100%;accent-color:#7c55e8;margin-top:42px}.range-labels{display:flex;justify-content:space-between;color:#9b95a5;font-size:9px;margin:8px 0 28px}.range-labels b{color:#7554d7}.consent-row,.terms-row{display:flex;gap:12px;padding:15px;border:1px solid #e5e0ed;border-radius:12px;background:#fbfaff;font-size:11px;cursor:pointer}.consent-row input,.terms-row input{accent-color:#7753e4}.consent-row b,.consent-row small{display:block}.consent-row small{color:#918b9c;margin-top:3px;font-size:9px}.onboarding-error{color:#c1475d;font-size:10px;font-weight:700;margin-top:8px}
.success-spark{width:50px;height:50px;border-radius:16px;font-size:23px;margin:0 auto 15px;animation:pulseDot 1.5s infinite}.onboarding-step[data-step="4"] {text-align:center;padding-top:24px}.onboarding-step[data-step="4"] h2{font-size:42px}.onboarding-step[data-step="4"]>p{margin:auto}.summary-card{display:grid;grid-template-columns:repeat(3,1fr);margin:20px 0 13px;border:1px solid #e6e0f0;border-radius:13px;background:#faf8ff}.summary-card div{padding:13px 8px;border-right:1px solid #e6e0f0}.summary-card div:last-child{border:0}.summary-card span,.summary-card b{display:block}.summary-card span{font-size:8px;color:#938ca0;letter-spacing:.8px}.summary-card b{font-size:11px;margin-top:4px}.terms-row{text-align:left;font-size:9px;color:#7e7789;padding:11px}
.onboarding-actions {position:absolute;left:48px;right:48px;bottom:29px;border-top:1px solid #eeeaf3;padding-top:20px}.onboarding-next{border:0;border-radius:11px;padding:13px 20px;background:linear-gradient(100deg,#7047eb,#9d50e2);color:white;font-weight:800;cursor:pointer;box-shadow:0 10px 25px rgba(112,71,235,.28)}.onboarding-next:hover{transform:translateY(-3px)!important}.onboarding-back{border:0;background:transparent;color:#756e81;font-size:12px;font-weight:800;cursor:pointer}.no-skip{margin-left:auto;margin-right:14px;font-size:9px;color:#aaa4b2;font-style:italic}
.onboarding-next:disabled,.onboarding-next:disabled:hover{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none;background:#aaa2b9}
@media(max-width:620px){.onboarding-card{padding:24px 22px 95px;min-height:700px}.onboarding-actions{left:22px;right:22px}.choice-grid{grid-template-columns:1fr}.summary-card{grid-template-columns:1fr}.summary-card div{border-right:0;border-bottom:1px solid #e6e0f0}.mandatory-pill{display:none}.no-skip{display:none}}

.reveal { animation: reveal .7s ease both; }
.delay-one { animation-delay: .12s; }
.delay-two { animation-delay: .22s; }
@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } .button { transition: none; } }
@media (max-width: 980px) {
  .nav-links { display: none; position: absolute; left: 24px; right: 24px; top: 72px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); padding: 16px; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; margin-left: auto; }
  .nav-actions { margin-left: 0; }
  .hero { grid-template-columns: 1fr; gap: 75px; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-note { justify-content: center; }
  .hero-visual { width: min(650px, 92%); margin: auto; }
  .trust-grid { grid-template-columns: 1fr; padding: 30px 0; }
  .trust-grid > p { max-width: none; text-align: center; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { margin-top: 22px; }
  .workflow-grid, .faq-section { grid-template-columns: 1fr; gap: 70px; }
  .footer-main { grid-template-columns: 1fr; justify-items: center; gap: 28px; }
  .footer-links { justify-content: center; }
  .dashboard { display: block; }
  .dash-sidebar { transform: translateX(-100%); transition: transform .25s; }
  .dash-sidebar.open { transform: none; box-shadow: 20px 0 60px rgba(0,0,0,.25); }
  .dash-main { width: 100%; }
  .dash-menu { display: block; }
  .dash-topbar > div:first-of-type { display: none; }
  .dash-stats { grid-template-columns: 1fr 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .shell { width: min(100% - 32px, 1180px); }
  .nav-actions .text-button { display: none; }
  .nav-actions .button { padding: 10px 12px; }
  .hero { padding-top: 60px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(48px, 15vw, 65px); letter-spacing: -3.5px; }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-note { gap: 10px 16px; }
  .hero-visual { width: 100%; }
  .product-window { transform: none; }
  .window-body { grid-template-columns: 72px 1fr; min-height: 350px; }
  .mini-sidebar { padding: 14px 7px; }
  .mini-nav span { display: none; }
  .mini-nav i { margin: auto; }
  .mini-main { padding: 13px; }
  .credit-float { right: -7px; top: 17%; }
  .request-float { left: -7px; bottom: 8%; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-items span:nth-child(3) { border-top: 1px solid var(--line); }
  .trust-items span:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .section-heading h2, .workflow-copy h2, .faq-heading h2, .final-cta h2 { letter-spacing: -2px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; padding: 28px; }
  .feature-wide .feature-copy h3 { margin-top: 35px; }
  .feature-card { min-height: 300px; }
  .workflow-section { padding: 90px 0; }
  .pricing-card { grid-template-columns: 1fr; }
  .price-side, .included-side { padding: 34px 27px; }
  .price { font-size: 68px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .subpage-nav { display: none; }
  .subpage-hero { min-height: auto; padding: 65px 0 80px; }
  .subpage-hero h1 { font-size: 48px; letter-spacing: -2.8px; }
  .subpage-hero .hero-actions .button { width: 100%; }
  .product-detail-grid, .developer-grid, .comparison-grid { grid-template-columns: 1fr; }
  .comparison-grid { padding-top: 0; }
  .auth-panel, .modal-card { padding: 34px 25px; }
  .dash-content { width: calc(100% - 30px); padding-top: 35px; }
  .dash-topbar { padding: 0 17px; }
  .dash-user div { display: none; }
  .dash-welcome { align-items: flex-start; flex-direction: column; }
  .dash-welcome .button { width: 100%; }
  .dash-stats { grid-template-columns: 1fr; }
  .request-card, .key-card, .activity-card-full { padding: 20px; }
  .request-actions { align-items: flex-start; flex-direction: column; }
  .request-actions .button { width: 100%; }
  .activity-row { grid-template-columns: 1fr auto; gap: 10px; }
  .activity-row > span:nth-child(2) { display: none; }
  .activity-row.table-head span:nth-child(2) { display: none; }
}
