/* HIVE — light CRM theme. */
:root {
  --bg: #F5F6F8;
  --surface: #FFFFFF;
  --surface-2: #F0F2F5;
  --line: #E4E7EC;
  --line-strong: #D5DAE1;
  --text: #101828;
  --muted: #667085;
  --muted-2: #98A2B3;
  --blue: #3B6DFF;
  --blue-ink: #2A54D6;
  --blue-wash: #EDF2FF;
  --green: #12A150;
  --green-wash: #E7F6EC;
  --amber: #D9820A;
  --amber-wash: #FDF3E5;
  --red: #E5484D;
  --red-wash: #FDECEC;
  --slate-wash: #EEF0F3;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(16,24,40,.05), 0 1px 3px rgba(16,24,40,.04);
  --shadow-lg: 0 12px 40px rgba(16,24,40,.14);
  --font-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --font-body: 'Inter Tight', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 14.5px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; margin: 0; }
.mono { font-family: var(--font-mono); }
.muted { color: var(--muted); }
.sm { font-size: 13px; } .xs { font-size: 11.5px; }
.mt { margin-top: 14px; } .mt4 { margin-top: 4px; } .mb { margin-bottom: 14px; }
.num { text-align: right; } .full { width: 100%; } .center { text-align: center; }
.row { display: flex; gap: 8px; align-items: center; }

/* topbar */
.topbar { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 22px; padding: 0 20px; height: 58px; background: rgba(255,255,255,.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.brand .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px var(--blue-wash); }
.nav { display: flex; gap: 2px; flex: 1; }
.nav a { padding: 7px 12px; border-radius: 8px; color: var(--muted); font-weight: 600; font-size: 14px; }
.nav a:hover { background: var(--surface-2); color: var(--text); }
.nav a.on { background: var(--blue-wash); color: var(--blue-ink); }
.topbar-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.who { font-size: 13px; color: var(--muted); font-weight: 600; }

/* layout */
.wrap { max-width: 1200px; margin: 0 auto; padding: 26px 20px 80px; }
.wrap.narrow, .narrow { max-width: 620px; }
.empty { padding: 44px; text-align: center; color: var(--muted); }
.count { color: var(--muted); font-size: 13px; font-family: var(--font-mono); margin: 2px 2px 14px; }
.pagehead { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.pagehead .muted { font-family: var(--font-mono); font-size: 13px; }
.head-actions { display: flex; gap: 8px; }
.h1 { font-size: clamp(24px, 4vw, 32px); }
.h2 { font-size: 21px; } .h3 { font-size: 16px; }
.display { font-size: clamp(40px, 8vw, 68px); letter-spacing: -.03em; }
.lead { color: var(--muted); font-size: 17px; margin: 8px 0 0; }
.back { display: inline-block; color: var(--muted); font-weight: 600; font-size: 13px; margin-bottom: 14px; }
.back:hover { color: var(--blue-ink); }

/* card */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card.pad { padding: 20px; } .card.pad0 { overflow: hidden; }
.card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-family: var(--font-body); font-weight: 600; font-size: 14px; padding: 9px 15px; border-radius: 9px; cursor: pointer; background: var(--surface); color: var(--text); border: 1px solid var(--line-strong); transition: background .12s, border-color .12s, transform .05s; }
.btn:hover { background: var(--surface-2); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-ink); }
.btn-ghost { background: transparent; border-color: transparent; color: var(--muted); }
.btn-ghost:hover { background: var(--surface-2); color: var(--text); }
.btn-danger { color: var(--red); border-color: var(--red-wash); background: var(--red-wash); }
.btn-danger:hover { background: #fbdcdc; }
.btn-sm { padding: 6px 11px; font-size: 13px; border-radius: 8px; }
.btn-xs { padding: 4px 8px; font-size: 12px; border-radius: 7px; }

/* auth */
.landing { max-width: 920px; margin: 0 auto; padding: 40px 20px 80px; }
.hero { text-align: center; padding: 24px 0 4px; }
.hero-badge { display: inline-block; font-size: 11.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--blue-ink); background: var(--blue-wash); border: 1px solid #d8e2ff; padding: 5px 12px; border-radius: 999px; }
.hero-h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 7vw, 58px); letter-spacing: -.03em; margin: 16px 0 10px; }
.hero-sub { color: var(--muted); font-size: 17px; max-width: 600px; margin: 0 auto; line-height: 1.55; }
.hero-cta { margin-top: 22px; font-size: 15px; padding: 11px 22px; }
.hero-ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.intro-foot { text-align: center; margin-top: 34px; }
.hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; padding: 30px 0 8px; }
.hero-copy { text-align: left; }
.hero-split .hero-h1 { margin: 16px 0 12px; line-height: 1.02; }
.hero-split .hero-sub { margin: 0; max-width: 480px; }
.hero-note { color: var(--muted-2); font-size: 14px; margin: 10px 0 0; }
.hero-split .hero-cta { margin-top: 0; }
.hero-split .hero-ctas { justify-content: flex-start; margin-top: 24px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; height: 100%; max-height: 480px; object-fit: cover; border-radius: 18px; box-shadow: var(--shadow-lg); display: block; }
.hero-media-tag { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.93); backdrop-filter: blur(6px); color: var(--text); font-weight: 700; font-size: 13px; padding: 7px 15px; border-radius: 999px; box-shadow: var(--shadow); }
@media (max-width: 760px) {
  .hero-split { grid-template-columns: 1fr; gap: 22px; }
  .hero-copy { text-align: center; }
  .hero-split .hero-sub { margin: 0 auto; }
  .hero-split .hero-ctas { justify-content: center; }
  .hero-media img { max-height: 420px; }
}
.hero a { color: var(--blue-ink); font-weight: 600; cursor: pointer; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 42px 0 6px; }
.step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.step-n { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: var(--blue); color: #fff; font-family: var(--font-mono); font-weight: 700; font-size: 16px; margin-bottom: 12px; }
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.55; }
.landing .auth { max-width: 460px; padding-top: 34px; }
.landing-foot { text-align: center; color: var(--muted); font-size: 14px; margin-top: 18px; }
.landing-foot a { color: var(--blue-ink); font-weight: 600; cursor: pointer; }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }
.auth { max-width: 460px; padding-top: 56px; }
.auth-hero { text-align: center; margin-bottom: 26px; }
.auth-card { padding: 22px; }
.seg { display: flex; background: var(--surface-2); border-radius: 10px; padding: 3px; margin-bottom: 18px; }
.segbtn { flex: 1; padding: 8px; border: none; background: transparent; border-radius: 8px; font-weight: 600; color: var(--muted); cursor: pointer; font-family: var(--font-body); font-size: 14px; }
.segbtn.on { background: var(--surface); color: var(--text); box-shadow: var(--shadow); }
.auth-foot { text-align: center; margin-top: 16px; font-size: 13px; }
.auth-foot a { color: var(--blue-ink); font-weight: 600; cursor: pointer; }

