.cookie-banner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cookie-banner{font-family:Ubuntu,sans-serif;position:fixed;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:24px;max-width:570px;width:calc(100% - 32px);z-index:9999;animation:slideIn .3s ease-out;display:flex;flex-direction:row;justify-content:space-between;gap:20px}.cookie-banner--bottom-left{bottom:16px;left:16px}.cookie-banner--bottom-center{bottom:16px;left:50%;transform:translateX(-50%);animation:slideInCenter .3s ease-out}.cookie-banner--bottom-right{bottom:16px;right:16px}.cookie-banner--top-left{top:16px;left:16px}.cookie-banner--top-center{top:16px;left:50%;transform:translateX(-50%);animation:slideInCenter .3s ease-out}.cookie-banner--top-right{top:16px;right:16px}.cookie-banner--preview{pointer-events:none;opacity:.95}.cookie-banner__description{font-size:14px;line-height:1.3;color:#666;margin:0}.cookie-banner__description a{color:#06c;transition:color .2s;text-decoration:underline}.cookie-banner__description a:hover{color:#049}.cookie-banner__actions{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;justify-content:flex-end}.cookie-banner__btn{flex:1 1;min-width:120px;padding:12px 24px;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.cookie-banner__btn--accept{background:#06c;color:#fff}.cookie-banner__btn--accept:hover{background:#0052a3;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,102,204,.3)}.cookie-banner__btn--accept:active{transform:translateY(0)}.cookie-banner__btn--decline{background:#f5f5f5;color:#666}.cookie-banner__btn--decline:hover{background:#e0e0e0;color:#333}.cookie-banner__btn--decline:active{background:#d0d0d0}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInCenter{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:768px){.cookie-banner{max-width:none;width:calc(100% - 16px);padding:20px}.cookie-banner--bottom-left,.cookie-banner--bottom-right{left:8px;right:8px;bottom:8px}.cookie-banner--bottom-center{left:8px;right:8px;bottom:8px;transform:none}.cookie-banner--top-left,.cookie-banner--top-right{left:8px;right:8px;top:8px}.cookie-banner--top-center{left:8px;right:8px;top:8px;transform:none}.cookie-banner__title{font-size:18px}.cookie-banner__description{font-size:13px}.cookie-banner__actions{flex-direction:row}.cookie-banner__btn{width:100%;min-width:auto}}@media(prefers-color-scheme:dark){.cookie-banner{background:#2a2a2a;box-shadow:0 4px 20px rgba(0,0,0,.5)}.cookie-banner__title{color:#fff}.cookie-banner__description{color:#b0b0b0}.cookie-banner__description a{color:#4da6ff}.cookie-banner__description a:hover{color:#80c1ff}.cookie-banner__btn--decline{background:#3a3a3a;color:#b0b0b0}.cookie-banner__btn--decline:hover{background:#4a4a4a;color:#fff}.cookie-banner-overlay{background:rgba(0,0,0,.7)}}