/* Outflow Studio visual identity. Loaded after site.css; pages migrate to it one by one.
   Ink-dark canvas, Inter, blue for action, gold for "unlock", the living grid behind framed product visuals. */
:root {
  --bg: #0a0c11; --bg2: #11141b; --bg3: #181c25; --line: #232833; --line2: #303748;
  --text: #eef0f5; --muted: #98a1b5; --accent: #4f8dff; --accent2: #86b3ff; --gold: #e2b04a; --teal: #2fd0bf;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --r: 18px; --r2: 12px;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); -webkit-font-smoothing: antialiased; }
h1, h2, h3 { letter-spacing: -.022em; }
a { color: var(--accent2); }
::selection { background: rgba(79,141,255,.35); }

/* buttons */
.btn { border-radius: var(--r2); padding: 12px 18px; font-weight: 600; transition: transform .15s, box-shadow .15s, border-color .15s, background .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn.primary { background: linear-gradient(180deg, #5f99ff, #3f7cf0); color: #fff; box-shadow: 0 8px 24px rgba(79,141,255,.32), inset 0 1px 0 rgba(255,255,255,.22); width: auto; }
.btn.primary:hover { box-shadow: 0 10px 30px rgba(79,141,255,.45), inset 0 1px 0 rgba(255,255,255,.22); }
.btn.ghost { border: 1px solid var(--line2); background: rgba(255,255,255,.02); color: var(--text); }
.btn.ghost:hover { border-color: #46506a; background: rgba(255,255,255,.05); }
.btn.gold { background: linear-gradient(180deg, #f0c25c, #d9a539); color: #2a1e05; box-shadow: 0 8px 24px rgba(226,176,74,.28); }
.btn.big { padding: 15px 26px; font-size: 17px; border-radius: 14px; }
.btn.small { padding: 8px 14px; font-size: 13px; }

/* header */
.nav { padding: 12px 24px; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(10,12,17,.72); backdrop-filter: blur(14px); }
.nav .brand { font-weight: 800; letter-spacing: -.01em; font-size: 17px; }
.brand .logo { width: 22px; height: 22px; border-radius: 7px; background: #1c3d8f url(/img/logo-64.png) center / cover no-repeat; box-shadow: 0 0 18px rgba(79,141,255,.35); vertical-align: -5px; }
.nav nav a { font-weight: 500; }
.nav nav .btn { font-weight: 600; }

/* layout rhythm */
main.home { max-width: none; padding: 0; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.blk { padding: 104px 0; }
.blk + .blk { border-top: 1px solid rgba(255,255,255,.05); }
.blk-head { max-width: 720px; margin-bottom: 40px; }
.blk-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.h2 { font-size: clamp(30px, 4.2vw, 46px); line-height: 1.06; margin: 0 0 16px; font-weight: 800; }
.lead { font-size: 18px; line-height: 1.55; color: var(--muted); margin: 0; }
.lead b { color: var(--text); font-weight: 600; }

/* hero */
.hero-x { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.05); }
.hero-x .glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 55% at 18% 10%, rgba(79,141,255,.28), transparent 65%), radial-gradient(45% 45% at 88% 70%, rgba(226,176,74,.16), transparent 65%); }
.hero-x .fade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(10,12,17,0) 55%, var(--bg) 100%); }
.hero-x .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-top: 88px; padding-bottom: 96px; }
.hero-x h1 { font-size: clamp(38px, 5.6vw, 64px); line-height: 1.02; margin: 0 0 20px; font-weight: 800; }
.hero-x h1 .accent { color: var(--accent2); }
.hero-x .lead { max-width: 560px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 14px; }
.trust { color: var(--muted); font-size: 14px; display: flex; flex-wrap: wrap; gap: 6px 14px; }
.trust span::before { content: '✓'; color: var(--teal); margin-right: 6px; }

/* the framed product visual */
.frame { position: relative; border: 1px solid var(--line2); border-radius: 22px; background: linear-gradient(180deg, #141822, #0f121a); overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(79,141,255,.08); }
.grid-cv { position: absolute; inset: 0; width: 100% !important; height: 100% !important; pointer-events: none; z-index: 0; }
[data-grid] { position: relative; }
[data-grid] > :not(.grid-cv) { position: relative; z-index: 1; }
.frame .in { position: relative; padding: 28px; }
.frame.blue::after, .frame.gold::after { content: ''; position: absolute; inset: -30%; pointer-events: none; }
.frame.blue::after { background: radial-gradient(35% 35% at 30% 20%, rgba(79,141,255,.22), transparent 70%); }
.frame.gold::after { background: radial-gradient(35% 35% at 75% 25%, rgba(226,176,74,.18), transparent 70%); }
.hero-frame .in { display: flex; justify-content: center; padding: 34px 28px; }
.panel-mock { width: 290px; background: #141720; border: 1px solid #2b3140; border-radius: 18px; padding: 10px; box-shadow: 0 30px 70px rgba(0,0,0,.55); position: relative; z-index: 1; }
.pm-tabs { display: flex; gap: 6px; padding: 4px 4px 10px; }
.pm-tabs i { width: 22px; height: 22px; border-radius: 6px; background: #1f2431; font-style: normal; }
.pm-tabs i.on { background: var(--accent); }
.pm-title { margin-left: auto; font-size: 11px; color: var(--muted); align-self: center; }
.panel-mock .phone { width: 100%; aspect-ratio: 9 / 16; border-radius: 12px; overflow: hidden; background: #000; }
.panel-mock .phone canvas { width: 100%; height: 100%; display: block; }
.pm-foot { display: flex; justify-content: space-between; align-items: center; padding: 10px 4px 2px; font-size: 12px; color: var(--muted); }
.pm-btn { background: var(--accent); color: #fff; font-weight: 700; padding: 6px 10px; border-radius: 8px; font-size: 12px; }
.float { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; background: rgba(17,20,27,.92); border: 1px solid var(--line2); border-radius: 12px; padding: 8px 12px; font-size: 13px; font-weight: 600; box-shadow: 0 16px 40px rgba(0,0,0,.5); animation: floaty 7s ease-in-out infinite; backdrop-filter: blur(8px); }
.float i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 10px var(--teal); }
.float.gold i { background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.float.blue i { background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.float.f1 { left: 18px; top: 60px; } .float.f2 { right: 18px; top: 150px; animation-delay: -2.5s; } .float.f3 { left: 26px; bottom: 70px; animation-delay: -4.5s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* bento grid of tools */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.b { position: relative; grid-column: span 2; display: flex; flex-direction: column; gap: 8px; min-height: 280px; padding: 20px; border: 1px solid var(--line); border-radius: var(--r); background: var(--bg2); color: var(--text); text-decoration: none; overflow: hidden; transition: border-color .2s, transform .2s, box-shadow .2s; }
.b:hover { border-color: var(--line2); transform: translateY(-3px); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.b.wide { grid-column: span 3; }
.b .vis { position: relative; flex: 1; min-height: 150px; border-radius: 12px; overflow: hidden; background: #0c0e14; border: 1px solid var(--line); margin-bottom: 6px; }
.b h3 { margin: 0; font-size: 18px; }
.b p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.b .go { color: var(--accent2); font-size: 14px; font-weight: 600; margin-top: auto; }
.b .tag { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 999px; background: rgba(226,176,74,.15); color: #f3cf77; border: 1px solid rgba(226,176,74,.35); z-index: 2; }
.b .tag.free { background: rgba(47,208,191,.12); color: #8fe9dd; border-color: rgba(47,208,191,.35); }
.vis canvas { width: 100%; height: 100%; display: block; }
.vis .phone-sm { position: absolute; left: 50%; top: 12px; bottom: 12px; transform: translateX(-50%); aspect-ratio: 9 / 16; border-radius: 10px; overflow: hidden; background: #000; border: 1px solid #2b3140; }
.vis .phone-sm canvas { width: 100%; height: 100%; }
.vis.pad { padding: 14px; }
.mini-review { font-size: 13px; line-height: 1.9; margin: 0; color: var(--text); }
.mini-review span { padding: 1px 4px; border-radius: 3px; }
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.strip i { aspect-ratio: 1; border-radius: 10px; background: #161a23; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 18px; color: var(--accent2); }
.strip i:nth-child(3) { background: rgba(79,141,255,.18); border-color: rgba(79,141,255,.5); }
.thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; height: 100%; }
.thumbs img { width: 100%; height: 100%; min-height: 40px; object-fit: cover; border-radius: 8px; display: block; background: var(--bg2); }
.wheel-sm { width: 150px; margin: 0 auto; }
.wheel-sm svg { width: 100%; height: auto; display: block; }
.b .ba { margin: 0; padding: 10px 12px; background: transparent; border: 0; }
.b .ba-row { grid-template-columns: 92px 1fr; font-size: 12px; }
.b .wave { height: 28px; }
.b .mk-url, .b .mk-row { font-size: 12px; }

/* deep-dive rows */
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.row2.flip .txt { order: 2; }
.row2 .h2 { font-size: clamp(28px, 3.4vw, 40px); }
.arrows { list-style: none; padding: 0; margin: 22px 0 26px; }
.arrows li { padding: 7px 0 7px 26px; position: relative; color: var(--text); font-size: 15.5px; }
.arrows li::before { content: '→'; position: absolute; left: 0; color: var(--accent2); font-weight: 700; }
.row2 .btn { width: auto; }
.frame .demo-phone { width: min(100%, 250px); aspect-ratio: 9 / 16; margin: 0 auto; border-radius: 16px; overflow: hidden; background: #000; border: 1px solid #2b3140; box-shadow: 0 30px 60px rgba(0,0,0,.6); position: relative; z-index: 1; }
.frame .demo-phone canvas { width: 100%; height: 100%; display: block; }
.frame .chips { position: relative; z-index: 1; margin-top: 16px; justify-content: center; }
.frame .tr-frame { position: relative; z-index: 1; max-width: none; border-radius: 14px; }
.mock { background: rgba(17,20,27,.92); border-color: var(--line2); box-shadow: 0 30px 60px rgba(0,0,0,.5); position: relative; z-index: 1; backdrop-filter: blur(6px); }
.mock .mk-text { font-size: 15px; }
.mk-bar b { background: var(--accent); }
.mini-chip { display: inline-block; font-size: 12px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px; margin: 4px 4px 0 0; }
.mini-chip.on { color: #fff; border-color: var(--accent); background: rgba(79,141,255,.15); }

/* how it works */
.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { border: 1px solid var(--line); border-radius: var(--r); background: var(--bg2); padding: 24px; }
.step .n { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 10px; background: rgba(79,141,255,.15); color: var(--accent2); font-weight: 800; margin-bottom: 14px; }
.step h3 { margin: 0 0 6px; font-size: 18px; } .step p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* pricing */
.tiers.four { gap: 14px; margin: 0; }
.tier { background: var(--bg2); border-color: var(--line); border-radius: var(--r); text-align: left; padding: 26px 24px; display: flex; flex-direction: column; }
.tier h3 { font-size: 15px; color: var(--muted); font-weight: 600; letter-spacing: .02em; }
.tier .price { font-size: 40px; font-weight: 800; letter-spacing: -.03em; margin: 4px 0 0; }
.tier .price small { font-size: 14px; letter-spacing: 0; }
.tier > p.muted { font-size: 13px; margin: 4px 0 14px; }
.tier.best { border-color: rgba(226,176,74,.6); box-shadow: 0 0 0 1px rgba(226,176,74,.25), 0 30px 60px rgba(226,176,74,.08); background: linear-gradient(180deg, rgba(226,176,74,.06), var(--bg2) 40%); }
.tier .tag { top: -13px; left: 24px; transform: none; }
.checks { margin: 0 0 22px; flex: 1; }
.checks li::before { color: var(--teal); }
.tier .btn { width: 100%; text-align: center; margin-top: auto; }
.tier .btn.ghost { width: 100%; }

/* faq */
.acct-manual { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; }
.acct-manual > summary { cursor: pointer; list-style: none; color: var(--muted); font-size: 13px; }
.acct-manual > summary::-webkit-details-marker { display: none; }
.acct-manual > summary::after { content: ' ↓'; } .acct-manual[open] > summary::after { content: ' ↑'; }
.acct-manual ol { margin: 10px 0 2px; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.acct-manual code { background: var(--bg2); border: 1px solid var(--line); border-radius: 5px; padding: 1px 5px; font-size: 12px; }
.faq-x { max-width: 760px; margin: 0 auto; }
.faq-x details { border: 1px solid var(--line); border-radius: 14px; background: var(--bg2); padding: 0 20px; margin-bottom: 10px; }
.faq-x summary { cursor: pointer; font-weight: 600; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-x summary::-webkit-details-marker { display: none; }
.faq-x summary::after { content: '+'; color: var(--muted); font-size: 20px; }
.faq-x details[open] summary::after { content: '–'; }
.faq-x p { color: var(--muted); margin: 0 0 16px; line-height: 1.6; }

/* final cta */
.cta-x { text-align: center; position: relative; overflow: hidden; border-radius: 26px; border: 1px solid var(--line2); padding: 72px 24px; background: linear-gradient(180deg, #141822, #0f121a); }
.cta-x .h2 { margin-bottom: 10px; } .cta-x .lead { margin: 0 auto 26px; max-width: 560px; }
.cta-x .hero-cta { justify-content: center; }
.cta-x::after { content: ''; position: absolute; inset: -30%; pointer-events: none; background: radial-gradient(30% 35% at 50% 50%, rgba(79,141,255,.2), transparent 70%); }
.cta-x > * { position: relative; z-index: 1; }

/* footer */
.foot { border-top: 1px solid rgba(255,255,255,.06); padding: 48px 24px 110px; }
.foot-in { max-width: 1140px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; }
.foot-brand .brand { margin-bottom: 10px; }
.foot-brand p { margin: 0; font-size: 14px; line-height: 1.6; }
.foot-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.foot-cols b { display: block; margin-bottom: 10px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.foot-cols a { display: block; color: var(--text); text-decoration: none; font-size: 14px; padding: 4px 0; }
.foot-cols a:hover { color: var(--accent2); }
.foot-legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.06); padding-top: 18px; }
@media (min-width: 761px) { .foot { padding-bottom: 48px; } }

/* responsive */
@media (max-width: 980px) {
  .hero-x .wrap { grid-template-columns: 1fr; gap: 36px; padding-top: 56px; padding-bottom: 56px; }
  .b.wide { grid-column: span 3; } .b { grid-column: span 3; }
  .row2 { grid-template-columns: 1fr; gap: 28px; } .row2.flip .txt { order: 0; }
  .steps3 { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  main.home { padding: 0 0 90px; }
  .wrap { padding: 0 18px; }
  .blk { padding: 64px 0; }
  .hero-x .wrap { padding-top: 40px; padding-bottom: 44px; }
  .hero-x h1 { font-size: 36px; }
  .hero-cta { flex-direction: column; } .hero-cta .btn { width: 100%; text-align: center; }
  .panel-mock { width: min(100%, 280px); }
  .hero-frame .in { padding: 22px 16px; }
  .float { font-size: 12px; padding: 6px 10px; }
  .float.f1 { left: 8px; top: 30px; } .float.f2 { right: 8px; top: auto; bottom: 120px; } .float.f3 { display: none; }
  .bento { grid-template-columns: 1fr; gap: 12px; }
  .b, .b.wide { grid-column: auto; min-height: 0; }
  .b .vis { min-height: 170px; }
  .frame .in { padding: 18px; }
  .cta-x { padding: 48px 18px; }
  .sticky-cta .btn.primary { width: 100%; }
}

/* five-tool grid, silence strip, quieter hero */
.bento.five .b { grid-column: span 2; }
.bento.five .b:nth-child(4), .bento.five .b:nth-child(5) { grid-column: span 3; }
/* six tools: two rows of three, all the same width */
.bento.six .b { grid-column: span 2; }
.sil { margin-top: 14px; padding: 12px 14px; }
.sil-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.sil-btn { background: var(--accent); color: #fff; padding: 6px 12px; border-radius: 8px; font-size: 12px; }
.sil-cv { display: block; width: 100%; height: 64px; border-radius: 8px; margin-bottom: 8px; }
.hero-x .glow { background: radial-gradient(55% 50% at 15% 15%, rgba(79,141,255,.22), transparent 65%), radial-gradient(40% 40% at 90% 75%, rgba(226,176,74,.10), transparent 65%); }
.hero-x .fade { background: linear-gradient(180deg, rgba(10,12,17,0) 45%, var(--bg) 100%), linear-gradient(90deg, rgba(10,12,17,.6), rgba(10,12,17,0) 40%); }
@media (max-width: 980px) { .bento.five .b, .bento.five .b:nth-child(4), .bento.five .b:nth-child(5) { grid-column: span 3; } }
@media (max-width: 760px) { .bento.five .b, .bento.five .b:nth-child(4), .bento.five .b:nth-child(5) { grid-column: auto; } }

/* pricing: three plans, then the two pay-once cards */
.tiers.three { grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; }
.tiers.two { grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0; max-width: 760px; }
.tier.once { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 4px 18px; }
.tier.once h3 { width: 100%; margin-bottom: 0; }
.tier.once .price { font-size: 32px; }
.tier.once > p.muted { flex: 1; min-width: 160px; margin: 0; }
.tier.once .checks { width: 100%; margin: 12px 0 14px; }
@media (max-width: 980px) { .tiers.three { grid-template-columns: 1fr; } .tiers.two { grid-template-columns: 1fr; } }

/* hero v2: display headline, one call to action, the carousel floating in space */
.hero-y { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.05); }
.hero-y .glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(50% 45% at 12% 20%, rgba(79,141,255,.20), transparent 65%), radial-gradient(38% 45% at 78% 55%, rgba(79,141,255,.16), transparent 65%), radial-gradient(30% 30% at 92% 20%, rgba(226,176,74,.10), transparent 65%); }
.hero-y .stars { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,.55), transparent 60%), radial-gradient(1.5px 1.5px at 68% 18%, rgba(255,255,255,.5), transparent 60%), radial-gradient(1px 1px at 82% 72%, rgba(255,255,255,.45), transparent 60%), radial-gradient(1px 1px at 36% 82%, rgba(255,255,255,.4), transparent 60%), radial-gradient(1.5px 1.5px at 92% 38%, rgba(160,190,255,.55), transparent 60%), radial-gradient(1px 1px at 56% 62%, rgba(255,255,255,.35), transparent 60%), radial-gradient(1px 1px at 24% 58%, rgba(255,255,255,.3), transparent 60%); }
.hero-y .fade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(10,12,17,0) 60%, var(--bg) 100%), linear-gradient(90deg, rgba(10,12,17,.55), rgba(10,12,17,0) 45%); }
.hero-y .wrap { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; padding-top: 72px; padding-bottom: 72px; min-height: 640px; }
.display { font-family: 'Bebas Neue', 'Inter', system-ui, sans-serif; font-weight: 400; letter-spacing: .01em; font-size: clamp(52px, 6.6vw, 96px); line-height: .94; margin: 0 0 22px; text-transform: uppercase; }
.hero-y .lead { max-width: 560px; font-size: 19px; }
.hero-y .hero-cta { margin: 30px 0 12px; }
.hero-note { max-width: 520px; }
.hosts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.host { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 10px; border-radius: 8px; border: 1px solid var(--line2); color: var(--muted); }
.host.pr { color: #d8c4ff; background: rgba(120,80,255,.18); border-color: rgba(150,110,255,.5); }
.host.win { color: #9cc4ff; background: rgba(79,141,255,.14); border-color: rgba(79,141,255,.45); }
.host.soon { opacity: .7; }
.hero-space { position: relative; width: 100%; max-width: 620px; aspect-ratio: 1; margin-left: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
.hero-space canvas { width: 100%; height: 100%; display: block; }
.textlink { color: var(--accent2); font-weight: 600; text-decoration: none; margin-left: 14px; font-size: 15px; }
.textlink:hover { text-decoration: underline; }
@media (max-width: 980px) {
  .hero-y .wrap { grid-template-columns: 1fr; padding-top: 44px; padding-bottom: 32px; min-height: 0; gap: 8px; }
  .hero-space { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 760px) {
  .display { font-size: 60px; }
  .hero-y .lead { font-size: 17px; }
  .hero-space { max-width: 320px; }
  .row2 .btn.primary { width: 100%; text-align: center; } .textlink { display: inline-block; margin: 12px 0 0; }
}

/* account page */
.acct { padding-top: 64px; }
.acct .blk-head { margin-bottom: 28px; }
.acct-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; align-items: start; }
.acct-dl .in { padding: 32px; }
.acct-dl .h3 { font-size: 26px; margin: 0 0 14px; }
.dl-row { display: flex; flex-wrap: wrap; gap: 10px; }
.dl-row .btn { flex: 1 1 200px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.dl-row .os { width: 20px; height: 20px; flex: none; }
/* the Mac button: white with the black Apple logo, the way Apple's own buttons look */
.btn.mac { background: linear-gradient(180deg, #ffffff, #ececf1); color: #111; box-shadow: 0 8px 24px rgba(255,255,255,.14), inset 0 1px 0 #fff; }
.btn.mac:hover { box-shadow: 0 10px 30px rgba(255,255,255,.22), inset 0 1px 0 #fff; }
.btn.mac.loading::after { border-color: rgba(0,0,0,.2); border-top-color: #111; }
.acct-steps { list-style: none; padding: 0; margin: 22px 0 10px; grid-template-columns: 1fr; gap: 10px; }
.acct-steps li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 14.5px; line-height: 1.5; }
.acct-steps .n { flex: none; margin: 0; width: 28px; height: 28px; }
.acct-side { display: grid; gap: 12px; }
.acct-side .step p { margin: 8px 0 0; }
.acct-side .plan { margin: 6px 0 4px; }
.acct-foot { display: flex; gap: 8px; flex-wrap: wrap; }
.acct code { display: inline-block; max-width: 100%; overflow-wrap: anywhere; font-size: 13px; }
@media (max-width: 980px) { .acct-grid { grid-template-columns: 1fr; } }

/* fix: the final call-to-action's grid canvas must stay out of the flow */
.cta-x > .grid-cv { position: absolute; z-index: 0; }

/* hero package: the carousel with four feature cards floating around it */
.hero-pack { position: relative; width: 100%; max-width: 640px; aspect-ratio: 1 / .92; margin-left: auto; }
.pack-cv { position: absolute; left: 9%; top: 2%; width: 82%; aspect-ratio: 1; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
.pack-cv canvas { width: 100%; height: 100%; display: block; }
.pcard { position: absolute; width: 196px; background: rgba(17,20,27,.9); border: 1px solid var(--line2); border-radius: 14px; padding: 12px 14px; box-shadow: 0 24px 60px rgba(0,0,0,.55); backdrop-filter: blur(10px); animation: floaty 8s ease-in-out infinite; font-size: 12px; }
.pc-h { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.pc-f { color: var(--muted); font-size: 11.5px; margin-top: 8px; }
.pc-tr { aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; background: #000; border: 1px solid var(--line); }
.pc-tr canvas { width: 100%; height: 100%; display: block; }
.pc-txt { margin: 0; line-height: 1.8; font-size: 12.5px; }
.pc-txt span { padding: 1px 4px; border-radius: 3px; }
.pcard .ba { margin: 0; padding: 0; background: transparent; border: 0; gap: 6px; }
.pcard .ba-row { grid-template-columns: 70px 1fr; font-size: 11px; }
.pcard .wave { height: 22px; }
.pcard .mk-row { font-size: 11.5px; padding: 6px 8px; }
.p1 { left: -2%; top: 0; animation-delay: 0s; }
.p2 { left: -2%; bottom: 4%; animation-delay: -3s; }
.p3 { right: -2%; top: 12%; animation-delay: -5s; }
.p4 { right: -2%; bottom: 10%; animation-delay: -1.5s; }
@media (max-width: 980px) {
  .hero-pack { max-width: 560px; margin: 0 auto; aspect-ratio: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .pack-cv { position: static; grid-column: 1 / -1; width: 300px; margin: 0 auto; }
  .pcard { position: static; width: auto; animation: none; }
}
@media (max-width: 760px) { .pack-cv { width: 240px; } .hero-pack { grid-template-columns: 1fr; } .pcard.p3, .pcard.p4 { display: none; } }

/* hero: real panel screenshots, two screens side by side with the silence strip floating over them */
.hero-shots { position: relative; width: 100%; max-width: 600px; height: 620px; margin-left: auto; }
.shot { position: absolute; height: auto; border-radius: 14px; border: 1px solid rgba(79,141,255,.55); box-shadow: 0 0 0 1px rgba(79,141,255,.18), 0 0 24px rgba(79,141,255,.18), 0 40px 90px rgba(0,0,0,.65); background: #1f2229; }
.shot.s1 { left: 0; top: 40px; width: 47%; z-index: 1; }
.shot.s2 { right: 0; top: 0; width: 47%; z-index: 2; }
.shot.s3 { left: 22%; bottom: 8px; width: 56%; z-index: 3; border-radius: 12px; animation: floaty 8s ease-in-out infinite; }
@media (max-width: 980px) { .hero-shots { max-width: 520px; height: 560px; margin: 8px auto 0; } }
@media (max-width: 760px) { .hero-shots { max-width: 340px; height: 400px; } .shot.s3 { width: 64%; left: 18%; bottom: 0; } }

/* loading state for buttons: text hides, a spinner takes its place */
.btn { position: relative; }
.btn.loading { color: transparent !important; pointer-events: none; }
.btn.loading::after { content: ''; position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; animation: spin .7s linear infinite; }
.btn.ghost.loading::after { border-color: rgba(255,255,255,.2); border-top-color: var(--text); }
.btn.gold.loading::after { border-color: rgba(42,30,5,.3); border-top-color: #2a1e05; }
@keyframes spin { to { transform: rotate(360deg); } }

/* account page, calmer */
.acct-side .eyebrow { display: block; }
.acct-side .plan { margin: 0 0 8px; }
.acct-dl.frame { background: linear-gradient(180deg, #131722, #0f121a); }
.acct-steps { list-style: none; padding: 0; margin: 26px 0 12px; display: grid; gap: 12px; }
.acct-steps li { display: flex; gap: 14px; align-items: flex-start; color: var(--muted); font-size: 15px; line-height: 1.55; }
.acct-steps li b { color: var(--text); }
.acct-steps .n { flex: none; display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 9px; background: rgba(79,141,255,.15); color: var(--accent2); font-weight: 800; font-size: 13px; margin-top: 1px; }
.acct-foot { padding: 4px 6px; }
.acct-foot a { color: var(--muted); text-decoration: none; } .acct-foot a:hover { color: var(--text); }

/* pricing: discount badge and struck-through original price */
.tier h3 .off { display: inline-block; margin-left: 8px; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #2a1e05; background: var(--gold); vertical-align: 2px; }
.tier .price .og { color: var(--muted); font-size: 22px; font-weight: 600; text-decoration: line-through; text-decoration-color: rgba(255,120,120,.9); text-decoration-thickness: 2px; margin-right: 8px; letter-spacing: 0; }

/* login page: Google first */
.login-x { position: relative; min-height: calc(100vh - 66px); display: flex; align-items: center; justify-content: center; padding: 48px 18px 80px; overflow: hidden; }
.login-x .glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(45% 40% at 50% 0%, rgba(79,141,255,.22), transparent 70%); }
.login-card { position: relative; width: 100%; max-width: 440px; background: var(--bg2); border: 1px solid var(--line2); border-radius: 22px; padding: 34px 30px 26px; box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.login-card .h2 { font-size: 32px; margin-bottom: 8px; }
.login-card .lead { font-size: 15.5px; margin-bottom: 24px; }
.btn.google { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; background: #fff; color: #1a1a1a; border: 0; box-shadow: 0 8px 24px rgba(0,0,0,.35), inset 0 -1px 0 rgba(0,0,0,.08); font-weight: 700; }
.btn.google:hover { background: #f3f5f9; }
.btn.google.loading::after { border-color: rgba(0,0,0,.2); border-top-color: #1a1a1a; }
.google-note { margin: 10px 0 0; }
.or-line { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin: 22px 0 14px; }
.or-line::before, .or-line::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.email-form { display: flex; flex-direction: column; gap: 8px; }
.email-form input { margin: 0; background: var(--bg3); }
.email-form .btn { width: 100%; }
.email-form + p { margin: 8px 0 0; }
.login-card .note { margin: 12px 0 0; }
.seat-list { display: grid; gap: 8px; margin-top: 12px; }
.seat-list .btn { width: 100%; }

/* tool pages in the home shell */
.display.sm { font-size: clamp(44px, 5.4vw, 78px); line-height: .96; }
.tool-hero .wrap { min-height: 0; padding-top: 64px; padding-bottom: 64px; }
.tool-hero .hero-vis .frame { max-width: 560px; margin-left: auto; }
.tool-hero .demo-phone { width: min(100%, 230px); }
.hv-tiles { grid-template-columns: 1fr 1fr; margin-top: 12px; padding: 0; background: transparent; border: 0; box-shadow: none; }
.hv-tiles .mk-tile { padding: 10px 12px; font-size: 13px; } .hv-tiles .mk-tile b { margin: 0; }
.strip.big { grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 14px; }
.strip.big i { font-size: 22px; }
.tool-hero .chips { justify-content: flex-start; }
.frame .in.center { text-align: center; }
.frame .wheel { margin: 0 auto; }
.framed-demo .in { padding: 24px; }
.frame .demo { background: transparent; border: 0; padding: 0; }
.frame .mock.big, .frame .tiles-mock.five, .frame .ba, .frame .tl-list { margin-left: 0; margin-right: 0; max-width: none; }
.frame .tl-list { margin-top: 0; }
.frame .wheel + p, .frame .tl-list + p { position: relative; z-index: 1; }
.feat .step h3 { font-size: 17px; }
.steps3 .step p { margin: 0; }
.steps3 .step .n + p { margin-top: 0; }
.steps3 .step .n + p b { color: var(--text); }
.pricing-top { padding-top: 64px; }
.prose { max-width: 760px; }
.prose h1 { font-size: clamp(30px, 4vw, 44px); letter-spacing: -.022em; margin: 0 0 6px; }
.prose h2 { font-size: 20px; margin: 34px 0 10px; }
.prose p, .prose li { color: var(--muted); line-height: 1.65; }
.prose li b, .prose p b { color: var(--text); }
.prose a { color: var(--accent2); }
@media (max-width: 980px) { .tool-hero .hero-vis .frame { margin: 8px auto 0; } }
@media (max-width: 760px) { .display.sm { font-size: 44px; } .strip.big { grid-template-columns: repeat(4, 1fr); } }

/* owner dashboard */
.adm { padding-top: 48px; }
.adm-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.adm-head .h2 { margin: 0; font-size: 32px; }
.adm-tools { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.adm-tools input { width: 260px; margin: 0; padding: 9px 12px; font-size: 14px; }
.adm-stats { grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 12px 0 14px; }
.adm-stats .stat { background: var(--bg2); border-color: var(--line); border-radius: 14px; padding: 16px; }
.adm-stats .stat b { font-size: 24px; letter-spacing: -.02em; } .adm-stats .stat span { display: block; margin-top: 2px; } .adm-stats .stat small { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; opacity: .8; }
.adm-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.chart { width: 100%; height: 120px; display: block; margin: 8px 0 6px; }
.chart rect { fill: var(--accent); opacity: .85; } #chart-revenue rect { fill: var(--gold); }
.adm-tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); margin-bottom: 12px; }
.adm-tabs button { background: none; border: 0; color: var(--muted); font: inherit; font-weight: 600; padding: 10px 14px; border-radius: 10px 10px 0 0; cursor: pointer; }
.adm-tabs button.on { color: var(--text); box-shadow: inset 0 -2px 0 var(--accent); }
.tbl { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--bg2); }
.tbl table { font-size: 13.5px; } .tbl th { color: var(--muted); font-weight: 600; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.tbl td { vertical-align: middle; } .tbl td.r, .tbl th.r { text-align: right; white-space: nowrap; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl a { color: var(--accent2); text-decoration: none; }
.tbl .mono { font-family: ui-monospace, Consolas, monospace; font-size: 12px; color: var(--muted); }
.tbl .acts .sel { padding: 5px 8px; font-size: 12px; }
.pill { display: inline-block; font-style: normal; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; border: 1px solid var(--line2); color: var(--muted); }
.pill.pending { color: #f3cf77; border-color: rgba(226,176,74,.5); } .pill.paid { color: #8fe9dd; border-color: rgba(47,208,191,.5); }
@media (max-width: 980px) { .adm-stats { grid-template-columns: 1fr 1fr; } .adm-charts { grid-template-columns: 1fr; } }

/* header: Tools menu */
.nav nav { gap: 6px; }
.nav nav > a:not(.btn) { padding: 8px 12px; border-radius: 10px; }
.nav nav > a:not(.btn):hover, .nav nav > a.on:not(.btn) { background: rgba(255,255,255,.05); color: var(--text); }
.nav nav .btn.ghost.small { margin-left: 8px; }
.menu { position: relative; }
.menu-btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; color: var(--muted); font: inherit; font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: 10px; cursor: pointer; }
.menu-btn:hover, .menu.open .menu-btn, .menu.on .menu-btn { color: var(--text); background: rgba(255,255,255,.05); }
.chev { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .15s; }
.menu.open .chev { transform: rotate(-135deg) translateY(-2px); }
.menu-panel { position: absolute; left: auto; right: -140px; top: calc(100% + 8px); width: 620px; display: none; grid-template-columns: 1fr 1fr; gap: 4px; padding: 10px; background: rgba(17,20,27,.98); border: 1px solid var(--line2); border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.6); z-index: 20; }
.menu.open .menu-panel { display: grid; }
@media (hover: hover) { .menu:hover .menu-panel { display: grid; } }
.mi { display: flex; gap: 12px; align-items: flex-start; padding: 10px 12px; border-radius: 12px; text-decoration: none; color: var(--text); }
.mi:hover, .mi.on { background: rgba(79,141,255,.10); }
.mi-ico { flex: none; width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: rgba(79,141,255,.14); color: #8fc0ff; font-size: 17px; }
.mi-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mi-txt b { font-size: 14px; font-weight: 600; }
.mi-txt > span { font-size: 12.5px; color: var(--muted); line-height: 1.35; }
.mi-tag { display: inline-block; font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 2px 6px; border-radius: 999px; margin-left: 6px; vertical-align: 1px; border: 1px solid var(--line2); color: var(--muted); }
.mi-tag.pro { color: #f3cf77; border-color: rgba(226,176,74,.5); }
.mi-tag.try { color: #8fe9dd; border-color: rgba(47,208,191,.5); }
.mi.all { grid-column: 1 / -1; border-top: 1px solid var(--line); border-radius: 0 0 10px 10px; margin-top: 4px; padding-top: 12px; }
.mi.all .mi-ico { background: rgba(255,255,255,.06); color: var(--muted); }
@media (max-width: 760px) {
  .nav nav { padding: 8px 0 12px; }
  .nav nav > a:not(.btn), .menu-btn { padding: 12px 20px; font-size: 16px; }
  .menu-btn { pointer-events: none; color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; }
  .menu .chev { display: none; }
  .menu-panel { display: grid !important; position: static; width: auto; grid-template-columns: 1fr; gap: 0; padding: 0 8px; background: transparent; border: 0; box-shadow: none; }
  .mi { padding: 10px 12px; }
  .mi.all { display: none; }
  .nav nav .btn.ghost.small { margin-left: 20px; }
}
@media (max-width: 760px) { .nav nav { align-items: stretch; text-align: left; } .nav nav > a:not(.btn) { border-radius: 0; } }
@media (min-width: 761px) and (max-width: 1100px) { .menu-panel { right: -220px; width: 560px; } }

/* Tools menu: no hover gap, screenshots when present; header plan badge */
.menu::after { content: ''; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }
.menu-panel { top: calc(100% + 10px); }
.mi-ico { position: relative; overflow: hidden; }
.mi-ico .mi-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.menu-panel.has-img .mi-ico { width: 88px; height: 56px; border-radius: 8px; }
.menu-panel.has-img { width: 700px; }
.plan-dot { display: inline-block; font-style: normal; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 2px 6px; border-radius: 999px; margin-left: 6px; vertical-align: 1px; }
.plan-dot.pro { color: #2a1e05; background: var(--gold); }
.plan-dot.free { color: var(--muted); border: 1px solid var(--line2); }
.btn.gold.small { color: #2a1e05; }
/* changelog + help pages */
.log { max-width: 760px; }
.rel { border: 1px solid var(--line); border-radius: var(--r); background: var(--bg2); padding: 24px 26px; margin-bottom: 16px; }
.rel-head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.rel-head h2 { margin: 0; font-size: 22px; }
.rel-head .ver { font-size: 12px; font-weight: 700; letter-spacing: .06em; padding: 3px 8px; border-radius: 999px; background: rgba(79,141,255,.15); color: var(--accent2); }
.rel-head .date { color: var(--muted); font-size: 13px; }
.rel .checks { margin: 8px 0 0; }
.rel .checks .os { margin-left: 6px; font-size: 10px; vertical-align: middle; }
.help-grid { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }
.help-toc { position: sticky; top: 84px; display: grid; gap: 4px; }
.help-toc a { color: var(--muted); text-decoration: none; padding: 8px 12px; border-radius: 10px; font-size: 14px; }
.help-toc a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.help-sec { margin-bottom: 40px; }
.help-sec h2 { font-size: 22px; margin: 0 0 12px; }
@media (max-width: 980px) { .help-grid { grid-template-columns: 1fr; } .help-toc { position: static; grid-template-columns: 1fr 1fr; } }
@media (max-width: 760px) { .menu-panel.has-img { width: auto; } .menu-panel.has-img .mi-ico { width: 64px; height: 42px; } .help-toc { grid-template-columns: 1fr; } }

/* loading skeleton (js/skeleton.js) */
.is-loading header.nav, .is-loading main, .is-loading footer.foot, .is-loading .sticky-cta { visibility: hidden; }
#skel { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 90; pointer-events: none; overflow: hidden; transition: opacity .3s; }
#skel.out { opacity: 0; }
#skel i { position: absolute; display: block; border-radius: 12px; background: linear-gradient(90deg, #151923 20%, #1e232e 45%, #151923 70%); background-size: 240% 100%; animation: shimmer 1.3s linear infinite; }
#skel i.txt { border-radius: 6px; }
#skel i.pill { border-radius: 14px; }
@keyframes shimmer { from { background-position: 120% 0; } to { background-position: -120% 0; } }
@media (prefers-reduced-motion: reduce) { #skel i { animation: none; } }
/* footer legal block */
.foot-legal .legal { display: block; margin-top: 6px; }
.legal-owner, .legal-address, .legal-kvk, .legal-vat { font-weight: 600; color: var(--text); }

/* Tools menu with a preview pane */
.menu-panel { width: 640px; grid-template-columns: 1fr; }
.menu-panel.has-img { width: 820px; grid-template-columns: 1fr 340px; gap: 10px; }
.menu-list { display: grid; grid-template-columns: 1fr; gap: 2px; }
.menu-panel:not(.has-img) .menu-list { grid-template-columns: 1fr 1fr; gap: 4px; }
.menu-panel.has-img .mi-ico { width: 72px; height: 45px; border-radius: 7px; }
.menu-panel.has-img .mi { padding: 8px 10px; }
.menu-panel.has-img .mi-txt > span { display: none; }
.mi.hot { background: rgba(79,141,255,.10); }
.menu-prev { display: none; flex-direction: column; gap: 8px; padding: 10px; border-left: 1px solid var(--line); }
.menu-panel.has-img .menu-prev { display: flex; }
.mp-img { aspect-ratio: 16 / 10; border-radius: 10px; overflow: hidden; background: #0c0e14; border: 1px solid var(--line2); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.mp-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.menu-prev b { font-size: 15px; margin-top: 4px; }
.menu-prev span { font-size: 13px; color: var(--muted); line-height: 1.4; }
@media (max-width: 760px) {
  .menu-panel, .menu-panel.has-img { width: auto; grid-template-columns: 1fr; }
  .menu-panel:not(.has-img) .menu-list { grid-template-columns: 1fr; }
  .menu-panel.has-img .mi-txt > span { display: block; }
  .menu-prev { display: none !important; }
}

/* tool demos: calm panel, tidy controls */
.framed-demo { background: #0f1218; }
.framed-demo .in { padding: 22px; }
.framed-demo .demo-controls { background: #12151d; border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 16px; gap: 12px; }
.framed-demo .ctl-h { font-size: 15px; }
.framed-demo .chips { gap: 6px; }
.framed-demo .chip { background: #181c25; }
.ctl-grid { display: grid; gap: 10px; margin-top: 4px; }
.ctl-grid .ctl { gap: 4px; }
.ctl-grid .ctl > span { font-size: 13px; color: var(--text); font-weight: 500; }
.ctl-grid .ctl > span em { font-style: normal; font-weight: 400; color: var(--muted); font-size: 12px; margin-left: 6px; }
.ctl-grid input[type=range] { accent-color: var(--accent); height: 22px; }
.ctl-grid .ctl.row { flex-direction: row; align-items: center; gap: 8px; color: var(--text); font-size: 13px; }
.linger-row { display: grid; grid-template-columns: 1fr 132px; gap: 12px; align-items: center; }
#demo-curve { width: 132px; height: 76px; background: #0c0e14; border: 1px solid var(--line2); border-radius: 8px; cursor: crosshair; touch-action: none; }
.ctl-hint { margin: 0; font-size: 12.5px; color: var(--muted); }
.framed-demo .drop { padding: 14px; font-size: 13px; }
.framed-demo .demo-bar { gap: 10px; }
.framed-demo .demo .phone { cursor: grab; }
.framed-demo .demo .phone.grab { cursor: grabbing; }
.framed-demo .tr-frame { max-width: none; }
/* remove music image */
.rm-img { display: block; width: 100%; height: auto; object-fit: contain; }
.b .vis .rm-img { height: 100%; padding: 10px 6px; background: #0c0e14; }
.rm-hero { position: relative; z-index: 1; padding: 12px 6px; }
.rm-cap { display: flex; justify-content: space-between; margin-top: 6px; padding: 0 6px; font-size: 12px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 760px) { .linger-row { grid-template-columns: 1fr 110px; } #demo-curve { width: 110px; height: 64px; } .framed-demo .in { padding: 14px; } .framed-demo .demo-controls { padding: 14px; } }

/* owner dashboard v2: side menu + sections */
.adm2 { display: grid; grid-template-columns: 220px 1fr; gap: 0; min-height: calc(100vh - 66px); }
.adm-side { position: sticky; top: 66px; align-self: start; height: calc(100vh - 66px); padding: 28px 18px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; background: var(--bg2); }
.adm-nav { display: grid; gap: 2px; }
.adm-nav a { color: var(--muted); text-decoration: none; padding: 9px 12px; border-radius: 10px; font-size: 14px; font-weight: 500; }
.adm-nav a:hover { color: var(--text); background: rgba(255,255,255,.05); }
.adm-nav a.on { color: var(--text); background: rgba(79,141,255,.14); }
.adm-side-foot { margin-top: auto; display: grid; gap: 8px; }
.adm-side-foot .note { font-size: 12px; min-height: 0; }
.adm-main { padding: 28px 32px 60px; min-width: 0; }
.adm-sec .h2 { font-size: 28px; margin: 0 0 16px; }
.sec-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sec-head input { width: 280px; margin: 0 0 16px; padding: 9px 12px; font-size: 14px; }
/* the dashboard's number tiles. Scoped: the home page bento has its own .strip of icons. */
.adm-sec .strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); gap: 8px; margin-bottom: 14px; }
.adm-sec .strip .tile.hot { background: rgba(79,141,255,.12); border-color: rgba(79,141,255,.42); }
.adm-sec .strip .tile { background: var(--bg2); border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.adm-sec .strip .tile b { display: block; font-size: 20px; letter-spacing: -.02em; } .adm-sec .strip .tile span { color: var(--muted); font-size: 11.5px; }
.share { display: inline-block; width: 90px; height: 6px; border-radius: 3px; background: #262b36; vertical-align: middle; margin-right: 8px; overflow: hidden; }
.share b { display: block; height: 100%; background: var(--accent); }
@media (max-width: 980px) { .adm2 { grid-template-columns: 1fr; } .adm-side { position: static; height: auto; border-right: 0; border-bottom: 1px solid var(--line); } .adm-nav { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); } .adm-main { padding: 20px 18px 60px; } .adm-sec .strip { grid-template-columns: repeat(2, 1fr); } }

/* checkout success: celebration over the account page */
.cele { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 80; background: rgba(10,12,17,.6); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 20px; }
.cele.show { display: flex; }
.cele-box { width: min(440px, 100%); background: var(--bg2); border: 1px solid rgba(226,176,74,.55); border-radius: 22px; padding: 30px 30px 26px; box-shadow: 0 0 0 1px rgba(226,176,74,.25), 0 40px 100px rgba(0,0,0,.65); text-align: left; }
.cele-box h2 { font-size: 26px; margin: 0 0 8px; letter-spacing: -.02em; }
.cele-box .plan { margin: 8px 0 6px; }
.cele-box .checks { margin: 8px 0 20px; }
.cele-box .btn { width: 100%; text-align: center; }

.ph b, .ph span { opacity: .35; }
.adm-sec .strip .tile span { display: block; }

/* admin: user types and partner codes */
.kind-sel { min-width: 108px; }
.kind-sel.partner { color: #8fe9dd; border-color: rgba(47,208,191,.5); } .kind-sel.sponsored { color: #f3cf77; border-color: rgba(226,176,74,.5); } .kind-sel.tester { color: #c9b2ff; border-color: rgba(160,120,255,.5); } .kind-sel.team { color: #9fc4ff; border-color: rgba(79,141,255,.5); }
.note-line { max-width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.adm-form { margin: 0 0 18px; }
.adm-form-row { display: grid; grid-template-columns: 2fr 1.2fr .7fr 1.2fr auto; gap: 10px; align-items: end; margin-top: 10px; }
.adm-form-row label { display: grid; gap: 4px; font-size: 12px; color: var(--muted); font-weight: 600; }
.adm-form-row input, .adm-form-row .sel { width: 100%; margin: 0; padding: 9px 12px; font-size: 14px; box-sizing: border-box; }
.adm-form-row .btn { padding: 10px 16px; }
#partners code.small { font-size: 12px; }
.promo-note { display: inline-block; margin: 18px auto 0; padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(47,208,191,.5); color: #8fe9dd; font-size: 13px; font-weight: 600; }
.pricing .promo-note, .center .promo-note { display: table; margin-left: auto; margin-right: auto; }
.code-big { font-size: 28px; letter-spacing: .06em; font-weight: 800; }
@media (max-width: 980px) { .adm-form-row { grid-template-columns: 1fr 1fr; } }

/* affiliate dashboard */
.aff .wrap { max-width: 1040px; }
.aff-locked { max-width: 640px; }
.aff-strip { grid-template-columns: repeat(6, 1fr); margin: 6px 0 16px; }
.aff-strip .tile small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; opacity: .8; }
.aff-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 14px; margin-bottom: 14px; align-items: start; }
.aff-grid .step p { margin: 8px 0 0; }
.aff-chart { height: 150px; margin-bottom: 0; }
.aff-ticks { position: relative; height: 16px; font-size: 10.5px; color: var(--muted); } .aff-ticks span { position: absolute; top: 2px; }
.aff-chart .b-clicks { fill: var(--accent); opacity: .35; } .aff-chart .b-signups { fill: var(--teal); opacity: .95; }
.aff-chart .dot-sale { fill: var(--gold); stroke: #2a1e05; stroke-width: 1; } .aff-chart .axis { stroke: var(--line); } .aff-chart .tick { fill: var(--muted); font-size: 10px; }
.aff-legend { display: flex; gap: 12px; align-items: center; font-size: 12px; color: var(--muted); }
.aff-legend .lg { display: inline-block; width: 10px; height: 10px; border-radius: 2px; margin-right: 4px; vertical-align: -1px; }
.aff-legend .lg.clicks { background: var(--accent); opacity: .45; } .aff-legend .lg.signups { background: var(--teal); } .aff-legend .lg.sale { background: var(--gold); border-radius: 50%; }
.aff-pp { display: flex; gap: 8px; margin-top: 8px; } .aff-pp input { flex: 1; margin: 0; padding: 9px 12px; font-size: 14px; }
.aff-table { margin-bottom: 14px; }
.pill.maturing { color: #9fc4ff; border-color: rgba(79,141,255,.5); } .pill.payable { color: #f3cf77; border-color: rgba(226,176,74,.5); } .pill.success { color: #8fe9dd; border-color: rgba(47,208,191,.5); } .pill.err, .pill.failed { color: #ff9c9c; border-color: rgba(255,90,90,.5); }
@media (max-width: 980px) { .aff-strip { grid-template-columns: repeat(3, 1fr); } .aff-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .aff-strip { grid-template-columns: repeat(2, 1fr); } }
.aff-handle { align-items: center; } .aff-handle .pre { color: var(--muted); font-family: ui-monospace, Consolas, monospace; font-size: 13px; white-space: nowrap; } .aff-handle input { min-width: 0; }

/* affiliate: equal-height top row, in-page wireframe while the numbers load */
.aff-grid { align-items: stretch; }
.aff-chart-box { display: flex; flex-direction: column; }
.aff-chart-box .aff-chart { flex: 1; height: auto; min-height: 150px; }
.wire { display: inline-block; border-radius: 8px; background: linear-gradient(90deg, #151923 20%, #1e232e 45%, #151923 70%); background-size: 240% 100%; animation: shimmer 1.3s linear infinite; }
.wire-txt { height: 12px; width: 100%; vertical-align: middle; }
.wire-chart { display: none; width: 100%; flex: 1; min-height: 150px; border-radius: 10px; margin: 8px 0 6px; }
.is-wire .wire-chart { display: block; } .is-wire .aff-chart, .is-wire .aff-ticks { display: none; }
.is-wire #chart-sum, .is-wire #pp-note, .is-wire #handle-note, .is-wire #pay-rule { visibility: hidden; }
.is-wire #copy, .is-wire #pp-form, .is-wire #handle-form { opacity: .35; pointer-events: none; }
.aff-in, input.aff-in { width: 100%; margin: 0; padding: 9px 12px; font-size: 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg3); color: var(--text); font-family: inherit; }
.aff-in:focus { outline: none; border-color: var(--accent); }
.btn.done { background: var(--teal); color: #06231f; border-color: var(--teal); }

/* plan comparison table */
.cmp-wrap { overflow-x: auto; margin-top: 8px; border: 1px solid var(--line); border-radius: var(--r); background: var(--bg2); }
.cmp { width: 100%; min-width: 760px; border-collapse: collapse; font-size: 14px; }
.cmp thead th { text-align: left; vertical-align: top; padding: 26px 18px 20px; border-bottom: 1px solid var(--line); width: 21%; }
.cmp thead th.lbl { width: 37%; }
.cmp thead th.best { background: linear-gradient(180deg, rgba(226,176,74,.10), transparent); }
.cmp .cmp-note { color: var(--muted); font-size: 13px; font-weight: 500; max-width: 260px; line-height: 1.45; }
.cmp .pn { font-size: 18px; font-weight: 800; letter-spacing: -.01em; }
.cmp .pn .off { display: inline-block; margin-left: 8px; padding: 2px 8px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: #2a1e05; background: var(--gold); vertical-align: 2px; }
.cmp .pp { font-size: 26px; font-weight: 800; letter-spacing: -.02em; margin-top: 6px; } .cmp .pp small { font-size: 13px; color: var(--muted); font-weight: 600; }
.cmp .ps { color: var(--muted); font-size: 12.5px; margin: 2px 0 14px; }
.cmp thead .btn { width: 100%; text-align: center; box-sizing: border-box; }
.cmp tbody td { padding: 11px 18px; border-bottom: 1px solid rgba(255,255,255,.05); color: var(--text); }
.cmp tbody td:first-child { color: var(--muted); }
.cmp tbody tr:hover td { background: rgba(255,255,255,.025); }
.cmp tr.grp th { text-align: left; padding: 22px 18px 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--line); }
.cmp i.y, .cmp i.n { font-style: normal; font-weight: 800; }
.cmp i.y { color: var(--teal); } .cmp i.n { color: #5c6373; }
.cmp-toggle { margin-top: 22px; }
.cmp-toggle > summary { cursor: pointer; list-style: none; text-align: center; color: var(--accent2); font-weight: 600; padding: 12px; border-radius: 12px; border: 1px dashed var(--line2, var(--line)); }
.cmp-toggle > summary::-webkit-details-marker { display: none; }
.cmp-toggle > summary::after { content: ' ↓'; } .cmp-toggle[open] > summary::after { content: ' ↑'; }
.cmp-toggle[open] > summary { margin-bottom: 12px; }
@media (max-width: 760px) { .cmp thead th { padding: 18px 12px 14px; } .cmp tbody td { padding: 10px 12px; } }

/* home: podcast mode mock timeline */
.pod-mock { --c1: #4f8dff; --c2: #2fd0bf; --cw: #e2b04a; }
.pod-tl { display: grid; gap: 6px; margin: 12px 0 8px; }
.pod-track { display: grid; grid-template-columns: 96px 1fr; align-items: center; gap: 8px; }
.pod-track .lbl { font-size: 11px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pod-track.mute .lbl { text-decoration: line-through; opacity: .7; }
.pod-cut { display: flex; height: 26px; border-radius: 6px; overflow: hidden; gap: 2px; }
.pod-cut i { display: block; height: 100%; border-radius: 3px; opacity: .95; }
.pod-cut i.c1, .pod-legend i.c1 { background: var(--c1); } .pod-cut i.c2, .pod-legend i.c2 { background: var(--c2); } .pod-cut i.cw, .pod-legend i.cw { background: var(--cw); }
.pod-clip { height: 22px; border-radius: 5px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); display: flex; align-items: center; padding: 0 8px; font-size: 11px; color: var(--muted); }
.pod-clip.c1 { border-left: 3px solid var(--c1); } .pod-clip.c2 { border-left: 3px solid var(--c2); }
.pod-clip em { font-style: normal; }
.pod-wave { display: flex; align-items: flex-end; gap: 1px; height: 22px; border-radius: 5px; padding: 2px 4px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); }
.pod-wave b { flex: 1; display: block; border-radius: 1px; opacity: .8; }
.pod-wave.c1 b { background: var(--c1); } .pod-wave.c2 b { background: var(--c2); }
.pod-legend { display: flex; gap: 12px; align-items: center; font-size: 12px; color: var(--muted); margin: 6px 0 12px; }
.pod-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 5px; vertical-align: -1px; }
.pod-log { list-style: none; margin: 0; padding: 12px 14px; border-top: 1px solid var(--line); display: grid; gap: 5px; font-size: 12.5px; }
.pod-log li::before { content: '✓ '; color: var(--teal); font-weight: 800; }
@media (max-width: 760px) { .pod-track { grid-template-columns: 76px 1fr; } .pod-track .lbl { font-size: 10px; } }

.bento.six .b { grid-column: span 2; }
@media (max-width: 980px) { .bento.six .b { grid-column: span 3; } }
@media (max-width: 760px) { .bento.six .b { grid-column: auto; } }

/* relight: the recorded panel in a frame */
.rl-vid { position: relative; z-index: 1; }
.rl-vid video { display: block; width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line); background: #000; }
.frame .rl-vid { margin: -8px -8px 0; }
.rl-vid.tall video { max-width: 340px; margin: 0 auto; }
.pv-shot { display: block; width: 100%; max-width: 340px; margin: 0 auto; height: auto; border-radius: 12px; border: 1px solid var(--line); }
.rl-vid.tall .rm-cap { max-width: 340px; margin-left: auto; margin-right: auto; }

/* responsive v3: one block-style tools menu. Desktop and tablet: a dropdown of blocks under the header. Phones: no
   burger; the header Tools button and the bottom bar open the same blocks as a sheet anchored to the top. */
.ts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tb { display: flex; flex-direction: column; border-radius: 14px; border: 1px solid var(--line); background: var(--bg2); overflow: hidden; text-decoration: none; color: var(--text); transition: border-color .12s, transform .12s; }
.tb:hover { border-color: var(--line2); transform: translateY(-1px); }
.tb.on { border-color: var(--accent); }
.tb-vis { position: relative; display: block; aspect-ratio: 16 / 10; background: #0c0e14; overflow: hidden; border-bottom: 1px solid var(--line); }
.tb-vis video, .tb-vis img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.tb-vis.tall video { object-position: center 12%; }
.tb-txt { display: block; padding: 8px 10px 10px; }
.tb-txt b { display: block; font-size: 13.5px; font-weight: 700; line-height: 1.3; }
.tb-txt > span { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.35; margin-top: 3px; }
.tb .mi-tag { margin-left: 4px; font-size: 9px; padding: 1px 5px; }
.tb-all { display: block; margin-top: 10px; padding: 10px; text-align: center; border-radius: 12px; border: 1px solid var(--line); color: var(--text); text-decoration: none; font-weight: 600; font-size: 13px; }
.tb-all:hover { background: rgba(255,255,255,.04); }
.nav .burger, #navtoggle { display: none !important; }
@media (min-width: 901px) {
  .menu { position: relative; }
  .menu-panel, .menu-panel.has-img { display: none; left: 0; right: auto; transform: none; top: calc(100% + 10px); width: min(900px, calc(100vw - 32px)); max-width: calc(100vw - 32px); padding: 10px; grid-template-columns: 1fr; }
  .menu.open .menu-panel { display: block; }
  .menu:hover .menu-panel { display: block; }
  .menu-panel { max-height: calc(100vh - 76px); overflow-y: auto; }
  .nav nav > a:not(.btn) { padding: 8px 10px; }
  .nav nav .btn.ghost.small { margin-left: 4px; }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .nav { padding: 12px 16px; }
  .nav nav { gap: 2px; }
  .nav nav a, .menu-btn { font-size: 13.5px; }
  .nav nav .btn.small { padding-left: 12px; padding-right: 12px; }
  .ts-grid { gap: 6px; }
  .tb-txt > span { display: none; }
}
@media (max-width: 900px) {
  .nav { padding: 10px 14px; }
  .nav nav { display: flex !important; position: static; flex-direction: row; align-items: center; gap: 6px; background: transparent; border: 0; padding: 0; }
  .nav nav > a { display: none !important; }   /* pricing, help, log in and download move into the sheet and the bottom bar */
  .nav nav .menu { display: block; position: relative; }
  .menu-btn { pointer-events: auto; display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--text); border: 1px solid var(--line2); border-radius: 10px; background: rgba(255,255,255,.03); }
  .menu .chev { display: inline-block; }
  .menu-panel, .menu-panel.has-img { display: none !important; }
  main { padding-bottom: 120px; }
  .foot { padding-bottom: 96px; }
  .sticky-cta { display: grid; grid-template-columns: 1fr 1.4fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(10,12,17,.94); backdrop-filter: blur(12px); border-top: 1px solid var(--line); z-index: 40; }
  .sticky-cta .btn { width: 100%; text-align: center; margin: 0; }
  .tools-sheet { display: none; position: fixed; left: 0; right: 0; top: 0; bottom: calc(62px + env(safe-area-inset-bottom)); z-index: 39; background: var(--bg); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 14px 14px 24px; }
  .tools-sheet.open { display: block; }
  body.sheet-open { overflow: hidden; }
  .ts-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 4px 2px 12px; }
  .ts-head b { font-size: 20px; font-weight: 800; letter-spacing: -.01em; }
  .tools-sheet .ts-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .tb-all { margin-top: 14px; padding: 12px; }
  .ts-links { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: center; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
  .ts-links a { color: var(--muted); text-decoration: none; font-size: 14px; padding: 6px 2px; }
  .ts-links a.on { color: var(--text); }
}

/* guides and comparisons */
.rank-list { display: grid; gap: 14px; margin-top: 28px; max-width: 860px; }
.rank { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 22px 24px; border-radius: 16px; border: 1px solid var(--line); background: var(--bg2); }
.rank:first-child { border-color: rgba(226,176,74,.5); background: linear-gradient(180deg, rgba(226,176,74,.08), var(--bg2) 60%); }
.rank-n { font-size: 34px; font-weight: 800; letter-spacing: -.03em; color: var(--muted); line-height: 1; padding-top: 2px; }
.rank:first-child .rank-n { color: var(--gold); }
.rank-body { min-width: 0; }
.rank-body h2 { font-size: 20px; margin: 0 0 8px; letter-spacing: -.01em; }
.rank-body h2 a { color: var(--text); text-decoration: none; }
.rank-body h2 a:hover { color: var(--accent2); }
.rank-meta { display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.rank-meta b { color: var(--text); font-weight: 600; margin-right: 4px; }
.rank-body p { color: var(--muted); line-height: 1.6; margin: 0 0 10px; }
.rank-why b { color: var(--text); }
.rank .btn { width: auto; margin-right: 10px; }
.rank.plain { grid-template-columns: 1fr; }
.rank.plain:first-child { border-color: var(--line); background: var(--bg2); }
.cmp.cmp-vs thead th { width: 26%; } .cmp.cmp-vs thead th.lbl { width: 48%; }
.cmp-part { color: var(--gold); font-size: 12.5px; font-weight: 600; }
.cmp thead .btn.gold { color: #1a1408; }
@media (max-width: 760px) { .rank { grid-template-columns: 40px 1fr; padding: 18px 16px; } .rank-n { font-size: 26px; } }

/* comparison pages: numbered sections, two cards, screenshots */
.vs-toc { display: flex; flex-wrap: wrap; gap: 6px; margin: 22px 0 10px; }
.vs-toc a { font-size: 13px; color: var(--muted); text-decoration: none; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg2); }
.vs-toc a:hover { color: var(--text); border-color: var(--line2); }
.vs-sec { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); scroll-margin-top: 80px; }
.vs-sec .h2 { margin: 6px 0 18px; font-size: clamp(24px, 3vw, 32px); }
.vs-glance { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vs-card { border: 1px solid var(--line); border-radius: 16px; background: var(--bg2); padding: 22px 22px 20px; }
.vs-card.best { border-color: rgba(226,176,74,.5); background: linear-gradient(180deg, rgba(226,176,74,.08), var(--bg2) 60%); }
.vs-name { font-size: 18px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.vs-name .logo { width: 22px; height: 22px; border-radius: 7px; background: #1c3d8f url(/img/logo-64.png) center / cover no-repeat; display: inline-block; }
.vs-card p { color: var(--muted); line-height: 1.6; margin: 0 0 12px; }
.vs-card dl { display: grid; grid-template-columns: 96px 1fr; gap: 6px 12px; margin: 0 0 16px; font-size: 13.5px; }
.vs-card dt { color: var(--muted); } .vs-card dd { margin: 0; color: var(--text); }
.vs-card .btn { width: auto; }
.vs-card .arrows { margin: 0; }
.vs-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.vs-shot { margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #0c0e14; }
.vs-shot img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: #0c0e14; padding: 8px; box-sizing: border-box; }
.vs-shot figcaption { padding: 10px 12px 12px; font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.vs-verdict { border: 1px solid rgba(79,141,255,.4); border-radius: 16px; padding: 22px 24px; background: linear-gradient(180deg, rgba(79,141,255,.08), var(--bg2) 70%); max-width: 860px; }
.vs-verdict p { color: var(--muted); line-height: 1.65; margin: 0 0 12px; } .vs-verdict p b { color: var(--text); }
.vs-verdict .btn { width: auto; margin-right: 10px; }
@media (max-width: 860px) { .vs-glance { grid-template-columns: 1fr; } .vs-shots { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .vs-shots { grid-template-columns: 1fr; } }
.adm-sec .adm-h { font-size: 22px; margin: 46px 0 12px; padding-top: 26px; border-top: 1px solid var(--line); }
.adm-h + .muted { margin-top: -4px; }
.adm-h:first-of-type { margin-top: 26px; }

/* the admin on a phone: the sidebar is replaced by a bar at the bottom with a sheet of tabs */
.adm-bar { display: none; }
.adm-sheet { display: none; }
@media (max-width: 980px) {
  .adm-side { display: none; }
  .adm-main { padding: 18px 14px 92px; }
  .adm-sec .h2 { font-size: 24px; }
  .adm2 { min-height: 0; }
  .adm-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 4px; padding: 6px 8px calc(6px + env(safe-area-inset-bottom)); background: rgba(12,14,20,.94); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
  .adm-bar .ab { display: grid; justify-items: center; gap: 2px; padding: 7px 4px; border: 0; background: none; border-radius: 12px;
    color: var(--muted); font: inherit; font-size: 11px; text-decoration: none; cursor: pointer; }
  .adm-bar .ab:active { background: rgba(255,255,255,.06); }
  .adm-bar .ab-i { font-size: 18px; line-height: 1; color: var(--accent2); }
  .adm-sheet { display: block; position: fixed; inset: 0; z-index: 61; background: rgba(6,8,12,.6); opacity: 0; pointer-events: none; transition: opacity .18s; }
  .adm-sheet.open { opacity: 1; pointer-events: auto; }
  .adm-sheet .as-in { position: absolute; left: 0; right: 0; bottom: 0; max-height: 82vh; overflow: auto; background: var(--bg2);
    border-top: 1px solid var(--line); border-radius: 18px 18px 0 0; padding: 16px 16px calc(20px + env(safe-area-inset-bottom));
    transform: translateY(14px); transition: transform .18s; }
  .adm-sheet.open .as-in { transform: none; }
  .as-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
  .as-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .as-grid a { color: var(--muted); text-decoration: none; padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.04); font-size: 14px; font-weight: 500; }
  .as-grid a.on { color: var(--text); background: rgba(79,141,255,.16); }
  .as-acts { display: grid; gap: 6px; margin-top: 12px; }
  body.sheet-open { overflow: hidden; }
}
@media (max-width: 560px) {
  .adm-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
  .adm-stats .stat { padding: 12px; } .adm-stats .stat b { font-size: 20px; }
  .adm-sec .strip { grid-template-columns: 1fr 1fr; }
  .adm-sec .adm-h { margin: 34px 0 10px; padding-top: 20px; }
  .sec-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .adm-tools input { width: 100%; }
}

/* the everything-against-everyone table: seven columns, so the first one stays put while the rest scroll */
.cmp.mx { min-width: 1040px; font-size: 13.5px; }
.cmp.mx thead th { width: auto; padding: 18px 12px 14px; }
.cmp.mx thead th.lbl { width: 260px; min-width: 260px; position: sticky; left: 0; z-index: 2; background: var(--bg2); color: var(--muted); font-size: 12px; font-weight: 600; }
.cmp.mx .pn { font-size: 14px; } .cmp.mx .ps { font-size: 11.5px; margin: 2px 0 0; }
.cmp.mx tbody th[scope="row"] { text-align: left; font-weight: 500; padding: 10px 12px; position: sticky; left: 0; z-index: 1; background: var(--bg2); border-right: 1px solid var(--line); }
.cmp.mx td { padding: 10px 12px; text-align: center; }
.cmp.mx td.best { background: rgba(226,176,74,.06); }
.cmp.mx tr.mx-g td { background: var(--bg3); color: var(--text); font-weight: 700; font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; padding: 10px 12px; position: sticky; left: 0; }
.cmp.mx tr.best-row th[scope="row"] { color: var(--gold); }
.mx-wrap { max-height: none; }
@media (max-width: 760px) { .cmp.mx thead th.lbl, .cmp.mx tbody th[scope="row"] { width: 180px; min-width: 180px; } }

/* Download media hero: the panel as it really looks (fetch line, media card, quality rows, trim strip) */
.dlm { padding: 12px; font-size: 12px; }
.dlm-url { display: flex; align-items: center; gap: 6px; background: #22252d; border: 1px solid #2f3440; border-radius: 9px; padding: 6px 6px 6px 10px; color: var(--muted); margin-bottom: 8px; }
.dlm-url span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dlm-url i { font-style: normal; font-size: 10.5px; border: 1px solid #3a3f4a; border-radius: 6px; padding: 3px 7px; color: var(--text); }
.dlm-url b { background: var(--accent); color: #fff; padding: 4px 11px; border-radius: 7px; font-size: 11.5px; }
.dlm-media { display: flex; align-items: center; gap: 10px; background: #22252d; border: 1px solid #2f3440; border-radius: 9px; padding: 8px; margin-bottom: 10px; }
.dlm-media > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.dlm-media b { color: var(--text); font-size: 12.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dlm-media span { color: var(--muted); font-size: 11px; }
.dlm-thumb { flex: none; width: 74px; height: 42px; border-radius: 5px; background: linear-gradient(160deg, #6fb6ff 0%, #2f7fd6 40%, #e9c690 41%, #d9a86a 55%, #2c8f8f 56%, #1c6f8a 100%); }
.dlm-h { font-weight: 700; color: var(--text); font-size: 13px; margin: 2px 0 6px; }
.dlm-row { display: flex; align-items: center; gap: 8px; padding: 6px 9px; border-radius: 8px; color: var(--muted); border: 1px solid transparent; margin-bottom: 3px; }
.dlm-row i { flex: none; width: 11px; height: 11px; border-radius: 50%; border: 1.5px solid #5a6070; }
.dlm-row b { color: var(--text); width: 66px; font-size: 12px; white-space: nowrap; }
.dlm-row span { flex: 1; font-size: 11px; }
.dlm-row em { font-style: normal; font-size: 11px; white-space: nowrap; }
.dlm-row em u { text-decoration: none; color: #e2b04a; }
.dlm-row.on { background: rgba(79,141,255,.14); border-color: rgba(79,141,255,.5); color: var(--text); }
.dlm-row.on i { border-color: var(--accent); box-shadow: inset 0 0 0 2.5px #1b1d22; background: var(--accent); }
.dlm-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 2px 6px; color: var(--muted); font-size: 11.5px; }
.dlm-line b { color: var(--text); font-weight: 600; margin-right: 4px; }
.dlm-sw { flex: none; width: 30px; height: 17px; border-radius: 999px; background: #3a3f4a; position: relative; }
.dlm-sw::after { content: ''; position: absolute; top: 2px; left: 2px; width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.dlm-sw.on { background: var(--accent); } .dlm-sw.on::after { left: 15px; }
.dlm-strip { display: flex; gap: 2px; height: 38px; border-radius: 6px; overflow: hidden; background: #000; }
.dlm-strip i { flex: 1; background: linear-gradient(180deg, #7cc4ff 0%, #3b8fd9 45%, #d9b784 46%, #7d8b7a 100%); opacity: .55; }
.dlm-strip i:nth-child(2n) { filter: hue-rotate(-12deg) brightness(.9); }
.dlm-strip i.sel { opacity: 1; outline: 2px solid #fff; outline-offset: -2px; border-radius: 3px; }
.dlm-tc { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; padding: 5px 2px 8px; }
.dlm-btn { background: var(--accent); color: #fff; text-align: center; font-weight: 700; font-size: 13.5px; padding: 10px; border-radius: 9px; }

/* the Mask page: four tools, four tiles, each label centred under its own tile */
.strip.big.mask4 { grid-template-columns: repeat(4, 1fr); max-width: 420px; margin-left: auto; margin-right: auto; }
.rm-cap.mask4 { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 420px; margin-left: auto; margin-right: auto; padding: 0; text-align: center; }
@media (max-width: 760px) { .strip.big.mask4 { grid-template-columns: repeat(4, 1fr); } }
