#eccc-root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:14px;line-height:1.5;color:inherit}
#eccc-root *,#eccc-root *::before,#eccc-root *::after{box-sizing:border-box}
.eccc-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:999998;opacity:0;transition:opacity .3s ease;pointer-events:none}
.eccc-overlay.eccc-visible{opacity:1;pointer-events:auto}
.eccc-overlay.eccc-no-backdrop{display:none!important}
.eccc-banner{position:fixed;z-index:999999;box-sizing:border-box;max-height:90vh;overflow-y:auto;transition:transform .35s ease,opacity .35s ease;opacity:0;transform:translateY(30px)}
.eccc-banner.eccc-visible{opacity:1;transform:translateY(0)}
.eccc-anim-fade{transform:none!important;opacity:0}
.eccc-anim-fade.eccc-visible{opacity:1}
.eccc-anim-scale{transform:scale(.9)!important;opacity:0}
.eccc-anim-scale.eccc-visible{transform:scale(1)!important;opacity:1}
.eccc-anim-none{transition:none!important;transform:none!important;opacity:1!important}
.eccc-layout-bar{padding:16px 24px}
.eccc-layout-bar.eccc-pos-bottom{bottom:0;left:0;right:0;border-radius:0}
.eccc-layout-bar.eccc-pos-top{top:0;left:0;right:0;border-radius:0;transform:translateY(-30px)}
.eccc-layout-bar.eccc-pos-top.eccc-visible{transform:translateY(0)}
.eccc-layout-bar.eccc-pos-center{bottom:0;left:0;right:0;border-radius:0}
.eccc-layout-bar.eccc-pos-bottom-left{bottom:0;left:0;right:0;border-radius:0}
.eccc-layout-bar.eccc-pos-bottom-right{bottom:0;left:0;right:0;border-radius:0}
.eccc-layout-box{padding:24px 28px;border-radius:12px}
.eccc-layout-box.eccc-pos-bottom{bottom:20px;right:20px;left:auto;width:420px;max-width:90vw}
.eccc-layout-box.eccc-pos-top{top:20px;right:20px;left:auto;width:420px;max-width:90vw;transform:translateY(-30px)}
.eccc-layout-box.eccc-pos-top.eccc-visible{transform:translateY(0)}
.eccc-layout-box.eccc-pos-center{top:50%;left:50%;right:auto;transform:translate(-50%,-50%) scale(.95);width:480px;max-width:95vw}
.eccc-layout-box.eccc-pos-center.eccc-visible{transform:translate(-50%,-50%) scale(1);opacity:1}
.eccc-layout-box.eccc-pos-bottom-left{bottom:20px;left:20px;right:auto;width:420px;max-width:90vw}
.eccc-layout-box.eccc-pos-bottom-right{bottom:20px;right:20px;left:auto;width:420px;max-width:90vw}
.eccc-layout-full{padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;inset:0;border-radius:0}
.eccc-layout-full .eccc-inner{max-width:700px;padding:40px}
.eccc-inner{max-width:100%}
.eccc-banner h2.eccc-title{font-size:18px;font-weight:700;margin:0 0 8px;color:inherit;padding:0;border:0;background:none;line-height:1.4;letter-spacing:0}
.eccc-banner p.eccc-desc{font-size:13px;opacity:.9;margin:0 0 16px;color:inherit;line-height:1.5}
.eccc-banner .eccc-desc a{color:inherit;text-decoration:underline}
.eccc-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.eccc-banner button.eccc-btn{padding:10px 22px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s;white-space:nowrap;line-height:1.4;letter-spacing:0;text-transform:none;box-shadow:none;outline:none;min-width:0;min-height:0}
.eccc-banner button.eccc-btn:hover{opacity:.85;transform:translateY(-1px)}
.eccc-banner button.eccc-btn:active{transform:translateY(0)}
.eccc-banner button.eccc-btn.eccc-btn-secondary{background:transparent!important;border:1px solid currentColor}
.eccc-banner button.eccc-btn.eccc-btn-link{background:transparent!important;padding:10px 12px;text-decoration:underline;font-weight:400}
.eccc-banner button.eccc-btn.eccc-btn-pill{border-radius:50px!important}
.eccc-banner button.eccc-btn.eccc-btn-square{border-radius:0!important}
.eccc-cats{display:none;flex-direction:column;gap:6px;margin-bottom:16px;padding:16px;border-radius:8px;background:rgba(255,255,255,.08)}
.eccc-cats.eccc-open{display:flex}
.eccc-cat{display:flex;align-items:center;justify-content:space-between;padding:6px 0}
.eccc-cat-info{flex:1}
.eccc-cat-label{font-size:13px;font-weight:600;color:inherit}
.eccc-cat-desc{font-size:11px;opacity:.7;margin-top:2px;color:inherit}
.eccc-switch{position:relative;width:40px;height:22px;flex-shrink:0;margin-left:12px;display:inline-block}
.eccc-switch input{opacity:0;width:0;height:0;position:absolute}
.eccc-switch-track{position:absolute;cursor:pointer;inset:0;background:rgba(0,0,0,.25);border-radius:22px;transition:.25s}
.eccc-switch-track::before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.25s}
.eccc-switch input:checked+.eccc-switch-track{background:#22c55e}
.eccc-switch input:checked+.eccc-switch-track::before{transform:translateX(18px)}
.eccc-switch input:disabled+.eccc-switch-track{opacity:.5;cursor:not-allowed}
.eccc-save-row{margin-top:8px}
.eccc-powered{font-size:10px;opacity:.4;margin-top:10px;text-align:center;color:inherit}
.eccc-decl{padding:16px 0}
.eccc-decl h3{font-size:16px;margin:16px 0 8px;color:inherit}
.eccc-decl table{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:16px}
.eccc-decl th,.eccc-decl td{padding:6px 8px;text-align:left;border-bottom:1px solid rgba(0,0,0,.1)}
.eccc-decl th{font-weight:600;background:rgba(0,0,0,.03)}
#eccc-reopen.eccc-reopen{position:fixed;bottom:20px;z-index:999997;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .2s,opacity .2s;padding:0;line-height:1;min-width:0;min-height:0}
#eccc-reopen.eccc-reopen:hover{transform:scale(1.1)}
#eccc-reopen.eccc-reopen svg{width:22px;height:22px;fill:currentColor}
#eccc-reopen.eccc-reopen-left{left:20px}
#eccc-reopen.eccc-reopen-right{right:20px}
#eccc-reopen.eccc-reopen-pill{border-radius:22px;width:auto;padding:0 16px;gap:6px;font-size:12px;font-weight:600}
#eccc-reopen.eccc-reopen-text{border-radius:8px;width:auto;padding:8px 16px;font-size:12px;font-weight:600}
#eccc-reopen.eccc-reopen-text svg{display:none}
#eccc-reopen.eccc-reopen-hidden{display:none!important}
@media(max-width:600px){.eccc-layout-box.eccc-pos-center,.eccc-layout-box.eccc-pos-bottom,.eccc-layout-box.eccc-pos-top,.eccc-layout-box.eccc-pos-bottom-left,.eccc-layout-box.eccc-pos-bottom-right{width:95vw;left:2.5vw;right:2.5vw;transform:none}.eccc-layout-box.eccc-pos-center.eccc-visible{transform:none}.eccc-layout-box{padding:16px 18px}.eccc-buttons{flex-direction:column}.eccc-banner button.eccc-btn{width:100%;text-align:center}}
