:root {
    --bg: #0b0c12;
    --surface: #131621;
    --surface-2: #1a1e2c;
    --line: rgba(255,255,255,.1);
    --text: #f7f7fb;
    --muted: #a4a9bb;
    --accent: #d8fa5c;
    --accent-2: #9c7bff;
    --danger: #ff7f92;
    --radius: 18px;
    --container: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body:before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .3; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 5px 5px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(11,12,18,.86); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .13em; font-size: 14px; }
.brand img { width: 190px; height: auto; max-height: 60px; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #111; background: var(--accent); font-size: 20px; letter-spacing: 0; transform: rotate(-8deg); }
.brand-dot { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; font-weight: 700; }
.site-nav a { padding: 28px 0 25px; border-bottom: 2px solid transparent; }
.site-nav a.active, .site-nav a:hover { color: var(--text); border-color: var(--accent); }
.menu-toggle { display: none; color: var(--text); background: none; border: 1px solid var(--line); border-radius: 8px; padding: 7px 11px; }
.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; }
.hero-copy { padding: 80px 0; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.accent { color: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.045em; }
h1, h2, h3 { font-family: "Rubik Distressed", cursive; font-weight: 400; letter-spacing: 0; text-transform: uppercase; }
h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(46px, 7vw, 88px); }
h1 em { color: var(--accent); font-style: normal; }
h2 { margin-bottom: 14px; font-size: clamp(30px, 4vw, 48px); }
h3 { margin-bottom: 9px; font-size: 21px; }
.lead { max-width: 580px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.45; }
.lead.narrow { max-width: 560px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; font-weight: 800; font-size: 14px; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { color: #111; transform: translateY(-2px); }
.button.primary { color: #10120b; background: var(--accent); }
.button.primary:hover { background: #efffb3; }
.button.quiet { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.03); }
.button.quiet:hover { color: var(--text); border-color: rgba(216,250,92,.55); background: rgba(216,250,92,.08); }
.button.full { width: 100%; margin-top: 10px; }
.hero-art { min-height: 500px; position: relative; isolation: isolate; }
.hero-art:before { content: ""; position: absolute; width: 420px; height: 420px; top: 50%; left: 50%; border-radius: 50%; background: radial-gradient(circle, rgba(156,123,255,.48), rgba(156,123,255,0) 68%); transform: translate(-45%,-50%); filter: blur(5px); }
.hero-orbit { position: absolute; border: 1px solid rgba(216,250,92,.34); border-radius: 50%; transform: translate(-50%,-50%) rotate(-25deg); }
.orbit-one { width: 460px; height: 200px; top: 51%; left: 51%; }
.orbit-two { width: 390px; height: 580px; top: 51%; left: 51%; transform: translate(-50%,-50%) rotate(35deg); border-color: rgba(156,123,255,.38); }
.hero-console { position: absolute; display: grid; place-items: center; width: 230px; height: 300px; top: 50%; left: 50%; color: var(--accent); background: linear-gradient(140deg, #30364d, #151827 70%); border: 1px solid rgba(255,255,255,.28); border-radius: 38px; box-shadow: 24px 35px 80px rgba(0,0,0,.45), inset 0 0 0 10px rgba(255,255,255,.04); transform: translate(-50%,-50%) rotate(8deg); }
.hero-console:before { content: ""; position: absolute; inset: 24px 20px auto; height: 160px; border-radius: 18px; background: linear-gradient(135deg, #211e43, #754df0); box-shadow: inset 0 0 35px rgba(216,250,92,.25); }
.hero-console:after { content: ""; position: absolute; bottom: 38px; width: 72px; height: 12px; border-radius: 20px; background: var(--accent); box-shadow: 0 0 15px var(--accent); }
.hero-console span { position: relative; z-index: 1; margin-top: -70px; font-size: 54px; text-shadow: 0 0 20px var(--accent); }
.hero-card-floating { position: absolute; right: 0; bottom: 16%; display: grid; gap: 3px; padding: 16px 20px; color: #111; background: var(--accent); border-radius: 12px; box-shadow: 0 20px 45px rgba(0,0,0,.25); transform: rotate(-7deg); }
.hero-card-floating strong { font-size: 12px; letter-spacing: .13em; }
.hero-card-floating small { font-size: 12px; opacity: .7; }
.section { padding-top: 92px; padding-bottom: 92px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 29px; }
.section-heading h2 { margin-bottom: 0; }
.text-link, .back-link { color: var(--accent); font-weight: 800; font-size: 14px; }
.back-link { display: inline-block; margin-bottom: 35px; }
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s, border-color .2s; }
.card:hover { transform: translateY(-4px); border-color: rgba(216,250,92,.45); }
.card-image { display: block; aspect-ratio: 16/9; position: relative; overflow: hidden; background: var(--surface-2); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.card:hover .card-image img { transform: scale(1.04); }
.image-placeholder { display: grid; place-items: center; height: 100%; color: rgba(255,255,255,.3); font-size: 12px; font-weight: 850; letter-spacing: .2em; background: linear-gradient(135deg, #252a40, #4d366a); }
.card-body { padding: 20px; }
.card-body h3 { min-height: 44px; }
.card-body h3 a:hover { color: var(--accent); }
.card-meta { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.clamp { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.score-badge { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: baseline; gap: 3px; padding: 9px 11px; color: #111; background: var(--accent); border-radius: 9px; font-size: 19px; font-weight: 900; box-shadow: 0 7px 22px rgba(0,0,0,.3); }
.score-badge small { font-size: 10px; }
.play-icon { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 50px; height: 50px; padding-left: 3px; color: #111; background: var(--accent); border-radius: 50%; transform: translate(-50%,-50%); }
.page-hero { padding: 115px 0 90px; background: linear-gradient(110deg, rgba(156,123,255,.2), transparent 58%); border-bottom: 1px solid var(--line); }
.page-hero.compact h1 { font-size: clamp(45px, 6vw, 70px); }
.empty-state, .setup-notice, .notice { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.empty-state h3 { margin-bottom: 8px; }
.muted { color: var(--muted); }
.setup-notice, .notice { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; color: var(--muted); }
.setup-notice strong, .notice strong { color: var(--accent); }
.admin-cookie-notice { display: block; }
.admin-cookie-notice ol { margin: 15px 0 0 20px; padding: 0; }
.admin-cookie-notice li { margin: 0 0 9px; }
.admin-cookie-notice code { overflow-wrap: anywhere; }
.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin-bottom: 92px; padding: 50px; background: linear-gradient(120deg, rgba(156,123,255,.32), rgba(216,250,92,.08)); border: 1px solid var(--line); border-radius: 24px; }
.cta-panel h2 { margin-bottom: 9px; }
.cta-panel p { max-width: 620px; margin-bottom: 0; }
.site-footer { padding: 44px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; }
.footer-grid p { max-width: 360px; margin: 18px 0 0; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; gap: 12px 25px; color: var(--muted); font-size: 14px; }
.alert { margin: 20px auto 0; padding: 13px 17px; border-radius: 10px; font-size: 14px; }
.alert.success { color: #142000; background: var(--accent); }
.alert.error { color: #fff; background: rgba(255,127,146,.16); border: 1px solid rgba(255,127,146,.5); }
.filter-bar { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin-bottom: 34px; padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.filter-bar label { flex: 1 1 160px; }
.filter-bar .search-field { flex: 2 1 280px; }
label { display: grid; gap: 7px; margin-bottom: 17px; color: var(--muted); font-size: 12px; font-weight: 750; }
label span { color: var(--muted); }
input, select, textarea { width: 100%; color: var(--text); background: #0d0f17; border: 1px solid var(--line); border-radius: 9px; padding: 12px 13px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(216,250,92,.1); }
textarea { min-height: 100px; resize: vertical; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 27px; }
.pill { padding: 8px 13px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: 13px; }
.pill.active, .pill:hover { color: #111; background: var(--accent); border-color: var(--accent); }
.review-detail { padding-top: 58px; }
.detail-header { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 45px; }
.detail-header h1 { margin-bottom: 12px; font-size: clamp(45px, 7vw, 82px); }
.detail-header p { margin-bottom: 0; }
.big-score { display: flex; align-items: baseline; flex-shrink: 0; color: var(--accent); }
.big-score strong { font-size: 76px; line-height: 1; letter-spacing: -.08em; }
.big-score span { color: var(--muted); font-weight: 700; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .5fr); gap: 45px; }
.video-embed { overflow: hidden; aspect-ratio: 16/9; background: var(--surface); border-radius: var(--radius); }
.video-embed iframe { width: 100%; height: 100%; border: 0; }
.prose { max-width: 700px; margin-top: 38px; color: #d8dbe6; }
.prose p { margin-bottom: 20px; }
.prose h2 { font-size: 32px; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.review-aside { position: sticky; top: 105px; align-self: start; }
.list-box { margin-bottom: 16px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.list-box h3 { font-size: 17px; }
.list-box ul, .check-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.list-box li:before, .check-list li:before { display: inline-block; margin-right: 8px; color: var(--accent); content: "＋"; font-weight: 800; }
.list-box.negative li:before { color: var(--danger); content: "−"; }
.form-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 70px; }
.form-intro { position: sticky; top: 110px; }
.form-intro h2 { font-size: 34px; }
.check-list { margin-top: 27px; }
.form-card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.form-card .button { margin-top: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.has-error input, .has-error textarea { border-color: var(--danger); }
.has-error small { color: var(--danger); }
.form-footnote { color: var(--muted); font-size: 12px; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-placeholder { margin: 12px 0; }
.auth-page { display: grid; place-items: center; min-height: calc(100vh - 150px); padding: 60px 24px; }
.auth-card { width: min(100%, 420px); padding: 35px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.auth-card .centered { display: flex; justify-content: center; margin-bottom: 36px; }
.auth-card h1 { font-size: 42px; }
.admin-hero { padding: 65px 0 50px; }
.admin-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.admin-top h1 { margin-bottom: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 45px; }
.stat { display: grid; gap: 8px; padding: 23px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.stat strong { color: var(--accent); font-size: 42px; line-height: 1; }
.stat span { color: var(--muted); font-size: 13px; }
.admin-actions { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 30px; background: linear-gradient(120deg, rgba(216,250,92,.11), rgba(156,123,255,.16)); border: 1px solid var(--line); border-radius: var(--radius); }
.admin-actions h2 { font-size: 30px; margin-bottom: 7px; }
.admin-actions p { margin-bottom: 0; }
.admin-actions .button-row { margin-top: 0; }
.sync-status { display: flex; justify-content: space-between; gap: 15px; margin-top: 17px; padding: 15px 18px; color: var(--muted); background: var(--surface); border-radius: 10px; font-size: 13px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; min-width: 700px; border-collapse: collapse; text-align: left; background: var(--surface); }
th, td { padding: 17px 19px; border-bottom: 1px solid var(--line); vertical-align: middle; }
th { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
td { font-size: 14px; }
td small { display: block; max-width: 330px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.status { display: inline-block; padding: 4px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.status.published { color: #111; background: var(--accent); }
.status.draft { color: var(--muted); background: rgba(255,255,255,.1); }
.status.archived { color: var(--danger); background: rgba(255,127,146,.1); }
.admin-edit .form-intro { padding-top: 4px; }
.admin-thumb { margin-bottom: 25px; border-radius: 12px; }
.checkbox { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
.checkbox input { width: auto; accent-color: var(--accent); }
.error-page { min-height: 530px; padding-top: 140px; }
@media (max-width: 850px) {
    .container { width: min(var(--container), calc(100% - 32px)); }
    .menu-toggle { display: block; }
    .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 10px 16px 18px; background: var(--surface); border-bottom: 1px solid var(--line); }
    .site-nav.open { display: grid; }
    .site-nav a { padding: 9px 0; border: 0; }
    .hero-grid { grid-template-columns: 1fr; min-height: auto; }
    .hero-copy { padding: 80px 0 30px; }
    .hero-art { min-height: 430px; }
    .card-grid.three { grid-template-columns: repeat(2, 1fr); }
    .detail-grid, .form-layout { grid-template-columns: 1fr; gap: 35px; }
    .review-aside, .form-intro { position: static; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-actions, .cta-panel { display: grid; }
}
@media (max-width: 560px) {
    h1 { font-size: 48px; }
    .section { padding-top: 65px; padding-bottom: 65px; }
    .page-hero { padding: 80px 0 60px; }
    .card-grid.three, .form-row { grid-template-columns: 1fr; }
    .section-heading, .detail-header, .footer-grid { display: grid; align-items: start; }
    .detail-header { gap: 20px; }
    .big-score strong { font-size: 58px; }
    .cta-panel { margin-bottom: 65px; padding: 27px; }
    .form-card { padding: 21px; }
    .stats-grid { gap: 10px; }
    .stat { padding: 17px; }
    .stat strong { font-size: 32px; }
    .sync-status { display: grid; }
}
