:root{
  --bg0:#07040f;
  --bg1:#0b0614;
  --panel: rgba(18, 10, 28, .70);
  --panel2: rgba(18, 10, 28, .55);
  --stroke: rgba(255,255,255,.08);
  --stroke2: rgba(255,255,255,.12);
  --text:#f2efff;
  --muted: rgba(242,239,255,.70);

  --p1:#7c3aed;
  --p2:#a855f7;
  --p3:#22d3ee;

  --r:18px;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  background:
    radial-gradient(1200px 700px at 15% 0%, rgba(124,58,237,.55), transparent 55%),
    radial-gradient(1100px 800px at 95% 10%, rgba(168,85,247,.35), transparent 60%),
    radial-gradient(900px 700px at 70% 110%, rgba(34,211,238,.10), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg0));
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
a:hover{filter:brightness(1.08)}

.wrap{max-width:1200px;margin:0 auto;padding:18px 18px 60px}

/* floating background layers */
.bg{position:fixed;inset:0;pointer-events:none;z-index:-1}
.stars{
  position:absolute;inset:-40px;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.12), transparent 2px),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.10), transparent 2px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,.08), transparent 2px);
  background-size: 260px 260px, 340px 340px, 420px 420px;
  opacity:.35;
  filter: blur(.2px);
}
.glow{position:absolute;inset:auto;border-radius:999px;filter:blur(60px);opacity:.7}
.glow-a{width:520px;height:520px;left:-120px;top:80px;background:rgba(124,58,237,.45)}
.glow-b{width:560px;height:560px;right:-140px;top:260px;background:rgba(168,85,247,.35)}

/* top bar */
.sitebar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 12px;
  border-radius:999px;
  background: rgba(10, 6, 18, .55);
  border:1px solid var(--stroke);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}

.brand{display:flex;align-items:center;gap:10px}
.logo{
  width:34px;height:34px;border-radius:12px;
  display:grid;place-items:center;
  background: linear-gradient(135deg, rgba(124,58,237,.85), rgba(34,211,238,.25));
  border:1px solid rgba(255,255,255,.12);
  font-weight:900;
}
.brandText{line-height:1.05}
.brandName{font-weight:900;letter-spacing:.2px}
.brandTag{font-size:12px;color:var(--muted);margin-top:2px}

.nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.pill{
  height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid var(--stroke);
  color:rgba(242,239,255,.92);
  font-weight:700;
  font-size:13px;
}
.pill:hover{border-color:rgba(255,255,255,.16)}
.pillHot{
  background: linear-gradient(135deg, rgba(124,58,237,.70), rgba(168,85,247,.45));
  border-color: rgba(255,255,255,.14);
}

/* hero */
.hero{
  margin-top:14px;
  border-radius: var(--r);
  background:
    radial-gradient(800px 420px at 10% 20%, rgba(124,58,237,.28), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
    rgba(10, 6, 18, .55);
  border:1px solid var(--stroke);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroInner{padding:26px 24px;min-height:240px;position:relative}
.heroLeft{max-width:520px}
.heroTitle{font-size:54px;line-height:.92;font-weight:1000;letter-spacing:.6px}
.heroTitlePop{
  background: linear-gradient(90deg, rgba(124,58,237,.95), rgba(168,85,247,.90));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.heroSub{margin-top:10px;color:rgba(242,239,255,.90);font-weight:600}
.muted{color:var(--muted)}
.heroActions{margin-top:16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}

.cta{
  height:40px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 16px;
  border-radius:12px;
  font-weight:900;
  background: linear-gradient(135deg, rgba(124,58,237,.90), rgba(168,85,247,.70));
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 30px rgba(124,58,237,.20);
}
.ctaArrow{font-size:18px;opacity:.95}
.counts{display:flex;gap:10px;flex-wrap:wrap}
.chip{
  height:26px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  font-size:12px;
  color:rgba(242,239,255,.80);
}

/* feed */
.kc-feedwrap{margin-top:16px}
.kc-section-title{
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;margin:14px 2px 10px;
}
.kc-section-title h2{
  margin:0;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(242,239,255,.78);
}
.kc-filterchips{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.kc-chip{
  height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  color:rgba(242,239,255,.80);
  font-size:12px;
  font-weight:800;
}

.feed{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:14px;
}
@media (max-width: 980px){
  .feed{grid-template-columns: repeat(2, minmax(0,1fr))}
}
@media (max-width: 680px){
  .feed{grid-template-columns: 1fr}
  .heroTitle{font-size:42px}
}

/* cards */
.card{
  border-radius: var(--r);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
    rgba(10, 6, 18, .55);
  border:1px solid var(--stroke);
  box-shadow: 0 14px 45px rgba(0,0,0,.35);
  padding:14px;
  position:relative;
  overflow:hidden;
}
.card:before{
  content:"";
  position:absolute;left:0;right:0;top:0;height:6px;
  background: linear-gradient(90deg, rgba(34,211,238,.85), rgba(124,58,237,.95), rgba(168,85,247,.85));
  opacity:.85;
}
.cardTitle{
  margin:10px 0 6px;
  font-size:16px;
  font-weight:950;
  letter-spacing:.2px;
}
.cardStory{font-size:13px;line-height:1.35}
.cardMeta{margin-top:10px;font-size:12px;color:rgba(242,239,255,.55)}

.pills{display:flex;gap:8px;flex-wrap:wrap}
.pillSm{
  height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  font-size:12px;
  font-weight:800;
  color:rgba(242,239,255,.78);
}

.miniStats{display:flex;gap:10px}
.mini{
  height:24px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  font-size:12px;
  font-weight:900;
  color:rgba(242,239,255,.85);
}
.ico{opacity:.85}
.cardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}

.emptyCard{padding:22px;border-radius:var(--r);border:1px solid var(--stroke);background:rgba(10,6,18,.55)}
.emptyTitle{font-weight:950;margin-bottom:6px}

