.scc-cookie-root{position:fixed;z-index:999999;left:18px;right:18px;display:flex;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.scc-cookie-root[hidden]{display:none}.scc-pos-bottom{bottom:18px}.scc-pos-top{top:18px}.scc-pos-bottom-left{bottom:18px;right:auto}.scc-pos-bottom-right{bottom:18px;left:auto}.scc-cookie-box{width:min(980px,100%);background:#1f1f1f;color:#fff;border-radius:16px;box-shadow:0 18px 60px rgba(0,0,0,.22);padding:22px;position:relative}.scc-theme-light .scc-cookie-box{background:#fff;color:#171717;border:1px solid #e7e7e7}.scc-cookie-main h2{margin:0 42px 10px 0;font-size:22px;line-height:1.2}.scc-cookie-main p{font-size:15px;line-height:1.55;margin:0 0 10px}.scc-privacy{color:var(--scc-brand);font-weight:700}.scc-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.scc-btn{border:0;border-radius:999px;padding:11px 18px;font-weight:700;cursor:pointer;font-size:14px}.scc-btn-primary{background:var(--scc-brand);color:#fff}.scc-btn-secondary{background:#efefef;color:#111}.scc-btn-ghost{background:transparent;color:inherit;border:1px solid currentColor}.scc-settings{margin-top:18px;border-top:1px solid rgba(255,255,255,.18);padding-top:14px}.scc-theme-light .scc-settings{border-top-color:#eee}.scc-cat{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:14px;margin:10px 0}.scc-theme-light .scc-cat{border-color:#eee}.scc-cat small{display:block;opacity:.82;margin-top:4px;line-height:1.4}.scc-cat input[type="checkbox"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scc-cat em{width:48px;height:26px;border-radius:99px;background:#777;position:relative;flex:0 0 auto}.scc-cat em:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.18s}.scc-cat input:checked+em{background:var(--scc-brand)}.scc-cat input:checked+em:before{left:25px}.scc-cat input:focus-visible+em{outline:2px solid currentColor;outline-offset:3px}.scc-cat input:disabled+em{opacity:.75}.scc-save{margin-top:8px}.scc-floating-button{position:fixed;z-index:999998;left:18px;bottom:18px;border:0;border-radius:999px;background:var(--scc-brand);color:#fff;padding:10px 15px;font-weight:700;box-shadow:0 8px 28px rgba(0,0,0,.2);cursor:pointer}.scc-floating-button[hidden]{display:none}@media(max-width:640px){.scc-cookie-root{left:10px;right:10px;bottom:10px}.scc-cookie-box{padding:18px;border-radius:14px}.scc-actions{display:grid}.scc-actions .scc-btn{width:100%}.scc-cat{align-items:flex-start}.scc-cookie-main h2{font-size:19px}}
.scc-cat-wrap{margin:10px 0}.scc-cookie-items{margin:-4px 0 12px 0;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.06)}.scc-theme-light .scc-cookie-items{background:#f6f6f6}.scc-cookie-item{padding:12px 14px;border-top:1px solid rgba(255,255,255,.12);font-size:13px}.scc-theme-light .scc-cookie-item{border-top-color:#e8e8e8}.scc-cookie-item div{display:grid;grid-template-columns:110px 1fr;gap:12px;margin:6px 0}.scc-cookie-item code{white-space:normal}.scc-cookie-item strong{font-weight:700}.scc-cookie-item span{line-height:1.45}

.scc-floating-button{
width:58px;
height:58px;
padding:0;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
left:18px;
bottom:18px;
transition:transform .2s ease, box-shadow .2s ease;
}
.scc-floating-button:hover{
transform:translateY(-2px) scale(1.04);
box-shadow:0 12px 32px rgba(0,0,0,.25);
}
.scc-floating-button svg{
display:block;
}
