/* Knight Labs compliance gate */
:root{--kl-gate-black:#030303;--kl-gate-gold:#d4af37;--kl-gate-gold2:#fff0a8;--kl-gate-cream:#fff7df;--kl-gate-muted:rgba(255,247,223,.66)}
body.kl-gate-locked{overflow:hidden}
.kl-compliance-gate{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:22px;background:radial-gradient(circle at 70% 20%,rgba(212,175,55,.18),transparent 28%),rgba(3,3,3,.88);backdrop-filter:blur(14px)}
.kl-compliance-gate[data-open="true"]{display:flex}
.kl-gate-panel{width:min(620px,100%);border:1px solid rgba(212,175,55,.34);border-radius:30px;background:linear-gradient(145deg,#080805 0%,#141006 100%);color:var(--kl-gate-cream);box-shadow:0 34px 110px rgba(0,0,0,.58);padding:30px;position:relative;overflow:hidden}
.kl-gate-panel>*{position:relative}.kl-gate-brand{display:flex;align-items:center;gap:12px;margin-bottom:18px}.kl-gate-brand img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(212,175,55,.28))}.kl-gate-brand span{font-weight:950;letter-spacing:-.04em}.kl-gate-kicker{display:inline-flex;color:var(--kl-gate-gold2);border:1px solid rgba(212,175,55,.28);border-radius:999px;padding:8px 12px;background:rgba(212,175,55,.08);font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:950}.kl-gate-panel h2{font-size:clamp(32px,6vw,48px);line-height:.96;letter-spacing:-.065em;margin:16px 0 12px;color:var(--kl-gate-cream)}.kl-gate-intro{color:var(--kl-gate-muted);font-size:16px;margin-bottom:20px}.kl-gate-checks{display:grid;gap:11px;margin:18px 0 22px}.kl-gate-check{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:rgba(255,255,255,.055);padding:14px;color:rgba(255,247,223,.84);font-weight:750}.kl-gate-check input{width:20px;height:20px;accent-color:var(--kl-gate-gold);margin-top:1px}.kl-gate-check a{color:var(--kl-gate-gold2);text-decoration:underline;text-underline-offset:3px}.kl-gate-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.kl-gate-enter{min-height:52px;border:0;border-radius:999px;padding:14px 22px;background:linear-gradient(135deg,var(--kl-gate-gold2),var(--kl-gate-gold));color:#080604;font-weight:950;cursor:pointer;box-shadow:0 18px 46px rgba(212,175,55,.22)}.kl-gate-enter:disabled{opacity:.45;cursor:not-allowed;filter:saturate(.45);box-shadow:none}@media(max-width:560px){.kl-compliance-gate{padding:14px}.kl-gate-panel{padding:22px;border-radius:24px}.kl-gate-check{font-size:14px}.kl-gate-enter{width:100%}}
