.cc-modal-backdrop{z-index:50;background:#0a0e088c;justify-content:center;align-items:center;padding:4vmin;animation:.16s both ccModalIn;display:flex;position:fixed;inset:0}@keyframes ccModalIn{0%{opacity:0}to{opacity:1}}.cc-modal-panel{color:#f6e3b4;text-align:center;background:linear-gradient(#6f4d2c,#543720);border:3px solid #3a2410;border-radius:18px;width:min(92vw,1040px);max-height:84vh;padding:26px 24px 24px;font-family:Fredoka,Segoe UI Rounded,system-ui,sans-serif;animation:.22s cubic-bezier(.34,1.56,.64,1) both ccPanelIn;position:relative;overflow:auto;box-shadow:0 14px 44px #00000073,inset 0 2px #fff0c81f}@keyframes ccPanelIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.cc-modal-title{letter-spacing:.01em;margin:0 0 8px;font-size:clamp(1.2rem,3.4vmin,1.7rem);font-weight:800}.cc-modal-soon{opacity:.82;margin:0;font-size:clamp(.85rem,2.2vmin,1rem)}.cc-modal-close{cursor:pointer;color:#f6e3b4;background:#00000040;border:0;border-radius:50%;width:34px;height:34px;font-size:17px;line-height:1;transition:background .15s,transform .15s;position:absolute;top:10px;right:12px}.cc-modal-close:hover{background:#0000006b;transform:scale(1.06)}.cc-modal-close:focus-visible{outline-offset:2px;outline:2px solid #ffe9b0}@media (prefers-reduced-motion:reduce){.cc-modal-backdrop,.cc-modal-panel{animation-duration:1ms}}
