:root {
  color-scheme: dark;
  --bg: #090b0b;
  --panel: #141818;
  --panel-2: #191e1e;
  --ink: #f6f7f3;
  --muted: #929b9b;
  --line: #282e2d;
  --orange: #ffb347;
  --green: #63d6ad;
  --red: #ff7777;
  --cyan: #81d7e7;
  --max: 1500px;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 52% -18%, #26302e 0, #111515 32%, var(--bg) 72%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.shell { width: min(var(--max), 100%); margin: auto; padding: 0 28px 48px; }
.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: #d9dcda; text-decoration: none; font-size: .83rem; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #45504d; border-radius: 50%; color: var(--orange); font: 800 .78rem ui-monospace, monospace; letter-spacing: -.04em; }
.nav { display: flex; align-items: center; gap: 8px; }
.nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 24px; color: #b9c0bd; text-decoration: none; font-size: .88rem; }
.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"] { color: var(--ink); background: #191e1e; outline: none; }
.nav .nav-cta { border: 1px solid #4d4537; color: #19130b; background: var(--orange); font-weight: 750; }
.nav .nav-cta:hover, .nav .nav-cta:focus-visible { color: #111; background: #ffc369; }

.eyebrow { margin: 0; color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 10px 0 18px; font-size: clamp(3rem, 7vw, 7rem); line-height: .94; letter-spacing: -.07em; font-weight: 420; }
h2 { margin: 6px 0 10px; font-size: clamp(1.8rem, 3vw, 3.25rem); line-height: 1.04; letter-spacing: -.045em; font-weight: 520; }
h3 { margin: 4px 0 8px; font-size: 1.15rem; letter-spacing: -.025em; }
.lede { max-width: 690px; margin: 0; color: #bec5c2; font-size: clamp(1.08rem, 1.7vw, 1.4rem); }
.hero { min-height: 570px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(36px, 6vw, 90px); align-items: center; padding: 72px 0 66px; }
.hero > * { min-width: 0; }
.hero-copy { max-width: 830px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid #3a4240; border-radius: 28px; background: #151919; color: var(--ink); text-decoration: none; font-weight: 730; }
.button:hover, .button:focus-visible { border-color: #707a77; outline: none; }
.button.primary { border-color: var(--orange); background: var(--orange); color: #15100a; }
.button.primary:hover, .button.primary:focus-visible { background: #ffc369; }
.button .arrow { color: currentColor; }
.microcopy { margin-top: 16px; color: var(--muted); font-size: .82rem; }

.dashboard-preview, .panel { background: linear-gradient(145deg, rgba(25,30,30,.98), rgba(16,19,19,.98)); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 60px rgba(0,0,0,.2); }
.dashboard-preview { overflow: hidden; transform: rotate(.8deg); }
.dashboard-photo { width: min(100%, 680px); max-width: 100%; min-width: 0; margin: 0; justify-self: end; overflow: hidden; border: 1px solid #343b39; border-radius: 20px; background: #111515; box-shadow: 0 24px 70px rgba(0,0,0,.36); }
.dashboard-photo img { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 1600 / 971; object-fit: cover; }
.dashboard-photo figcaption { padding: 11px 15px; color: #89928f; background: #101313; font-size: .72rem; }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding: 18px; border-bottom: 1px solid var(--line); }
.preview-time { font: 300 2.4rem/1 ui-monospace, monospace; letter-spacing: -.08em; }
.preview-status { color: var(--muted); font-size: .72rem; }
.preview-grid { display: grid; grid-template-columns: 1.1fr .9fr; }
.preview-column { padding: 17px; border-right: 1px solid var(--line); }
.preview-column:last-child { border-right: 0; }
.preview-label { color: var(--orange); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mini-event { margin-top: 10px; padding: 8px 9px; border-left: 2px solid var(--cyan); border-radius: 4px; background: #182426; font-size: .78rem; }
.mini-weather { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 12px; }
.mini-weather span { padding: 9px 4px; border: 1px solid var(--line); border-radius: 7px; color: #c8cecb; font-size: .72rem; text-align: center; }

.section { padding: 70px 0; border-top: 1px solid var(--line); }
.compatibility-note { display: grid; grid-template-columns: 210px 1fr; gap: 28px; align-items: start; padding: 20px 23px; border: 1px solid #3b4240; border-radius: 14px; background: rgba(17,20,20,.8); }
.compatibility-note p { margin: 0; }
.compatibility-note > p:last-child { color: #aeb6b3; font-size: .9rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-head > p { max-width: 560px; margin: 0 0 7px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 235px; padding: 26px; }
.feature-number { color: #626d69; font: .75rem ui-monospace, monospace; }
.feature-card h3 { margin-top: 45px; font-size: 1.35rem; }
.feature-card p { margin: 0; color: var(--muted); }
.price-panel { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 34px; }
.price-line { display: flex; align-items: baseline; gap: 13px; margin-top: 18px; }
.price { font: 350 clamp(3.2rem, 6vw, 6rem)/1 ui-monospace, monospace; letter-spacing: -.08em; }
.was { color: #717a77; text-decoration: line-through; }
.payment-terms { display: flex; flex-direction: column; gap: 5px; max-width: 660px; margin: 20px 0 0; padding: 14px 16px; border-left: 2px solid var(--orange); background: rgba(255,179,71,.06); }
.payment-terms strong { color: #f3f5f2; }
.payment-terms span { color: var(--muted); font-size: .84rem; }
.included { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 22px; margin: 22px 0 0; padding: 0; list-style: none; color: #bdc3c0; }
.included li::before { content: "—"; color: var(--orange); margin-right: 8px; }
.fine-print { color: var(--muted); font-size: .8rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.step { min-height: 210px; padding: 26px; border-right: 1px solid var(--line); background: rgba(17,20,20,.76); }
.step:last-child { border-right: 0; }
.step strong { display: block; margin: 35px 0 8px; font-size: 1.15rem; }
.step p { margin: 0; color: var(--muted); }
.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 35px; border-color: #54452f; background: linear-gradient(110deg, rgba(255,179,71,.13), rgba(20,24,24,.96) 58%); }
.cta-band h2 { max-width: 720px; margin-bottom: 0; }

.page-intro { min-height: 360px; display: grid; align-content: center; padding: 65px 0 50px; }
.page-intro h1 { max-width: 1000px; font-size: clamp(3rem, 6vw, 6.5rem); }
.demo-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.demo-card { display: flex; min-height: 390px; flex-direction: column; padding: 24px; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.demo-card:hover, .demo-card:focus-visible { transform: translateY(-3px); border-color: #56605d; outline: none; }
.demo-card .mock { min-height: 170px; margin-bottom: 34px; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #0d1010; }
.demo-card .mock-line { height: 7px; margin: 8px 0; border-radius: 4px; background: #27302e; }
.demo-card .mock-line.accent { width: 55%; background: #6f5633; }
.demo-card p { color: var(--muted); }
.demo-card .demo-link { margin-top: auto; color: var(--orange); font-weight: 700; }

.demo-shell { width: min(1600px, 100%); margin: auto; padding: 20px 28px 45px; }
.demo-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 62px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.demo-bar nav { display: flex; align-items: center; gap: 8px; }
.demo-bar a { color: #b7bfbc; text-decoration: none; font-size: .82rem; }
.demo-bar .back { min-height: 42px; display: inline-flex; align-items: center; padding: 0 13px; border: 1px solid #343b39; border-radius: 24px; }
.demo-bar .back:hover { color: var(--ink); border-color: #5a6561; }
.sample-badge { padding: 6px 9px; border: 1px solid #604b2d; border-radius: 5px; color: #ffd18e; background: #211a10; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dash-header { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.dash-id { color: #cbd0cd; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.dash-clock { text-align: center; }
.dash-clock strong { display: block; font: 300 clamp(4.5rem, 9vw, 8rem)/1 ui-monospace, monospace; letter-spacing: -.08em; }
.dash-clock span { color: var(--muted); }
.dash-place { justify-self: end; color: #d4d9d6; }
.dash-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.dash-stack { display: grid; gap: 20px; }
.panel-head { display: flex; justify-content: space-between; align-items: end; padding: 20px 22px 16px; }
.panel-head h2 { font-size: 1.45rem; margin: 2px 0 0; }
.panel-head small { color: var(--muted); }
.five-day { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid var(--line); }
.day { min-height: 310px; border-right: 1px solid var(--line); }
.day:last-child { border-right: 0; }
.day.today { background: linear-gradient(180deg, rgba(255,179,71,.08), transparent); }
.day-head { display: flex; justify-content: space-between; padding: 13px; border-bottom: 1px solid var(--line); }
.day-head strong { color: var(--orange); }
.day-head span { color: var(--muted); font: .75rem ui-monospace, monospace; }
.events { display: grid; gap: 8px; padding: 11px; }
.event { padding: 10px; border-left: 3px solid var(--cyan); border-radius: 6px; background: #182426; }
.event strong { display: block; font-size: .88rem; line-height: 1.3; }
.event span { color: var(--cyan); font: .7rem ui-monospace, monospace; }
.event.alt { border-left-color: var(--orange); background: #252015; }
.weather-row { display: grid; grid-template-columns: repeat(5, minmax(86px,1fr)); border-top: 1px solid var(--line); overflow-x: auto; }
.weather-day { min-height: 145px; display: grid; place-items: center; gap: 3px; padding: 12px 8px; border-right: 1px solid var(--line); text-align: center; }
.weather-day:last-child { border-right: 0; }
.weather-day .icon { font-size: 1.7rem; }
.weather-day small { color: var(--muted); }
.story-list { border-top: 1px solid var(--line); }
.story { display: grid; grid-template-columns: 27px 1fr; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.story:last-child { border-bottom: 0; }
.story > span { color: #616b68; font: .68rem ui-monospace, monospace; }
.story strong { display: block; font-size: .86rem; line-height: 1.35; }
.story small { color: var(--muted); }
.ticker-list { border-top: 1px solid var(--line); }
.ticker { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.ticker:last-child { border-bottom: 0; }
.ticker span { color: var(--muted); font-size: .76rem; }
.ticker .up { color: var(--green); }
.ticker .down { color: var(--red); }
.links-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; padding: 0 18px 18px; }
.quick-link { min-height: 64px; display: flex; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 9px; color: #dce0de; background: #111515; text-decoration: none; font-weight: 650; }
.quick-link:hover { border-color: #56615d; }

.calendar-first { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; }
.calendar-first .calendar-panel { min-width: 0; }
.calendar-first .day { min-height: 430px; }
.side-weather { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.side-weather .weather-day { border-bottom: 1px solid var(--line); }

.sports-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.team-card { min-height: 240px; display: flex; flex-direction: column; padding: 22px; }
.team-code { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #3c4845; border-radius: 50%; color: var(--cyan); font: 800 .78rem ui-monospace, monospace; }
.team-card h2 { margin-top: 28px; font-size: 1.45rem; }
.score { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.score strong { font: 700 1.4rem ui-monospace, monospace; }
.score span { color: var(--muted); font-size: .75rem; text-align: right; }
.sports-note { margin-bottom: 18px; padding: 12px 15px; border: 1px solid #5e4828; border-radius: 10px; color: #ffd293; background: #241c11; font-size: .85rem; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding: 40px 0 15px; border-top: 1px solid var(--line); color: #7f8986; font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--ink); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .dashboard-preview { max-width: 720px; transform: none; }
  .dashboard-photo { width: min(100%, 760px); justify-self: start; }
  .feature-grid, .demo-cards, .sports-grid { grid-template-columns: repeat(2,1fr); }
  .dash-grid { grid-template-columns: 1fr; }
  .calendar-first { grid-template-columns: 1fr; }
  .calendar-first .side-stack { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
}

@media (max-width: 720px) {
  .shell, .demo-shell { padding-left: 13px; padding-right: 13px; }
  .site-header { align-items: flex-start; padding: 13px 0; }
  .brand span:last-child { display: none; }
  .nav { flex-wrap: wrap; justify-content: flex-end; }
  .nav a { min-height: 40px; padding: 0 11px; font-size: .78rem; }
  .hero { padding: 58px 0; }
  .compatibility-note { grid-template-columns: 1fr; gap: 8px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.7rem); }
  .feature-grid, .demo-cards, .sports-grid { grid-template-columns: 1fr; }
  .price-panel, .cta-band { grid-template-columns: 1fr; display: grid; }
  .included { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .section-head { align-items: start; flex-direction: column; }
  .dash-header { min-height: 150px; grid-template-columns: 1fr auto; }
  .dash-clock { grid-column: 1/-1; grid-row: 1; }
  .dash-id, .dash-place { position: relative; z-index: 2; font-size: .68rem; }
  .five-day { grid-template-columns: repeat(5, minmax(180px,1fr)); overflow-x: auto; }
  .calendar-first .side-stack { grid-template-columns: 1fr; }
  .demo-bar { align-items: flex-start; padding-bottom: 10px; }
  .demo-bar nav { flex-direction: column; align-items: flex-end; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
