:root {
    --bg: #050505;
    --panel: #0d0f0d;
    --panel-2: #141714;
    --green: #8dff12;
    --green-soft: #b6ff67;
    --white: #f7f7f4;
    --muted: #a6aaa4;
    --line: rgba(255,255,255,.12);
    --danger: #ff6f6f;
    --radius: 22px;
    --shadow: 0 30px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 40px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}
.site-header.compact { position: relative; transform: none; left: auto; }
.brand img { display: block; width: 175px; height: 68px; object-fit: cover; object-position: center; border-radius: 4px; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { text-decoration: none; font-weight: 750; font-size: .92rem; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(141,255,18,.55); border-radius: 999px; text-decoration: none; }
.nav-cta:hover { background: var(--green); color: #080808; }

.hero {
    position: relative;
    min-height: 850px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 145px 0 90px;
}
.hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0 calc((100vw - 100%) / -2);
    background:
      linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.88) 50%, rgba(5,5,5,.45) 100%),
      repeating-linear-gradient(90deg, transparent 0 84px, rgba(255,255,255,.025) 85px),
      radial-gradient(circle at 80% 45%, rgba(141,255,18,.13), transparent 32%);
}
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 32px; height: 2px; margin-right: 10px; background: var(--green); vertical-align: middle; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -.035em; }
.hero h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(3.3rem, 6.3vw, 6.9rem); font-weight: 950; text-transform: uppercase; }
.hero-copy { max-width: 650px; margin: 0 0 34px; color: #c9ccc7; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 900;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #050505; box-shadow: 0 10px 35px rgba(141,255,18,.16); }
.button-secondary { background: rgba(255,255,255,.035); border-color: var(--line); color: var(--white); }
.button-full { width: 100%; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; color: #9da19b; font-size: .85rem; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--green); }

.hero-visual { position: relative; }
.screen-shell {
    position: relative;
    transform: perspective(1400px) rotateY(-8deg) rotateX(2deg);
    padding: 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    background: linear-gradient(145deg, #222720, #090a09 65%);
    box-shadow: -30px 30px 90px rgba(0,0,0,.55), 0 0 90px rgba(141,255,18,.08);
}
.screen-shell::after { content: ""; position: absolute; inset: -28px; z-index: -1; border-radius: 46px; background: radial-gradient(circle, rgba(141,255,18,.18), transparent 67%); filter: blur(20px); }
.screen-shell img { width: 100%; aspect-ratio: 1.44; object-fit: cover; display: block; border-radius: 15px; }
.screen-topbar { display: flex; gap: 6px; padding: 0 0 11px 4px; }
.screen-topbar i { width: 7px; height: 7px; border-radius: 50%; background: #5d625b; }
.signal-bars { display: flex; gap: 8px; align-items: end; height: 48px; padding: 14px 12px 0; }
.signal-bars b { flex: 1; background: linear-gradient(to top, rgba(141,255,18,.2), var(--green)); border-radius: 4px 4px 0 0; animation: pulsebar 1.4s ease-in-out infinite alternate; }
.signal-bars b:nth-child(1){height:22%}.signal-bars b:nth-child(2){height:70%;animation-delay:.15s}.signal-bars b:nth-child(3){height:42%;animation-delay:.3s}.signal-bars b:nth-child(4){height:88%;animation-delay:.45s}.signal-bars b:nth-child(5){height:58%;animation-delay:.6s}
@keyframes pulsebar { to { opacity:.4; transform:scaleY(.7); transform-origin:bottom; } }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(100px); opacity: .2; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; background: var(--green); right: -240px; top: 180px; }
.hero-glow-two { width: 220px; height: 220px; background: #fff; left: -220px; bottom: 70px; opacity: .06; }

.promise-strip { display:flex; align-items:center; justify-content:center; gap:40px; padding:22px 20px; border-block:1px solid var(--line); background:#090a09; overflow:hidden; }
.promise-strip p { margin:0; white-space:nowrap; font-weight:950; letter-spacing:.15em; font-size:.76rem; }
.promise-strip i { width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 18px var(--green); }
.section { width:min(1180px, calc(100% - 40px)); margin:0 auto; padding:110px 0; }
.section-heading { max-width:720px; margin-bottom:44px; }
.section-heading h2, .waitlist-copy h2 { margin-bottom:18px; font-size:clamp(2.6rem, 5vw, 5.1rem); text-transform:uppercase; }
.section-heading > p:last-child, .waitlist-copy > p { color:var(--muted); font-size:1.08rem; }

.previews { position:relative; }
.preview-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.preview-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(180deg,#111310,#090a09); box-shadow:0 20px 55px rgba(0,0,0,.2); }
.preview-media { position:relative; width:100%; aspect-ratio:16/10; padding:0; border:0; background:#0b0c0b; cursor:pointer; overflow:hidden; }
.preview-media img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .45s ease; }
.preview-media:hover img { transform:scale(1.045); }
.preview-static { cursor:default; }
.preview-placeholder { position:absolute; inset:0; display:grid; place-items:center; background:radial-gradient(circle at 75% 20%,rgba(141,255,18,.22),transparent 34%),linear-gradient(135deg,#171a16,#050505); }
.preview-placeholder::before { content:""; position:absolute; inset:18px; border:1px solid rgba(255,255,255,.09); border-radius:14px; }
.preview-placeholder strong { font-size:clamp(1.7rem,3vw,3.1rem); letter-spacing:-.07em; }
.preview-placeholder span { color:var(--green); }
.play-button { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:64px; height:64px; border-radius:50%; background:var(--green); box-shadow:0 15px 40px rgba(0,0,0,.35); }
.play-button::after { content:""; position:absolute; left:26px; top:20px; border-left:18px solid #050505; border-top:12px solid transparent; border-bottom:12px solid transparent; }
.coming-soon { position:absolute; bottom:18px; left:18px; padding:7px 10px; border-radius:999px; background:rgba(0,0,0,.75); color:var(--green); font-size:.7rem; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.preview-content { padding:24px; }
.preview-number { margin:0 0 11px; color:var(--green); font-size:.7rem; font-weight:900; letter-spacing:.15em; }
.preview-content h3 { margin-bottom:12px; font-size:1.55rem; }
.preview-content > p:last-child { margin:0; color:var(--muted); }

.waitlist-section { display:grid; grid-template-columns:.92fr 1.08fr; gap:85px; align-items:center; }
.waitlist-section::before { content:""; position:absolute; left:0; right:0; z-index:-1; height:760px; background:linear-gradient(90deg,rgba(141,255,18,.035),transparent 40%),#090a09; border-block:1px solid rgba(255,255,255,.06); }
.waitlist-copy ul { display:grid; gap:15px; padding:0; margin:30px 0 0; list-style:none; }
.waitlist-copy li { color:#d2d5d0; }
.waitlist-copy li::before { content:"✓"; display:inline-grid; place-items:center; width:24px; height:24px; margin-right:12px; border-radius:50%; background:rgba(141,255,18,.12); color:var(--green); font-weight:950; }
.form-card { padding:38px; border:1px solid rgba(141,255,18,.24); border-radius:26px; background:linear-gradient(145deg,rgba(25,29,23,.95),rgba(9,10,9,.98)); box-shadow:var(--shadow); }
.form-kicker { display:inline-block; margin-bottom:18px; padding:7px 11px; border-radius:999px; background:rgba(141,255,18,.1); color:var(--green); font-size:.72rem; font-weight:950; letter-spacing:.14em; }
.form-card h2 { margin-bottom:7px; font-size:2.2rem; }
.form-card > p { margin-top:0; color:var(--muted); }
form label { display:flex; justify-content:space-between; gap:10px; margin:19px 0 8px; font-size:.86rem; font-weight:800; }
form label em { color:var(--green); font-style:normal; font-size:.68rem; letter-spacing:.06em; text-transform:uppercase; }
input, textarea { width:100%; border:1px solid rgba(255,255,255,.15); border-radius:10px; background:#080908; color:var(--white); padding:14px 15px; outline:none; transition:border .2s ease, box-shadow .2s ease; }
input:focus, textarea:focus { border-color:rgba(141,255,18,.72); box-shadow:0 0 0 4px rgba(141,255,18,.08); }
.consent-row { align-items:flex-start; justify-content:flex-start; margin:20px 0!important; color:#b6bab3; font-size:.78rem!important; font-weight:500!important; }
.consent-row input, .admin-check input { width:18px; min-width:18px; height:18px; margin-top:2px; accent-color:var(--green); }
.form-status { display:none; margin-top:15px; padding:13px 15px; border-radius:10px; font-size:.87rem; }
.form-status.success, .alert.success { display:block; background:rgba(141,255,18,.1); border:1px solid rgba(141,255,18,.25); color:#caff95; }
.form-status.error, .alert.error { display:block; background:rgba(255,88,88,.1); border:1px solid rgba(255,88,88,.25); color:#ffb2b2; }
.privacy-note { margin:15px 0 0!important; color:#777c76!important; font-size:.73rem!important; text-align:center; }
.honeypot { position:absolute; left:-9999px; }

footer { display:flex; align-items:center; gap:22px; width:min(1180px,calc(100% - 40px)); margin:0 auto; padding:35px 0 45px; border-top:1px solid var(--line); color:#777c76; font-size:.82rem; }
footer img { width:120px; height:46px; object-fit:cover; }
footer p { flex:1; }
footer a { color:#b5b9b2; }

.video-modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:25px; background:rgba(0,0,0,.9); opacity:0; visibility:hidden; transition:.2s ease; }
.video-modal[aria-hidden="false"] { opacity:1; visibility:visible; }
.modal-stage { width:min(1000px,92vw); aspect-ratio:16/9; border:1px solid rgba(255,255,255,.2); border-radius:18px; overflow:hidden; background:#000; box-shadow:var(--shadow); }
.modal-stage iframe, .modal-stage video { width:100%; height:100%; border:0; display:block; }
.modal-close { position:absolute; right:25px; top:18px; width:48px; height:48px; border:0; border-radius:50%; background:var(--green); color:#050505; font-size:2rem; line-height:1; cursor:pointer; }
.modal-open { overflow:hidden; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease var(--delay,0ms),transform .7s ease var(--delay,0ms); }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { --delay:140ms; }

/* Admin */
.admin-body, .admin-dashboard, .legal-body { min-height:100vh; background:radial-gradient(circle at 80% 0,rgba(141,255,18,.09),transparent 35%),#050505; }
.auth-shell { min-height:100vh; display:grid; place-items:center; padding:35px 20px; }
.auth-card { width:min(520px,100%); padding:38px; border:1px solid var(--line); border-radius:24px; background:#0d0f0d; box-shadow:var(--shadow); }
.auth-card > img { width:190px; height:75px; object-fit:cover; margin-bottom:25px; }
.auth-card h1 { font-size:2.35rem; }
.auth-card > p { color:var(--muted); }
.stack-form label { display:block; }
.alert { margin:20px 0; padding:13px 15px; border-radius:10px; }
.back-link { display:block; margin-top:22px; color:var(--muted); text-decoration:none; text-align:center; }
.admin-header { position:sticky; top:0; z-index:20; display:flex; justify-content:space-between; align-items:center; padding:14px max(24px,calc((100vw - 1240px)/2)); border-bottom:1px solid var(--line); background:rgba(5,5,5,.92); backdrop-filter:blur(18px); }
.admin-logo img { width:145px; height:55px; object-fit:cover; }
.admin-header > div { display:flex; gap:20px; }
.admin-header a { text-decoration:none; font-weight:800; font-size:.85rem; }
.admin-main { width:min(1240px,calc(100% - 40px)); margin:0 auto; padding:55px 0 90px; }
.admin-title { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:35px; }
.admin-title h1 { margin-bottom:0; font-size:clamp(2.3rem,4.5vw,4.4rem); text-transform:uppercase; }
.stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:30px 0; }
.stat-grid article { padding:24px; border:1px solid var(--line); border-radius:18px; background:#0c0e0c; }
.stat-grid span { display:block; color:var(--muted); font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.09em; }
.stat-grid strong { display:block; margin-top:6px; color:var(--green); font-size:2.6rem; line-height:1; }
.admin-panel { margin-top:28px; padding:30px; border:1px solid var(--line); border-radius:20px; background:#0c0e0c; }
.panel-heading { display:flex; justify-content:space-between; gap:20px; align-items:center; margin-bottom:24px; }
.panel-heading h2 { margin:0 0 4px; font-size:1.8rem; }
.panel-heading p { margin:0; color:var(--muted); }
.sample-form { display:grid; grid-template-columns:1fr 1fr; gap:0 18px; padding:20px; border-radius:14px; background:#111411; }
.sample-form .wide { grid-column:1/-1; }
.sample-form label { display:block; }
.sample-form input[type="file"] { width:100%; min-height:48px; padding:10px; border:1px dashed rgba(255,255,255,.22); border-radius:10px; background:#0a0c0a; color:var(--muted); }
.sample-form input[type="file"]::file-selector-button { margin-right:12px; padding:9px 12px; border:0; border-radius:7px; background:var(--green); color:#050505; font-weight:900; cursor:pointer; }
.field-help { display:block; margin-top:7px; color:var(--muted); font-size:.76rem; }
.admin-check { grid-column:1/-1; display:flex!important; justify-content:flex-start!important; align-items:center; }
.sample-form-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
.sample-form-actions .button { margin:0; }
.button-compact { min-height:38px; padding:8px 13px; font-size:.78rem; }
.current-thumbnail { display:flex; gap:16px; align-items:center; margin-top:10px; padding:14px; border:1px solid var(--line); border-radius:12px; background:#0a0c0a; }
.current-thumbnail img { width:150px; aspect-ratio:16/9; object-fit:cover; border-radius:9px; border:1px solid var(--line); }
.current-thumbnail strong { display:block; margin-bottom:8px; }
.remove-thumbnail { display:flex!important; align-items:center; gap:8px; color:var(--muted); font-size:.82rem; }
.sample-list { display:grid; gap:12px; margin-top:22px; }
.sample-list article { display:grid; grid-template-columns:170px minmax(0,1fr) auto; gap:18px; align-items:center; padding:18px; border:1px solid var(--line); border-radius:14px; }
.sample-list article.is-editing { border-color:rgba(141,255,18,.55); box-shadow:0 0 0 2px rgba(141,255,18,.08); }
.sample-list-media { width:170px; aspect-ratio:16/9; overflow:hidden; border:1px solid var(--line); border-radius:10px; background:#080908; }
.sample-list-media img { width:100%; height:100%; object-fit:cover; display:block; }
.sample-list-placeholder { width:100%; height:100%; display:grid; place-items:center; color:#7f857d; font-size:.72rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; background:linear-gradient(135deg,#141714,#070807); }
.sample-list-copy { min-width:0; }
.sample-list-meta { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-bottom:7px; color:var(--muted); font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.sample-badge { padding:5px 8px; border-radius:999px; background:rgba(141,255,18,.12); color:var(--green); font-size:.66rem; font-weight:950; }
.sample-list h3 { margin:0 0 5px; }
.sample-list p { margin:0 0 6px; color:var(--muted); }
.sample-list-copy > a { color:var(--green); font-size:.82rem; }
.sample-actions { display:flex; flex-direction:column; align-items:stretch; gap:9px; min-width:85px; }
.sample-actions form { margin:0; text-align:center; }
.danger-link { border:0; background:transparent; color:var(--danger); cursor:pointer; font-weight:800; }
.table-wrap { overflow:auto; }
table { width:100%; border-collapse:collapse; min-width:800px; }
th, td { padding:15px 12px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
th { color:#8d938b; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; }
td { font-size:.88rem; }
td a { color:#d4d7d2; }
.empty-state { color:var(--muted); text-align:center; }

/* Legal */
.legal-card { width:min(850px,calc(100% - 40px)); margin:70px auto 100px; padding:45px; border:1px solid var(--line); border-radius:24px; background:#0c0e0c; }
.legal-card h1 { font-size:clamp(2.4rem,5vw,4.6rem); text-transform:uppercase; }
.legal-card h2 { margin-top:36px; font-size:1.35rem; }
.legal-card p { color:#b4b8b1; }
.legal-updated { color:#777c76!important; }
.legal-note { margin:35px 0; padding:18px; border-left:3px solid var(--green); background:rgba(141,255,18,.07); }

@media (max-width: 900px) {
    .site-header nav > a:first-child { display:none; }
    .hero { grid-template-columns:1fr; min-height:auto; gap:55px; padding-top:130px; }
    .hero h1 { font-size:clamp(3.2rem,13vw,6rem); }
    .hero-visual { max-width:650px; }
    .preview-grid { grid-template-columns:1fr 1fr; }
    .waitlist-section { grid-template-columns:1fr; gap:50px; }
    .waitlist-section::before { height:1150px; }
    .admin-title { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 640px) {
    .site-header { width:calc(100% - 28px); }
    .brand img { width:128px; height:51px; }
    .nav-cta { padding:9px 12px; font-size:.76rem; }
    .hero, .section, footer { width:calc(100% - 28px); }
    .hero { padding-top:112px; }
    .hero h1 { font-size:3.35rem; }
    .hero-actions .button { width:100%; }
    .trust-row { display:grid; gap:10px; }
    .screen-shell { transform:none; }
    .promise-strip { justify-content:flex-start; gap:22px; overflow:auto; }
    .preview-grid { grid-template-columns:1fr; }
    .section { padding:80px 0; }
    .form-card { padding:25px 20px; }
    footer { flex-wrap:wrap; }
    footer p { flex-basis:100%; order:3; }
    .auth-card, .legal-card { padding:27px 21px; }
    .stat-grid { grid-template-columns:1fr; }
    .admin-main { width:calc(100% - 24px); }
    .admin-panel { padding:20px 14px; }
    .sample-form { grid-template-columns:1fr; padding:14px; }
    .sample-form .wide, .admin-check { grid-column:auto; }
    .sample-list article { grid-template-columns:1fr; align-items:start; }
    .sample-list-media { width:100%; }
    .sample-actions { flex-direction:row; align-items:center; }
    .current-thumbnail { align-items:flex-start; flex-direction:column; }
    .admin-header { padding-inline:14px; }
    .admin-header > div a:first-child { display:none; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior:auto!important; animation:none!important; transition:none!important; }
    .reveal { opacity:1; transform:none; }
}
