
.kvas-cookie-consent{position:fixed;left:18px;right:18px;bottom:18px;z-index:99999;display:none;justify-content:center;pointer-events:none}.kvas-cookie-consent.show{display:flex}.kvas-cookie-card{width:min(760px,100%);pointer-events:auto;border:1px solid rgba(132,170,255,.28);border-radius:24px;background:linear-gradient(180deg,rgba(16,32,62,.98),rgba(5,13,30,.98));box-shadow:0 26px 80px rgba(0,0,0,.45),0 0 34px rgba(43,124,255,.16);padding:18px;color:#f5f8ff;font-family:Arial,Helvetica,sans-serif;animation:kvasCookieIn .38s cubic-bezier(.2,.8,.2,1) both}.kvas-cookie-title{font-size:18px;font-weight:950;margin:0 0 8px}.kvas-cookie-text{margin:0;color:#b8c7e4;line-height:1.55;font-size:14px}.kvas-cookie-text a{color:#83caff;font-weight:850}.kvas-cookie-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.kvas-cookie-actions button{min-height:40px;border-radius:999px;border:1px solid rgba(132,170,255,.22);padding:9px 14px;background:rgba(255,255,255,.045);color:#fff;font-weight:900;cursor:pointer}.kvas-cookie-actions .accept{background:linear-gradient(135deg,#0b6fff,#4db3ff);border-color:rgba(107,189,255,.55)}.kvas-cookie-actions .necessary{color:#dce8ff}.kvas-cookie-small{font-size:12px;color:#8599ba;margin-top:10px}@keyframes kvasCookieIn{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:620px){.kvas-cookie-actions{flex-direction:column}.kvas-cookie-actions button{width:100%}}
