
:root{
  --bg1:#0b1020;
  --bg2:#0f1733;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.08);
  --border:rgba(255,255,255,.12);
  --text:#f4f6ff;
  --muted:rgba(244,246,255,.72);
  --muted2:rgba(244,246,255,.58);
  --accent:#7c5cff;
  --accent2:#2ee59d;
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:24px;
  --maxw: 1150px;
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
html,body{margin:0; padding:0; overflow-x:hidden;}
body{
  font-family: var(--sans);
  color:var(--text);
  background:
    radial-gradient(900px 500px at 20% 10%, rgba(124,92,255,.22), transparent 60%),
    radial-gradient(800px 550px at 85% 18%, rgba(46,229,157,.18), transparent 55%),
    radial-gradient(900px 650px at 55% 100%, rgba(124,92,255,.16), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
}

a{color:inherit; text-decoration:none}
a:hover{text-decoration:underline}
img,svg{max-width:100%; height:auto}

.container{max-width:var(--maxw); margin:0 auto; padding:20px}
.shell{
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
}

.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(9,13,28,.65);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.navwrap{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 18px}
.brand{display:flex; align-items:center; gap:10px; min-width: 220px}
.logo{
  width:38px; height:38px; border-radius:12px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display:grid; place-items:center;
  box-shadow: 0 10px 22px rgba(124,92,255,.28);
}
.logo svg{width:20px; height:20px}
.brand strong{display:block; font-weight:850; letter-spacing:.2px}
.brand span{display:block; font-size:12px; color:var(--muted2); margin-top:1px}

.menu{display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:center}
.menu a{
  font-weight:650; font-size:14px;
  padding:9px 10px; border-radius:12px;
  color:var(--muted);
}
.menu a:hover{background: rgba(255,255,255,.06); text-decoration:none; color:var(--text)}
.menu a.active{background: rgba(124,92,255,.18); color:var(--text); border:1px solid rgba(124,92,255,.26)}

.searchTop{
  display:flex; align-items:center; gap:10px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding:8px 12px;
  min-width: 260px;
}
.searchTop input{
  width:100%;
  background:transparent; border:0; outline:none;
  color:var(--text);
  font-size:14px;
}
.searchTop input::placeholder{color: rgba(244,246,255,.48)}
.iconbtn{
  display:none;
  width:42px; height:42px; border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color:var(--text);
}
.iconbtn:hover{background: rgba(255,255,255,.09); cursor:pointer}

.mobileMenu{
  display:none;
  padding:12px 18px 18px;
  border-top:1px solid rgba(255,255,255,.08);
}
.mobileMenu a{
  display:block; padding:12px 12px; border-radius:14px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  margin-top:10px;
  font-weight:700;
}
.mobileMenu a:hover{text-decoration:none; background: rgba(255,255,255,.07)}
.mobileMenu .row{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.mobileMenu .row a{margin-top:0}

.hero{
  padding:26px 22px 18px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.25fr .85fr;
  gap:18px;
  align-items:stretch;
}
.card{background: var(--card); border:1px solid var(--border); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(0,0,0,.22)}
.cardPad{padding:20px}
.h1{
  font-size: clamp(36px, 4vw, 54px);
  line-height:1.03;
  margin:0;
  letter-spacing:-.8px;
}
.lead{color:var(--muted); font-size:18px; line-height:1.5; margin:12px 0 0}
.pills{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
.pill{font-size:12px; padding:8px 10px; border-radius:999px; border:1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); color:var(--muted)}
.btns{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:12px 14px; border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-weight:800;
}
.btn.primary{background: linear-gradient(135deg, rgba(124,92,255,.9), rgba(46,229,157,.86)); border:0; color:#081025}
.btn:hover{text-decoration:none; filter:brightness(1.05)}
.mini{font-size:13px; color:var(--muted2); margin-top:10px}

.startHereTitle{margin:0 0 10px; text-align:center; font-weight:900; letter-spacing:.2px}
.startList{display:flex; flex-direction:column; gap:10px}
.startItem{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:14px 14px;
  border-radius:16px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
}
.startItem strong{display:block; font-size:15px}
.startItem span{display:block; color:var(--muted2); font-size:13px; margin-top:3px}
.startItem a{white-space:nowrap}
.badge{
  font-size:12px; font-weight:900;
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(124,92,255,.14);
}

.section{padding:0 22px 22px}
.section h2{margin:18px 0 10px; font-size:20px}
.gridPosts{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.postCard{padding:16px}
.postCard h3{margin:0; font-size:16px; line-height:1.25}
.postMeta{color:var(--muted2); font-size:12px; margin-top:8px}
.postCard p{color:var(--muted); font-size:13px; line-height:1.55; margin:10px 0 0}
.postCard:hover{background: rgba(255,255,255,.07)}
.kicker{color:var(--muted2); font-weight:800; letter-spacing:.22px; text-transform:uppercase; font-size:12px}

.contentWrap{padding:18px 22px 22px}
.layout{
  display:grid;
  grid-template-columns: 1fr 360px;
  gap:16px;
  align-items:start;
}
.article{padding:22px}
.article h1{font-family: var(--sans); font-size:40px; line-height:1.08; margin:0}
.article .meta{color:var(--muted2); margin-top:10px; font-size:14px}
.article p{font-family: var(--serif); font-size:18px; line-height:1.75; color:rgba(244,246,255,.86)}
.article h2{margin-top:24px; margin-bottom:10px; font-size:22px}
.article h3{margin-top:18px; margin-bottom:8px; font-size:18px}
.article ul{font-family: var(--serif); font-size:18px; line-height:1.75; color:rgba(244,246,255,.86)}
.article li{margin:6px 0}
.article .callout{
  padding:14px 16px;
  border-radius:16px;
  background: rgba(46,229,157,.10);
  border:1px solid rgba(46,229,157,.20);
  color: rgba(244,246,255,.9);
  font-family: var(--sans);
  margin:18px 0;
}
.sidebar .box{padding:16px}
.sidebar h3{margin:0; font-size:16px}
.sidebar p{color:var(--muted2); font-size:13px; line-height:1.5}
.sidebar .searchBox input{
  width:100%;
  margin-top:10px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:var(--text);
  outline:none;
}
.sidebar .searchBox input::placeholder{color: rgba(244,246,255,.5)}
.sideList{display:flex; flex-direction:column; gap:10px; margin-top:10px}
.sideList a{
  display:block;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  font-weight:750;
}
.sideList a:hover{text-decoration:none; background: rgba(255,255,255,.07)}
.hr{height:1px; background: rgba(255,255,255,.10); margin:14px 0}

.footer{
  padding:18px 22px 22px;
  color:var(--muted2);
  font-size:13px;
}
.footer a{color:var(--muted)}
.footer a:hover{color:var(--text)}
.footerGrid{display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:14px; align-items:start}
.footer strong{display:block; color:var(--text); margin-bottom:8px}
.footer ul{list-style:none; padding:0; margin:0}
.footer li{margin:8px 0}

.cookie{
  position:fixed; left:16px; right:16px; bottom:16px;
  max-width:980px; margin:0 auto;
  border-radius:18px;
  background: rgba(9,13,28,.92);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  padding:14px;
  display:none;
}
.cookie .row{
  display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap;
}
.cookie p{margin:0; color:var(--muted); font-size:13px; line-height:1.45}
.cookie .actions{display:flex; gap:10px; flex-wrap:wrap}
.cookie button{
  padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06); color:var(--text); font-weight:900; cursor:pointer;
}
.cookie button.primary{background: linear-gradient(135deg, rgba(124,92,255,.9), rgba(46,229,157,.86)); border:0; color:#081025}
.cookie a{color:var(--text); text-decoration:underline}

.toolGrid{display:grid; grid-template-columns: repeat(3,1fr); gap:14px}
.toolCard{padding:16px}
.toolCard h3{margin:0; font-size:16px}
.toolCard p{margin:10px 0 0; color:var(--muted); font-size:13px; line-height:1.5}
.formRow{display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin-top:10px}
.input{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:var(--text);
  outline:none;
}
.label{font-size:12px; color:var(--muted2); margin-top:8px}
.actionRow{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.actionRow button{
  padding:12px 14px; border-radius:14px; border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06); color:var(--text); font-weight:900; cursor:pointer;
}
.actionRow button.primary{background: linear-gradient(135deg, rgba(124,92,255,.9), rgba(46,229,157,.86)); border:0; color:#081025}
.output{
  margin-top:12px;
  padding:14px 14px;
  border-radius:16px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(244,246,255,.9);
}
.small{font-size:12px; color:var(--muted2)}
.note{
  padding:14px 16px;
  border-radius:16px;
  background: rgba(124,92,255,.12);
  border:1px solid rgba(124,92,255,.20);
  color: rgba(244,246,255,.92);
}

@media (max-width: 980px){
  .heroGrid{grid-template-columns:1fr}
  .layout{grid-template-columns:1fr}
  .searchTop{min-width: 200px}
  .gridPosts{grid-template-columns: repeat(2, 1fr)}
  .toolGrid{grid-template-columns: repeat(2,1fr)}
  .brand{min-width: auto}
}
@media (max-width: 860px){
  .menu{display:none}
  .iconbtn{display:inline-grid; place-items:center}
  .searchTop{display:none}
  .mobileMenu{display:none}
  .gridPosts{grid-template-columns:1fr}
  .toolGrid{grid-template-columns:1fr}
  .footerGrid{grid-template-columns:1fr}
}
