/*
Theme Name: Hive Mind Social (Logo Edition)
Theme URI: https://example.com/hivemindsocial
Author: Leo
Description: Content-ready theme with bundled logo in the header + Primary menu support.
Version: 1.3.0
License: GNU GPL v2 or later
Text Domain: hivemindsocial
*/

:root{--yellow:#FFD700;--bg:#000;--fg:#fff;--muted:#cfcfcf}

*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,system-ui,Segoe UI,Roboto,Arial}
a{color:var(--yellow);text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
header{position:sticky;top:0;background:rgba(0,0,0,.92);backdrop-filter:saturate(140%) blur(6px);border-bottom:1px solid rgba(255,255,255,.08);z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 0}
.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.brand img{height:40px;width:auto;display:block}
.brand .title{font-weight:900;letter-spacing:.4px;color:var(--yellow)}
.nav a{color:#E8E8E8;margin:0 10px;font-weight:600}
.nav a:hover{color:var(--yellow)}
main{padding:48px 0}
.entry{max-width:800px;margin:0 auto}
.entry h1, .entry h2, .entry h3{color:var(--yellow)}
footer{padding:28px 0;border-top:1px solid rgba(255,255,255,.08);color:#a8a8a8}
