:root {
  color-scheme: dark;
  font-family: Inter, ui-rounded, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  color: rgba(255, 255, 255, 0.92);
  background: #090a0f;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --accent: #8a7dff;
  --accent-bright: #b7afff;
  --cyan: #48c7eb;
  --pink: #ff709e;
  --surface: rgba(27, 29, 39, 0.66);
  --border: rgba(255, 255, 255, 0.13);
  --muted: rgba(255, 255, 255, 0.58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #090a0f; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

.page-noise {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: 0.19;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.aurora { position: fixed; width: 540px; height: 540px; border-radius: 50%; filter: blur(130px); opacity: 0.12; pointer-events: none; }
.aurora-one { top: -180px; left: -210px; background: #7664ff; }
.aurora-two { right: -240px; top: 42%; background: #31bfff; }
.section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 10;
  top: 18px;
  display: flex;
  width: min(1160px, calc(100% - 48px));
  min-height: 64px;
  margin: 18px auto 0;
  padding: 10px 12px 10px 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 21px;
  background: rgba(16, 17, 24, 0.68);
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 16px 50px rgba(0,0,0,.3);
  backdrop-filter: blur(28px) saturate(150%);
}

.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 17px; font-weight: 720; letter-spacing: -.025em; }
.brand img { width: 36px; height: 36px; }
.site-header nav { display: flex; gap: 6px; align-items: center; }
.site-header nav a { padding: 10px 13px; border-radius: 12px; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 620; transition: 160ms ease; }
.site-header nav a:hover { color: white; background: rgba(255,255,255,.07); }
.site-header nav .nav-download { margin-left: 4px; color: white; background: linear-gradient(135deg, rgba(151,137,255,.92), rgba(100,113,245,.92)); box-shadow: inset 0 1px rgba(255,255,255,.28), 0 8px 22px rgba(92,76,222,.25); }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(44px, 7vw, 92px); align-items: center; min-height: 720px; padding-block: 82px 76px; }
.eyebrow, .section-kicker { color: var(--accent-bright); font-size: 12px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: flex; gap: 10px; align-items: center; }
.hero h1 { margin: 23px 0 24px; font-size: clamp(45px, 5.7vw, 76px); line-height: .98; letter-spacing: -.06em; font-weight: 760; }
.hero h1 em { font-style: normal; color: transparent; background: linear-gradient(100deg, #bdb5ff, #7e8cff 48%, #55c7e9); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 600px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.primary-button, .secondary-button { display: inline-flex; min-height: 50px; padding: 0 20px; align-items: center; justify-content: center; border-radius: 15px; font-size: 14px; font-weight: 700; transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease; }
.primary-button { gap: 9px; background: linear-gradient(135deg, #9e8cff, #6978f2); box-shadow: inset 0 1px rgba(255,255,255,.32), 0 15px 35px rgba(96,74,230,.28); }
.primary-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.secondary-button { color: rgba(255,255,255,.76); border: 1px solid var(--border); background: rgba(255,255,255,.055); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-2px); filter: brightness(1.08); border-color: rgba(255,255,255,.24); }
.release-note { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 19px; color: rgba(255,255,255,.39); font-size: 11px; }
.release-note span + span::before { content: "·"; margin-right: 16px; }

.app-preview { position: relative; aspect-ratio: 1.18; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 27px; background: #11131b; box-shadow: inset 0 1px rgba(255,255,255,.2), 0 46px 100px rgba(0,0,0,.55), 0 0 80px rgba(108,92,244,.12); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.app-preview::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(130deg, rgba(255,255,255,.12), transparent 24% 70%, rgba(118,104,255,.06)); }
.preview-chrome { display: flex; height: 48px; align-items: center; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.48); font-size: 11px; background: rgba(18,19,27,.9); }
.traffic-lights { position: absolute; left: 17px; display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border-radius: 50%; background: #ff6258; }
.traffic-lights i:nth-child(2) { background: #ffc04a; }
.traffic-lights i:nth-child(3) { background: #30c750; }
.preview-canvas { position: relative; height: calc(100% - 48px); overflow: hidden; background: #08090d; }
.preview-photo { position: absolute; inset: 10% 8%; overflow: hidden; border-radius: 8px; background: linear-gradient(#6c5d9c 0%, #dd8d87 43%, #27294c 44%, #101724 100%); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.sun { position: absolute; width: 18%; aspect-ratio: 1; top: 23%; left: 22%; border-radius: 50%; background: #ffc09c; box-shadow: 0 0 45px #ff9e85; }
.mountain { position: absolute; bottom: 22%; left: -12%; width: 85%; height: 55%; background: #34314d; clip-path: polygon(0 100%, 34% 38%, 48% 63%, 65% 25%, 100% 100%); }
.mountain-back { left: 32%; width: 80%; opacity: .76; background: #51435f; }
.mountain-front { bottom: 10%; background: #24253b; }
.lake { position: absolute; inset: 68% 0 0; background: linear-gradient(180deg, rgba(151,103,136,.55), #141c2d 60%); }
.glass { border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)), rgba(27,29,39,.58); box-shadow: inset 0 1px rgba(255,255,255,.2), 0 14px 34px rgba(0,0,0,.3); backdrop-filter: blur(24px) saturate(140%); }
.preview-topbar { position: absolute; top: 17px; left: 50%; display: flex; width: 52%; height: 38px; padding: 0 10px; align-items: center; gap: 9px; transform: translateX(-50%); border-radius: 13px; font-size: 11px; }
.preview-topbar button { width: 24px; height: 24px; padding: 0; border: 0; border-radius: 8px; background: rgba(255,255,255,.08); }
.preview-topbar span { flex: 1; text-align: center; }
.preview-topbar small { color: rgba(255,255,255,.48); }
.preview-toolbar { position: absolute; bottom: 18px; left: 50%; display: flex; height: 39px; padding: 0 11px; align-items: center; gap: 10px; transform: translateX(-50%); border-radius: 14px; color: rgba(255,255,255,.7); font-size: 11px; }
.tool-divider { width: 1px; height: 16px; background: rgba(255,255,255,.14); }
.preview-like { position: absolute; right: 18px; bottom: 18px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 15px; color: #ff7da8; font-size: 20px; }

.features, .how, .download { padding-block: 120px; }
.section-heading { max-width: 680px; margin-bottom: 42px; }
.section-heading h2, .download-copy h2 { margin: 13px 0 10px; font-size: clamp(36px, 4.8vw, 57px); line-height: 1.02; letter-spacing: -.052em; }
.section-heading p, .download-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card { position: relative; min-height: 280px; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.018) 46%), rgba(20,22,30,.65); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 22px 60px rgba(0,0,0,.2); }
.feature-card-wide { grid-column: span 2; display: grid; min-height: 250px; grid-template-columns: auto minmax(240px, 1fr) auto; gap: 24px; align-items: center; }
.feature-icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(224,200,255,.18); border-radius: 17px; color: #ff82ad; background: linear-gradient(145deg, rgba(255,112,158,.2), rgba(138,125,255,.1)); box-shadow: inset 0 1px rgba(255,255,255,.18); font-size: 23px; font-weight: 760; }
.feature-card h3 { margin: 21px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.feature-card-wide h3 { margin-top: 0; }
.feature-card p { max-width: 660px; margin: 0; color: rgba(255,255,255,.53); line-height: 1.65; }
.crop-icon { color: #bfb7ff; }
.raw-icon { color: #7bd8ef; }
.shortcut-row { display: flex; gap: 8px; }
kbd { display: grid; min-width: 44px; height: 44px; padding: 0 13px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-bottom-color: rgba(255,255,255,.08); border-radius: 12px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.07); box-shadow: inset 0 1px rgba(255,255,255,.13), 0 5px 0 rgba(0,0,0,.2); font: 12px/1 inherit; }
.space-key { min-width: 92px; }
.local-card { background: radial-gradient(circle at 85% 50%, rgba(80,204,231,.12), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.015)), rgba(20,22,30,.65); }
.shield-icon { color: #74e1af; }
.local-orbit { position: relative; width: 190px; height: 190px; border: 1px solid rgba(107,216,222,.15); border-radius: 50%; grid-column: 3; grid-row: 1; }
.local-orbit::before, .local-orbit::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(138,125,255,.17); border-radius: 50%; }
.local-orbit::after { inset: 55px; background: radial-gradient(circle at 35% 30%, #c0b9ff, #6679f4 55%, #38bce7); box-shadow: 0 0 50px rgba(102,121,244,.42); }
.local-orbit span { position: absolute; top: 20px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: #7cd9eb; box-shadow: 0 0 16px #7cd9eb; }

.how { border-block: 1px solid rgba(255,255,255,.06); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps article { position: relative; min-height: 280px; padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: rgba(255,255,255,.025); }
.step-number { position: absolute; top: 25px; right: 27px; color: rgba(255,255,255,.16); font-size: 13px; font-weight: 700; }
.step-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(179,169,255,.18); border-radius: 17px; color: var(--accent-bright); background: rgba(138,125,255,.09); font-size: 23px; }
.steps h3 { margin: 48px 0 10px; font-size: 22px; letter-spacing: -.025em; }
.steps p { margin: 0; color: rgba(255,255,255,.48); line-height: 1.62; }
.controls-panel { margin-top: 16px; padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: rgba(255,255,255,.025); }
.controls-panel > h3 { margin: 0 0 24px; font-size: 22px; letter-spacing: -.025em; }
.controls-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; }
.controls-grid div { min-width: 0; padding: 18px 22px; border-top: 1px solid rgba(255,255,255,.07); }
.controls-grid div:nth-child(-n+3) { border-top: 0; }
.controls-grid div:not(:nth-child(3n+1)) { border-left: 1px solid rgba(255,255,255,.07); }
.controls-grid dt { min-height: 44px; margin: 0 0 12px; }
.controls-grid dd { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.5; }

.download { padding-bottom: 90px; }
.download-panel { overflow: hidden; padding: clamp(30px, 5vw, 60px); border-radius: 32px; background: radial-gradient(circle at 10% 0, rgba(138,125,255,.2), transparent 35%), linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)), rgba(17,19,27,.8); }
.download-copy { max-width: 760px; }
.download-copy p { max-width: 700px; }
.download-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }
.platform-card { display: flex; min-height: 102px; padding: 17px; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(255,255,255,.045); }
.platform-card.is-ready { border-color: rgba(170,159,255,.24); background: linear-gradient(140deg, rgba(138,125,255,.17), rgba(255,255,255,.045)); transition: transform 160ms ease, border-color 160ms ease; }
.platform-card.is-ready:hover { transform: translateY(-2px); border-color: rgba(190,181,255,.4); }
.platform-card.is-disabled { opacity: .48; }
.platform-mark { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: rgba(255,255,255,.08); font-size: 18px; }
.apple-mark { font-size: 21px; }
.platform-copy { display: grid; min-width: 0; flex: 1; gap: 3px; }
.platform-copy small { color: rgba(255,255,255,.4); font-size: 10px; }
.platform-copy strong { font-size: 13px; }
.platform-copy em { color: rgba(255,255,255,.4); font-size: 10px; font-style: normal; }
.download-arrow { color: var(--accent-bright); font-size: 22px; }
.soon-badge { padding: 5px 7px; border-radius: 8px; color: rgba(255,255,255,.55); background: rgba(255,255,255,.07); font-size: 9px; text-transform: uppercase; }
.preview-warning { margin-top: 18px; padding: 15px 17px; border: 1px solid rgba(255,192,92,.15); border-radius: 14px; color: rgba(255,255,255,.48); background: rgba(255,174,70,.045); font-size: 12px; line-height: 1.55; }
.preview-warning strong { color: rgba(255,223,173,.76); }
.checksum { margin-top: 14px; color: rgba(255,255,255,.38); font-size: 11px; }
.checksum summary { width: fit-content; cursor: pointer; }
.checksum span { display: block; margin-top: 12px; color: rgba(255,255,255,.58); font-weight: 650; }
.checksum code { display: block; margin-top: 9px; overflow-wrap: anywhere; color: rgba(255,255,255,.5); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding-block: 28px 42px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.36); font-size: 11px; }
.site-footer .brand { color: rgba(255,255,255,.72); font-size: 14px; }
.site-footer .brand img { width: 30px; height: 30px; }
.site-footer p { text-align: center; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .app-preview { width: min(720px, 100%); margin-inline: auto; transform: none; }
  .controls-grid { grid-template-columns: repeat(2, 1fr); }
  .controls-grid div:nth-child(-n+3) { border-top: 1px solid rgba(255,255,255,.07); }
  .controls-grid div:nth-child(-n+2) { border-top: 0; }
  .controls-grid div:not(:nth-child(3n+1)) { border-left: 0; }
  .controls-grid div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.07); }
  .download-options { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section-shell, .site-header { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 58px; padding-left: 12px; }
  .brand img { width: 32px; height: 32px; }
  .site-header nav a:not(.nav-download) { display: none; }
  .hero { min-height: 0; padding-block: 62px 72px; }
  .hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .primary-button, .secondary-button { width: 100%; }
  .app-preview { border-radius: 20px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-card-wide { display: block; grid-column: span 1; }
  .feature-card-wide .feature-icon { margin-bottom: 22px; }
  .shortcut-row { margin-top: 30px; }
  .local-orbit { display: none; }
  .features, .how, .download { padding-block: 90px; }
  .controls-panel { padding: 24px; }
  .controls-grid { grid-template-columns: 1fr; }
  .controls-grid div, .controls-grid div:nth-child(-n+2), .controls-grid div:nth-child(even) { padding-inline: 0; border-top: 1px solid rgba(255,255,255,.07); border-left: 0; }
  .controls-grid div:first-child { border-top: 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer .brand { justify-self: center; }
  .site-footer p { margin: 0; }
}

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