:root {
  --ink: #061329;
  --ink-soft: #0a1e3f;
  --panel: #0d254a;
  --panel-light: #15345f;
  --red: #1268ff;
  --red-dark: #0750d6;
  --yellow: #1ab7df;
  --yellow-bright: #3bc8e8;
  --cream: #f5f7fb;
  --muted: #9caabd;
  --line: rgba(255, 255, 255, 0.12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--ink); scroll-behavior: smooth; }
body {
  margin: 0;
  color: #fff;
  background: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

/* Shared brand */
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.site-logo { display: block; width: auto; height: 50px; object-fit: contain; }

/* Authentication */
.auth-shell {
  min-height: 100svh; overflow: hidden; position: relative; display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr);
  grid-template-rows: auto 1fr auto; gap: 0 6vw;
  padding: 40px clamp(28px, 5vw, 88px) 30px;
  background:
    radial-gradient(circle at 17% 35%, rgba(215, 25, 32, .24), transparent 30%),
    radial-gradient(circle at 88% 10%, rgba(245, 200, 0, .08), transparent 24%),
    linear-gradient(118deg, #120608 0%, #22090d 53%, #5a1018 100%);
}
.auth-shell::before {
  content: ""; position: absolute; top: -28%; right: -7%; width: 43vw; aspect-ratio: 1;
  border: 95px solid rgba(215, 25, 32, .12); border-radius: 50%; pointer-events: none;
}
.auth-shell::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.topbar, .hero-copy, .login-card, .footer-note { position: relative; z-index: 2; }
.topbar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; }
.secure-label { display: flex; align-items: center; gap: 9px; color: #d7c7c9; font-size: 13px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(245, 200, 0, .1); }
.hero-copy { align-self: center; max-width: 690px; padding: 70px 0 50px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--yellow); font: 700 11px/1.3 var(--font-geist-mono), monospace; letter-spacing: .18em; }
.eyebrow span { width: 38px; height: 2px; background: var(--yellow); }
.hero-copy h1 { margin: 0; max-width: 670px; font-size: clamp(48px, 5.5vw, 86px); font-weight: 590; line-height: .98; letter-spacing: -.06em; }
.hero-copy h1 em { color: var(--yellow); font-style: normal; font-weight: 590; }
.hero-description { max-width: 555px; margin: 28px 0 0; color: #c5b1b4; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7; }
.feature-row { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 46px; color: #f0e5e6; font-size: 12px; }
.feature-row span { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.feature-row i { color: var(--yellow); font: 700 9px var(--font-geist-mono), monospace; font-style: normal; }

.login-card {
  align-self: center; justify-self: end; width: min(100%, 510px); min-height: 590px;
  display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, .13); border-top: 4px solid var(--yellow); border-radius: 28px;
  background: linear-gradient(145deg, rgba(68, 15, 23, .95), rgba(31, 8, 12, .97));
  box-shadow: 0 35px 90px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
}
.login-card form { position: relative; }
.step-chip { position: absolute; top: -23px; right: -20px; display: flex; align-items: center; gap: 5px; color: #9f8185; font: 650 10px var(--font-geist-mono), monospace; letter-spacing: .08em; }
.step-chip span { color: var(--yellow); }
.back-button { position: absolute; top: -28px; left: -25px; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; color: #f4e8e9; background: transparent; cursor: pointer; transition: .2s ease; }
.back-button:hover { border-color: rgba(245,200,0,.6); color: var(--yellow); transform: translateX(-2px); }
.card-heading { margin-bottom: 36px; }
.card-heading p { margin: 0 0 12px; color: var(--yellow); font: 700 10px/1 var(--font-geist-mono), monospace; letter-spacing: .2em; }
.card-heading h2 { margin: 0; font-size: clamp(28px, 2.5vw, 36px); font-weight: 610; line-height: 1.1; letter-spacing: -.045em; }
.card-heading > span { display: block; margin-top: 13px; color: #bfa9ac; font-size: 14px; line-height: 1.6; }
.card-heading > span strong { color: #fff3f4; font-weight: 600; }
.code-heading { margin-bottom: 23px; }
.field-label { display: block; margin-bottom: 9px; color: #eadedf; font-size: 12px; font-weight: 600; }
.phone-field { height: 62px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(17, 4, 6, .55); transition: .2s ease; }
.phone-field:focus-within { border-color: rgba(245,200,0,.82); box-shadow: 0 0 0 4px rgba(245,200,0,.08); }
.phone-field.has-error { border-color: #ff746f; }
.country-code { height: 30px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-right: 1px solid rgba(255,255,255,.14); color: #f2e7e8; font-size: 14px; font-weight: 600; white-space: nowrap; }
.country-code b { font-size: 17px; font-weight: normal; }
.phone-field input { min-width: 0; flex: 1; height: 100%; padding: 0 17px; border: 0; outline: 0; color: #fff; background: transparent; font-size: 16px; letter-spacing: .035em; }
.phone-field input::placeholder { color: #77585d; }
.primary-button { width: 100%; height: 60px; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border: 0; border-radius: 14px; color: #2a0a0e; background: var(--yellow); font-size: 14px; font-weight: 760; cursor: pointer; box-shadow: 0 14px 30px rgba(245,200,0,.12); transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.primary-button:hover:not(:disabled) { transform: translateY(-2px); background: var(--yellow-bright); }
.primary-button span { font-size: 22px; font-weight: 400; }
.primary-button:disabled { opacity: .32; cursor: not-allowed; box-shadow: none; }
.consent-copy { max-width: 360px; margin: 18px auto 0; color: #8c7074; font-size: 10px; line-height: 1.6; text-align: center; }
.consent-copy a { color: #c5afb2; text-decoration: none; }
.consent-copy a:hover { text-decoration: underline; }
.form-error { margin: 9px 0 -4px; color: #ff938e; font-size: 11px; line-height: 1.45; }
.demo-note { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 10px 12px; border: 1px solid rgba(245,200,0,.17); border-radius: 10px; color: #bca7aa; background: rgba(245,200,0,.05); font-size: 11px; }
.demo-note span { width: 17px; height: 17px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(245,200,0,.5); border-radius: 50%; color: var(--yellow); font: 600 10px serif; }
.demo-note strong { color: var(--yellow); letter-spacing: .09em; }
.otp-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.otp-grid input { width: 100%; aspect-ratio: 1; min-width: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; outline: none; color: #fff; background: rgba(17,4,6,.6); text-align: center; font: 650 clamp(20px, 2vw, 26px) var(--font-geist-mono), monospace; transition: .2s ease; }
.otp-grid input:focus { border-color: var(--yellow); box-shadow: 0 0 0 4px rgba(245,200,0,.08); }
.otp-grid input.has-error { border-color: rgba(255,116,111,.8); }
.resend-row { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; color: #9b7e82; font-size: 11px; }
.resend-row button { border: 0; padding: 0; color: var(--yellow); background: transparent; font-size: 11px; cursor: pointer; }
.resend-row button:disabled { color: #886d71; cursor: default; }
.footer-note { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; color: #815f64; font-size: 10px; }
.footer-note span { width: 3px; height: 3px; border-radius: 50%; background: #815f64; }
.field-lines { position: absolute; z-index: 1; left: -12vw; bottom: -44vh; width: 76vw; height: 70vw; border: 1px solid rgba(245,200,0,.06); transform: rotate(-8deg); pointer-events: none; }
.center-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(245,200,0,.06); }
.center-circle { position: absolute; top: 50%; left: 50%; width: 27%; aspect-ratio: 1; border: 1px solid rgba(245,200,0,.06); border-radius: 50%; transform: translate(-50%,-50%); }
.penalty-box { position: absolute; top: -1px; left: 30%; width: 40%; height: 19%; border: 1px solid rgba(245,200,0,.06); }
.ambient { position: absolute; z-index: 0; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.ambient-one { top: -220px; right: 12%; width: 450px; height: 450px; background: rgba(245,200,0,.06); }
.ambient-two { bottom: -300px; left: 25%; width: 500px; height: 500px; background: rgba(215,25,32,.12); }

/* Kayseri Spor A.Ş. inspired visual system */
.brand strong,
.hero-copy h1,
.card-heading h2,
.archive-hero h1,
.section-heading h2,
.selection-empty h3,
.record-title-row h3,
.video-dialog-head h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .015em;
}
.brand strong { font-size: 17px; letter-spacing: .035em; }
.brand small { color: #9eb2cc; }

.auth-shell {
  background:
    radial-gradient(circle at 18% 38%, rgba(18,104,255,.2), transparent 34%),
    radial-gradient(circle at 90% 8%, rgba(26,183,223,.11), transparent 25%),
    linear-gradient(118deg, #061329 0%, #0a2147 54%, #0b3166 100%);
}
.auth-shell::before { border-color: rgba(18,104,255,.1); }
.secure-label { color: #c3d0e0; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.status-dot { background: #1ab7df; box-shadow: 0 0 0 5px rgba(26,183,223,.1); }
.eyebrow { color: #58c9e7; }
.eyebrow span { background: #1268ff; }
.hero-copy h1 { font-size: clamp(50px, 5.7vw, 90px); line-height: .94; letter-spacing: .015em; }
.hero-copy h1 em { color: #fff; text-shadow: 4px 0 0 rgba(18,104,255,.95); }
.hero-description { color: #b6c6d9; }
.feature-row { color: #dce6f2; }
.feature-row i { color: #35bde1; }
.login-card {
  min-height: 570px;
  border: 0;
  border-top: 4px solid #1268ff;
  border-radius: 3px;
  color: #0b1d38;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0,10,30,.32);
  backdrop-filter: none;
}
.step-chip { color: #7e8da1; }
.step-chip span { color: #1268ff; }
.back-button { border-color: #dce3ed; color: #102646; }
.back-button:hover { border-color: #1268ff; color: #1268ff; }
.card-heading p { color: #1268ff; }
.card-heading h2 { color: #0a1b35; font-size: clamp(30px,2.7vw,40px); }
.card-heading > span { color: #6e7d91; }
.card-heading > span strong { color: #0a1b35; }
.field-label { color: #203650; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.phone-field { border-color: #dce3ed; border-radius: 2px; background: #f6f8fb; }
.phone-field:focus-within { border-color: #1268ff; box-shadow: 0 0 0 3px rgba(18,104,255,.09); }
.phone-field.has-error { border-color: #e14f62; }
.country-code { border-color: #dce3ed; color: #213750; }
.phone-field input { color: #0c203d; }
.phone-field input::placeholder { color: #9aa8b8; }
.primary-button {
  border-radius: 2px;
  color: #fff;
  background: #1268ff;
  box-shadow: 0 12px 26px rgba(18,104,255,.2);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.primary-button:hover:not(:disabled) { background: #0750d6; }
.consent-copy { color: #8995a6; }
.consent-copy a { color: #3d5878; }
.form-error { color: #d9364c; }
.demo-note { border-color: #d8e8ff; border-radius: 2px; color: #687a91; background: #f2f7ff; }
.demo-note span { border-color: #1268ff; color: #1268ff; }
.demo-note strong { color: #1268ff; }
.otp-grid input { border-color: #dce3ed; border-radius: 2px; color: #0c203d; background: #f6f8fb; }
.otp-grid input:focus { border-color: #1268ff; box-shadow: 0 0 0 3px rgba(18,104,255,.09); }
.otp-grid input.has-error { border-color: #e14f62; }
.resend-row { color: #7f8c9e; }
.resend-row button { color: #1268ff; }
.resend-row button:disabled { color: #9aa6b5; }
.footer-note { color: #8294ab; }
.footer-note span { background: #8294ab; }
.field-lines, .center-line, .center-circle, .penalty-box { border-color: rgba(26,183,223,.08); }
.center-line { background: rgba(26,183,223,.08); }
.ambient-one { background: rgba(26,183,223,.07); }
.ambient-two { background: rgba(18,104,255,.12); }

/* Archive dashboard */
.dashboard-shell { min-height: 100svh; color: #162841; background: #f3f5f9; }
.dashboard-topbar {
  position: sticky; top: 0; z-index: 20; min-height: 86px; display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(24px,5vw,76px); color: #fff;
  background: linear-gradient(90deg, #061329 0%, #0a2042 58%, #0b2f61 100%);
  box-shadow: 0 8px 30px rgba(1, 14, 37, .2);
}
.dashboard-topbar::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: #1268ff; }
.dashboard-topbar .brand small { color: #9eb2cc; }
.account-actions { display: flex; align-items: center; gap: 14px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 2px; color: #bcefff; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #1ab7df; box-shadow: 0 0 0 4px rgba(26,183,223,.12); }
.account-phone { color: #dce7f5; font-size: 12px; }
.logout-button { height: 40px; padding: 0 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 2px; background: #1268ff; font-size: 11px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.logout-button:hover { color: #fff; background: #0750d6; border-color: #0750d6; }
.logout-button span { margin-left: 7px; }
.dashboard-content { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 62px 0 70px; }
.archive-hero { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(420px,.85fr); gap: 50px; align-items: end; margin-bottom: 42px; padding: clamp(32px,4vw,58px); color: #fff; background: linear-gradient(112deg,#061329 0%,#0a2147 64%,#0b3166 100%); border-bottom: 4px solid #1268ff; }
.archive-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 17px; color: #54c8e7; font: 750 10px/1 var(--font-geist-mono), monospace; letter-spacing: .18em; }
.archive-kicker span { width: 34px; height: 2px; background: #1268ff; }
.archive-hero h1 { margin: 0; color: #fff; font-size: clamp(44px,4.8vw,74px); line-height: .96; }
.archive-hero h1 em { color: #fff; font-style: normal; text-shadow: 3px 0 0 #1268ff; }
.archive-hero > div > p:last-child { max-width: 620px; margin: 21px 0 0; color: #b7c6d8; font-size: 14px; line-height: 1.7; }
.archive-summary { min-height: 126px; display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 2px; background: rgba(255,255,255,.07); box-shadow: none; overflow: hidden; }
.archive-summary div { display: flex; flex-direction: column; justify-content: center; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); }
.archive-summary div:last-child { border-right: 0; }
.archive-summary strong { color: #fff; font-size: 24px; letter-spacing: -.02em; }
.archive-summary span { margin-top: 5px; color: #aebed2; font-size: 10px; }
.records-panel { padding: 28px; border: 1px solid #e1e6ee; border-radius: 2px; background: #fff; box-shadow: 0 10px 28px rgba(12,36,71,.06); }
.section-heading { display: flex; align-items: center; gap: 15px; min-height: 48px; }
.section-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 2px; color: #fff; background: #1268ff; font: 750 12px var(--font-geist-mono), monospace; box-shadow: 0 8px 20px rgba(18,104,255,.16); }
.section-heading p { margin: 0 0 5px; color: #1268ff; font: 700 9px/1 var(--font-geist-mono), monospace; letter-spacing: .16em; }
.section-heading h2 { margin: 0; color: #0b1e3a; font-size: 24px; letter-spacing: .01em; }
.records-heading { padding-bottom: 22px; border-bottom: 1px solid #e3e8ef; }
.linked-phone-label { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid #d9e5f5; border-radius: 2px; color: #33506f; background: #f4f8fd; font-size: 11px; font-weight: 650; }
.linked-phone-label i { width: 7px; height: 7px; border-radius: 50%; background: #1ab7df; box-shadow: 0 0 0 4px rgba(26,183,223,.12); }
.selection-empty { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.selection-empty.compact-empty { min-height: 280px; }
.empty-calendar { position: relative; width: 74px; height: 68px; display: grid; place-items: center; border: 2px solid #d8e2ef; border-radius: 2px; color: var(--red); background: #f7faff; font-weight: 750; }
.empty-calendar::before { content: ""; position: absolute; left: -2px; right: -2px; top: 13px; height: 8px; background: #d8e8ff; }
.empty-calendar span { margin-top: 15px; }
.selection-empty h3 { margin: 20px 0 0; color: #0d2341; font-size: 19px; }
.selection-empty p { margin: 8px 0 0; color: #78879a; font-size: 12px; }
.record-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; padding-top: 24px; }
.record-card { min-width: 0; overflow: hidden; border: 1px solid #dfe5ed; border-radius: 2px; background: #fff; transition: .2s ease; }
.record-card:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(10,40,82,.1); }
.record-preview { position: relative; width: 100%; aspect-ratio: 16/8.8; overflow: hidden; display: block; padding: 0; border: 0; color: #fff; background: linear-gradient(145deg,#061329,#0d3b78); cursor: pointer; }
.record-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(2,13,32,.68)); }
.field-preview { position: absolute; inset: 18% 12%; border: 2px solid rgba(57,200,232,.45); transform: perspective(350px) rotateX(18deg); opacity: .85; }
.field-preview::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: rgba(57,200,232,.45); }
.field-preview::after { content: ""; position: absolute; width: 33%; aspect-ratio: 1; top: 50%; left: 50%; border: 2px solid rgba(57,200,232,.45); border-radius: 50%; transform: translate(-50%,-50%); }
.field-preview i, .field-preview b { position: absolute; top: 25%; width: 20%; height: 50%; border: 2px solid rgba(57,200,232,.42); }
.field-preview i { left: 0; border-left: 0; }
.field-preview b { right: 0; border-right: 0; }
.record-index { position: absolute; z-index: 2; top: 14px; left: 14px; color: var(--yellow); font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.play-button { position: absolute; z-index: 2; top: 50%; left: 50%; width: 48px; height: 48px; display: grid; place-items: center; padding-left: 3px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #06234e; background: #39c8e8; transform: translate(-50%,-50%); box-shadow: 0 10px 30px rgba(0,0,0,.3); transition: .2s ease; }
.record-preview:hover .play-button { transform: translate(-50%,-50%) scale(1.08); background: var(--yellow-bright); }
.duration-badge { position: absolute; z-index: 2; right: 12px; bottom: 11px; padding: 5px 7px; border-radius: 2px; background: rgba(3,16,38,.82); font-size: 9px; }
.record-info { padding: 18px; }
.record-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.record-title-row p { margin: 0 0 5px; color: #1268ff; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .12em; text-transform: uppercase; }
.record-title-row h3 { margin: 0; color: #0d2341; font-size: 19px; letter-spacing: .01em; }
.quality-badge { padding: 5px 7px; border-radius: 2px; color: #0750d6; background: #e4edff; font-size: 9px; font-weight: 750; }
.record-meta { display: grid; grid-template-columns: 1.35fr 1.05fr .65fr .65fr; gap: 8px; margin-top: 17px; padding: 13px 0; border-top: 1px solid #e6eaf0; border-bottom: 1px solid #e6eaf0; }
.record-meta span { min-width: 0; color: #344960; font-size: 9px; white-space: nowrap; }
.record-meta b { display: block; margin-bottom: 4px; color: #8997a8; font-size: 8px; font-weight: 580; }
.ready-dot { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #36a464; }
.record-actions { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 15px; }
.watch-button, .download-button { height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 2px; font-size: 11px; font-weight: 700; cursor: pointer; text-decoration: none; transition: .2s ease; text-transform: uppercase; }
.watch-button { border: 0; color: #fff; background: var(--red); }
.watch-button:hover { background: var(--red-dark); }
.watch-button span { color: var(--yellow); font-size: 10px; }
.download-button { padding: 0 14px; border: 1px solid #d7e0eb; color: #183451; background: #fff; }
.download-button:hover { border-color: #1268ff; background: #f0f5ff; }
.download-button span { color: var(--red); font-size: 16px; }
.dashboard-footer { min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px,5vw,76px); color: #8295ae; background: #061329; border-top: 2px solid #1268ff; font-size: 10px; }

.loading-ring { width: 48px; height: 48px; border: 3px solid #dbe8fb; border-top-color: #1268ff; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.toast { position: fixed; z-index: 90; right: 22px; bottom: 22px; max-width: min(420px,calc(100% - 44px)); padding: 14px 18px; border-left: 4px solid #1ab7df; color: #fff; background: #0b2449; box-shadow: 0 16px 42px rgba(0,10,30,.3); font-size: 13px; }
.toast.is-error { border-left-color: #e14f62; }

/* Video dialog */
.video-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 24px; background: rgba(2,12,31,.86); backdrop-filter: blur(10px); }
.video-dialog { width: min(1040px,100%); overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 2px; color: #fff; background: #061329; box-shadow: 0 35px 90px rgba(0,0,0,.5); animation: dialog-in .22s ease-out; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(10px) scale(.98); } }
.video-dialog-head { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 3px solid #1268ff; background: linear-gradient(90deg,#061329,#0b3166); }
.video-dialog-head p { margin: 0 0 5px; color: #9eb5d1; font-size: 10px; text-transform: capitalize; }
.video-dialog-head h2 { margin: 0; font-size: 20px; }
.video-dialog-head button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(0,0,0,.12); font-size: 26px; line-height: 1; cursor: pointer; }
.video-dialog-head button:hover { color: #06234e; background: var(--yellow); border-color: var(--yellow); }
.video-dialog video { display: block; width: 100%; max-height: min(67vh,650px); background: #020914; }
.video-dialog-foot { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 22px; color: #9eb0c7; font-size: 11px; }
.video-dialog-foot a { height: 38px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; border-radius: 2px; color: #fff; background: #1268ff; font-weight: 750; text-decoration: none; }
.video-dialog-foot a span { color: var(--red); font-size: 17px; }

@media (max-width: 1080px) {
  .archive-hero { grid-template-columns: 1fr; gap: 25px; }
  .record-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 940px) {
  .auth-shell { grid-template-columns: 1fr; grid-template-rows: auto auto 1fr auto; gap: 34px; padding: 26px 24px 24px; }
  .hero-copy { align-self: auto; padding: 45px 0 4px; }
  .hero-copy h1 { max-width: 600px; font-size: clamp(44px,10vw,70px); }
  .hero-description { max-width: 600px; }
  .login-card { justify-self: stretch; width: 100%; max-width: 620px; min-height: 0; margin: 0 auto; }
  .footer-note { margin-top: 8px; }
  .field-lines { width: 120vw; height: 100vw; }
  .account-phone { display: none; }
}

@media (max-width: 720px) {
  .dashboard-topbar { min-height: 76px; padding: 13px 16px; }
  .live-pill { display: none; }
  .logout-button { width: 41px; padding: 0; font-size: 0; }
  .logout-button span { margin: 0; font-size: 16px; }
  .dashboard-content { width: calc(100% - 28px); padding: 38px 0 48px; }
  .archive-hero h1 { font-size: clamp(38px,11vw,56px); }
  .archive-summary { grid-template-columns: repeat(2,1fr); min-height: 104px; }
  .archive-summary div { padding: 14px 11px; }
  .archive-summary strong { font-size: 19px; }
  .archive-summary span { font-size: 8px; }
  .records-panel { padding: 18px; border-radius: 2px; }
  .section-heading { align-items: flex-start; flex-wrap: wrap; }
  .section-number { width: 42px; height: 42px; }
  .linked-phone-label { width: 100%; margin: 9px 0 0; justify-content: center; }
  .record-list { grid-template-columns: 1fr; }
  .record-preview { aspect-ratio: 16/8; }
  .dashboard-footer { flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
  .video-modal { padding: 10px; }
  .video-dialog-head { padding: 14px 16px; }
  .video-dialog-foot { align-items: stretch; flex-direction: column; padding: 14px 16px; }
  .video-dialog-foot a { justify-content: center; }
}

@media (max-width: 560px) {
  .auth-shell { padding: 20px 16px; gap: 25px; }
  .secure-label { font-size: 0; }
  .secure-label .status-dot { display: block; }
  .hero-copy { padding: 28px 0 0; }
  .eyebrow { font-size: 9px; letter-spacing: .13em; }
  .eyebrow span { width: 24px; }
  .hero-copy h1 { font-size: clamp(39px,12vw,56px); }
  .hero-description { margin-top: 19px; font-size: 14px; }
  .feature-row { display: none; }
  .login-card { padding: 36px 22px 28px; border-radius: 3px; }
  .step-chip { top: -15px; right: -8px; }
  .back-button { top: -20px; left: -9px; }
  .card-heading { margin-bottom: 28px; }
  .card-heading h2 { font-size: 28px; }
  .phone-field { height: 58px; }
  .country-code { padding: 0 12px; }
  .phone-field input { padding: 0 12px; font-size: 15px; }
  .otp-grid { gap: 6px; }
  .otp-grid input { border-radius: 2px; font-size: 19px; }
  .footer-note { justify-content: center; flex-wrap: wrap; font-size: 9px; }
  .archive-summary { overflow-x: auto; }
  .record-meta { grid-template-columns: 1fr 1fr; row-gap: 12px; }
}

@media (max-height: 760px) and (min-width: 941px) {
  .auth-shell { padding-top: 24px; padding-bottom: 20px; }
  .hero-copy { padding: 35px 0; }
  .login-card { min-height: 540px; padding-top: 40px; padding-bottom: 40px; }
  .feature-row { margin-top: 30px; }
}

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

/* =========================================================
   V2 public landing / gol vitrini
   ========================================================= */
.landing-shell { min-height: 100svh; overflow: hidden; color: #fff; background: #061329; }
.landing-topbar { position: absolute; z-index: 20; top: 0; left: 0; right: 0; min-height: 92px; display: flex; align-items: center; gap: 36px; padding: 18px clamp(22px,5vw,78px); border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg,rgba(4,15,34,.82),rgba(4,15,34,.12)); backdrop-filter: blur(12px); }
.landing-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.landing-nav a { position: relative; padding: 9px 0; color: #b8c8db; font-size: 10px; font-weight: 760; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.landing-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: #33c6e8; transition: right .22s ease; }
.landing-nav a:hover { color: #fff; }
.landing-nav a:hover::after { right: 0; }
.nav-login-button { min-height: 44px; display: inline-flex; align-items: center; gap: 18px; padding: 0 17px; border: 1px solid rgba(255,255,255,.2); color: #fff; background: rgba(18,104,255,.18); font-size: 9px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.nav-login-button:hover { border-color: #33c6e8; background: #1268ff; transform: translateY(-1px); }
.nav-login-button b { color: #65d6ef; font-size: 15px; }

.landing-hero { position: relative; min-height: 860px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.72fr); gap: clamp(42px,6vw,96px); align-items: center; padding: 150px clamp(24px,6vw,96px) 82px; isolation: isolate; background: radial-gradient(circle at 15% 35%,rgba(18,104,255,.24),transparent 34%), radial-gradient(circle at 84% 20%,rgba(51,198,232,.13),transparent 28%), linear-gradient(118deg,#041025 0%,#082553 58%,#0b376c 100%); }
.landing-hero::after { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-grid-lines { position: absolute; z-index: -1; left: -12%; bottom: -45%; width: 75vw; aspect-ratio: 1.5; opacity: .17; border: 1px solid #5ad7f1; transform: rotate(-7deg) perspective(700px) rotateX(54deg); background: linear-gradient(90deg,transparent 49.8%,#5ad7f1 50%,transparent 50.2%), linear-gradient(0deg,transparent 49.8%,#5ad7f1 50%,transparent 50.2%); background-size: 120px 120px; pointer-events: none; }
.hero-spotlight { position: absolute; z-index: -1; width: 540px; height: 540px; left: var(--spot-x, 18%); top: var(--spot-y, 35%); border-radius: 50%; background: radial-gradient(circle,rgba(65,211,241,.14),rgba(18,104,255,.05) 36%,transparent 68%); transform: translate(-50%,-50%); filter: blur(2px); transition: left .12s linear, top .12s linear; pointer-events: none; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(79,208,237,.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 570px; height: 570px; right: -210px; top: 90px; animation: orbit-float 10s ease-in-out infinite alternate; }
.orbit-one::after { content: ""; position: absolute; left: 42px; top: 103px; width: 14px; height: 14px; border-radius: 50%; background: #33c6e8; box-shadow: 0 0 0 9px rgba(51,198,232,.08),0 0 26px rgba(51,198,232,.55); }
.orbit-two { width: 250px; height: 250px; left: 46%; bottom: -150px; border-color: rgba(18,104,255,.24); animation: orbit-float 7s ease-in-out infinite alternate-reverse; }
@keyframes orbit-float { to { transform: translateY(24px) rotate(9deg); } }

.landing-hero-copy { position: relative; z-index: 2; max-width: 820px; }
.landing-hero-copy .eyebrow { margin-bottom: 30px; }
.landing-hero-copy h1 { margin: 0; max-width: 830px; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: clamp(64px,7.2vw,116px); font-weight: 500; line-height: .86; letter-spacing: .005em; text-transform: uppercase; }
.landing-hero-copy h1 em { display: inline-block; color: #fff; font-style: normal; text-shadow: 5px 0 0 rgba(18,104,255,.98); }
.landing-hero-copy .hero-description { max-width: 650px; margin-top: 30px; color: #b8c8dc; font-size: clamp(15px,1.2vw,18px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 33px; }
.hero-primary, .hero-secondary { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 22px; border: 0; text-transform: uppercase; letter-spacing: .055em; font-size: 10px; font-weight: 820; text-decoration: none; cursor: pointer; transition: transform .2s ease,background .2s ease,border-color .2s ease; }
.hero-primary { color: #fff; background: #1268ff; box-shadow: 0 15px 32px rgba(18,104,255,.26); }
.hero-primary span { color: #7ae2f7; font-size: 18px; }
.hero-primary:hover { background: #0750d6; transform: translateY(-2px); }
.hero-secondary { border: 1px solid rgba(255,255,255,.2); color: #e7f2ff; background: rgba(255,255,255,.04); }
.hero-secondary i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #06234e; background: #44cbea; font-size: 8px; font-style: normal; }
.hero-secondary:hover { border-color: rgba(68,203,234,.65); background: rgba(68,203,234,.09); transform: translateY(-2px); }
.hero-metrics { display: flex; gap: 0; margin-top: 47px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-metrics div { min-width: 142px; padding: 17px 24px 17px 0; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { display: block; color: #4dd2ee; font: 800 14px ui-monospace,monospace; }
.hero-metrics span { display: block; margin-top: 5px; color: #8097b3; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }

.landing-hero .login-card { position: relative; z-index: 3; width: min(100%,505px); min-height: 575px; align-self: center; justify-self: end; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-top: 4px solid #1268ff; border-radius: 3px; background: rgba(255,255,255,.985); box-shadow: 0 38px 95px rgba(0,7,24,.38); }
.landing-hero .login-card::after { content: "ARCHIVE"; position: absolute; right: -29px; bottom: 38px; color: rgba(10,35,71,.035); font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: 74px; letter-spacing: .04em; transform: rotate(-90deg); pointer-events: none; }
.login-glow { position: absolute; width: 210px; height: 210px; right: -100px; top: -110px; border-radius: 50%; background: rgba(51,198,232,.15); filter: blur(26px); pointer-events: none; }
.landing-hero .login-card.motion-swap { animation: login-swap .28s ease both; }
@keyframes login-swap { from { opacity: .75; transform: translateY(7px); } }

.motion-ticker { overflow: hidden; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); color: #fff; background: #1268ff; }
.motion-ticker > div { width: max-content; min-height: 47px; display: flex; align-items: center; gap: 28px; animation: ticker-run 26s linear infinite; }
.motion-ticker span { font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: 15px; letter-spacing: .075em; }
.motion-ticker i { color: #70def4; font-style: normal; font-size: 13px; }
@keyframes ticker-run { to { transform: translateX(-50%); } }

.showcase-section { position: relative; padding: clamp(78px,8vw,126px) 0; }
.light-section { color: #10233f; background: #f3f6fa; }
.dark-section { color: #fff; background: radial-gradient(circle at 82% 10%,rgba(18,104,255,.17),transparent 29%),linear-gradient(120deg,#041025,#071d3d 60%,#082957); }
.section-shell { width: min(1450px,calc(100% - 48px)); margin: 0 auto; }
.landing-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.55fr); gap: 40px; align-items: end; margin-bottom: 38px; }
.landing-section-heading > div > p { display: flex; align-items: center; gap: 11px; margin: 0 0 13px; color: #1268ff; font: 800 9px ui-monospace,monospace; letter-spacing: .14em; }
.landing-section-heading > div > p span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #1268ff; }
.landing-section-heading h2 { margin: 0; color: #0c213f; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: clamp(46px,5vw,76px); font-weight: 500; line-height: .94; letter-spacing: .01em; text-transform: uppercase; }
.landing-section-heading h2 em { color: #1268ff; font-style: normal; }
.section-intro { max-width: 510px; margin: 0 0 3px auto; color: #708096; font-size: 13px; line-height: 1.75; }
.landing-section-heading.inverse > div > p { color: #56cde9; }
.landing-section-heading.inverse > div > p span { color: #052244; background: #48cae8; }
.landing-section-heading.inverse h2 { color: #fff; }
.landing-section-heading.inverse h2 em { color: #5fd5ee; }
.landing-section-heading.inverse .section-intro { color: #94a9c2; }
.landing-section-heading.centered { grid-template-columns: 1fr; text-align: center; }
.landing-section-heading.centered > div > p { justify-content: center; }
.landing-section-heading.centered .section-intro { margin: 0 auto; }

.featured-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.featured-card { min-width: 0; overflow: hidden; border: 1px solid #dfe6ef; background: #fff; box-shadow: 0 12px 34px rgba(10,39,80,.06); transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.featured-card:hover { transform: translateY(-7px); border-color: #bad0ec; box-shadow: 0 24px 55px rgba(10,39,80,.13); }
.featured-preview { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; display: block; padding: 0; border: 0; color: #fff; background: radial-gradient(circle at 73% 25%,rgba(51,198,232,.22),transparent 28%),linear-gradient(145deg,#061329,#0b3f7d); cursor: pointer; }
.featured-preview::before { content: ""; position: absolute; inset: 0; opacity: .8; background: linear-gradient(180deg,transparent 45%,rgba(1,12,31,.73)); }
.featured-preview::after { content: ""; position: absolute; width: 160%; height: 45%; left: -30%; bottom: -20%; opacity: .18; border: 1px solid #5bd5ef; transform: perspective(300px) rotateX(54deg); background: linear-gradient(90deg,transparent 49.5%,#5bd5ef 50%,transparent 50.5%); }
.featured-rank { position: absolute; z-index: 3; top: 15px; left: 15px; min-width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); color: #65dbf2; background: rgba(3,19,45,.62); font: 800 9px ui-monospace,monospace; backdrop-filter: blur(7px); }
.featured-quality { position: absolute; z-index: 3; right: 13px; top: 13px; padding: 6px 8px; color: #d8f7ff; background: rgba(3,19,45,.68); font: 800 8px ui-monospace,monospace; }
.featured-play { position: absolute; z-index: 3; top: 50%; left: 50%; width: 54px; height: 54px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.37); border-radius: 50%; color: #052650; background: #51cfea; box-shadow: 0 16px 33px rgba(0,0,0,.28); transform: translate(-50%,-50%); transition: transform .22s ease,background .22s ease; }
.featured-card:hover .featured-play { transform: translate(-50%,-50%) scale(1.11); background: #83e7f8; }
.featured-duration { position: absolute; z-index: 3; right: 13px; bottom: 12px; padding: 5px 7px; color: #fff; background: rgba(2,14,34,.8); font-size: 8px; }
.featured-pitch { position: absolute; z-index: 1; left: 11%; right: 11%; top: 28%; bottom: 12%; border: 2px solid rgba(91,213,239,.24); transform: perspective(350px) rotateX(13deg); }
.featured-pitch::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 2px solid rgba(91,213,239,.2); }
.featured-pitch::after { content: ""; position: absolute; width: 34%; aspect-ratio: 1; left: 50%; top: 50%; border: 2px solid rgba(91,213,239,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.featured-copy { padding: 17px 17px 18px; }
.featured-copy > p { margin: 0 0 6px; color: #1268ff; font: 800 8px ui-monospace,monospace; letter-spacing: .105em; text-transform: uppercase; }
.featured-copy h3 { min-height: 42px; margin: 0; color: #10233f; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: 20px; font-weight: 500; line-height: 1.04; text-transform: uppercase; }
.featured-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; padding-top: 12px; border-top: 1px solid #e6ebf1; color: #8492a3; font-size: 8px; }
.featured-card-foot span { display: inline-flex; align-items: center; gap: 5px; }
.featured-card-foot i { width: 6px; height: 6px; border-radius: 50%; background: #2db879; }
.featured-grid-dark .featured-card { border-color: rgba(255,255,255,.11); background: #0a2448; box-shadow: 0 15px 40px rgba(0,0,0,.18); }
.featured-grid-dark .featured-card:hover { border-color: rgba(82,207,235,.35); box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.featured-grid-dark .featured-copy > p { color: #52cfea; }
.featured-grid-dark .featured-copy h3 { color: #fff; }
.featured-grid-dark .featured-card-foot { border-color: rgba(255,255,255,.1); color: #8fa7c0; }
.showcase-empty { min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed #c9d6e6; color: #7c8da2; background: rgba(255,255,255,.48); text-align: center; }
.showcase-empty > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: #1268ff; background: #e7f0ff; font-size: 26px; }
.showcase-empty strong { margin-top: 16px; color: #17304f; font-size: 13px; }
.showcase-empty p { margin: 7px 0 0; font-size: 10px; }
.dark-empty { border-color: rgba(255,255,255,.14); color: #8ea6bf; background: rgba(255,255,255,.035); }
.dark-empty > span { color: #5ed7ef; background: rgba(82,207,235,.1); }
.dark-empty strong { color: #fff; }

.how-section { padding: clamp(78px,8vw,124px) 0; color: #10233f; background: #fff; }
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 45px; }
.how-card { position: relative; min-height: 250px; overflow: hidden; padding: 31px 27px; border: 1px solid #e0e6ee; background: #f8fafc; transition: .25s ease; }
.how-card:hover { transform: translateY(-5px); border-color: #c0d5f0; background: #fff; box-shadow: 0 20px 45px rgba(10,39,80,.08); }
.how-card > span { position: absolute; top: 19px; right: 20px; color: #c7d2df; font: 800 10px ui-monospace,monospace; }
.how-card i { width: 56px; height: 56px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#1268ff,#0a3f8d); font-size: 19px; font-style: normal; box-shadow: 0 12px 26px rgba(18,104,255,.2); }
.how-card h3 { margin: 28px 0 9px; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: 27px; font-weight: 500; text-transform: uppercase; }
.how-card p { max-width: 310px; margin: 0; color: #748499; font-size: 11px; line-height: 1.7; }
.final-cta { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: clamp(27px,4vw,50px); color: #fff; background: radial-gradient(circle at 80% 10%,rgba(83,210,239,.16),transparent 30%),linear-gradient(110deg,#061329,#0a3063); border-bottom: 4px solid #1268ff; }
.final-cta p { margin: 0 0 8px; color: #5fd7ee; font: 800 9px ui-monospace,monospace; letter-spacing: .14em; }
.final-cta h2 { margin: 0; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: clamp(30px,3.6vw,50px); font-weight: 500; text-transform: uppercase; }
.final-cta button { min-height: 52px; display: inline-flex; align-items: center; gap: 17px; padding: 0 20px; border: 0; color: #fff; background: #1268ff; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.final-cta button:hover { background: #0750d6; }
.final-cta button span { color: #68d8ef; font-size: 16px; }
.landing-footer { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px clamp(24px,6vw,96px); border-top: 1px solid rgba(255,255,255,.08); color: #758da8; background: #030d1e; font-size: 9px; }
.landing-footer > div { display: flex; flex-direction: column; gap: 4px; }
.landing-footer strong { color: #dfeaf6; font-family: Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; font-size: 16px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }
.featured-card.reveal-item:nth-child(2) { transition-delay: .06s; }
.featured-card.reveal-item:nth-child(3) { transition-delay: .12s; }
.featured-card.reveal-item:nth-child(4) { transition-delay: .18s; }
.featured-card.reveal-item:nth-child(5) { transition-delay: .05s; }
.featured-card.reveal-item:nth-child(6) { transition-delay: .1s; }
.featured-card.reveal-item:nth-child(7) { transition-delay: .15s; }
.featured-card.reveal-item:nth-child(8) { transition-delay: .2s; }

@media (max-width: 1180px) {
  .landing-hero { grid-template-columns: minmax(0,1fr) minmax(370px,.75fr); gap: 36px; padding-left: 42px; padding-right: 42px; }
  .landing-hero-copy h1 { font-size: clamp(60px,7.5vw,88px); }
  .featured-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 960px) {
  .landing-topbar { position: absolute; min-height: 78px; padding: 14px 22px; }
  .landing-nav { display: none; }
  .nav-login-button { margin-left: auto; }
  .landing-hero { min-height: 0; grid-template-columns: 1fr; gap: 48px; padding: 138px 24px 72px; }
  .landing-hero-copy { max-width: 760px; }
  .landing-hero-copy h1 { font-size: clamp(56px,11vw,92px); }
  .landing-hero .login-card { width: min(100%,650px); min-height: 0; justify-self: center; padding: 46px clamp(25px,7vw,56px); }
  .hero-grid-lines { width: 110vw; }
  .featured-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-intro { margin-left: 0; }
  .how-grid { grid-template-columns: 1fr; }
  .how-card { min-height: 190px; }
}

@media (max-width: 620px) {
  .landing-topbar { min-height: 72px; padding: 11px 16px; }
  .landing-topbar .site-logo { height: 44px; }
  .nav-login-button { min-height: 40px; padding: 0 12px; }
  .nav-login-button span { display: none; }
  .nav-login-button b { font-size: 18px; }
  .landing-hero { padding: 118px 16px 52px; gap: 38px; }
  .landing-hero-copy .eyebrow { margin-bottom: 22px; font-size: 8px; }
  .landing-hero-copy h1 { font-size: clamp(49px,15vw,70px); }
  .landing-hero-copy h1 em { text-shadow: 3px 0 0 rgba(18,104,255,.98); }
  .landing-hero-copy .hero-description { margin-top: 22px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-primary, .hero-secondary { width: 100%; }
  .hero-metrics { display: grid; grid-template-columns: repeat(3,1fr); }
  .hero-metrics div { min-width: 0; margin: 0; padding: 14px 8px; text-align: center; }
  .hero-metrics strong { font-size: 11px; }
  .hero-metrics span { font-size: 7px; }
  .landing-hero .login-card { padding: 38px 22px 30px; }
  .landing-hero .login-card::after { display: none; }
  .motion-ticker > div { min-height: 42px; gap: 19px; }
  .motion-ticker span { font-size: 13px; }
  .section-shell { width: calc(100% - 28px); }
  .showcase-section,.how-section { padding: 64px 0; }
  .landing-section-heading { margin-bottom: 27px; }
  .landing-section-heading h2 { font-size: clamp(42px,13vw,58px); }
  .section-intro { font-size: 11px; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-preview { aspect-ratio: 16/9; }
  .how-card { min-height: 205px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .final-cta button { width: 100%; justify-content: space-between; }
  .landing-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ticker > div,.hero-orbit { animation: none !important; }
  .motion-ready .reveal-item { opacity: 1; transform: none; }
}

/* v2.1 enriched landing + advertising system */
:root {
  --electric: #2f7dff;
  --aqua: #4ee1ef;
  --lime: #c7ff38;
  --night: #031020;
  --night-2: #071b36;
  --paper: #f4f7fb;
}
.landing-shell { overflow: clip; background: var(--paper); }
.landing-topbar {
  transition: min-height .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.landing-topbar.is-scrolled {
  position: fixed; min-height: 70px; background: rgba(3,16,32,.88); border-bottom-color: rgba(255,255,255,.1);
  box-shadow: 0 12px 40px rgba(0,0,0,.16); backdrop-filter: blur(18px);
}
.landing-nav a { position: relative; }
.landing-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--aqua); transition: right .2s ease; }
.landing-nav a:hover::after { right: 0; }
.landing-hero {
  min-height: 920px;
  background:
    linear-gradient(90deg,rgba(3,16,32,.2),transparent 46%),
    radial-gradient(circle at 13% 30%,rgba(47,125,255,.28),transparent 32%),
    radial-gradient(circle at 86% 17%,rgba(78,225,239,.13),transparent 28%),
    radial-gradient(circle at 66% 87%,rgba(199,255,56,.07),transparent 26%),
    linear-gradient(122deg,#020a16 0%,#06172f 52%,#0a3766 100%);
}
.hero-ball { position: absolute; z-index: 0; pointer-events: none; user-select: none; filter: drop-shadow(0 22px 30px rgba(0,0,0,.2)); }
.hero-ball-one { right: 45%; top: 21%; font-size: clamp(42px,5vw,76px); opacity: .1; animation: hero-float 7s ease-in-out infinite; }
.hero-ball-two { left: 8%; bottom: 13%; color: var(--aqua); font-size: 27px; opacity: .3; animation: hero-float 5.2s ease-in-out -1.2s infinite; }
.landing-hero-copy h1 { max-width: 900px; font-size: clamp(70px,7.7vw,124px); }
.landing-hero-copy h1 em { color: var(--aqua); text-shadow: none; }
.hero-primary { background: linear-gradient(135deg,var(--electric),#0e4eb7); box-shadow: 0 18px 40px rgba(47,125,255,.25); }
.hero-primary:hover { background: linear-gradient(135deg,#4c8fff,#1261d5); }
.hero-secondary:hover { color: var(--lime); }
.hero-metrics { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; }
.hero-metrics strong { color: #fff; }
.landing-hero .login-card { overflow: visible; padding-top: 80px; border-top-color: var(--aqua); border-radius: 18px; box-shadow: 0 38px 120px rgba(0,0,0,.38); }
.login-card-visual {
  position: absolute; top: -34px; left: 28px; right: 28px; height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  padding: 0 18px; color: #fff; background: linear-gradient(120deg,#0b2a53,#0c5cac); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 42px rgba(0,30,70,.2);
}
.login-card-visual span { font: 800 9px ui-monospace,monospace; letter-spacing: .15em; }
.login-card-visual i { height: 1px; background: linear-gradient(90deg,rgba(255,255,255,.15),var(--aqua)); }
.login-card-visual b { color: var(--lime); font: 500 27px Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }

.discover-section { position: relative; padding: clamp(82px,8vw,132px) 0; color: #0b1c34; background: #fff; }
.discover-section::before { content: "DISCOVER"; position: absolute; right: -15px; top: 30px; color: rgba(6,35,70,.025); font: 500 clamp(80px,13vw,190px) Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; letter-spacing: .02em; }
.discover-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; }
.discover-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; overflow: hidden; padding: 28px; border: 1px solid #dfe7f0; color: #10223d; background: #f6f9fc; text-align: left; text-decoration: none; cursor: pointer; transition: transform .3s ease,box-shadow .3s ease,border-color .3s ease; }
.discover-card::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 190px; height: 190px; border: 40px solid rgba(47,125,255,.05); border-radius: 50%; transition: transform .35s ease; }
.discover-card:hover { z-index: 2; transform: translateY(-8px); border-color: #b9cde6; box-shadow: 0 30px 70px rgba(17,49,86,.12); }
.discover-card:hover::after { transform: scale(1.2); }
.discover-main { color: #fff; border-color: transparent; background: radial-gradient(circle at 75% 25%,rgba(78,225,239,.18),transparent 30%),linear-gradient(145deg,#06152a,#0b3b76); }
.discover-main::after { border-color: rgba(78,225,239,.12); }
.discover-no { color: #91a2b7; font: 800 9px ui-monospace,monospace; letter-spacing: .12em; }
.discover-main .discover-no { color: #6bdced; }
.discover-card > i { width: 58px; height: 58px; display: grid; place-items: center; margin-top: auto; margin-bottom: 32px; color: #fff; background: var(--electric); font-size: 19px; font-style: normal; box-shadow: 0 12px 27px rgba(47,125,255,.2); }
.discover-main > i { color: #06152a; background: var(--lime); }
.discover-card p { margin: 0 0 8px; color: var(--electric); font: 850 8px ui-monospace,monospace; letter-spacing: .13em; }
.discover-main p { color: var(--aqua); }
.discover-card h3 { margin: 0; font: 500 clamp(27px,3vw,42px)/.98 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.discover-card div > span { display: block; max-width: 380px; margin-top: 12px; color: #718299; font-size: 11px; line-height: 1.65; }
.discover-main div > span { color: #9fb3cb; }
.discover-card > b { margin-top: 27px; color: var(--electric); font-size: 9px; letter-spacing: .08em; }
.discover-main > b { color: var(--lime); }

.live-stats-section { color: #fff; background: #061427; }
.live-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid rgba(255,255,255,.08); }
.live-stat { min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid rgba(255,255,255,.08); }
.live-stat > span { color: #728ba6; font: 800 8px ui-monospace,monospace; letter-spacing: .14em; }
.live-stat strong { margin-top: 11px; color: #fff; font: 500 clamp(42px,5vw,72px)/1 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; letter-spacing: .02em; }
.live-stat small { margin-top: 8px; color: #7890aa; font-size: 9px; }
.live-stat-accent { background: linear-gradient(145deg,#0b3566,#0a2448); }
.live-stat-accent strong { color: var(--lime); }

.match-finder-section { position: relative; padding: clamp(82px,9vw,145px) 0; color: #fff; background: #041020; }
.match-finder-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px); background-size: 45px 45px; mask-image: linear-gradient(90deg,transparent,#000 38%,#000 100%); }
.match-finder-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px,8vw,120px); }
.section-mini-title { margin: 0 0 18px; color: var(--aqua); font: 850 9px ui-monospace,monospace; letter-spacing: .15em; }
.match-finder-copy h2 { margin: 0; font: 500 clamp(54px,6vw,92px)/.9 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.match-finder-copy h2 em { color: var(--lime); font-style: normal; }
.match-finder-copy > p:not(.section-mini-title) { max-width: 560px; margin: 25px 0 0; color: #91a8c1; font-size: 13px; line-height: 1.8; }
.match-finder-copy button { min-height: 54px; display: inline-flex; align-items: center; gap: 24px; margin-top: 31px; padding: 0 22px; border: 0; color: #071529; background: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.match-finder-copy button:hover { transform: translateY(-2px); }
.match-finder-copy button span { font-size: 17px; }
.match-finder-visual { position: relative; min-height: 485px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 50% 30%,rgba(47,125,255,.3),transparent 38%),linear-gradient(135deg,#0a2448,#061426); box-shadow: 0 40px 90px rgba(0,0,0,.28); }
.match-finder-visual::after { content: "REPLAY"; position: absolute; left: 28px; bottom: -25px; color: rgba(255,255,255,.035); font: 500 118px Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }
.visual-score { min-height: 80px; display: flex; align-items: center; gap: 20px; padding: 0 24px; border-bottom: 1px solid rgba(255,255,255,.09); }
.visual-score span,.visual-score small { color: #8199b4; font: 800 8px ui-monospace,monospace; letter-spacing: .12em; }
.visual-score strong { margin-left: auto; color: #fff; font: 500 29px Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; }
.visual-score small { color: var(--lime); }
.visual-pitch { position: relative; width: calc(100% - 70px); height: 280px; margin: 36px auto 0; border: 1px solid rgba(78,225,239,.24); background: linear-gradient(90deg,transparent 49.8%,rgba(78,225,239,.2) 50%,transparent 50.2%); }
.visual-pitch::before { content: ""; position: absolute; left: 50%; top: 50%; width: 92px; height: 92px; border: 1px solid rgba(78,225,239,.24); border-radius: 50%; transform: translate(-50%,-50%); }
.visual-pitch i,.visual-pitch b { position: absolute; top: 23%; bottom: 23%; width: 18%; border: 1px solid rgba(78,225,239,.24); }
.visual-pitch i { left: -1px; border-left: 0; }.visual-pitch b { right: -1px; border-right: 0; }
.visual-pitch span { position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: #041020; background: var(--lime); font-size: 22px; transform: translate(-50%,-50%); box-shadow: 0 0 0 14px rgba(199,255,56,.08); }
.visual-data { display: flex; gap: 24px; padding: 25px 34px; color: #758ba5; font-size: 8px; }
.visual-data b { color: var(--aqua); }

.goal-stream-section { padding: clamp(72px,8vw,115px) 0; color: #0b1e38; background: #edf3f9; }
.stream-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.stream-heading p { margin: 0 0 8px; color: var(--electric); font: 850 8px ui-monospace,monospace; letter-spacing: .14em; }
.stream-heading h2 { margin: 0; font: 500 clamp(42px,5vw,66px) Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.stream-controls { display: flex; gap: 8px; }
.stream-controls button { width: 44px; height: 44px; border: 1px solid #d3dfeb; color: #0c274a; background: #fff; cursor: pointer; }
.stream-controls button:hover { color: #fff; border-color: var(--electric); background: var(--electric); }
.goal-stream { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px,30%); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.goal-stream::-webkit-scrollbar { display: none; }
.stream-card { position: relative; min-height: 370px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 22px; scroll-snap-align: start; color: #fff; border: 0; background: radial-gradient(circle at 50% 35%,rgba(78,225,239,.22),transparent 25%),linear-gradient(155deg,#0a3d75,#041426); text-align: left; cursor: pointer; }
.stream-card::before { content: ""; position: absolute; inset: 23px 23px 110px; border: 1px solid rgba(78,225,239,.2); background: linear-gradient(90deg,transparent 49.7%,rgba(78,225,239,.18) 50%,transparent 50.3%); }
.stream-card::after { content: "▶"; position: absolute; left: 50%; top: 38%; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: #041426; background: var(--lime); transform: translate(-50%,-50%); }
.stream-card span { position: relative; color: var(--aqua); font: 800 8px ui-monospace,monospace; letter-spacing: .1em; }
.stream-card strong { position: relative; margin-top: 8px; font: 500 27px/1 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.stream-card small { position: relative; margin-top: 7px; color: #8da8c4; }

.experience-section { padding: clamp(85px,9vw,145px) 0; color: #10223d; background: #fff; }
.experience-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(55px,9vw,135px); }
.experience-copy p,.faq-intro p { margin: 0 0 20px; color: var(--electric); font: 850 8px ui-monospace,monospace; letter-spacing: .14em; }
.experience-copy h2,.faq-intro h2 { margin: 0; font: 500 clamp(53px,6vw,88px)/.9 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.experience-copy h2 em { color: var(--electric); font-style: normal; }
.experience-copy > span,.faq-intro > span { display: block; max-width: 460px; margin-top: 25px; color: #76879b; font-size: 12px; line-height: 1.8; }
.experience-list { border-top: 1px solid #dfe7ef; }
.experience-list article { min-height: 135px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid #dfe7ef; }
.experience-list article > span { color: #9aa9ba; font: 850 8px ui-monospace,monospace; }
.experience-list h3 { margin: 0; font: 500 28px Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.experience-list p { margin: 7px 0 0; color: #76879b; font-size: 10px; line-height: 1.6; }
.experience-list i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--electric); background: #edf4ff; font-style: normal; }

.faq-section { padding: clamp(82px,9vw,140px) 0; color: #fff; background: #061427; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,9vw,130px); }
.faq-intro p { color: var(--aqua); }.faq-intro > span { color: #7d94ad; }
.faq-list { border-top: 1px solid rgba(255,255,255,.1); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,.1); }
.faq-item button { width: 100%; min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0; border: 0; color: #fff; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { font: 500 clamp(21px,2.4vw,30px) Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.faq-item button b { width: 38px; height: 38px; display: grid; place-items: center; color: var(--aqua); border: 1px solid rgba(78,225,239,.25); transition: transform .2s ease,background .2s ease; }
.faq-item.is-open button b { color: #061427; background: var(--lime); transform: rotate(45deg); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-item > div > p { min-height: 0; overflow: hidden; margin: 0; color: #89a0ba; font-size: 11px; line-height: 1.8; }
.faq-item.is-open > div { grid-template-rows: 1fr; }.faq-item.is-open > div > p { padding: 0 65px 25px 0; }
.final-section { padding: 24px 0 96px; color: #10223d; background: #fff; }
.final-cta { margin-top: 0; border-bottom-color: var(--lime); background: radial-gradient(circle at 86% 10%,rgba(78,225,239,.2),transparent 28%),linear-gradient(115deg,#031020,#0b376a); }
.final-cta > div > span { display: block; margin-top: 9px; color: #8ca3bc; font-size: 10px; }
.final-cta button { background: var(--lime); color: #061427; }.final-cta button span { color: #061427; }

/* Dynamic advertising areas */
.ad-slot { width: 100%; padding: 0; color: #fff; background: #031020; }
.ad-slot-inner { width: min(1380px,calc(100% - 48px)); margin: 0 auto; display: grid; gap: 14px; }
.ad-slot-top { padding: 18px 0; background: #071b34; }.ad-slot-top .ad-slot-inner { grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); }
.ad-slot-wide { padding: 32px 0; color: #10223d; background: #eef3f8; }.ad-slot-wide .ad-slot-inner { grid-template-columns: repeat(auto-fit,minmax(330px,1fr)); }
.ad-slot-mosaic { padding: 62px 0; background: #031020; }.ad-slot-mosaic .ad-slot-inner { grid-template-columns: repeat(12,1fr); }
.ad-slot-mosaic .ad-card { grid-column: span 6; min-height: 310px; }.ad-slot-mosaic .ad-card:nth-child(3n) { grid-column: span 12; min-height: 210px; }
.ad-slot-login { padding: 58px 0; color: #10223d; background: #edf3f9; }.ad-slot-login .ad-slot-inner { grid-template-columns: 1fr; }
.ad-slot-footer { padding: 20px 0 0; background: #030d1e; }.ad-slot-footer .ad-card { min-height: 145px; }
.ad-card { position: relative; min-height: 190px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; padding: clamp(24px,3vw,40px); border: 1px solid rgba(255,255,255,.12); background: linear-gradient(135deg,#0b2e5d,#07172d); box-shadow: 0 22px 65px rgba(5,28,62,.12); }
.ad-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--ad-image,none); background-size: cover; background-position: center; opacity: .32; transform: scale(1.02); transition: transform .6s ease,opacity .35s ease; }
.ad-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(2,12,27,.96),rgba(2,12,27,.63) 60%,rgba(2,12,27,.15)); }
.ad-card:hover::before { transform: scale(1.07); opacity: .42; }
.ad-card.theme-green { background: linear-gradient(135deg,#163e32,#08231c); }.ad-card.theme-green::after { background: linear-gradient(90deg,rgba(3,32,24,.95),rgba(3,32,24,.58),rgba(3,32,24,.18)); }
.ad-card.theme-orange { background: linear-gradient(135deg,#743514,#321307); }.ad-card.theme-orange::after { background: linear-gradient(90deg,rgba(47,15,3,.94),rgba(47,15,3,.54),rgba(47,15,3,.15)); }
.ad-card.theme-light { border-color: #d9e4ef; color: #10223d; background: #fff; }.ad-card.theme-light::after { background: linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.78),rgba(255,255,255,.18)); }
.ad-card.theme-dark { background: linear-gradient(135deg,#151921,#05070a); }
.ad-content { max-width: 650px; }
.ad-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--aqua); font: 850 8px ui-monospace,monospace; letter-spacing: .13em; text-transform: uppercase; }
.ad-badge::before { content: ""; width: 22px; height: 2px; background: currentColor; }.theme-light .ad-badge { color: var(--electric); }
.ad-card h3 { margin: 0; font: 500 clamp(28px,3.1vw,48px)/.95 Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; text-transform: uppercase; }
.ad-card p { max-width: 600px; margin: 12px 0 0; color: #a8bad0; font-size: 11px; line-height: 1.7; }.theme-light p { color: #71839a; }
.ad-card a { min-height: 42px; display: inline-flex; align-items: center; gap: 14px; margin-top: 19px; padding: 0 15px; color: #071529; background: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }.theme-light a { color: #fff; background: var(--electric); }
.ad-sponsored { position: absolute; top: 16px; right: 17px; color: rgba(255,255,255,.45); font: 800 7px ui-monospace,monospace; letter-spacing: .13em; text-transform: uppercase; }.theme-light .ad-sponsored { color: #8998a9; }

.footer-links { display: flex !important; flex-direction: row !important; flex-wrap: wrap; gap: 18px !important; }
.footer-links a,.footer-links button { padding: 0; border: 0; color: #7f95ad; background: transparent; font-size: 8px; text-decoration: none; text-transform: uppercase; cursor: pointer; }.footer-links a:hover,.footer-links button:hover { color: var(--aqua); }

/* Dashboard refinements */
.dashboard-shell { background: linear-gradient(180deg,#f0f5fa,#fff 42%); }
.dashboard-topbar { box-shadow: 0 10px 35px rgba(10,38,75,.06); backdrop-filter: blur(16px); }
.archive-hero { position: relative; overflow: hidden; border-radius: 0 0 24px 24px; background: radial-gradient(circle at 85% 30%,rgba(78,225,239,.16),transparent 25%),linear-gradient(120deg,#041020,#0b376a); }
.archive-hero::after { content: "MY MATCH"; position: absolute; right: -20px; bottom: -30px; color: rgba(255,255,255,.035); font: 500 105px Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif; pointer-events: none; }
.records-panel { border-radius: 18px; box-shadow: 0 24px 70px rgba(10,38,75,.08); }
.record-card { border-radius: 14px; overflow: hidden; transition: transform .25s ease,box-shadow .25s ease; }.record-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(10,38,75,.09); }

@keyframes hero-float { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-18px) rotate(8deg); } }

@media (max-width: 1040px) {
  .discover-grid { grid-template-columns: 1fr 1fr; }.discover-main { grid-column: 1/-1; min-height: 300px; }
  .live-stats-grid { grid-template-columns: repeat(2,1fr); }
  .match-finder-grid,.experience-grid,.faq-grid { grid-template-columns: 1fr; }
  .match-finder-copy { max-width: 700px; }.match-finder-visual { min-height: 430px; }
  .ad-slot-mosaic .ad-card { grid-column: span 12; }
}
@media (max-width: 720px) {
  .landing-hero { min-height: 0; }.landing-hero-copy h1 { font-size: clamp(54px,14vw,78px); }
  .landing-hero .login-card { padding-top: 72px; border-radius: 12px; }.login-card-visual { left: 15px; right: 15px; }
  .discover-grid { grid-template-columns: 1fr; }.discover-main { grid-column: auto; }.discover-card { min-height: 285px; }
  .live-stats-grid { grid-template-columns: 1fr 1fr; }.live-stat { min-height: 145px; padding: 20px; }.live-stat strong { font-size: 42px; }
  .match-finder-visual { min-height: 380px; }.visual-score { gap: 10px; padding: 0 15px; }.visual-score strong { font-size: 22px; }.visual-pitch { height: 220px; width: calc(100% - 32px); }
  .goal-stream { grid-auto-columns: 82%; }.stream-card { min-height: 330px; }
  .experience-list article { grid-template-columns: 38px 1fr auto; }.experience-list h3 { font-size: 23px; }
  .faq-item button { min-height: 78px; }.faq-item button span { font-size: 21px; }
  .ad-slot-inner { width: calc(100% - 28px); }.ad-slot-mosaic { padding: 42px 0; }.ad-slot-mosaic .ad-card { min-height: 260px; }
  .ad-card { min-height: 230px; }.ad-slot-top .ad-card { min-height: 170px; }
  .landing-footer { gap: 22px; }.footer-links { gap: 12px !important; }
}
@media (max-width: 460px) {
  .live-stats-grid { grid-template-columns: 1fr; }.live-stat { min-height: 125px; }
  .goal-stream { grid-auto-columns: 90%; }
  .visual-data { flex-direction: column; gap: 8px; }
  .ad-card { padding: 23px 19px; }.ad-card h3 { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ball { animation: none !important; }
}
.ad-card-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .32; transform: scale(1.02); transition: transform .6s ease,opacity .35s ease; }
.ad-card:hover .ad-card-image { transform: scale(1.07); opacity: .42; }
