/* Open Stage Network — rugged professional, warm stage vibes */
:root{
  --bg:#0f0f10;
  --panel:#141416;
  --panel2:#121214;
  --text:#F1EDE6;
  --muted:rgba(241,237,230,.72);
  --muted2:rgba(241,237,230,.52);
  --line:rgba(90,90,90,.75);
  --amber:#C17B2F;
  --wood:#3A2A1E;
  --shadow: 0 18px 45px rgba(0,0,0,.45);
  --radius:18px;
  --radius2:26px;
  --max:1100px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 700px at 25% 8%, rgba(193,123,47,.13), rgba(0,0,0,0) 60%),
              radial-gradient(900px 600px at 80% 18%, rgba(58,42,30,.22), rgba(0,0,0,0) 55%),
              linear-gradient(180deg, #0b0b0c, var(--bg) 40%, #0b0b0c 100%);
}

a{color:var(--text);text-decoration:none}
a:hover{opacity:.92}
.skip{
  position:absolute;left:-999px;top:10px;
  background:#fff;color:#000;padding:8px 12px;border-radius:10px;
}
.skip:focus{left:10px;z-index:10000}

.topbar{
  position:sticky; top:0; z-index:2000;
  background: rgba(18,18,18,.88);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.topbar__inner{
  max-width:var(--max);
  margin:0 auto;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:14px;
}
.brand{
  display:flex;align-items:center;gap:12px;
  min-width: 240px;
}
.brand__mark{width:44px;height:44px;border-radius:14px;box-shadow:0 10px 24px rgba(0,0,0,.35)}
.brand__name{font-family: Georgia, 'Times New Roman', serif; font-weight:800; letter-spacing:1px}
.brand__tag{font-size:12px;color:var(--muted2); letter-spacing:.6px; text-transform:uppercase}

.nav{
  margin-left:auto;
  display:flex; gap:14px; align-items:center;
}
.nav a{
  color:var(--muted);
  padding:9px 10px;
  border-radius:12px;
  font-weight:600;
  letter-spacing:.2px;
}
.nav a:hover{background:rgba(255,255,255,.06); color:var(--text)}
.nav__cta{
  background: rgba(193,123,47,.14);
  border: 1px solid rgba(193,123,47,.35);
  color: var(--text) !important;
}

.menuBtn{
  display:none;
  margin-left:auto;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:14px;
  padding:10px 12px;
  font-size:16px;
}
.mobileNav{
  max-width:var(--max);
  margin:0 auto;
  padding:0 16px 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.mobileNav a{
  flex:1 1 120px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  padding:12px;
  border-radius:14px;
  color:var(--text);
  text-align:center;
  font-weight:700;
}

.main{min-height:100vh}
.hero{
  position:relative;
  padding:52px 16px 22px;
  overflow:hidden;
}
.hero__bg{
  position:absolute; inset:-100px -80px auto -80px;
  height:520px;
  background:
    radial-gradient(900px 520px at 30% 20%, rgba(193,123,47,.20), rgba(0,0,0,0) 65%),
    radial-gradient(700px 500px at 85% 10%, rgba(58,42,30,.35), rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,0));
  filter: blur(0px);
  pointer-events:none;
}
.hero__inner{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:center;
}
.hero__logoWrap{
  border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
  padding:14px;
}
.hero__logo{
  width:100%;
  height:auto;
  border-radius: 18px;
}
.hero__copy h1{
  margin:0 0 10px;
  font-size: clamp(28px, 4.2vw, 44px);
  letter-spacing:.2px;
}
.hero__copy p{
  margin:0 0 16px;
  color:var(--muted);
  line-height:1.55;
  font-size: 16px;
}
.hero__actions{display:flex; gap:10px; flex-wrap:wrap}
.hero__fine{
  margin-top:14px;
  color:var(--muted2);
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  font-size:13px;
}
.dot{opacity:.5}

.section{
  padding: 26px 16px 34px;
}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{
  max-width:var(--max);
  margin: 0 auto 16px;
}
.section__head h2{
  margin:0 0 6px;
  font-size: 28px;
  letter-spacing:.2px;
}
.section__head p{margin:0;color:var(--muted);line-height:1.5}

.grid3, .grid2{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  gap:14px;
}
.grid3{grid-template-columns:repeat(3,1fr)}
.grid2{grid-template-columns:repeat(2,1fr)}

.card{
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.15));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
}
.card h3{margin:0 0 8px}
.card p{margin:0;color:var(--muted);line-height:1.5}
.card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.stack{display:flex;flex-direction:column;gap:10px;margin-top:12px}

