*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
a{color:inherit;}
.cookies{position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;}
.cookies .quiet-contact{max-width:1600px;margin:0 auto;padding:14px 12px;border:1px solid #2a332f;border-radius:12px;background:#1d2522;box-shadow:0 1px 5px rgba(0,0,0,0.09);display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;color:#e7ecea;}
.cookies .quiet-contact p{margin:0;}
:root {
  --line-inverse: #39ff88;
  --surface-secondary: #06120b;
  --motion-hover: cubic-bezier(0.16,1,0.3,1);
}

.cookies .focused-stack{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .focused-stack button{border:0;border-radius:999px;background:#161c19;color:#c3ccc8;padding:7px 11px;cursor:pointer;}
.cookies .focused-stack button.cookie-accept{background:#39ff88;color:#06120b;}
@media (max-width: 760px){.cookies{border-radius:1rem;}
    }
