.cc-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;padding:1.25rem;animation:.25s cc-fade;display:flex;position:fixed;inset:0}.cc-card{background:var(--graphite);border:1px solid var(--line);width:100%;max-width:520px;max-height:85vh;color:var(--cloud);border-radius:22px;outline:none;padding:2rem;animation:.28s cubic-bezier(.22,1,.36,1) cc-rise;overflow-y:auto;box-shadow:0 24px 60px #00000080}.cc-card__title{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.4rem}.cc-card__text{color:var(--mist);font-size:.92rem;line-height:1.6}.cc-card__text a{color:var(--cloud);text-underline-offset:2px;text-decoration:underline}.cc-actions{flex-wrap:wrap;gap:.6rem;margin-top:1.5rem;display:flex}.cc-btn{min-width:130px;font-family:var(--sans);cursor:pointer;border-radius:999px;flex:auto;padding:.85rem 1.2rem;font-size:.95rem;font-weight:700;transition:transform .15s,background-color .2s,border-color .2s}.cc-btn:active{transform:translateY(1px)}.cc-btn--primary{background:var(--yellow);color:var(--graphite);border:1px solid var(--yellow)}.cc-btn--ghost{color:var(--cloud);background:0 0;border:1px solid #f4f6f047}.cc-btn--ghost:hover{border-color:#f4f6f08c}.cc-btn--text{color:var(--mist);background:0 0;border:1px solid #0000;flex:none;min-width:0}.cc-btn--text:hover{color:var(--cloud)}.cc-btn:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.cc-cats{flex-direction:column;gap:.4rem;margin-top:1.25rem;display:flex}.cc-cat{border-top:1px solid var(--line);padding:1rem 0}.cc-cat__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cc-cat__toggle-detail{color:var(--cloud);font-family:var(--sans);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:inline-flex}.cc-cat__chevron{transition:transform .2s;display:inline-block}.cc-cat__chevron.is-open{transform:rotate(90deg)}.cc-cat__desc{color:var(--mist);margin-top:.5rem;font-size:.85rem;line-height:1.5}.cc-cat__cookies{margin-top:.75rem;overflow-x:auto}.cc-cat__cookies table{border-collapse:collapse;width:100%;font-size:.78rem}.cc-cat__cookies th,.cc-cat__cookies td{text-align:left;color:var(--mist);border-bottom:1px solid var(--line);white-space:nowrap;padding:.4rem .6rem .4rem 0}.cc-cat__cookies th{color:var(--cloud);font-weight:700}.cc-cat__empty{color:var(--mist);font-size:.8rem}.cc-switch{cursor:pointer;flex:none;align-items:center;gap:.55rem;display:inline-flex}.cc-switch input{opacity:0;width:0;height:0;position:absolute}.cc-switch__track{background:#f4f6f024;border:1px solid #f4f6f038;border-radius:999px;width:2.6rem;height:1.5rem;transition:background-color .2s,border-color .2s;position:relative}.cc-switch__track:after{content:"";background:var(--cloud);border-radius:50%;width:1.15rem;height:1.15rem;transition:transform .2s;position:absolute;top:2px;left:2px}.cc-switch input:checked+.cc-switch__track{background:var(--yellow);border-color:var(--yellow)}.cc-switch input:checked+.cc-switch__track:after{background:var(--graphite);transform:translate(1.1rem)}.cc-switch input:disabled+.cc-switch__track{opacity:.55;cursor:not-allowed}.cc-switch input:focus-visible+.cc-switch__track{outline:2px solid var(--yellow);outline-offset:2px}.cc-switch__label{color:var(--mist);text-align:right;min-width:4.5rem;font-size:.75rem}@keyframes cc-fade{0%{opacity:0}to{opacity:1}}@keyframes cc-rise{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.cc-overlay,.cc-card{animation:none}.cc-switch__track:after,.cc-cat__chevron{transition:none}}
