/*
Theme Name: Chipz Karaoke Finder
Theme URI: https://chipzworld.com/
Author: ChipzWorld
Author URI: https://chipzworld.com/
Description: Lightweight theme for the Chipz Karaoke Finder directory site (ZIP + radius + night search, paid listings, premium featured).
Version: 1.0.0
License: GPLv2 or later
Text Domain: chipz-karaoke-finder
Tags: directory, karaoke, listings, responsive
*/

:root{
  --bg:#0b1220;
  --card:#111a2e;
  --text:#e6ecff;
  --muted:#9fb0d6;
  --accent:#ffd54a;
  --accent2:#6be0ff;
  --border:rgba(255,255,255,0.08);
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
  background: radial-gradient(900px 600px at 20% 10%, rgba(107,224,255,0.12), transparent 60%),
              radial-gradient(900px 600px at 80% 20%, rgba(255,213,74,0.10), transparent 55%),
              var(--bg);
  color: var(--text);
}
a{color:inherit; text-decoration:none}
.container{max-width:1100px; margin:0 auto; padding:24px}
.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,18,32,0.70);
  border-bottom:1px solid var(--border);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 24px}
.brand{display:flex; align-items:center; gap:12px}
.brand-badge{
  width:38px; height:38px; border-radius:12px;
  background: linear-gradient(135deg, rgba(255,213,74,1), rgba(107,224,255,1));
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.brand-title{font-weight:800; letter-spacing:.2px}
.nav{display:flex; gap:14px; flex-wrap:wrap}
.nav a{opacity:.9}
.nav a:hover{opacity:1; color:var(--accent)}

.card{
  background: rgba(17,26,46,0.85);
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.30);
}
.hero{padding:28px; display:grid; gap:14px}
.hero h1{margin:0; font-size:34px; line-height:1.1}
.hero p{margin:0; color:var(--muted); max-width:70ch}
.grid{display:grid; gap:18px}
.grid-2{grid-template-columns: repeat(2, minmax(0,1fr))}
@media (max-width: 860px){ .grid-2{grid-template-columns:1fr} }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px; border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  cursor:pointer;
  font-weight:650;
}
.btn.primary{
  background: linear-gradient(135deg, rgba(255,213,74,0.95), rgba(107,224,255,0.85));
  color:#081022;
  border:0;
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}
.input, select{
  width:100%;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(0,0,0,0.18);
  color: var(--text);
  outline: none;
}
label{font-size:13px; color:var(--muted); display:block; margin-bottom:6px}
.form-row{display:grid; gap:12px; grid-template-columns: 1.1fr .9fr .9fr .8fr}
@media (max-width: 860px){ .form-row{grid-template-columns:1fr} }
.kicker{display:inline-flex; gap:8px; align-items:center; font-size:12px; color:var(--muted)}
.kicker span{display:inline-flex; padding:4px 10px; border-radius:999px; border:1px solid var(--border); background: rgba(255,255,255,0.04)}
.section-title{margin:0 0 10px 0; font-size:18px}
.footer{padding:26px 0; color:var(--muted); text-align:center}
.badge{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px; border-radius:999px;
  border:1px solid var(--border); background: rgba(255,255,255,0.05);
  font-size:12px; color:var(--muted);
}
.badge .dot{width:8px; height:8px; border-radius:99px; background: var(--accent)}
.result-card{padding:16px}
.result-top{display:flex; justify-content:space-between; gap:14px; align-items:flex-start}
.result-top h3{margin:0; font-size:16px}
.result-meta{color:var(--muted); font-size:13px; margin-top:6px}
.pill{
  font-size:12px; font-weight:700;
  padding:6px 10px; border-radius:999px;
  background: rgba(255,213,74,0.12);
  border:1px solid rgba(255,213,74,0.30);
  color: var(--accent);
}
hr.sep{border:0; border-top:1px solid var(--border); margin:14px 0}