.toolsGrid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.form{margin-top:12px}
.row{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
label{display:flex; flex-direction:column; gap:6px; font-weight:700; font-size:13px; color:var(--text)}
input, textarea, select{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color:var(--text);
  outline:none;
}
input::placeholder, textarea::placeholder{color:rgba(241,237,230,.45)}
textarea{resize:vertical; min-height:90px}
select{appearance:none}

.actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 14px;
  border-radius:14px;
  font-weight:800;
  letter-spacing:.3px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor:pointer;
}
.btn--primary{
  background: linear-gradient(180deg, rgba(193,123,47,.24), rgba(193,123,47,.12));
  border:1px solid rgba(193,123,47,.45);
}
.btn--ghost{
  background: rgba(255,255,255,.03);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0px)}

.output{
  margin-top:12px;
  border-radius:16px;
  border:1px dashed rgba(255,255,255,.18);
  background: rgba(0,0,0,.20);
  padding:12px;
}
.output__bar{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  margin-bottom:10px;
}
.output__actions{display:flex;gap:8px}
.mini{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color:var(--text);
  padding:8px 10px;
  border-radius:12px;
  cursor:pointer;
  font-weight:800;
}
pre{
  white-space:pre-wrap;
  word-break:break-word;
  margin:0;
  color:var(--text);
  line-height:1.5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
}
.muted{color:var(--muted)}
.tiny{font-size:12px}
.list{margin:10px 0 0 16px;color:var(--muted);line-height:1.6}

.directory{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns: 360px 1fr;
  gap:14px;
  align-items:start;
}
.dirList{
  display:grid;
  gap:12px;
}
.bandCard{
  padding:16px;
}
.bandTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.badge{
  font-size:11px;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--text);
  font-weight:900;
  letter-spacing:.3px;
}
.badge--amber{border-color:rgba(193,123,47,.55); background: rgba(193,123,47,.14)}
.bandMeta{
  margin-top:6px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:var(--muted2);
  font-size:13px;
}
.kv{display:flex;gap:6px;align-items:center}
.k{opacity:.75}
.bandDesc{margin-top:10px;color:var(--muted);line-height:1.55}
.bandLinks{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
.pill{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  padding:9px 10px;
  border-radius:999px;
  font-weight:800;
  color:var(--text);
}

.tiers{display:grid;gap:10px;margin-top:10px}
.tier{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius:16px;
  padding:12px;
}
.tier__name{font-weight:900;letter-spacing:.2px}
.tier__meta{color:var(--muted2);font-size:12px;margin-top:4px}
.tier__desc{color:var(--muted);margin-top:6px;line-height:1.45}

.footer{
  border-top:1px solid rgba(255,255,255,.06);
  padding: 20px 16px 0;
  background: rgba(0,0,0,.20);
}
.footer__inner{
  max-width:var(--max);
  margin:0 auto;
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  padding-bottom:16px;
}
.footer__brand{display:flex;gap:12px;align-items:center}
.footer__mark{width:42px;height:42px;border-radius:14px}
.footer__name{font-family: Georgia, 'Times New Roman', serif; font-weight:900; letter-spacing:1px}
.footer__tag{color:var(--muted2);font-size:12px;text-transform:uppercase;letter-spacing:.6px}

.footer__cols{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
  min-width: 520px;
}
.footer__head{font-weight:900;margin-bottom:10px}
.footer__cols a, .footer__cols span{display:block; color:var(--muted); margin:6px 0}
.footer__cols a:hover{color:var(--text)}

.footer__bar{
  max-width:var(--max);
  margin:0 auto;
  padding: 12px 0 16px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
  color:var(--muted2);
  font-size:12px;
}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{grid-template-columns:1fr; }
  .toolsGrid{grid-template-columns:1fr}
  .grid3{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .directory{grid-template-columns:1fr}
  .footer__cols{grid-template-columns:1fr; min-width:auto}
  .nav{display:none}
  .menuBtn{display:inline-flex}
}
