[data-cc-root]{--zcc-bg: #ffffff;--zcc-fg: #1a1714;--zcc-muted: #5f574f;--zcc-border: #e7ded2;--zcc-surface: #faf6ef;--zcc-accent: #ff5a36;--zcc-accent-hover: #e84a26;--zcc-accent-text: #c83c1c;--zcc-ink: #1a1714;--zcc-on-ink: #fdfaf4;--zcc-track: #cfc7bd;--zcc-shadow: 0 18px 50px -12px rgba(26, 23, 20, .32);--zcc-radius: 16px;font-family:Bricolage Grotesque,ui-sans-serif,system-ui,-apple-system,sans-serif}[data-cc-root] *,[data-cc-root] *:before,[data-cc-root] *:after{box-sizing:border-box}[data-cc-root] [hidden]{display:none!important}.zcc-banner{position:fixed;right:16px;bottom:16px;left:16px;z-index:9998;display:flex;justify-content:flex-start;pointer-events:none;animation:zcc-slide-up .28s ease both}@keyframes zcc-slide-up{0%{transform:translateY(12px);opacity:0}}.zcc-banner-inner{pointer-events:auto;width:100%;max-width:380px;display:flex;flex-direction:column;gap:14px;background:var(--zcc-bg);color:var(--zcc-fg);border:1px solid var(--zcc-border);border-radius:var(--zcc-radius);box-shadow:var(--zcc-shadow);padding:16px 18px}.zcc-banner-desc{margin:0;font-size:13px;line-height:1.5;color:var(--zcc-muted)}.zcc-banner-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.zcc-banner-actions .zcc-btn{min-height:36px;padding:0 14px;font-size:13px}.zcc-banner-actions [data-cc-customize]{margin-left:auto}.zcc-dialog-backdrop{position:fixed;inset:0;z-index:9999;padding:24px 16px;overflow-y:auto;overscroll-behavior:contain;animation:zcc-fade .2s ease both}.zcc-dialog-backdrop:before{content:"";position:fixed;inset:0;background:#1a171480;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html.zcc-scroll-locked{overflow:hidden;padding-right:var(--zcc-scrollbar, 0)}@keyframes zcc-fade{0%{opacity:0}}.zcc-dialog{position:relative;width:100%;max-width:560px;margin:0 auto;background:var(--zcc-bg);color:var(--zcc-fg);border:1px solid var(--zcc-border);border-radius:20px;box-shadow:var(--zcc-shadow);padding:28px}.zcc-dialog-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--zcc-muted);font-size:22px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.zcc-dialog-close:hover{background:var(--zcc-surface);color:var(--zcc-fg)}.zcc-dialog-close:focus-visible{outline:2px solid var(--zcc-accent);outline-offset:2px}.zcc-dialog-title{margin:0 36px 8px 0;font-size:22px;font-weight:700}.zcc-dialog-desc{margin:0 0 20px;font-size:13.5px;line-height:1.55;color:var(--zcc-muted)}.zcc-categories{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.zcc-category{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--zcc-border);border-radius:12px;background:var(--zcc-surface);padding:14px 16px}.zcc-category-text{min-width:0}.zcc-category-name{display:block;margin:0;font-size:15px;font-weight:600}.zcc-category-desc{margin:4px 0 0;font-size:13px;line-height:1.5;color:var(--zcc-muted)}.zcc-switch{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;cursor:pointer}.zcc-switch input{position:absolute;opacity:0;width:1px;height:1px;margin:-1px}.zcc-switch-track{position:relative;display:inline-block;width:44px;height:26px;border-radius:999px;background:var(--zcc-track);transition:background .18s ease}.zcc-switch-track:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .18s ease}.zcc-switch input:checked+.zcc-switch-track{background:var(--zcc-accent)}.zcc-switch input:checked+.zcc-switch-track:after{transform:translate(18px)}.zcc-switch input:focus-visible+.zcc-switch-track{outline:2px solid var(--zcc-accent);outline-offset:2px}.zcc-switch-locked{cursor:not-allowed}.zcc-switch-locked .zcc-switch-track{background:var(--zcc-accent);opacity:.55}.zcc-switch-locked .zcc-switch-track:after{transform:translate(18px)}.zcc-dialog-foot{margin:20px 0 0;font-size:13px;line-height:1.5;color:var(--zcc-muted)}.zcc-dialog-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.zcc-dialog-actions [data-cc-save]{margin-left:auto}[data-cc-root] a{color:var(--zcc-fg);text-decoration:underline;text-underline-offset:2px}[data-cc-root] a:hover{color:var(--zcc-accent-text)}.zcc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.zcc-btn:focus-visible{outline:2px solid var(--zcc-accent);outline-offset:2px}.zcc-btn-primary{background:var(--zcc-ink);color:var(--zcc-on-ink)}.zcc-btn-primary:hover{background:var(--zcc-accent);transform:translateY(-1px)}.zcc-btn-outline{background:transparent;color:var(--zcc-fg);border-color:var(--zcc-border)}.zcc-btn-outline:hover{background:var(--zcc-surface)}.zcc-btn-ghost{background:transparent;color:var(--zcc-muted)}.zcc-btn-ghost:hover{color:var(--zcc-fg)}.zcc-footer-link{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;text-decoration:none}.zcc-footer-link:hover{text-decoration:underline}.zcc-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:560px){.zcc-banner-actions{width:100%}.zcc-dialog{padding:22px 18px}.zcc-dialog-title{font-size:20px}}.dark [data-cc-root]{--zcc-bg: #1c1a17;--zcc-fg: #f3efe9;--zcc-muted: #a59c92;--zcc-border: #34302b;--zcc-surface: #26231f;--zcc-ink: #f3efe9;--zcc-on-ink: #1c1a17;--zcc-track: #4a443d;--zcc-shadow: 0 18px 50px -12px rgba(0, 0, 0, .6);--zcc-accent-text: #ff7a5c}@media(prefers-reduced-motion:reduce){.zcc-banner,.zcc-dialog-backdrop{animation:none}.zcc-btn,.zcc-switch-track,.zcc-switch-track:after{transition:none}.zcc-btn-primary:hover{transform:none}}
