:root{--cc-z-banner:1040;--cc-z-modal:1060;--cc-ink:#080c17;--cc-muted:#374151;--cc-line:#e5e7eb;--cc-soft:#f7f9fc;--cc-blue:#1554C9;--cc-cyan:#00d9ff}.cc-banner[hidden],.cc-modal[hidden]{display:none!important}.cc-banner{position:fixed;left:max(1rem,env(safe-area-inset-left));bottom:max(1rem,env(safe-area-inset-bottom));z-index:var(--cc-z-banner);width:min(26.5rem,calc(100vw - 6.75rem));padding:1.15rem 1.2rem 1.2rem;border-radius:18px;background:rgba(255,255,255,.97);border:1px solid var(--cc-line);box-shadow:0 16px 44px rgba(8,12,23,.12);color:var(--cc-muted);display:none;opacity:0;transform:translateY(12px);transition:opacity .28s ease,transform .28s ease}.cc-banner.cc-ready{display:block}.cc-banner.cc-visible{opacity:1;transform:none}.cc-banner h2{font-family:"Exo 2",sans-serif;font-size:1.02rem;font-weight:700;color:var(--cc-ink);margin:0 0 .45rem;line-height:1.3}.cc-banner p{font-size:.86rem;line-height:1.6;color:var(--cc-muted);margin:0 0 1rem}.cc-banner a,.cc-modal a{color:#0b3d91!important;font-weight:600;text-decoration:underline!important;text-underline-offset:2px;text-decoration-thickness:1.5px}.cc-banner a:focus,.cc-banner a:hover,.cc-modal a:focus,.cc-modal a:hover{color:#072a66!important;text-decoration:underline!important}.cc-actions{display:flex;flex-wrap:wrap;gap:.5rem}.cc-btn{flex:1 1 8.5rem;min-height:2.65rem;padding:.55rem 1rem;border-radius:50px;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:center;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.cc-btn-accept{color:#fff;background:linear-gradient(135deg,var(--cc-blue),var(--cc-cyan))}.cc-btn-reject{color:var(--cc-ink);background:#fff;border-color:#d1d5db}.cc-btn-accept:focus-visible,.cc-btn-accept:hover,.cc-btn-reject:focus-visible,.cc-btn-reject:hover{filter:brightness(1.04)}.cc-btn-manage:focus-visible,.cc-btn:focus-visible,.cc-modal-close:focus-visible,.cc-switch input:focus-visible+.cc-slider{outline:2px solid var(--cc-blue);outline-offset:3px}.cc-btn-manage{flex:1 1 100%;background:0 0;border:0;color:var(--cc-muted);font-size:.84rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;padding:.35rem .15rem;cursor:pointer;font-family:inherit;text-align:left}.cc-btn-manage:hover{color:var(--cc-ink)}.cc-modal{position:fixed;inset:0;z-index:var(--cc-z-modal);display:none;align-items:center;justify-content:center;padding:1rem;background:rgba(8,12,23,.42)}.cc-modal.cc-visible{display:flex}.cc-modal-inner{position:relative;width:min(36rem,100%);max-height:min(88vh,44rem);overflow-y:auto;padding:1.6rem 1.45rem 1.45rem;border-radius:20px;background:#fff;border:1px solid var(--cc-line);box-shadow:0 22px 60px rgba(8,12,23,.16)}.cc-modal-inner h2{font-family:"Exo 2",sans-serif;font-size:1.22rem;color:var(--cc-ink);margin:0 1.8rem .5rem 0}.cc-legal-note,.cc-modal-intro,.cc-note{font-size:.86rem;line-height:1.6;color:var(--cc-muted);margin:0 0 1.1rem}.cc-legal-note{margin:1rem 0 0;font-size:.78rem;color:#6b7280}.cc-modal-close{position:absolute;top:.85rem;right:.85rem;width:2.25rem;height:2.25rem;border:0;border-radius:50%;background:var(--cc-soft);color:var(--cc-ink);cursor:pointer;font-size:1.15rem;line-height:1}.cc-modal-close:hover{background:#e8eef6}.cc-gpc-note{display:none;gap:.65rem;align-items:flex-start;padding:.85rem 1rem;border-radius:12px;margin-bottom:1rem;background:#eef7f1;border:1px solid #cde8d6;font-size:.84rem;line-height:1.55;color:var(--cc-muted)}.cc-gpc-note.cc-shown{display:flex}.cc-gpc-note strong{color:var(--cc-ink)}.cc-cat{padding:1rem 1.05rem;border-radius:14px;background:var(--cc-soft);border:1px solid var(--cc-line);margin-bottom:.75rem}.cc-cat-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.cc-cat-head h3{font-family:"Exo 2",sans-serif;font-size:.98rem;color:var(--cc-ink);margin:0}.cc-cat p{font-size:.84rem;line-height:1.55;color:var(--cc-muted);margin:0}.cc-locked{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#0f6b4c;font-weight:700;white-space:nowrap}.cc-switch{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0}.cc-switch input{opacity:0;width:0;height:0}.cc-slider{position:absolute;cursor:pointer;inset:0;border-radius:26px;background:#d1d5db;transition:background-color .2s ease}.cc-slider::before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;border-radius:50%;background:#fff;transition:transform .2s ease}.cc-switch input:checked+.cc-slider{background:linear-gradient(135deg,var(--cc-blue),var(--cc-cyan))}.cc-switch input:checked+.cc-slider::before{transform:translateX(20px)}.cc-modal-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.15rem}@media (max-width:575px){.cc-banner{left:max(.65rem,env(safe-area-inset-left));bottom:max(.65rem,env(safe-area-inset-bottom));width:calc(100vw - 5.75rem);padding:1rem 1rem 1.05rem}.cc-btn{flex:1 1 calc(50% - 0.25rem)}}@media (max-width:380px){.cc-banner{width:calc(100vw - 1.3rem);bottom:5.25rem}.cc-btn{flex-basis:100%}}@media (prefers-reduced-motion:reduce){.cc-banner,.cc-btn,.cc-slider,.cc-slider::before{transition:none!important;transform:none!important}}