:root{--bg:#0d0d0d;--surface:#161616;--surface2:#1c1c1c;--border:#2a2a2a;--gold:#d4a017;--gold-bright:#e8b923;--text:#f5f5f5;--muted:#9a9a9a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.wrap{max-width:1080px;margin:0 auto;padding:0 24px}.gold{color:var(--gold)}h1,h2,h3{font-family:Anton,sans-serif;font-weight:400;letter-spacing:.5px;line-height:1.05;text-transform:uppercase;overflow-wrap:break-word}header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(13,13,13,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{gap:12px;letter-spacing:.5px}.brand,.logo{display:flex;align-items:center;font-weight:800}.logo{width:34px;height:34px;background:var(--gold);border-radius:5px;justify-content:center;color:#000;font-size:13px}.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:500}.nav-links a{color:var(--muted);transition:color .2s}.nav-links a:hover{color:#fff}.btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14px;padding:10px 18px;border-radius:8px;transition:all .2s;cursor:pointer;border:1px solid transparent}.btn-gold{background:var(--gold);color:#000}.btn-gold:hover{background:var(--gold-bright)}.btn-ghost{border-color:var(--border);color:var(--text)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;background:none;border:0;cursor:pointer;padding:9px}.nav-toggle span{display:block;height:2px;width:100%;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;padding:96px 0 80px;text-align:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 50% at 50% 0,rgba(212,160,23,.16),transparent 70%),radial-gradient(40% 40% at 80% 30%,rgba(120,40,200,.1),transparent 70%);pointer-events:none}.eyebrow{position:relative;color:var(--gold);font-weight:700;font-size:13px;letter-spacing:3px;text-transform:uppercase;margin-bottom:22px}.hero h1{position:relative;font-size:clamp(40px,7vw,88px);margin-bottom:20px}.hero p.lead{position:relative;color:var(--muted);font-size:clamp(16px,2.2vw,21px);max-width:680px;margin:0 auto 14px}.hero p.host{position:relative;color:#cfcfcf;font-size:15px;max-width:640px;margin:0 auto 36px}.hero p.host b{color:#fff}.cta-row{position:relative;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn-lg{padding:15px 28px;font-size:16px;border-radius:10px}.listen{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);padding:26px 0}.listen-inner{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.listen-label{color:var(--muted);font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-right:6px}.platform{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border:1px solid var(--border);border-radius:999px;font-size:14px;font-weight:600;color:#eaeaea;background:var(--surface2);transition:all .2s}.platform:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}.platform svg{width:18px;height:18px;flex-shrink:0}section.block{padding:80px 0}.sec-head{text-align:center;margin-bottom:48px}.sec-head h2{font-size:clamp(30px,4.5vw,46px)}.sec-head .bar{width:54px;height:4px;background:var(--gold);margin:18px auto 0;border-radius:2px}.sec-head p{color:var(--muted);margin-top:16px;max-width:600px;margin-left:auto;margin-right:auto}.episodes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}@media(max-width:880px){.episodes{grid-template-columns:1fr;max-width:460px;margin:0 auto}}.ep{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:all .2s;display:flex;flex-direction:column}.ep:hover{border-color:var(--gold);transform:translateY(-3px)}.ep .thumb{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.ep .thumb img{width:100%;height:100%;object-fit:cover;display:block}.ep .play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.25);opacity:0;transition:opacity .2s}.ep:hover .play{opacity:1}.ep .play span{width:54px;height:54px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center}.ep .body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:8px;flex:1 1}.ep .tag{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.ep h3{font-family:Inter;font-weight:700;text-transform:none;letter-spacing:0;font-size:17px;line-height:1.3}.ep .watch{margin-top:auto;color:var(--muted);font-size:13px;font-weight:600}.ep:hover .watch{color:var(--gold)}.ep .excerpt{color:var(--muted);font-size:14px;line-height:1.5}.about{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:48px;display:grid;grid-template-columns:auto 1fr;grid-gap:40px;gap:40px;align-items:center}@media(max-width:720px){.about{grid-template-columns:1fr;padding:32px;text-align:center}}.about .photo{width:180px;height:180px;border-radius:16px;object-fit:cover;border:2px solid var(--border);justify-self:center}.about h2{font-size:30px;margin-bottom:6px}.about .role{color:var(--gold);font-weight:600;font-size:14px;margin-bottom:16px}.about p{color:#cfcfcf;font-size:15.5px}.news{position:relative;text-align:center;background:linear-gradient(180deg,var(--surface),#101010);border:1px solid var(--border);border-radius:18px;padding:60px 32px;overflow:hidden}.news:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 80% at 50% 0,rgba(212,160,23,.14),transparent 70%)}.news>*{position:relative}.news h2{font-size:clamp(28px,4vw,42px)}.news p{color:var(--muted);max-width:520px;margin:16px auto 28px}footer{border-top:1px solid var(--border);padding:40px 0;margin-top:20px}.foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:13px}.foot,.foot a{color:var(--muted)}.foot a:hover{color:var(--gold)}.article{padding:60px 0 40px;max-width:760px}.article .eyebrow{display:block;text-align:left}.article h1{font-size:clamp(32px,5vw,52px);margin:10px 0 18px}.article .meta{color:var(--muted);font-size:14px;margin-bottom:36px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.prose{font-size:17px;line-height:1.75;color:#e8e8e8;overflow-wrap:break-word}.prose pre{overflow-x:auto;background:var(--surface2);padding:14px 16px;border-radius:8px;margin:0 0 18px;font-size:14px}.prose pre code{background:none;padding:0}.prose table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;margin:0 0 18px;font-size:15px}.prose td,.prose th{border:1px solid var(--border);padding:8px 12px;text-align:left;white-space:nowrap}.prose img{max-width:100%;height:auto;border-radius:8px}.prose h1,.prose h2,.prose h3{font-family:Anton,sans-serif;text-transform:uppercase;letter-spacing:.5px;color:#fff;line-height:1.1}.prose h2{font-size:30px;margin:42px 0 14px}.prose h3{font-size:22px;margin:32px 0 12px}.prose p{margin:0 0 18px}.prose a{color:var(--gold);text-decoration:underline}.prose ol,.prose ul{margin:0 0 18px 22px}.prose li{margin:0 0 8px}.prose blockquote{border-left:3px solid var(--gold);padding-left:18px;margin:0 0 18px;color:#cfcfcf;font-style:italic}.prose code{background:var(--surface2);padding:2px 6px;border-radius:5px;font-size:14px}.faq{margin-top:48px;border-top:1px solid var(--border);padding-top:36px}.faq h2{font-size:30px;margin-bottom:20px}.faq .qa{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 22px;margin-bottom:14px}.faq .qa h3{font-family:Inter;text-transform:none;letter-spacing:0;font-weight:700;font-size:17px;margin-bottom:8px;color:#fff}.faq .qa p{color:#cfcfcf;font-size:15px;margin:0}.related{margin-top:48px;border-top:1px solid var(--border);padding-top:32px}.related h2{font-size:24px;margin-bottom:18px}.related a{display:block;color:var(--muted);padding:8px 0;border-bottom:1px solid var(--border)}.related a:hover{color:var(--gold)}.crumbs{font-size:13px;color:var(--muted);margin-bottom:18px}.crumbs a:hover{color:var(--gold)}.sub-form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;max-width:520px;margin:0 auto}.sub-form input{flex:1 1;min-width:220px;padding:15px 18px;font-size:16px;border-radius:10px;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-family:inherit}.sub-form input:focus{outline:none;border-color:var(--gold)}.sub-form .btn{white-space:nowrap}.sub-form .sub-err{flex-basis:100%;color:#ff6b6b;font-size:14px;margin-top:4px}.sub-done{color:var(--gold);font-weight:600;font-size:17px}.referral-invited{color:var(--gold);font-size:13px;margin-bottom:12px}.sub-success{max-width:520px;margin:0 auto}.referral{margin-top:18px;border-top:1px solid var(--border);padding-top:18px;text-align:left}.referral-head{font-weight:700;font-size:15px;margin-bottom:4px}.referral-next{color:var(--muted);font-size:13px;margin-bottom:12px}.referral-link{display:flex;gap:8px}.referral-link input{flex:1 1;min-width:0;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:13px;color:var(--gold)}.referral-link .btn{padding:10px 16px;font-size:13px}.referral-share{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.referral-share a{flex:1 1;min-width:90px;text-align:center;font-size:13px;font-weight:600;border:1px solid var(--border);border-radius:8px;padding:9px 6px;color:var(--muted)}.referral-share a:hover{border-color:var(--gold);color:var(--gold)}.leaderboard{max-width:420px;margin:28px auto 0;text-align:left;border-top:1px solid var(--border);padding-top:18px}.leaderboard-head{font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-bottom:10px;text-align:center}.leaderboard ol{list-style:none;counter-reset:lb}.leaderboard li{counter-increment:lb;display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid var(--border);font-size:14px;color:#cfcfcf}.leaderboard li:before{content:counter(lb)". ";color:var(--muted)}.leaderboard li span:first-of-type{flex:1 1;margin-left:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard li:last-child{border-bottom:0}@media(max-width:720px){.nav-toggle{display:flex}.nav-links{position:absolute;top:64px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--bg);border-bottom:1px solid var(--border);padding:6px 24px 16px;display:none}.nav-links.open{display:flex}.nav-links a{color:var(--text);padding:15px 2px;font-size:16px;border-bottom:1px solid var(--border)}.nav-links a:last-child{border-bottom:0}.nav-links a.btn{margin-top:12px;justify-content:center;color:#000}}@media(max-width:600px){.wrap{padding:0 18px}section.block{padding:54px 0}.hero{padding:60px 0 50px}.hero h1{font-size:clamp(34px,9vw,88px)}.hero p.host{font-size:14.5px}.sec-head{margin-bottom:30px}.sec-head h2{font-size:clamp(26px,7vw,46px)}.news{padding:40px 20px}.about{padding:26px 20px}.about .photo{width:128px;height:128px}.article{padding:40px 0 28px}.prose h2{font-size:24px;margin:30px 0 12px}.prose h3{font-size:19px}.faq .qa{padding:16px}.sub-form{flex-direction:column}.sub-form input{min-width:0;width:100%}.sub-form .btn{width:100%}.foot,.sub-form .btn{justify-content:center}.foot{text-align:center}}