@font-face { font-family: "Manrope"; src: url("fonts/manrope-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-500.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-600.woff2") format("woff2"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-800.woff2") format("woff2"); font-style: normal; font-weight: 800; font-display: swap; }

:root {
  color-scheme: dark;
  --bg: #090d0f;
  --panel: #11181a;
  --panel-2: #172224;
  --text: #f3f7f6;
  --muted: #9caaa7;
  --line: rgba(255,255,255,.09);
  --mint: #63d8b9;
  --mint-deep: #087a64;
}

* { box-sizing: border-box; }

html, body { width: 100%; height: 100%; margin: 0; }

body {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(22,139,114,.13), transparent 28%),
    linear-gradient(145deg, #0c1113 0%, var(--bg) 62%);
  color: var(--text);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.page-shell {
  width: min(1180px, calc(100% - 56px));
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 78px 1fr auto auto;
}

.home-page .page-shell {
  height: auto;
  grid-template-rows: 78px minmax(0, 1fr) auto;
}

.home-page, .pricing-page, .legal-page, .docs-page { overflow-y: auto; }
.pricing-page .page-shell, .legal-page .page-shell, .docs-page .page-shell { height: auto; grid-template-rows: 78px 1fr auto; }

.auth-page .page-shell {
  height: auto;
  min-height: 100svh;
  grid-template-rows: 78px 1fr auto;
}

.auth-page .site-header {
  height: auto;
}

.site-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { text-decoration: none; font-family: "Manrope", sans-serif; font-size: 31px; font-weight: 700; letter-spacing: -2px; }
.wordmark b { color: var(--mint); }
.header-meta { display: flex; align-items: center; gap: 20px; }
.header-nav { display: flex; align-items: center; gap: 16px; }
.contact-link { color: var(--muted); font-size: 12px; font-weight: 650; text-decoration: none; }
.contact-link:hover { color: var(--mint); }
.header-link { color: #c8d2cf; font-size: 12px; font-weight: 700; text-decoration: none; }
.header-link:hover, .header-link.active { color: var(--mint); }
.privacy-mark { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; font-weight: 650; }
.privacy-mark span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--mint); }

.hero { min-height: 0; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(30px, 6vw, 90px); padding: 32px 0 24px; }
.home-main { display: grid; grid-template-rows: minmax(auto, 1fr) auto; min-width: 0; }
.hero-copy, .site-header, .security, .actions, .assurances { min-width: 0; }
.eyebrow { color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .19em; margin: 0 0 18px; }
h1 { font-family: "Manrope", sans-serif; font-size: clamp(38px, 5vw, 67px); font-weight: 650; line-height: .99; letter-spacing: -.055em; margin: 0; max-width: 700px; }
h1 em { color: var(--mint); font-style: normal; }
.intro { max-width: 610px; color: #adbbb7; font-size: clamp(15px, 1.45vw, 18px); font-weight: 500; line-height: 1.68; letter-spacing: -.012em; margin: 24px 0 27px; }
.actions { display: flex; align-items: center; gap: 18px; }
.download { display: inline-flex; align-items: center; gap: 13px; min-width: 250px; padding: 12px 18px; border-radius: 14px; background: var(--mint); color: #04261f; text-decoration: none; box-shadow: 0 14px 38px rgba(64,208,172,.18); transition: transform .2s ease, box-shadow .2s ease; }
.download:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(64,208,172,.27); }
.download:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.download .android { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(4,38,31,.1); }
.download .android i { position: relative; display: block; width: 20px; height: 13px; margin-top: 3px; border-radius: 9px 9px 4px 4px; background: #04261f; }
.download .android i::before { content: ""; position: absolute; top: 5px; left: 5px; width: 2px; height: 2px; border-radius: 50%; background: var(--mint); box-shadow: 8px 0 var(--mint); }
.download .android i::after { content: ""; position: absolute; top: -6px; left: 1px; width: 18px; height: 7px; background: linear-gradient(58deg, transparent 42%, #04261f 43% 57%, transparent 58%) left top / 8px 7px no-repeat, linear-gradient(-58deg, transparent 42%, #04261f 43% 57%, transparent 58%) right top / 8px 7px no-repeat; }
.download span:last-child { display: grid; }
.download small { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 750; opacity: .72; }
.download strong { font-size: 15px; margin-top: 2px; }
.requirement { color: var(--muted); font-size: 12px; }
.action-aside { display: grid; gap: 7px; align-items: start; }
.action-links { display: flex; align-items: center; gap: 13px; }
.setup-link { appearance: none; width: fit-content; padding: 0; border: 0; border-bottom: 1px solid rgba(99,216,185,.35); background: none; color: var(--mint); font: 700 12px/1.5 "Manrope", sans-serif; cursor: pointer; }
.setup-link:hover { border-bottom-color: var(--mint); }
.setup-link:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; border-color: transparent; }
.assurances { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: #cbd5d2; font-size: 12px; }
.assurances span::before { content: "✓"; color: var(--mint); margin-right: 7px; font-weight: 900; }
.assurances .coming-soon { color: var(--muted); }
.assurances .coming-soon::before { content: "○"; }

.product { position: relative; display: grid; place-items: center; min-height: 0; height: 100%; max-height: 540px; }
.glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: rgba(38,194,155,.16); filter: blur(60px); }
.app-card { position: relative; width: min(390px, 88%); aspect-ratio: .84; padding: 21px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(16,23,25,.92); box-shadow: 0 34px 80px rgba(0,0,0,.46); }
.app-bar { display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; height: 39px; font-size: 18px; }
.home-dot, .view-icon { color: var(--muted); font-size: 21px; }
.view-icon { text-align: right; }
.file-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px 11px; margin-top: 22px; }
.file { min-width: 0; }
.file p { margin: 7px 2px 0; overflow: hidden; color: #dce4e2; font-size: 10px; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.thumb { width: 100%; aspect-ratio: 1; border-radius: 13px; background: #1d292b; }
.folder { display: grid; place-items: center; background: rgba(99,216,185,.09); }
.folder span { position: relative; width: 45%; height: 32%; border-radius: 4px; background: var(--mint); }
.folder span::before { content: ""; position: absolute; left: 0; top: -18%; width: 45%; height: 28%; border-radius: 3px 3px 0 0; background: var(--mint); }
.photo { background-size: cover; }
.photo.one { background: linear-gradient(145deg, #64a7a0 0 42%, #d5a15e 43% 60%, #273d49 61%); }
.photo.two { background: linear-gradient(30deg, #25313a 0 38%, #798d94 39% 50%, #d8c09a 51% 72%, #192628 73%); }
.photo.three { background: radial-gradient(circle at 65% 34%, #f4d285 0 12%, transparent 13%), linear-gradient(160deg, #355f6a 0 47%, #173532 48% 62%, #d39957 63%); }
.document { display: grid; place-items: center; color: var(--mint); font-weight: 900; font-size: 16px; background: linear-gradient(145deg, #213033, #182124); }
.upload-line { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: rgba(99,216,185,.12); }
.upload-line i { display: block; width: 72%; height: 100%; background: var(--mint); box-shadow: 0 0 12px var(--mint); }
.complete { position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; width: max-content; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: #1a2426; color: #dce5e2; font-size: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.complete b { color: var(--mint); }

.feature-band { margin: 20px 0 48px; padding: clamp(30px, 5vw, 54px); border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(99,216,185,.075), rgba(17,24,26,.74) 55%); }
.feature-band-kicker { margin: 0 0 14px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.feature-band > h2 { max-width: 720px; margin: 0; font-size: clamp(28px, 4vw, 50px); font-weight: 650; line-height: 1.08; letter-spacing: -.045em; }
.feature-band > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--line); }
.feature-band article { min-width: 0; padding: 23px; background: rgba(9,13,15,.8); }
.feature-band article > span { display: block; margin-bottom: 18px; color: rgba(99,216,185,.55); font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.feature-band h3 { margin: 0 0 8px; color: var(--mint); font-size: 14px; }
.feature-band article p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.58; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 500; opacity: .85; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.site-footer a { color: var(--muted); font-size: 11px; font-weight: 650; text-decoration: none; }
.site-footer a:hover { color: var(--mint); }

.setup-dialog { width: min(880px, calc(100% - 28px)); max-height: min(90svh, 820px); margin: auto; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: #11191b; color: var(--text); box-shadow: 0 32px 100px rgba(0,0,0,.72); }
#setup-dialog[open] { display: grid; height: min(88svh, 820px); max-height: min(88svh, 820px); grid-template-rows: auto auto minmax(0, 1fr) auto; }
.setup-dialog::backdrop { background: rgba(2,5,6,.78); backdrop-filter: blur(7px); }
.dialog-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 25px 27px 17px; border-bottom: 1px solid var(--line); }
.dialog-kicker { margin: 0 0 5px; color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.dialog-header h2 { margin: 0; font: 650 28px/1 "Manrope", sans-serif; letter-spacing: -.035em; }
.dialog-close { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #182224; color: #dce5e2; font: 400 25px/1 sans-serif; cursor: pointer; }
.dialog-close:hover { border-color: rgba(99,216,185,.5); color: var(--mint); }
.dialog-intro { margin: 0; padding: 19px 29px 6px; color: #b8c4c1; font-size: 14px; line-height: 1.65; }
.dialog-intro a { color: var(--mint); font-weight: 700; }
.setup-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; max-height: calc(min(90svh, 820px) - 205px); margin: 0; padding: 16px 29px 24px; overflow-y: auto; list-style: none; scrollbar-color: var(--mint-deep) transparent; }
#setup-dialog .setup-steps { min-height: 0; max-height: none; }
.setup-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 13px; min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #151f21; }
.setup-steps li > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: rgba(99,216,185,.12); color: var(--mint); font-size: 11px; font-weight: 800; }
.setup-steps strong { font: 700 14px/1.3 "Manrope", sans-serif; }
.setup-steps p { margin: 7px 0 0; color: #aebbb7; font-size: 12px; line-height: 1.58; }
.setup-steps code { display: block; max-width: 100%; margin-top: 9px; padding: 9px 10px; overflow-x: auto; border-radius: 8px; background: #0b1012; color: #bdeedf; font: 550 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: nowrap; }
.setup-steps p code { display: inline; margin: 0; padding: 1px 4px; overflow: visible; }
.setup-steps .wide-step { grid-column: 1 / -1; }
.technical-note { margin-top: 13px; padding: 13px; border: 1px solid rgba(99,216,185,.13); border-radius: 10px; background: rgba(5,10,11,.34); }
.technical-note > b { color: #dbe5e2; font-size: 12px; }
.dialog-footer { position: relative; z-index: 2; display: flex; flex: 0 0 auto; justify-content: flex-end; padding: 13px 27px max(18px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #11191b; }
.dialog-footer button { padding: 9px 19px; border: 0; border-radius: 10px; background: var(--mint); color: #04261f; font: 800 12px/1.4 "Manrope", sans-serif; cursor: pointer; }
.dialog-footer button:focus-visible, .dialog-close:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.changelog-dialog { width: min(590px, calc(100% - 28px)); }
.changelog-list { display: grid; gap: 0; max-height: min(58svh, 500px); padding: 8px 27px; overflow-y: auto; }
.changelog-list article { padding: 16px 0; border-bottom: 1px solid var(--line); }
.changelog-list article:last-child { border-bottom: 0; }
.changelog-list article div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.changelog-list strong { color: var(--mint); font-size: 15px; }
.changelog-list time { color: var(--muted); font-size: 11px; }
.changelog-list p { margin: 7px 0 0; color: #c6d0cd; font-size: 13px; line-height: 1.55; }
.changelog-list .compatibility-note { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.5; }

@media (max-width: 760px) {
  .page-shell { width: min(100% - 30px, 560px); grid-template-rows: 62px minmax(0, 1fr) auto auto; }
  .home-page .page-shell, .pricing-page .page-shell, .legal-page .page-shell, .docs-page .page-shell { grid-template-rows: 62px minmax(0, 1fr) auto; }
  .auth-page .page-shell { grid-template-rows: 62px 1fr auto; }
  .privacy-mark { font-size: 0; gap: 0; }
  .header-meta { gap: 13px; }
  .contact-link { font-size: 11px; }
  .hero { grid-template-columns: 1fr; gap: 12px; padding: 22px 0 14px; }
  .hero-copy { text-align: center; }
  h1 { font-size: clamp(35px, 10vw, 52px); }
  .intro { margin: 17px auto 20px; line-height: 1.45; }
  .actions, .assurances { justify-content: center; }
  .action-aside { text-align: left; }
  .product { display: none; }
  .feature-band { margin-top: 30px; padding: 26px 20px; border-radius: 21px; }
  .feature-band > div { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
  .setup-steps { grid-template-columns: 1fr; }
  .setup-steps .wide-step { grid-column: auto; }
}

@media (max-height: 680px) and (min-width: 761px) {
  .page-shell { grid-template-rows: 64px minmax(0, 1fr) auto auto; }
  .home-page .page-shell { grid-template-rows: 64px minmax(0, 1fr) auto; }
  .hero { padding: 18px 0 14px; }
  .intro { margin: 16px 0 18px; }
  .assurances { margin-top: 16px; }
  .app-card { width: min(315px, 82%); }
}

@media (max-width: 430px), (max-height: 570px) {
  .eyebrow { margin-bottom: 10px; }
  .intro { font-size: 13px; }
  .assurances { gap: 9px 14px; margin-top: 16px; }
}

@media (max-width: 380px) {
  .actions { flex-direction: column; gap: 10px; }
  .action-aside { justify-items: center; text-align: center; }
  .action-links { justify-content: center; }
}

/* Pricing Page Styles */
.pricing-container { min-height: 0; padding: 64px 0 24px; }
.pricing-hero { text-align: center; margin-bottom: 52px; }
.pricing-hero h1 { margin-left: auto; margin-right: auto; }
.pricing-hero .intro { margin-left: auto; margin-right: auto; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: rgba(16,23,25,.6); transition: transform .3s ease, border-color .3s ease; }
.plan-card:hover { transform: translateY(-4px); border-color: rgba(99,216,185,.3); }
.plan-card.featured { background: rgba(99,216,185,.03); border-color: rgba(99,216,185,.25); box-shadow: 0 20px 60px rgba(0,0,0,.3); }

.plan-header h2 { margin: 0; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.plan-price { font-size: 32px; font-weight: 700; margin-top: 8px; }
.plan-price span { font-size: 14px; color: var(--muted); font-weight: 500; }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 4px 12px; background: var(--mint); color: #04261f; font-size: 10px; font-weight: 800; border-radius: 20px; letter-spacing: .05em; }

.plan-storage { font-size: 48px; font-weight: 650; margin: 24px 0; color: var(--mint); letter-spacing: -.03em; }
.plan-features { flex-grow: 1; margin: 0 0 32px; padding: 0; list-style: none; display: grid; gap: 12px; }
.plan-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #adbbb7; font-weight: 500; }
.plan-features li::before { content: "✓"; color: var(--mint); font-weight: 900; }

.plan-button { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); color: var(--text); font: 750 14px "Manrope", sans-serif; cursor: pointer; transition: all .2s ease; }
.plan-card.featured .plan-button { background: var(--mint); color: #04261f; border: 0; }
.plan-button:hover { background: rgba(255,255,255,.1); }
.plan-card.featured .plan-button:hover { opacity: .9; }

.pricing-note { text-align: center; color: var(--muted); font-size: 13px; font-weight: 500; opacity: .8; }
.trial-copy { margin: -4px 0 18px; color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

/* Legal pages */
.legal-main { padding: clamp(52px, 8vw, 100px) 0 82px; }
.legal-hero { max-width: 840px; margin-bottom: 58px; }
.legal-hero h1 { font-size: clamp(40px, 6vw, 70px); }
.legal-date { margin: 0; color: var(--muted); font-size: 11px; }
.legal-document { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--line); }
.legal-document article { padding: clamp(24px, 4vw, 42px); background: rgba(12,18,20,.96); }
.legal-document h2 { margin: 0 0 13px; color: var(--mint); font-size: 17px; }
.legal-document p { max-width: 880px; margin: 0; color: #b5c1be; font-size: 14px; line-height: 1.75; }
.legal-document p + p { margin-top: 13px; }
.legal-document a { color: var(--mint); }

/* Documentation */
.docs-main { padding: clamp(52px, 8vw, 96px) 0 88px; }
.docs-hero { max-width: 900px; margin-bottom: 64px; }
.docs-hero h1 { font-size: clamp(40px, 6vw, 70px); }
.docs-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: clamp(34px, 6vw, 80px); align-items: start; }
.docs-nav { position: sticky; top: 24px; display: grid; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(13,19,21,.82); }
.docs-nav strong { margin-bottom: 6px; color: var(--mint); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.docs-nav a { padding: 7px 0; color: var(--muted); font-size: 12px; font-weight: 650; text-decoration: none; }
.docs-nav a:hover { color: var(--mint); }
.docs-content { min-width: 0; }
.docs-section { scroll-margin-top: 24px; padding: 0 0 64px; margin: 0 0 64px; border-bottom: 1px solid var(--line); }
.docs-section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.docs-kicker { margin: 0 0 12px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.docs-section > h2 { margin: 0 0 18px; font-size: clamp(27px, 4vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.docs-section > p { max-width: 820px; color: #b5c1be; font-size: 14px; line-height: 1.75; }
.docs-section a { color: var(--mint); }
.docs-choice-grid, .docs-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.docs-choice-grid article, .docs-topic-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: rgba(17,24,26,.7); }
.docs-choice-grid h3, .docs-topic-grid h3, .docs-steps h3 { margin: 0 0 8px; color: var(--mint); font-size: 15px; }
.docs-choice-grid p, .docs-topic-grid p, .docs-steps p { margin: 0; color: #aebbb7; font-size: 13px; line-height: 1.65; }
.docs-callout { display: grid; gap: 5px; margin-top: 18px; padding: 17px 19px; border: 1px solid rgba(99,216,185,.24); border-radius: 14px; background: rgba(99,216,185,.07); }
.docs-callout strong { color: var(--mint); font-size: 13px; }
.docs-callout span { color: #c6d1ce; font-size: 12px; line-height: 1.55; }
.docs-fields { display: grid; gap: 1px; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.docs-fields div { display: grid; grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr); gap: 24px; padding: 17px 19px; background: rgba(13,19,21,.96); }
.docs-fields dt { color: #e0e8e6; font-size: 13px; font-weight: 750; }
.docs-fields dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.docs-section code { padding: 2px 5px; border-radius: 5px; background: #080c0d; color: #bdeedf; font: 550 11px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; }
.docs-note { padding-left: 15px; border-left: 2px solid #e6b85d; color: #c8b98e !important; }
.docs-steps { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.docs-steps li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(17,24,26,.62); }
.docs-steps li > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: rgba(99,216,185,.12); color: var(--mint); font-size: 11px; font-weight: 800; }
.docs-links { font-size: 12px !important; }
.docs-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.docs-list li { position: relative; padding-left: 23px; color: #b5c1be; font-size: 13px; line-height: 1.65; }
.docs-list li::before { position: absolute; left: 0; content: "✓"; color: var(--mint); font-weight: 900; }
.docs-section details { margin-top: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(17,24,26,.62); }
.docs-section summary { padding: 17px 19px; color: #dce5e2; font-size: 13px; font-weight: 750; cursor: pointer; }
.docs-section details p { margin: 0; padding: 0 19px 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }

@media (max-width: 820px) {
  .docs-layout { grid-template-columns: 1fr; }
  .docs-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .docs-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .docs-hero { margin-bottom: 42px; }
  .docs-choice-grid, .docs-topic-grid { grid-template-columns: 1fr; }
  .docs-fields div { grid-template-columns: 1fr; gap: 6px; }
  .docs-section { padding-bottom: 46px; margin-bottom: 46px; }
}

/* Auth Pages */
.auth-page { overflow-y: auto; }
.auth-container { display: grid; place-items: center; padding: 20px 0 40px; min-height: 0; }
.auth-card { width: min(440px, 100%); padding: clamp(24px, 5vw, 48px); border: 1px solid var(--line); border-radius: 32px; background: rgba(16,23,25,.8); box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.auth-card h1 { font-size: clamp(24px, 4vw, 32px); letter-spacing: -.04em; margin-bottom: 8px; text-align: center; }
.auth-lead { color: var(--muted); text-align: center; margin-bottom: 32px; font-size: 15px; }
.auth-message { margin: 0 0 18px; padding: 11px 13px; border: 1px solid rgba(255,127,134,.28); border-radius: 10px; background: rgba(255,127,134,.09); color: #f3b1b5; font-size: 12px; font-weight: 600; line-height: 1.5; }
.auth-message[hidden] { display: none; }
.auth-message.info { border-color: rgba(99,216,185,.28); background: rgba(99,216,185,.08); color: #a7ead8; }

.auth-card form { display: grid; gap: 20px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.field input, .field select { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1px solid var(--line); background: #101719; color: var(--text); font: 500 15px "Manrope", sans-serif; transition: border-color .2s; }
.field input:focus, .field select:focus { outline: none; border-color: var(--mint); }
.field small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.account-summary { display: flex; justify-content: space-between; gap: 14px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 12px; }
.account-summary strong { overflow: hidden; color: var(--text); text-overflow: ellipsis; white-space: nowrap; }

.primary-button { width: 100%; padding: 16px; border-radius: 12px; border: 0; background: var(--mint); color: #04261f; font: 800 15px "Manrope", sans-serif; cursor: pointer; transition: opacity .2s; }
.primary-button:hover { opacity: .9; }

.auth-footer { margin-top: 24px; text-align: center; font-size: 14px; color: var(--muted); }
.auth-footer a { color: var(--mint); text-decoration: none; font-weight: 600; }
.auth-footer a:hover { text-decoration: underline; }

.plan-summary { padding: 16px; border-radius: 12px; background: rgba(99,216,185,.08); border: 1px solid rgba(99,216,185,.2); display: flex; flex-direction: column; gap: 4px; margin-bottom: 12px; }
.plan-summary strong { color: var(--mint); font-size: 15px; }
.plan-summary span { color: var(--muted); font-size: 13px; }

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .pricing-container { overflow-y: auto; height: auto; }
  body { overflow-y: auto; }
}
.auth-loading {
  padding: 40px;
  text-align: center;
}

/* Hosted storage dashboards */
.dashboard-page { overflow-y: auto; }
.dashboard-page .page-shell { height: auto; min-height: 100svh; grid-template-rows: 78px 1fr auto; }
.dashboard-main { padding: clamp(44px, 7vw, 84px) 0 70px; }
.dashboard-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.dashboard-heading h1 { font-size: clamp(38px, 5vw, 60px); }
.dashboard-heading .intro { margin: 16px 0 0; }
.dashboard-heading-actions { display: flex; align-items: center; gap: 10px; padding-top: 8px; }
.dashboard-heading-actions form { margin: 0; }
.quiet-button { display: inline-flex; align-items: center; justify-content: center; width: auto; min-width: max-content; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.035); color: #d9e1df; font: 700 12px/1.2 "Manrope", sans-serif; text-decoration: none; cursor: pointer; }
.quiet-button:hover { border-color: rgba(99,216,185,.42); color: var(--mint); }
.button-link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.deployment-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
.deployment-card, .ops-panel { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(16,23,25,.78); box-shadow: 0 22px 65px rgba(0,0,0,.2); }
.deployment-title, .deployment-title > div, .usage-copy, .panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.deployment-title strong { font-size: 18px; }
.status-dot { display: inline-block; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #899592; box-shadow: 0 0 0 5px rgba(137,149,146,.08); }
.status-active, .status-completed, .status-processed, .status-enabled { background: var(--mint); box-shadow: 0 0 0 5px rgba(99,216,185,.09); }
.status-failed, .status-past_due { background: #ff7f86; box-shadow: 0 0 0 5px rgba(255,127,134,.08); }
.status-processing, .status-provisioning, .status-queued, .status-waiting, .status-pending, .status-resetting { background: #e6b85d; box-shadow: 0 0 0 5px rgba(230,184,93,.08); }
.status-suspended, .status-canceled, .status-deleting, .status-deleted { background: #899592; }
.status-label { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.deployment-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 28px; margin: 26px 0; }
.deployment-details div { min-width: 0; }
.deployment-details dt { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.deployment-details dd { margin: 6px 0 0; overflow: hidden; color: #dce4e2; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.usage-copy { color: var(--muted); font-size: 11px; }
.usage-track { appearance: none; display: block; width: 100%; height: 6px; margin: 9px 0 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.055); border-radius: 999px; background: rgba(0,0,0,.24); box-shadow: inset 0 1px 2px rgba(0,0,0,.32); }
.usage-track::-webkit-progress-bar { border-radius: inherit; background: rgba(0,0,0,.24); }
.usage-track::-webkit-progress-value { border-radius: inherit; background: var(--mint); box-shadow: 0 0 14px rgba(99,216,185,.45); }
.usage-track::-moz-progress-bar { border-radius: inherit; background: var(--mint); box-shadow: 0 0 14px rgba(99,216,185,.45); }
.deployment-note, .ops-help { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.deployment-actions { display: flex; gap: 8px; margin-top: 18px; }
.deployment-actions form { margin: 0; }
.subtle-danger-button { border-color: rgba(255,127,134,.28); color: #e9b2b5; }
.subtle-danger-button:hover { border-color: rgba(255,127,134,.55); color: #ffc2c5; }
.upgrade-panel { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.upgrade-panel > div:first-child { display: grid; gap: 4px; }
.upgrade-panel strong { font-size: 12px; }
.upgrade-panel span { color: var(--muted); font-size: 10px; }
.upgrade-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.upgrade-actions form { margin: 0; }
.upgrade-button { border-color: rgba(99,216,185,.3); color: var(--mint); }
.error-note { color: #f2a1a6; }
.empty-state { grid-column: 1 / -1; max-width: 560px; }
.empty-state h2 { margin: 0; }
.empty-state p { color: var(--muted); line-height: 1.6; }
.empty-state .primary-button { margin-top: 8px; width: auto; }
.ops-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 20px; }
.ops-stats article { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(16,23,25,.65); }
.ops-stats span { color: var(--muted); font-size: 11px; }
.ops-stats strong { display: block; margin-top: 7px; font-size: 28px; }
.ops-panel { margin-bottom: 20px; }
.ops-panel > summary { cursor: pointer; font-size: 16px; font-weight: 750; }
.node-form { display: grid; grid-template-columns: .8fr .8fr 1.3fr 1.3fr auto; gap: 12px; align-items: end; margin: 22px 0 14px; }
.node-form label { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.node-form input { width: 100%; margin-top: 7px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(0,0,0,.24); color: var(--text); }
.node-form .primary-button { width: auto; padding: 11px 14px; border-radius: 10px; font-size: 12px; }
.panel-heading { margin-bottom: 18px; }
.panel-heading h2 { margin: 0; font-size: 17px; }
.panel-heading span { color: var(--muted); font-size: 11px; }
.ops-table-wrap { overflow-x: auto; }
.ops-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.ops-table th { padding: 10px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; text-align: left; text-transform: uppercase; letter-spacing: .08em; }
.ops-table td { max-width: 270px; padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.055); vertical-align: top; }
.ops-table tr:last-child td { border-bottom: 0; }
.ops-table small, .ops-table code { display: block; max-width: 260px; margin-top: 5px; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.ops-table code { color: #b7dcd2; }
.node-table { min-width: 900px; table-layout: fixed; }
.node-table th:nth-child(1) { width: 15%; }
.node-table th:nth-child(2) { width: 20%; }
.node-table th:nth-child(3) { width: 11%; }
.node-table th:nth-child(4) { width: 6%; }
.node-table th:nth-child(5) { width: 27%; }
.node-table th:nth-child(6) { width: 21%; }
.table-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.table-actions form { margin: 0; }
.panel-link { color: var(--mint); text-decoration: none; }
.node-actions { min-width: 0; padding: 2px 0; }
.node-actions .table-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }
.node-actions .table-actions form { min-width: 0; }
.node-actions .table-actions .quiet-button { width: 100%; min-width: 0; padding: 8px 5px; font-size: 10px; }
.inline-danger-form { display: grid; min-width: 145px; gap: 6px; margin: 0; }
.inline-danger-form input { min-width: 0; width: 100%; padding: 7px 8px; border: 1px solid rgba(255,127,134,.22); border-radius: 8px; background: rgba(0,0,0,.24); color: var(--text); font: 600 10px "Manrope", sans-serif; }
.danger-button { border-color: rgba(255,127,134,.3); color: #f3b1b5; }
.danger-button:hover { border-color: rgba(255,127,134,.6); color: #ffd0d3; }
.confirmation-dialog { width: min(500px, calc(100% - 28px)); }
.confirmation-dialog[open] { display: grid; grid-template-rows: auto auto; }
.confirmation-form { display: grid; min-height: 0; }
.confirmation-content { display: grid; gap: 18px; padding: 22px 27px; }
.confirmation-content p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.confirmation-content p strong { color: var(--text); }
.confirmation-content label { color: var(--muted); font-size: 11px; line-height: 1.5; }
.confirmation-content input { width: 100%; margin-top: 8px; padding: 11px 12px; border: 1px solid rgba(255,127,134,.28); border-radius: 10px; background: rgba(0,0,0,.24); color: var(--text); font: 650 12px "Manrope", sans-serif; }
.confirmation-footer { justify-content: space-between; }
.confirmation-footer .quiet-button { background: transparent; color: var(--text); }
.confirmation-footer .danger-button { border: 1px solid rgba(255,127,134,.42); background: rgba(255,127,134,.1); color: #ffd0d3; }
.danger-kicker { color: #f3b1b5; }
.ops-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ops-grid > .ops-panel { display: grid; height: 500px; grid-template-rows: auto minmax(0, 1fr); }
.event-list { display: grid; gap: 0; }
.ops-grid .event-list { align-content: start; overflow-y: auto; padding-right: 8px; scrollbar-color: var(--mint-deep) transparent; scrollbar-width: thin; }
.event-list > div { display: flex; align-items: flex-start; gap: 13px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.055); }
.event-list > div:last-child { border-bottom: 0; }
.event-list .status-dot { margin-top: 5px; }
.event-list p { min-width: 0; margin: 0; font-size: 12px; }
.event-list form { margin-left: auto; }
.event-list small { display: block; margin-top: 4px; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-alert { margin: -18px 0 20px; padding: 13px 16px; border: 1px solid rgba(255,127,134,.25); border-radius: 12px; background: rgba(255,127,134,.08); color: #f3b1b5; font-size: 12px; }
.dashboard-alert.success-alert { border-color: rgba(99,216,185,.25); background: rgba(99,216,185,.08); color: #bdeedf; }
.account-danger-zone { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding: 22px 24px; border: 1px solid rgba(255,127,134,.18); border-radius: 18px; background: rgba(255,127,134,.035); }
.account-security-zone { margin-top: 34px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(16,23,25,.55); }
.account-security-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:20px; }
.account-security-heading h2 { margin:4px 0 0; font-size:20px; }
.password-form { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)) auto; align-items:end; gap:14px; }
.password-form .field { margin:0; }
.password-form .quiet-button { min-height:46px; }
.optional-label { color:var(--muted); font-size:10px; font-weight:500; }
.security-card { width:min(560px,100%); }
.totp-qr { display:block; width:260px; max-width:100%; margin:20px auto; border-radius:18px; background:#fff; }
.manual-secret { margin:0 0 20px; color:var(--muted); text-align:center; }
.manual-secret code { display:block; overflow-wrap:anywhere; margin-top:10px; color:var(--accent); }
.recovery-codes { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin:18px 0 24px; }
.recovery-codes code { padding:10px; border:1px solid var(--line); border-radius:8px; text-align:center; color:var(--accent); }
.account-danger-zone strong { font-size: 14px; }
.account-danger-zone p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.account-delete-container { padding-top: 52px; padding-bottom: 70px; }
.account-delete-card { width: min(540px, 100%); }
.account-delete-card .eyebrow { text-align: center; }
.destructive-primary { border: 1px solid rgba(255,127,134,.42); background: rgba(255,127,134,.1); color: #ffd0d3; }
.destructive-primary:hover { background: rgba(255,127,134,.17); }
.node-guide-dialog { width: min(900px, calc(100% - 28px)); max-height: min(92svh, 900px); }
.node-guide-dialog[open] { display: grid; height: min(92svh, 900px); grid-template-rows: auto auto auto minmax(0, 1fr) auto; }
.node-guide-dialog .dialog-intro code { color: #bdeedf; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.node-guide-layout-picker { display: flex; gap: 7px; padding: 13px 27px 0; }
.node-guide-layout-picker button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); color: var(--muted); font: 750 11px/1.2 "Manrope", sans-serif; cursor: pointer; }
.node-guide-layout-picker button.active { border-color: rgba(99,216,185,.42); background: rgba(99,216,185,.1); color: var(--mint); }
.node-guide-content { display: grid; min-width: 0; min-height: 0; gap: 11px; padding: 15px 27px 22px; overflow-y: auto; scrollbar-color: var(--mint-deep) transparent; }
.node-guide-steps { display: grid; min-width: 0; gap: 11px; }
.node-guide-steps[hidden] { display: none; }
.node-guide-content section { display: grid; grid-template-columns: 30px 1fr; gap: 12px; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #151f21; }
.node-guide-content section > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: rgba(99,216,185,.11); color: var(--mint); font-size: 10px; font-weight: 800; }
.node-guide-content h3 { margin: 2px 0 0; font-size: 14px; }
.node-guide-content p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.node-guide-content p code { color: #bdeedf; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.node-guide-content .command-block { position: relative; min-width: 0; margin: 10px 0 0; }
.node-guide-content pre { max-width: 100%; margin: 0; padding: 40px 12px 11px; overflow-x: auto; border: 1px solid rgba(255,255,255,.045); border-radius: 9px; background: #0b1012; color: #bdeedf; font: 500 10px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; }
.node-guide-content pre code { font: inherit; }
.command-copy { position: absolute; z-index: 1; top: 8px; right: 8px; min-width: 58px; padding: 5px 9px; border: 1px solid rgba(99,216,185,.22); border-radius: 7px; background: #142123; color: #9fe4d2; font: 750 9px/1.2 "Manrope", sans-serif; cursor: pointer; }
.command-copy:hover, .command-copy.copied { border-color: rgba(99,216,185,.55); background: rgba(99,216,185,.13); color: var(--mint); }
.node-guide-footer { position: relative; z-index: 1; justify-content: space-between; gap: 12px; background: #11191b; }
.node-guide-footer .quiet-button { color: #d9e1df; }

@media (max-width: 900px) {
  .header-nav { gap: 10px; }
  .privacy-mark, .contact-link { display: none; }
  .deployment-grid, .ops-grid { grid-template-columns: 1fr; }
  .ops-grid > .ops-panel { height: 440px; }
  .deployment-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ops-stats { grid-template-columns: 1fr 1fr; }
  .node-form { grid-template-columns: 1fr 1fr; }
  .node-form .primary-button { width: 100%; }
}

@media (max-width: 600px) {
  .dashboard-page .page-shell { width: min(100% - 28px, 560px); grid-template-rows: auto 1fr auto; }
  .dashboard-page .site-header { min-height: 70px; }
  .dashboard-heading { display: block; }
  .dashboard-heading-actions { margin-top: 18px; }
  .deployment-details { grid-template-columns: 1fr; }
  .deployment-card, .ops-panel { padding: 20px; border-radius: 18px; }
  .upgrade-panel { align-items: stretch; flex-direction: column; }
  .account-danger-zone { align-items: stretch; flex-direction: column; }
  .password-form { grid-template-columns:1fr; }
  .account-security-heading { align-items:flex-start; flex-direction:column; }
  .upgrade-actions { justify-content: stretch; }
  .upgrade-actions form, .upgrade-button { width: 100%; }
  .node-form { grid-template-columns: 1fr; }
  .header-link { font-size: 10px; }
  .wordmark { font-size: 26px; }
  .node-guide-content { padding: 12px 15px 18px; }
  .node-guide-layout-picker { padding: 12px 15px 0; }
  .node-guide-content section { grid-template-columns: 1fr; }
}

/* About Page */
.about-page { overflow-y: auto; }
.about-page .page-shell { height: auto; grid-template-rows: 78px 1fr auto; }
.about-main { padding: clamp(54px, 8vw, 105px) 0 80px; }
.about-hero { max-width: 920px; padding-bottom: clamp(70px, 10vw, 130px); }
.about-hero h1 { max-width: 900px; font-size: clamp(42px, 6vw, 76px); }
.about-hero .intro { max-width: 740px; }
.about-features { display: grid; gap: clamp(90px, 13vw, 170px); }
.about-feature { display: grid; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); gap: clamp(38px, 7vw, 92px); align-items: center; }
.about-feature.reverse .about-feature-copy { order: 2; }
.about-feature.reverse .about-visual { order: 1; }
.about-feature-copy { position: relative; }
.feature-number { display: block; margin-bottom: 22px; color: rgba(99,216,185,.46); font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.feature-kicker { margin: 0 0 10px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.about-feature h2 { max-width: 520px; margin: 0 0 20px; font-size: clamp(29px, 3.7vw, 48px); font-weight: 650; line-height: 1.06; letter-spacing: -.045em; }
.about-feature-copy > p:not(.feature-kicker) { margin: 0; color: #adbbb7; font-size: 16px; line-height: 1.72; }
.about-feature ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.about-feature li { color: #d1dad7; font-size: 13px; line-height: 1.5; }
.about-feature li::before { content: "✓"; margin-right: 9px; color: var(--mint); font-weight: 900; }
.about-visual { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: #0d1315; box-shadow: 0 34px 90px rgba(0,0,0,.34); }
.about-visual::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(99,216,185,.035); pointer-events: none; }
.about-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-principles { margin-top: clamp(100px, 15vw, 190px); padding: clamp(38px, 6vw, 70px); border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(145deg, rgba(99,216,185,.075), rgba(17,24,26,.74) 55%); }
.about-principles > h2 { max-width: 690px; margin: 0; font-size: clamp(30px, 4.5vw, 55px); line-height: 1.08; letter-spacing: -.045em; }
.about-principles > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 38px 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--line); }
.about-principles article { padding: 24px; background: rgba(9,13,15,.78); }
.about-principles strong { color: var(--mint); font-size: 14px; }
.about-principles article p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.about-cta { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 13px; background: var(--mint); color: #04261f; font-size: 13px; font-weight: 800; text-decoration: none; }
.about-cta:hover { filter: brightness(1.06); }

@media (max-width: 760px) {
  .about-page .page-shell { grid-template-rows: 62px 1fr auto; }
  .about-main { padding-top: 48px; }
  .about-hero { padding-bottom: 76px; text-align: left; }
  .about-hero .intro { margin-left: 0; margin-right: 0; }
  .about-features { gap: 84px; }
  .about-feature { grid-template-columns: 1fr; gap: 30px; }
  .about-feature.reverse .about-feature-copy, .about-feature.reverse .about-visual { order: initial; }
  .about-feature-copy { order: 1; }
  .about-visual { order: 2; border-radius: 21px; }
  .about-principles { padding: 28px 22px; border-radius: 22px; }
  .about-principles > div { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .header-meta { gap: 11px; }
  .contact-link { display: none; }
  .about-feature-copy > p:not(.feature-kicker) { font-size: 14px; }
  .about-feature h2 { font-size: 31px; }
}
