#savvy-cs-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999999;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}.savvy-cs-popup{background:#fff;border-radius:16px;padding:40px 48px;max-width:480px;width:100%;text-align:center;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);animation:savvy-cs-fadeIn 0.3s ease-out}@keyframes savvy-cs-fadeIn{from{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.savvy-cs-logo{margin-bottom:24px}.savvy-cs-logo img{max-width:180px;height:auto}.savvy-cs-popup h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px 0;line-height:1.3}.savvy-cs-popup p{font-size:15px;color:#666;margin:0 0 32px 0;line-height:1.5}.savvy-cs-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.savvy-cs-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 28px;border:2px solid #e5e5e5;border-radius:12px;background:#fff;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);text-decoration:none;min-width:160px;outline:none;position:relative;overflow:hidden}.savvy-cs-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);transition:left 0.5s ease}.savvy-cs-btn:hover::before{left:100%}.savvy-cs-btn:hover{border-color:#3b82f6;background:linear-gradient(135deg,#f0f7ff 0%,#e0efff 100%);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px rgb(59 130 246 / .2),0 4px 8px rgb(59 130 246 / .1)}.savvy-cs-btn:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .3),0 4px 12px rgb(59 130 246 / .15);transform:translateY(-2px)}.savvy-cs-btn:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .4),0 4px 12px rgb(59 130 246 / .15);outline:none}.savvy-cs-btn:active{transform:translateY(1px) scale(.98);box-shadow:0 2px 8px rgb(59 130 246 / .15),inset 0 2px 4px rgb(0 0 0 / .05);background:linear-gradient(135deg,#e0efff 0%,#d0e7ff 100%);transition:all 0.1s ease}.savvy-cs-flag{font-size:28px;line-height:1;transition:transform 0.3s cubic-bezier(.4,0,.2,1)}.savvy-cs-btn:hover .savvy-cs-flag{transform:scale(1.15)}.savvy-cs-country-name{font-size:16px;font-weight:600;color:#1a1a1a;transition:color 0.3s ease}.savvy-cs-btn:hover .savvy-cs-country-name{color:#1e40af}@media (max-width:480px){.savvy-cs-popup{padding:32px 24px}.savvy-cs-popup h2{font-size:20px}.savvy-cs-buttons{flex-direction:column}.savvy-cs-btn{width:100%;min-width:auto}}