
:root{
  --bg:#000000;
  --bg-soft:#050505;
  --panel:#080808;
  --panel-2:#101010;
  --ink:#f5f7fb;
  --muted:rgba(255,255,255,.74);
  --line:rgba(255,255,255,.12);
  --brand:#1187e5;
  --brand-2:#3e67b3;
  --brand-3:#263f8f;
  --shadow:0 22px 60px rgba(0,0,0,.45);
  --radius:8px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;min-height:100%}
body{
  font-family:"Nunito Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:#000;
  color:var(--ink);
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:34px 0 80px}
.topbar{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  padding:22px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-logo{width:auto;height:64px;object-fit:contain}
.topnav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.navlink{
  color:var(--muted);
  padding:11px 14px;
  border-radius:8px;
  transition:.2s ease;
}
.navlink:hover,.navlink.active{color:#fff;background:#0d0d0d}
.hero{padding:72px 0 36px}
.hero-group{min-height:520px;display:flex;flex-direction:column;justify-content:center}
.hero-badge{display:inline-flex;width:max-content;padding:9px 14px;border-radius:6px;border:1px solid rgba(17,135,229,.35);background:#050505;color:#dce8ff;font-weight:800;font-size:13px;letter-spacing:.03em;text-transform:uppercase}
.hero-title{margin:18px 0 14px;font-size:clamp(40px,6vw,72px);line-height:.96;max-width:780px}
.hero-sub{margin:0;max-width:820px;font-size:clamp(17px,2vw,22px);line-height:1.7;color:var(--muted)}
.search-wrap{margin-top:28px}
.search-pill{display:flex;align-items:center;gap:12px;width:min(920px,100%);padding:12px;border-radius:8px;border:1px solid var(--line);background:#080808;box-shadow:var(--shadow)}
.search-icon{display:grid;place-items:center;color:#a8bddf;margin-left:8px}
.search-input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:16px}
.search-input::placeholder{color:#96a8c5}
.search-btn,.chip{border:0;cursor:pointer;font:inherit}
.search-btn{padding:14px 22px;border-radius:8px;background:var(--brand);color:#fff;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.search-hints{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:12px;color:var(--muted);font-size:14px}
.kbd{border:1px solid var(--line);border-radius:10px;padding:4px 8px;background:rgba(255,255,255,.04);color:#fff}
.section{padding-top:38px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px;flex-wrap:wrap}
.section h2,.empty-state h2{margin:0;font-size:clamp(28px,4vw,42px)}
.muted{color:var(--muted)}
.section-actions{display:flex;gap:10px;flex-wrap:wrap}
.chip{padding:10px 14px;border-radius:8px;background:#0b0b0b;color:#d8e4f6;border:1px solid var(--line)}
.chip-on{background:#fff;color:#000;font-weight:900}
.results-meta{color:var(--muted);margin-bottom:16px}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card,.feature-card,.post-shell,.empty-state{border:1px solid var(--line);background:linear-gradient(180deg, #090909, #040404);border-radius:var(--radius);box-shadow:var(--shadow)}
.card{overflow:hidden}
.card-cover{aspect-ratio:16/9;background:#0a1425}
.card-cover img{width:100%;height:100%;object-fit:cover}
.card-inner{padding:18px}
.card-title{margin:0 0 10px;font-size:24px;line-height:1.15}
.card-excerpt{margin:0;color:var(--muted);line-height:1.7}
.card-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.pill,.tag{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:6px;font-size:13px;font-weight:800;border:1px solid var(--line);background:rgba(255,255,255,.04)}
.pill.ghost{background:transparent}
.tag-cloud,.feature-grid{display:grid;gap:16px}
.tag-cloud{grid-template-columns:repeat(auto-fit,minmax(160px,max-content))}
.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.feature-card{padding:22px}
.feature-card h3{margin:0 0 10px;font-size:23px}
.feature-card p{margin:0;color:var(--muted);line-height:1.7}
.site-footer{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:22px 0 46px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.08)}
.footer-brand{max-width:620px}
.footer-logo{height:56px;width:auto;object-fit:contain;margin-bottom:10px}
.footer-links{display:flex;gap:12px;flex-wrap:wrap}
.footer-links a{color:#dce8ff}
.empty-state{padding:28px;text-align:left}
.empty-state.large{padding:42px}
.empty-state p{color:var(--muted);line-height:1.7}
.ghost-link{display:inline-flex;margin-top:10px;color:#fff;font-weight:800}
.suggestions{margin-top:10px;border:1px solid var(--line);border-radius:8px;background:#080808;overflow:hidden}
.suggestion-item{padding:14px 18px;cursor:pointer;border-top:1px solid rgba(255,255,255,.04)}
.suggestion-item:first-child{border-top:0}
.suggestion-item:hover,.suggestion-item.is-active{background:rgba(255,255,255,.06)}
.post-page{padding-top:10px}
.post-shell{padding:22px}
.post-cover{min-height:300px;border-radius:8px;background:center/cover no-repeat;margin-bottom:24px}
.post-header h1{margin:12px 0 12px;font-size:clamp(34px,5vw,56px);line-height:1.05}
.post-excerpt{margin:0;color:var(--muted);font-size:18px;line-height:1.7}
.post-body{margin-top:24px;line-height:1.85;color:#e9f1ff}
.post-body h2,.post-body h3{margin-top:34px}
.post-body p,.post-body li{color:#d8e4f6}
.post-body a{color:#8dc5ff;text-decoration:underline}
.video-wrap iframe,.video-wrap video{width:100%;min-height:420px;border:0;border-radius:8px;margin-top:22px;background:#000}
@media (max-width:980px){
  .cards,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .topbar,.site-footer{padding:18px 0}
  .brand-logo{height:52px}
  .hero{padding-top:34px}
  .cards,.feature-grid{grid-template-columns:1fr}
  .search-pill{border-radius:24px;flex-wrap:wrap}
  .search-input{width:100%}
  .search-btn{width:100%}
  .post-cover{min-height:210px}
  .video-wrap iframe,.video-wrap video{min-height:240px}
}


.topbar{border-bottom:1px solid rgba(255,255,255,.08);}
.topnav{gap:8px}
.navlink{font-weight:800}
.hero-title,.section h2,.empty-state h2,.card-title,.feature-card h3,.post-header h1{font-weight:900;letter-spacing:-.02em}
.feature-card{padding:24px;min-height:100%}
.card-inner{padding:20px}
.card-title{font-size:22px}
.search-input,.card-excerpt,.feature-card p,.post-excerpt,.post-body,.hero-sub{font-weight:600}
