:root{--bg:#000;--fg:#fff;--muted:#9a9a9a}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,Roboto,system-ui,-apple-system,Segoe UI,sans-serif}.toolbar{position:sticky;top:0;background:transparent;padding:12px 16px}.toolbar-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto}.brand{font-weight:700}.brand-link{color:var(--fg);text-decoration:none}.nav a{color:var(--fg);text-decoration:none;margin-left:16px}.container{max-width:1100px;margin:24px auto;padding:0 16px}.hero{padding:40px 0}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}.hero-content{flex:0 1 auto}.hero-heading-row{display:flex;align-items:center;gap:12px}.hero-profile-image{width:48px;height:48px;border-radius:50%;background-image:url(/profile.png);background-size:cover;background-position:center;background-repeat:no-repeat;flex:0 0 48px}.hero-image{width:420px;height:220px;border-radius:8px;background-image:url(/hero.png);background-size:contain;background-position:58% center;background-repeat:no-repeat;flex:0 0 420px}.hero-content h1{margin:0;font-size:28px}.tagline{margin:6px 0;color:var(--muted)}.tagline a{color:var(--muted);text-decoration:none}.videos{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:24px}.video-embed iframe{width:100%;height:315px;border-radius:8px}.content-section{min-height:120px}.site-footer{margin-top:48px;padding:20px 0;border-top:1px solid #111}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;padding:0 16px;color:var(--muted)}.footer-brand-link{color:var(--muted);text-decoration:none}.socials-block{margin-top:16px;color:var(--muted)}.socials-block p{margin:8px 0}.socials-block a{color:var(--fg)}.social-icon-link{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;font-size:12px;font-weight:700;text-decoration:none;vertical-align:middle}.social-icon-link.youtube{background:red;color:#fff}.social-icon-link.x{background:#000;color:#fff;border:1px solid #333}.social-icon-link.tiktok{background:#111;color:#25f4ee;border:1px solid #fe2c55}.social-icon-link.site{background:#1f2937;color:#fff}
