.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:200;display:flex;justify-content:center;padding:14px;padding-bottom:calc(14px + env(safe-area-inset-bottom));animation:.3s cookieBannerIn}@keyframes cookieBannerIn{from{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-card{width:100%;max-width:560px;background:var(--bg1);border:1px solid var(--border);border-radius:20px;padding:18px 20px;box-shadow:0 20px 60px rgba(0,0,0,.45);display:flex;flex-direction:column;gap:12px}.cookie-banner-text{font-size:.85rem;line-height:1.45;color:var(--text-muted);text-align:left}.cookie-banner-text a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.cookie-banner-actions{display:flex;gap:10px;flex-wrap:wrap}.cookie-banner-actions button{flex:1 1 120px;border-radius:14px;padding:11px 16px;font-size:.86rem;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid var(--border);transition:transform .15s,background .2s,border-color .2s}.cookie-banner-actions button:active{transform:scale(.96)}.cookie-banner-accept{background:#0c7ec0;color:#ebecec;border-color:transparent}.cookie-banner-reject{background:0 0;color:var(--text-main)}@media (min-width:420px){.cookie-banner-actions{justify-content:flex-end}.cookie-banner-actions button{flex:0 0 auto;min-width:120px}}