/* Minimal, dependency-free styling. Tweak freely. */
:root{
  --bg:#0f1220;        /* slightly lighter than before */
  --panel:#171c2f;     /* brighter panel */
  --panel2:#14192b;    /* subtle second panel */
  --text:#f3f5fb;      /* brighter text */
  --muted:#c2c9de;     /* brighter muted text */
  --line:#2f3650;      /* clearer borders */
  --accent:#9b7bff;    /* brighter purple */
  --accent2:#49e6be;   /* brighter teal */
  --shadow: 0 12px 34px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(1100px 650px at 18% 0%, rgba(155,123,255,.28), transparent 60%),
    radial-gradient(900px 520px at 85% 10%, rgba(73,230,190,.18), transparent 55%),
    radial-gradient(700px 420px at 50% 115%, rgba(255,255,255,.06), transparent 60%),
    var(--bg);
  color:var(--text);
}


a{color:inherit; text-decoration:none}
a:hover{text-decoration:underline}

.container{max-width:1100px; margin:0 auto; padding:0 18px}

.site-header{
  position:sticky; top:0; z-index:10;
  background: rgba(11,13,18,.7);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.header-row{display:flex; align-items:center; justify-content:space-between; padding:14px 0}
.brand{font-weight:800; letter-spacing:.2px}
.nav{display:flex; gap:14px}
.nav a{color:var(--muted)}
.nav a:hover{color:var(--text); text-decoration:none}

.site-footer{
  border-top:1px solid var(--line);
  margin-top:50px;
  padding:22px 0;
  color:var(--muted);
}
.footer-row{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap}
.footer-links{display:flex; gap:14px}

.hero{display:grid; grid-template-columns: 1.1fr .9fr; gap:22px; padding:34px 0 10px}
@media (max-width: 900px){ .hero{grid-template-columns:1fr} }

.hero-text h1{font-size:44px; line-height:1.05; margin:0 0 10px}
.lede{font-size:18px; color:var(--muted); margin:0 0 16px}
.cta-row{display:flex; gap:12px; flex-wrap:wrap}

.section{padding:26px 0}
.section-head{display:flex; justify-content:space-between; align-items:baseline; gap:14px; margin-bottom:12px}
.section-head h2{margin:0}
.muted{color:var(--muted)}

.card{
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 35%), var(--panel);
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card.subtle{background: var(--panel2); box-shadow:none}
.card-header{padding:16px 16px 0}
.card-body{padding:16px}
.card-image{width:100%; height:220px; object-fit:cover; border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.kicker{font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); margin-bottom:6px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  text-decoration:none;
}
.btn:hover{border-color: rgba(255,255,255,.25); text-decoration:none}
.btn.primary{
  background: linear-gradient(90deg, rgba(155,123,255,.50), rgba(73,230,190,.28));
  border-color: rgba(155,123,255,.60);
}
.btn.small{padding:8px 10px; border-radius:10px}
.btn.full{width:100%}

.pill-row{display:flex; gap:8px; flex-wrap:wrap; margin:12px 0}
.pill{
  display:inline-flex; align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
  background: rgba(255,255,255,.02);
}

.grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}
@media (max-width: 900px){ .grid{grid-template-columns:1fr} }

.tile{
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  transition: transform .08s ease, border-color .08s ease;
}
.tile:hover{transform: translateY(-2px); border-color: rgba(255,255,255,.25); text-decoration:none}
.tile-title{font-weight:750; margin-bottom:4px}
.tile-sub{margin-bottom:10px}
.tile-meta{display:flex; gap:8px; flex-wrap:wrap}

.stack{display:flex; flex-direction:column; gap:10px}
.row{
  display:flex; justify-content:space-between; align-items:center;
  gap:14px;
  padding:14px;
  border-radius:16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.02);
}
.row:hover{border-color: rgba(255,255,255,.25); text-decoration:none}
.row-title{font-weight:700}

.page-head{padding:26px 0 6px}
.page-head h1{margin:0 0 6px; font-size:36px}

.game-hero{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  padding:26px 0 10px;
}
@media (max-width: 900px){ .game-hero{grid-template-columns:1fr} }
.hero-image{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}
.image-placeholder{
  height:360px;
  display:flex; align-items:center; justify-content:center;
  border:1px dashed var(--line);
  border-radius:16px;
  color:var(--muted);
  padding:16px;
}

.video-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
}
@media (max-width: 900px){ .video-grid{grid-template-columns:1fr} }
.video-card{
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background: rgba(255,255,255,.02);
}
.video-frame{position:relative; padding-top:56.25%}
.video-frame iframe{position:absolute; inset:0; width:100%; height:100%}
.video-label{padding:10px 12px; color:var(--muted)}

.article{padding:26px 0}
.article-head h1{margin:0 0 6px; font-size:38px}
.prose{color:var(--text); line-height:1.65}
.prose h2{margin-top:24px}
.prose a{color: #c7c3ff}
.spacer{height:10px}

.ks{margin-top:12px; padding:12px 12px}
.ks-top{display:flex; justify-content:space-between; align-items:center; gap:10px}
.ks-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
