:root{
  --bg0:#0b1220;
  --bg1:#121a2c;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.09);
  --text:#eaf0ff;
  --muted:rgba(234,240,255,.72);
  --line: rgba(255,255,255,.12);
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --accent:#7c5cff;
  --accent2:#00d4ff;
  --good:#3fe27a;
  --warn:#ffd24a;
  --bad:#ff4d4d;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font: 15px/1.5 ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background:
  radial-gradient(900px 600px at 20% 0%, rgba(124,92,255,.35), transparent 60%),
  radial-gradient(900px 600px at 80% 20%, rgba(0,212,255,.22), transparent 60%),
  linear-gradient(180deg, var(--bg0), var(--bg1));
}
a{color:inherit; text-decoration:none}
button, input, textarea, select{font:inherit}
.container{
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 14px 80px;
}
.topbar{
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  background: linear-gradient(180deg, rgba(11,18,32,.92), rgba(11,18,32,.65));
  border-bottom: 1px solid var(--line);
}
.topbar-inner{
  max-width: 1040px;
  margin: 0 auto;
  padding: 14px 14px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
}
.logo{
  width:34px;height:34px;border-radius:10px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 10px 30px rgba(124,92,255,.35);
  display:grid;place-items:center;
}
.logo img{width:24px;height:24px;object-fit:contain}
.brand h1{
  margin:0;
  font-size: 14px;
  letter-spacing:.3px;
  font-weight: 750;
}
.brand .sub{display:block; font-weight:520; color:var(--muted); font-size:12px; margin-top:2px}
.nav{
  display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end;
}
.chip{
  padding: 8px 10px;
  border-radius: 999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  transition: .15s ease;
}
.chip.active{
  color: var(--text);
  border-color: rgba(124,92,255,.55);
  background: rgba(124,92,255,.18);
}
.chip:hover{transform: translateY(-1px); background: rgba(255,255,255,.07)}
.card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.card-inner{padding: 16px}
.grid{
  display:grid;
  gap:14px;
}
.grid.two{grid-template-columns: 1fr}
@media (min-width: 860px){
  .grid.two{grid-template-columns: 1.1fr .9fr}
}
.title{
  font-size: 20px;
  font-weight: 780;
  margin: 0 0 10px;
  letter-spacing:.2px;
}
.muted{color:var(--muted)}
.field{display:flex; flex-direction:column; gap:7px; margin: 10px 0}
.label{font-size: 12px; color: var(--muted)}
.input, .textarea, .select{
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 14px;
  padding: 10px 12px;
  outline: none;
  transition: .15s ease;
  width: 100%;
}
.select{appearance:none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(234,240,255,.72)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center;}
.textarea{min-height: 110px; resize: vertical}
.input:focus, .textarea:focus, .select:focus{border-color: rgba(0,212,255,.55); box-shadow: 0 0 0 4px rgba(0,212,255,.10)}
.row{display:flex; gap:10px; flex-wrap:wrap}
.row > *{flex:1 1 160px}
.hotbar{display:flex; gap:8px; flex-wrap:wrap}
.hot{
  user-select:none;
  padding: 10px 12px;
  border-radius: 999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  cursor:pointer;
  transition: .15s ease;
}
.hot.on{
  color: var(--text);
  border-color: rgba(0,212,255,.55);
  background: rgba(0,212,255,.12);
}
.btn{
  border: 0;
  cursor:pointer;
  padding: 11px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(0,212,255,.85));
  color: #06101f;
  font-weight: 780;
  letter-spacing:.2px;
  box-shadow: 0 18px 40px rgba(124,92,255,.22);
}
.btn.secondary{
  background: rgba(255,255,255,.06);
  color: var(--text);
  border:1px solid var(--line);
  box-shadow:none;
}
.btn:disabled{opacity:.6; cursor:not-allowed}
.stars{
  display:flex;
  gap:6px;
  align-items:center;
}
.star{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: rgba(234,240,255,.35);
  cursor:pointer;
  display:grid;
  place-items:center;
  transition: .12s ease;
}
.star.filled{color: var(--text); background: rgba(255,255,255,.08)}
.star:hover{transform: translateY(-1px)}
.stars .val{margin-left:10px; font-weight:750}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 7px 10px;
  border-radius: 999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  font-size: 12px;
}
.dot{width:8px;height:8px;border-radius:99px;background:rgba(255,255,255,.25)}
.reviews{
  display:grid;
  gap: 12px;
}
.review{
  padding: 14px;
  border-radius: 16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
}
.review-head{
  display:flex;
  gap:12px;
  align-items:flex-start;
  justify-content:space-between;
}
.review-title{
  margin:0;
  font-weight: 820;
  letter-spacing:.2px;
}
.review-meta{display:flex; flex-wrap:wrap; gap:8px; margin-top:6px}
.review-desc{margin:10px 0 0; color: var(--muted); white-space: pre-wrap}
.imgs{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.img{
  width:100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  border:1px solid var(--line);
  object-fit: cover;
  background: rgba(255,255,255,.03);
}
.toast{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  max-width: 92vw;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.12);
  color: var(--text);
  backdrop-filter: blur(10px);
  display:none;
  z-index: 100;
}
.radio-group{display:flex; gap:6px; flex-wrap:wrap}
.radio-opt{
  flex:1;
  min-width: 80px;
  padding: 8px 10px;
  border-radius: 10px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  cursor:pointer;
  transition: .15s ease;
  text-align:center;
  font-size: 13px;
}
.radio-opt.on{
  color: var(--text);
  border-color: rgba(124,92,255,.55);
  background: rgba(124,92,255,.18);
}
.radio-opt:hover{background: rgba(255,255,255,.07)}