/* forms */
.input { width: 100%; padding: 10px 12px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); font-family: var(--font-body); font-size: 14px; }
.input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-wash); }
textarea.input { resize: vertical; }
.fl { display: block; font-size: 12.5px; color: var(--muted); font-weight: 600; margin-bottom: 13px; }
.fl .input, .fl .select { margin-top: 5px; color: var(--text); font-weight: 400; }
.fl.inline { display: flex; align-items: center; gap: 8px; color: var(--text); }
.fl.inline input { width: 16px; height: 16px; accent-color: var(--blue); }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 560px) { .frow { grid-template-columns: 1fr; } }
.select { padding: 10px 12px; background: var(--surface); color: var(--text); border: 1px solid var(--line-strong); border-radius: 9px; font-family: var(--font-body); font-size: 14px; cursor: pointer; }
.select.full { width: 100%; }
.select:focus { outline: none; border-color: var(--blue); }
.checks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.chk { display: inline-flex; align-items: center; gap: 6px; font-weight: 400; color: var(--text); background: var(--surface-2); padding: 6px 11px; border-radius: 8px; cursor: pointer; text-transform: capitalize; }
.chk input { accent-color: var(--blue); }
.prog { font-family: var(--font-mono); font-size: 13px; color: var(--blue-ink); min-height: 18px; margin: 8px 0; }

