:root { --bg:#0b1020; --panel:#12182a; --text:#e9edf1; --muted:#9aa4b2; --ok:#10b981; --warn:#f59e0b; --danger:#ef4444; }
*{box-sizing:border-box}
/* body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto;line-height:1.5;color:var(--text);background:linear-gradient(180deg,#0b1020,#0e1326)} */
/* .content{max-width:860px;margin:6rem auto;padding:0 1rem} */
/* h1{font-size:2rem;margin:0 0 1rem} */
/* p{color:var(--muted)} */

.cc-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;
  background:rgba(10,12,24,.85);backdrop-filter:blur(6px);border-top:1px solid #22283b;
  padding:1rem;
}
.cc-inner{max-width:980px;margin:0 auto;display:flex;gap:1rem;align-items:center;justify-content:space-between}
.cc-text{font-size:.95rem;color:var(--text)}
.cc-text a{color:#60a5fa}
.cc-actions{display:flex;gap:.5rem}
.cc-btn{
  border:0;border-radius:999px;padding:.6rem 1rem;cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.25); transition:transform .08s ease;
}
.cc-btn:active{transform:translateY(1px)}
.cc-allow{background:var(--ok); color:#06281d; font-weight:700}
.cc-deny{background:#1f2937; color:var(--text)}
@media (max-width:700px){
  .cc-inner{flex-direction:column;align-items:stretch}
  .cc-actions{justify-content:flex-end}
}



   