.cc-window{font-family:var(--font-geist-sans),system-ui,sans-serif}.cc-window.cc-banner{background-color:rgb(255 255 255);box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}html.dark .cc-window.cc-banner{background-color:rgb(17 24 39)}.cc-window .cc-header{font-size:1.25rem;line-height:1.75rem;font-weight:600;color:rgb(17 24 39);margin-bottom:.5rem}html.dark .cc-window .cc-header{color:rgb(255 255 255)}.cc-window .cc-message{color:rgb(75 85 99);font-size:.875rem;line-height:1.625}html.dark .cc-window .cc-message{color:rgb(209 213 219)}.cc-window .cc-compliance{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.cc-window .cc-btn{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;text-decoration:none}.cc-window .cc-btn:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px rgb(255 255 255),0 0 0 4px currentColor}.cc-window .cc-btn.cc-allow{background-color:rgb(37 99 235);color:rgb(255 255 255)}.cc-window .cc-btn.cc-allow:hover{background-color:rgb(29 78 216)}.cc-window .cc-btn.cc-allow:focus{box-shadow:0 0 0 2px rgb(255 255 255),0 0 0 4px rgb(59 130 246)}.cc-window .cc-btn.cc-deny{background-color:rgb(229 231 235);color:rgb(17 24 39)}.cc-window .cc-btn.cc-deny:hover{background-color:rgb(209 213 219)}html.dark .cc-window .cc-btn.cc-deny{background-color:rgb(55 65 81);color:rgb(255 255 255)}html.dark .cc-window .cc-btn.cc-deny:hover{background-color:rgb(75 85 99)}.cc-window .cc-btn.cc-deny:focus{box-shadow:0 0 0 2px rgb(255 255 255),0 0 0 4px rgb(107 114 128)}.cc-window .cc-btn.cc-settings{background-color:transparent;color:rgb(55 65 81);border:1px solid rgb(209 213 219)}.cc-window .cc-btn.cc-settings:hover{background-color:rgb(243 244 246)}html.dark .cc-window .cc-btn.cc-settings{color:rgb(209 213 219);border-color:rgb(75 85 99)}html.dark .cc-window .cc-btn.cc-settings:hover{background-color:rgb(31 41 55)}.cc-window .cc-btn.cc-settings:focus{box-shadow:0 0 0 2px rgb(255 255 255),0 0 0 4px rgb(107 114 128)}.cc-window.cc-modal{background-color:rgb(255 255 255);border-radius:.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0/.25);max-width:42rem;margin-left:auto;margin-right:auto}html.dark .cc-window.cc-modal{background-color:rgb(17 24 39)}.cc-window.cc-modal .cc-modal-header{border-bottom:1px solid rgb(229 231 235);padding:1.5rem}html.dark .cc-window.cc-modal .cc-modal-header{border-bottom-color:rgb(55 65 81)}.cc-window.cc-modal .cc-modal-title{font-size:1.5rem;line-height:2rem;font-weight:600;color:rgb(17 24 39)}html.dark .cc-window.cc-modal .cc-modal-title{color:rgb(255 255 255)}.cc-window.cc-modal .cc-modal-body{padding:1.5rem;max-height:60vh;overflow-y:auto}.cc-window.cc-modal .cc-section{margin-bottom:1.5rem}.cc-window.cc-modal .cc-section:last-child{margin-bottom:0}.cc-window.cc-modal .cc-section-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:rgb(17 24 39);margin-bottom:.5rem}html.dark .cc-window.cc-modal .cc-section-title{color:rgb(255 255 255)}.cc-window.cc-modal .cc-section-desc{color:rgb(75 85 99);font-size:.875rem;margin-bottom:1rem}html.dark .cc-window.cc-modal .cc-section-desc{color:rgb(209 213 219)}.cc-window.cc-modal .cc-toggle{position:relative;display:inline-flex;align-items:center;cursor:pointer}.cc-window.cc-modal .cc-toggle input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.cc-window.cc-modal .cc-toggle-slider{width:2.75rem;height:1.5rem;background-color:rgb(229 231 235);border-radius:9999px}.cc-window.cc-modal .cc-toggle input:focus+.cc-toggle-slider{box-shadow:0 0 0 4px rgb(147 197 253)}html.dark .cc-window.cc-modal .cc-toggle input:focus+.cc-toggle-slider{box-shadow:0 0 0 4px rgb(30 58 138)}html.dark .cc-window.cc-modal .cc-toggle-slider{background-color:rgb(55 65 81)}.cc-window.cc-modal .cc-toggle input:checked+.cc-toggle-slider{background-color:rgb(37 99 235)}.cc-window.cc-modal .cc-toggle-slider:before{position:absolute;left:2px;top:2px;background-color:rgb(255 255 255);width:1.25rem;height:1.25rem;border-radius:9999px;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;content:""}.cc-window.cc-modal .cc-toggle input:checked+.cc-toggle-slider:before{transform:translateX(1.25rem)}.cc-window.cc-modal .cc-modal-footer{border-top:1px solid rgb(229 231 235);padding:1.5rem;display:flex;justify-content:flex-end;gap:.5rem}html.dark .cc-window.cc-modal .cc-modal-footer{border-top-color:rgb(55 65 81)}.cc-window.cc-modal-backdrop{background-color:rgb(0 0 0/.5)}.cc-window{animation:cc-fade-in .3s ease-out}@keyframes cc-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}