/* GAIA · Tweaks panel styling */
#gaia-tweaks-panel{
  position:fixed;right:24px;bottom:24px;z-index:9999;
  font-family:"Inter Tight","Noto Sans SC",sans-serif;color:#fff;
  opacity:0;pointer-events:none;transform:translateY(8px);
  transition:opacity .18s,transform .18s;
}
#gaia-tweaks-panel.open{opacity:1;pointer-events:auto;transform:none}
#gaia-tweaks-panel .tw-card{
  width:300px;background:#14141C;border:1px solid #2A2A36;
  box-shadow:0 30px 80px rgba(11,11,17,.4);
}
#gaia-tweaks-panel .tw-hd{
  display:flex;align-items:center;gap:10px;padding:14px 16px;
  border-bottom:1px solid #2A2A36;
}
#gaia-tweaks-panel .tw-G{
  font:italic 400 22px/1 "Fraunces",serif;color:#B06EF0;
}
#gaia-tweaks-panel .tw-title{
  font-family:"JetBrains Mono",monospace;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#fff;flex:1;
}
#gaia-tweaks-panel .tw-close{
  background:transparent;border:0;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;
}
#gaia-tweaks-panel .tw-close:hover{color:#B06EF0}
#gaia-tweaks-panel .tw-body{padding:16px}
#gaia-tweaks-panel .tw-row{margin-bottom:18px}
#gaia-tweaks-panel .tw-row:last-child{margin-bottom:0}
#gaia-tweaks-panel .tw-lbl{
  font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;
  color:#B6B6C3;margin-bottom:8px;display:flex;justify-content:space-between;
}
#gaia-tweaks-panel .tw-v{color:#B06EF0;font-size:11px}
#gaia-tweaks-panel .tw-seg{
  display:grid;grid-template-columns:1fr 1fr;border:1px solid #2A2A36;
}
#gaia-tweaks-panel .tw-seg button{
  background:transparent;border:0;color:#B6B6C3;padding:9px 10px;
  font-family:"Noto Sans SC",sans-serif;font-size:12px;cursor:pointer;
  transition:all .15s;border-right:1px solid #2A2A36;
}
#gaia-tweaks-panel .tw-seg button:last-child{border-right:0}
#gaia-tweaks-panel .tw-seg button:hover{color:#fff}
#gaia-tweaks-panel .tw-seg button.active{background:rgba(176,110,240,.14);color:#fff}
#gaia-tweaks-panel input[type="range"]{
  width:100%;-webkit-appearance:none;appearance:none;background:transparent;height:18px;cursor:pointer;
}
#gaia-tweaks-panel input[type="range"]::-webkit-slider-runnable-track{
  height:2px;background:#2A2A36;
}
#gaia-tweaks-panel input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;width:14px;height:14px;background:#B06EF0;margin-top:-6px;border-radius:0;
}
#gaia-tweaks-panel input[type="range"]::-moz-range-track{height:2px;background:#2A2A36}
#gaia-tweaks-panel input[type="range"]::-moz-range-thumb{width:14px;height:14px;background:#B06EF0;border:0;border-radius:0}
#gaia-tweaks-panel .tw-toggle label{
  display:flex;align-items:center;gap:10px;font-size:13px;color:#fff;cursor:pointer;
}
#gaia-tweaks-panel .tw-toggle input{accent-color:#B06EF0;width:14px;height:14px}
#gaia-tweaks-panel .tw-foot{display:flex;justify-content:flex-end;margin-top:6px}
#gaia-tweaks-panel .tw-reset{
  background:transparent;border:1px solid #2A2A36;color:#B6B6C3;
  font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.2em;text-transform:uppercase;
  padding:8px 12px;cursor:pointer;
}
#gaia-tweaks-panel .tw-reset:hover{color:#fff;border-color:#B06EF0}

/* When Γ is hidden by tweak */
html[data-gamma="off"] .hero-G,
html[data-gamma="off"] .cta-bg-G,
html[data-gamma="off"] .stage::after{display:none !important}

