
:root{
  --bg:#000;
  --fg:#e8e8e8;
  --muted:#9aa0a6;
  --neon:#00ff66;
  --neon2:#00c8ff;
  --red:#ff2b2b;
  --card:#0b0b0b;
  --border:#1b1b1b;
  --shadow: 0 10px 30px rgba(0,0,0,.55);
  --radius:18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:Arial, Helvetica, sans-serif;line-height:1.55}
a{color:var(--neon2);text-decoration:none}
a:hover{color:var(--neon);text-shadow:0 0 12px rgba(0,255,102,.4)}
a:visited{color:#2b6cff}
.container{max-width:1200px;margin:0 auto;padding:18px}
.nav{
  position:sticky;top:0;z-index:999;
  background:rgba(0,0,0,.82);backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.nav .bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px 14px}
.brand{display:flex;align-items:center;gap:10px}
.brand img{width:42px;height:42px;image-rendering:auto;border-radius:12px;border:1px solid var(--border)}
.brand .title{font-weight:800;letter-spacing:.6px}
.pill{padding:8px 10px;border:1px solid var(--border);border-radius:999px;background:rgba(15,15,15,.6)}
.pill:hover{border-color:rgba(0,255,102,.55)}
.hero{
  border:1px solid var(--border);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.65));
}
.cover-fullscreen{
  min-height:78vh;
  display:grid;
  place-items:stretch;
}
.cover-fullscreen img{
  width:100%;
  height:78vh;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.05);
}
.overlay{
  position:relative;
}
.overlay .coverText{
  position:absolute;inset:auto 0 0 0;
  padding:18px 18px 14px;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.78));
}
h1,h2,h3{margin:0 0 10px}
h1{font-size:32px}
h2{font-size:24px}
h3{font-size:18px;color:var(--neon2)}
.small{color:var(--muted);font-size:13px}
.grid{display:grid;gap:14px}
.grid.cols-2{grid-template-columns:repeat(2, minmax(0,1fr))}
.grid.cols-3{grid-template-columns:repeat(3, minmax(0,1fr))}
@media (max-width:900px){.grid.cols-2,.grid.cols-3{grid-template-columns:1fr}}
.card{
  background:rgba(10,10,10,.75);
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.card .pad{padding:14px}
.poster{
  width:100%;height:auto;display:block;
  background:#000;
}
hr{border:none;border-top:1px solid var(--border);margin:18px 0}
.quote{
  border-left:4px solid var(--neon);
  padding:10px 12px;
  background:rgba(0,255,102,.06);
  border-radius:12px;
  color:var(--neon);
}
.quote a{color:var(--neon)}
.kbd{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background:#0f0f0f;border:1px solid var(--border);padding:2px 6px;border-radius:8px;color:#eaeaea}
.two-col-text{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:900px){.two-col-text{grid-template-columns:1fr}}
.videoGrid{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:14px}
@media (max-width:900px){.videoGrid{grid-template-columns:1fr}}
.videoCard{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:rgba(15,15,15,.55)}
.videoCard header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--border)}
.badge{font-size:12px;color:var(--muted)}
iframe, video{width:100%;aspect-ratio:16/9;border:0;display:block;background:#000}
.glitch:hover{filter:contrast(1.15) saturate(1.2);transform:translateY(-1px)}
.pulse{animation:pulse 1.4s ease-in-out infinite}
@keyframes pulse{0%{box-shadow:0 0 0 rgba(0,255,102,.0)}50%{box-shadow:0 0 25px rgba(0,255,102,.25)}100%{box-shadow:0 0 0 rgba(0,255,102,.0)}}
.footer{padding:30px 0;color:var(--muted);font-size:12px}


/* --- Ubergod menu buttons --- */
.nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  align-items:center;
  padding:14px 12px;
  margin:0 auto 18px;
  max-width:1100px;
  border:1px solid rgba(120,255,170,.22);
  background: rgba(0,0,0,.35);
  box-shadow: 0 0 22px rgba(0,255,160,.08), inset 0 0 18px rgba(0,255,160,.06);
  border-radius:18px;
}

.nav a.nav-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(120,255,170,.28);
  background: rgba(0,0,0,.55);
  text-decoration:none;
  letter-spacing:.02em;
  transition: transform .12s ease, filter .12s ease, border-color .12s ease;
}

.nav a.nav-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(120,255,170,.55);
  filter: brightness(1.12);
}

.nav a.nav-btn:active{
  transform: translateY(0px) scale(.99);
}

/* keep existing hover/visited color rules (green hover, blue visited) */
a:hover{ color:#39ff14; }
a:visited{ color:#3aa0ff; }

/* --- Portal GIF size lock --- */
.portal-gif{
  width:333px !important;
  height:333px !important;
  max-width:333px !important;
  max-height:333px !important;
  image-rendering: auto;
}

.archive-embed{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border: 0;
}
