:root{
  --webz-cookie-accent:#111111;
  --webz-cookie-bg:#0f1115;
  --webz-cookie-text:#f5f7fa;
  --webz-cookie-muted:#c9cdd4;
  --webz-cookie-border:rgba(255,255,255,.12);
}
#webz-cookie-consent-root{position:fixed;left:0;right:0;bottom:0;z-index:999999;font-family:inherit;pointer-events:none}
#webz-cookie-consent-root[hidden]{display:none!important}
#webz-cookie-consent-root .webz-cookie-banner{pointer-events:auto}
.webz-cookie-banner{max-width:1180px;margin:20px auto;background:var(--webz-cookie-bg);color:var(--webz-cookie-text);border-radius:18px;box-shadow:0 16px 60px rgba(0,0,0,.28);border:1px solid var(--webz-cookie-border);overflow:hidden;position:relative}
.webz-pos-center{margin:0;position:fixed;left:50%;top:50%;bottom:auto;transform:translate(-50%,-50%);width:min(92vw,1080px)}
.webz-cookie-main{display:flex;gap:24px;justify-content:space-between;align-items:flex-end;padding:28px}
.webz-cookie-copy h3{margin:0 0 10px;font-size:24px;line-height:1.2;color:#fff}
.webz-cookie-copy p{margin:0;color:var(--webz-cookie-muted);max-width:760px;font-size:15px;line-height:1.6}
.webz-cookie-links{margin-top:14px;display:flex;flex-wrap:wrap;gap:14px}
.webz-cookie-links a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.webz-cookie-actions{display:flex;flex-wrap:wrap;gap:12px;min-width:320px;justify-content:flex-end}
.webz-btn{appearance:none;border:0;border-radius:12px;padding:14px 18px;font-weight:600;cursor:pointer;transition:.2s ease all}
.webz-btn-primary{background:var(--webz-cookie-accent);color:#fff}
.webz-btn-primary:hover{filter:brightness(1.08)}
.webz-btn-secondary{background:transparent;color:#fff;border:1px solid var(--webz-cookie-border)}
.webz-cookie-settings{display:none;padding:0 28px 28px}
.webz-settings-open .webz-cookie-settings{display:block}
.webz-cookie-settings-header{display:flex;justify-content:space-between;align-items:center;padding:6px 0 12px}
.webz-cookie-settings-header h4{margin:0;font-size:20px;color:#fff}
.webz-icon-btn{background:none;border:0;color:#fff;font-size:28px;cursor:pointer;line-height:1}
.webz-cookie-category{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 0;border-top:1px solid var(--webz-cookie-border)}
.webz-cookie-category strong{display:block;margin-bottom:6px;color:#fff}
.webz-cookie-category p{margin:0;color:var(--webz-cookie-muted);font-size:14px;line-height:1.5}
.webz-cookie-settings-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:18px}
.webz-switch{position:relative;display:inline-flex;width:54px;height:32px;min-width:54px}
.webz-switch input{display:none}
.webz-switch span{position:absolute;inset:0;border-radius:999px;background:#505764;transition:.2s}
.webz-switch span:before{content:"";position:absolute;width:24px;height:24px;border-radius:50%;left:4px;top:4px;background:#fff;transition:.2s}
.webz-switch input:checked + span{background:var(--webz-cookie-accent)}
.webz-switch input:checked + span:before{transform:translateX(22px)}
.webz-cookie-floating-link{position:fixed;left:20px;bottom:20px;z-index:999998;background:#fff;color:#111;border:1px solid rgba(0,0,0,.1);border-radius:999px;padding:10px 14px;font-size:13px;font-weight:600;box-shadow:0 8px 30px rgba(0,0,0,.12);cursor:pointer}
.webz-cookie-policy{max-width:900px;margin:0 auto}
.webz-cookie-policy h1,.webz-cookie-policy h2,.webz-cookie-policy h3{margin-top:1.2em}
.webz-cookie-placeholder-inline{display:flex;align-items:center;justify-content:center;text-align:center;background:#111;color:#fff;padding:24px}
@media (max-width: 900px){
  .webz-cookie-main{flex-direction:column;align-items:stretch}
  .webz-cookie-actions{justify-content:stretch;min-width:0}
  .webz-cookie-actions .webz-btn,.webz-cookie-settings-actions .webz-btn{width:100%}
  .webz-cookie-banner{margin:10px}
  .webz-pos-center{width:calc(100vw - 20px);transform:translate(-50%,-50%)}
}