/* toolbar / search */
.toolbar { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.search { position: relative; flex: 1 1 300px; min-width: 200px; }
.search-input { width: 100%; padding: 10px 14px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 10px; font-family: var(--font-body); font-size: 14.5px; color: var(--text); }
.search-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-wash); }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; cursor: pointer; background: var(--surface); border: 1px solid var(--line-strong); color: var(--muted); font-size: 12.5px; font-weight: 500; }
.chip:hover { color: var(--text); }
.chip.on { background: var(--blue); border-color: var(--blue); color: #fff; }
.chip-n { font-family: var(--font-mono); font-size: 11px; opacity: .7; }

/* stat grid */
.statgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-bottom: 18px; }
.statgrid.four { grid-template-columns: repeat(4, 1fr); }
.statgrid.three { grid-template-columns: repeat(3, 1fr); }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow); }
.stat-n { display: block; font-family: var(--font-mono); font-weight: 700; font-size: 22px; }
.stat-n.green { color: var(--green); } .stat-n.amber { color: var(--amber); } .stat-n.owe { color: var(--red); }
.stat-l { font-size: 11.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
@media (max-width: 860px) { .statgrid, .statgrid.four { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .statgrid, .statgrid.four, .statgrid.three { grid-template-columns: repeat(2, 1fr); } }

/* pipeline tabs */
.pipe { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.pipetab { text-transform: capitalize; padding: 7px 13px; border-radius: 9px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-weight: 600; font-size: 13.5px; cursor: pointer; display: inline-flex; gap: 7px; align-items: center; }
.pipetab span { font-family: var(--font-mono); font-size: 11.5px; background: var(--surface-2); padding: 1px 7px; border-radius: 999px; }
.pipetab.on { background: var(--text); border-color: var(--text); color: #fff; }
.pipetab.on span { background: rgba(255,255,255,.2); color: #fff; }

/* bulk */
.bulkbar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; background: var(--blue-wash); border: 1px solid #cfdcff; border-radius: 11px; padding: 9px 12px; margin-bottom: 12px; }
.bulk-n { font-weight: 700; font-size: 13px; margin-right: 4px; color: var(--blue-ink); }

/* table */
.dbtable { width: 100%; border-collapse: collapse; font-size: 14px; }
.dbtable thead th { text-align: left; font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); padding: 12px 14px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.dbtable td { padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.dbtable.sm td { padding: 8px 10px; }
.dbtable tbody tr:last-child td { border-bottom: none; }
.dbtable tbody tr:hover { background: var(--surface-2); }
.dbtable tr.rowsel { background: var(--blue-wash); }
.cbcol { width: 40px; text-align: center; }
.dbtable input[type=checkbox] { width: 16px; height: 16px; accent-color: var(--blue); cursor: pointer; }
.cn { font-weight: 600; }
.csub { color: var(--muted); font-size: 12.5px; margin-top: 2px; display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.cellrow { display: flex; align-items: center; gap: 11px; }
.mini { width: 54px; height: 32px; border-radius: 6px; overflow: hidden; background: var(--surface-2); flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--muted-2); font-size: 12px; }
.mini img { width: 100%; height: 100%; object-fit: cover; }
.rowbtns { display: flex; gap: 5px; justify-content: flex-end; white-space: nowrap; }
.owe { color: var(--red); font-weight: 600; }
.link { color: var(--blue-ink); font-weight: 600; }
.link:hover { text-decoration: underline; }

/* pills */
.pill { display: inline-block; font-size: 11.5px; font-weight: 600; padding: 2px 9px; border-radius: 999px; text-transform: capitalize; }
.pill.pending { color: var(--amber); background: var(--amber-wash); }
.pill.active, .pill.verified, .pill.paid { color: var(--green); background: var(--green-wash); }
.pill.paused, .pill.hidden { color: var(--muted); background: var(--slate-wash); }
.pill.banned, .pill.rejected { color: var(--red); background: var(--red-wash); }

/* video cards */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.card.vid { overflow: hidden; display: flex; flex-direction: column; padding: 0; }
.card-media { position: relative; aspect-ratio: 16/9; background: var(--surface-2); cursor: pointer; overflow: hidden; }
.playicon { position: absolute; inset: 0; margin: auto; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; background: rgba(16,24,40,.55); color: #fff; border-radius: 50%; font-size: 15px; padding-left: 3px; pointer-events: none; transition: opacity .15s, transform .15s; }
.card-media:hover .playicon { opacity: 0; transform: scale(1.4); }
.mini video { width: 100%; height: 100%; object-fit: cover; }
.player { width: 100%; max-width: 720px; background: #000; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); }
.player-head { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; background: var(--surface); }
.player-title { font-weight: 600; font-size: 14px; }
.player-video { width: 100%; max-height: 72vh; display: block; background: #000; }
.player-foot { padding: 12px 14px; background: var(--surface); display: flex; justify-content: flex-end; }
.thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb.ph { display: flex; align-items: center; justify-content: center; color: var(--muted-2); font-size: 26px; }
.dur { position: absolute; right: 8px; bottom: 8px; background: rgba(16,24,40,.8); color: #fff; font-family: var(--font-mono); font-size: 11px; padding: 2px 6px; border-radius: 5px; }
.card-body { padding: 13px 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.camp { align-self: flex-start; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--blue-ink); background: var(--blue-wash); padding: 2px 8px; border-radius: 6px; }
.camp.sm { font-size: 10px; }
.card-title { font-family: var(--font-body); font-weight: 600; font-size: 14.5px; line-height: 1.3; }
.tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tag { font-size: 11px; color: var(--muted); background: var(--surface-2); border: 1px solid var(--line); padding: 1px 7px; border-radius: 5px; text-transform: capitalize; }
.tag.alt { color: var(--blue-ink); background: var(--blue-wash); border-color: #d8e2ff; }
.card-meta { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-top: auto; }

/* detail */
.detail-head { display: grid; grid-template-columns: 1fr 300px; gap: 24px; }
.detail-controls { border-left: 1px solid var(--line); padding-left: 20px; }
@media (max-width: 760px) { .detail-head { grid-template-columns: 1fr; } .detail-controls { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: 16px; } }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
@media (max-width: 860px) { .cols { grid-template-columns: 1fr; } }
.payform, .notebox { display: flex; gap: 8px; align-items: flex-start; }
.payform .input { flex: 1; } .notebox textarea { flex: 1; }
.notes { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.note { background: var(--surface-2); border-radius: 9px; padding: 9px 11px; }
.note-body { font-size: 13.5px; }
.note-meta { font-size: 11px; color: var(--muted-2); margin-top: 3px; }
.feed { display: flex; flex-direction: column; gap: 2px; }
.feeditem { display: flex; gap: 10px; padding: 7px 0; }
.feed-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--muted-2); margin-top: 7px; flex-shrink: 0; }
.feed-dot.staff { background: var(--blue); } .feed-dot.clipper { background: var(--green); }
.feeditem b { font-weight: 600; } .feed-time { font-size: 11px; color: var(--muted-2); margin-top: 2px; }
.status-badge { display: inline-block; text-transform: uppercase; letter-spacing: .05em; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; margin-bottom: 12px; }
.status-badge.pending { color: var(--amber); background: var(--amber-wash); }
.status-badge.paused { color: var(--muted); background: var(--slate-wash); }
.status-badge.banned { color: var(--red); background: var(--red-wash); }

/* scan / upload */
.scanlist { display: flex; flex-direction: column; gap: 4px; max-height: 300px; overflow: auto; }
.scanitem { display: flex; align-items: center; gap: 9px; padding: 7px 9px; border-radius: 8px; background: var(--surface-2); }
.scanitem input { accent-color: var(--blue); }

/* modal */
.modal-bg { position: fixed; inset: 0; background: rgba(16,24,40,.4); backdrop-filter: blur(2px); display: flex; align-items: flex-start; justify-content: center; padding: 44px 16px; z-index: 100; overflow: auto; }
.modal { width: 100%; max-width: 540px; background: var(--surface); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-lg); }
.modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.modal-x { background: none; border: none; color: var(--muted); font-size: 24px; cursor: pointer; }
.modal-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 6px; }
.modal-foot > div { display: flex; gap: 8px; }

/* toast */
.toast { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); background: var(--text); color: #fff; padding: 11px 18px; border-radius: 11px; font-size: 14px; z-index: 200; box-shadow: var(--shadow-lg); animation: pop .18s ease; max-width: 90vw; }
.toast.ok { background: var(--green); } .toast.err { background: var(--red); }
@keyframes pop { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }

@media (max-width: 720px) {
  .nav { display: none; }
  .dbtable thead { display: none; }
  .dbtable, .dbtable tbody, .dbtable tr, .dbtable td { display: block; width: 100%; }
  .dbtable tr { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 8px; padding: 4px; }
  .dbtable td { border: none; padding: 5px 8px; text-align: left; }
  .rowbtns { justify-content: flex-start; }
  .cbcol { display: none !important; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* ===== landing — JRCryptex clipper intro (premium) ===== */
.landing { max-width: 1060px; }
.lx-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding: 30px 0 12px; animation: lxUp .5s ease both; }
.lx-copy { text-align: left; }
.lx-eyebrow { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--blue-ink); }
.lx-h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 6.2vw, 62px); line-height: 1.02; letter-spacing: -.03em; margin: 14px 0 0; }
.lx-h1 em { font-style: normal; color: var(--blue); position: relative; white-space: nowrap; }
.lx-h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: .05em; height: .11em; background: var(--blue); opacity: .22; border-radius: 2px; }
.lx-lead { font-size: clamp(17px, 2.1vw, 20px); font-weight: 600; color: var(--text); margin: 18px 0 0; }
.lx-body { color: var(--muted); font-size: 15.5px; line-height: 1.62; margin: 14px 0 0; max-width: 520px; }
.lx-ctas { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0 0; }
.lx-cta { font-size: 15px; padding: 12px 22px; }
.lx-platforms { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 22px 0 0; }
.lx-platforms span { text-transform: uppercase; letter-spacing: .05em; font-weight: 600; font-size: 11.5px; color: var(--muted-2); }
.lx-plat { font-style: normal; font-weight: 600; font-size: 12.5px; color: var(--muted); background: var(--surface); border: 1px solid var(--line-strong); border-radius: 999px; padding: 4px 12px; }

/* signature: hero image as a short-form clip that's performing */
.lx-stage { display: flex; justify-content: center; animation: lxUp .6s ease .08s both; }
.reel { position: relative; width: 100%; max-width: 336px; aspect-ratio: 4/5; margin: 0; border-radius: 26px; overflow: hidden; box-shadow: 0 30px 70px rgba(16,24,40,.28); background: #000; }
.reel img { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,0) 44%); }
.reel-live { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: rgba(229,72,77,.92); padding: 4px 10px; border-radius: 999px; }
.reel-play { position: absolute; inset: 0; margin: auto; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.16); backdrop-filter: blur(4px); border: 1.5px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; font-size: 17px; padding-left: 4px; }
.reel-cap { position: absolute; left: 16px; right: 16px; bottom: 15px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.reel-handle { font-weight: 600; font-size: 14px; }
.reel-views { font-family: var(--font-mono); font-size: 12.5px; opacity: .95; }
.reel-views b { font-weight: 700; }

.lx-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 46px 0 0; }
.lx-pillar { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow); }
.lx-pk { display: block; font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.lx-pd { display: block; color: var(--muted); font-size: 14.5px; margin-top: 6px; line-height: 1.5; }

.lx-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 16px 0 0; }
.lx-step { display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.lx-sn { flex-shrink: 0; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: var(--blue); color: #fff; font-family: var(--font-mono); font-weight: 700; font-size: 14px; }
.lx-step h3 { font-size: 16px; margin: 2px 0 5px; }
.lx-step p { color: var(--muted); font-size: 13.5px; line-height: 1.5; margin: 0; }
.lx-final { text-align: center; margin: 36px 0 0; }

@keyframes lxUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 820px) {
  .lx-hero { grid-template-columns: 1fr; gap: 26px; }
  .lx-copy { text-align: center; }
  .lx-body, .lx-lead { margin-left: auto; margin-right: auto; }
  .lx-ctas, .lx-platforms { justify-content: center; }
  .lx-pillars, .lx-steps { grid-template-columns: 1fr; }
  .lx-stage { order: -1; }
}