/* NAGHAM-PROTOTYPE-TAG v1 */
:root{
  --bg:#0B0818; --bg2:#120D26;
  --panel:rgba(255,255,255,.06); --panel2:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.10); --stroke2:rgba(255,255,255,.14);
  --text:#fff; --muted:#B8B3D9;
  --accent:#7B3FF2; --accent2:#A56EFF;
  --shadow:0 18px 60px rgba(0,0,0,.35);
  --glow:0 0 30px rgba(123,63,242,.25);
  --r:22px;
  --max:1120px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0; color:var(--text);
  font-family: system-ui,-apple-system,Segoe UI,Roboto,"Noto Sans Arabic","Tahoma","Arial",sans-serif;
  background:
    radial-gradient(900px 600px at 15% 10%, rgba(123,63,242,.20), transparent 60%),
    radial-gradient(900px 600px at 80% 25%, rgba(165,110,255,.14), transparent 62%),
    linear-gradient(180deg, var(--bg2), var(--bg));
  overflow-x:hidden;
}

a{color:inherit; text-decoration:none}
button{font-family:inherit}
.ltr{direction:ltr; unicode-bidi:plaintext}
.container{max-width:var(--max); margin:0 auto; padding:18px}
.hr{height:1px; background:rgba(255,255,255,.08); margin:16px 0}

.glass{
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid var(--stroke);
  border-radius:var(--r);
  box-shadow:var(--shadow);
  backdrop-filter: blur(14px);
}

.topbar{
  position:sticky; top:0; z-index:50;
  margin:14px auto 0;
  max-width:var(--max);
}
.topbar .inner{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:12px 14px;
}
.brand{display:flex; align-items:center; gap:10px}
.logo{
  width:36px; height:36px; border-radius:14px;
  display:grid; place-items:center;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.20), transparent 52%),
              linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: var(--glow);
  font-weight:1000;
}
.brand .t{line-height:1.05}
.brand .t .name{font-weight:1000}
.brand .t .sub{color:var(--muted); font-size:12px; margin-top:2px}

.actions{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:11px 14px; border-radius:16px;
  border:1px solid var(--stroke2);
  background:rgba(255,255,255,.05);
  color:var(--text); font-weight:900;
  transition:.18s transform ease, .18s background ease, .18s border-color ease;
}
.btn:hover{transform: translateY(-1px); background:rgba(255,255,255,.07)}
.btn.primary{
  border:0;
  background:linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow:var(--glow);
}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.85);
  font-size:12px;
}

.hero{
  margin-top:16px;
  padding:22px;
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:""; position:absolute; inset:-60%;
  background:
    radial-gradient(circle at 30% 25%, rgba(123,63,242,.28), transparent 55%),
    radial-gradient(circle at 70% 35%, rgba(165,110,255,.18), transparent 60%);
  pointer-events:none;
}
.hero .inner{position:relative; display:grid; gap:14px}
.h1{margin:0; font-size:42px; line-height:1.06; font-weight:1000; letter-spacing:-.5px}
.p{margin:0; color:rgba(184,179,217,.95); line-height:1.9; max-width:72ch; font-size:14px}
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:6px}

.grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
}
@media(min-width:980px){
  .grid{grid-template-columns: 1.2fr .8fr;}
}

.section{
  margin-top:16px;
  padding:16px;
}
.section-title{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  margin-bottom:12px;
}
.section-title h2{margin:0; font-size:16px; font-weight:1000}
.section-title .hint{color:var(--muted); font-size:12px}

.chips{display:flex; gap:10px; flex-wrap:wrap}
.chip{
  padding:10px 12px; border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  font-weight:900; font-size:13px;
  cursor:pointer;
}
.chip.isOn{border-color:rgba(165,110,255,.35); box-shadow:0 0 0 4px rgba(123,63,242,.12) inset}
.chip small{display:block; margin-top:4px; color:var(--muted); font-weight:700; font-size:11px}

.rows{display:grid; gap:14px}
.row-head{display:flex; align-items:center; justify-content:space-between; gap:10px}
.row-head h3{margin:0; font-size:14px; font-weight:1000}
.row-head a{color:rgba(255,255,255,.85); font-size:12px}
.cards{
  display:grid;
  grid-template-columns: 1fr;
  gap:14px;
}
@media(min-width:980px){
  .cards{grid-template-columns: repeat(3, 1fr);}
}

.card{
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  backdrop-filter: blur(14px);
  box-shadow:var(--shadow);
}
.card .cover{
  height:120px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.14), transparent 55%),
    radial-gradient(circle at 70% 40%, rgba(165,110,255,.20), transparent 60%),
    linear-gradient(135deg, rgba(123,63,242,.18), rgba(0,0,0,.0));
}
.card .body{padding:14px}
.card .price{
  display:inline-flex; align-items:center; gap:8px;
  padding:10px 12px; border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.20);
  font-weight:1000;
}
.card .name{
  margin:10px 0 2px; font-weight:1000; font-size:16px;
}
.card .meta{margin:0; color:var(--muted); font-size:12px; line-height:1.7}
.badges{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.badge{
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  font-size:12px; font-weight:900; color:rgba(255,255,255,.85);
}

.footer{
  margin:18px auto 24px;
  max-width:var(--max);
}
.footer .inner{
  padding:16px;
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  color:rgba(255,255,255,.70); font-size:12px;
}
