#cookie-accept,#cookie-decline{font-size:.88rem;cursor:pointer}#cookie-banner{position:fixed;bottom:-120px;left:0;right:0;background:#1e293b;color:#e2e8f0;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:9999;box-shadow:0 -4px 20px rgba(0,0,0,.25);transition:bottom .4s;flex-wrap:wrap}#cookie-banner.visible{bottom:0}.cookie-text{font-size:.88rem;line-height:1.6;flex:1;min-width:200px}.cookie-text a{color:#60a5fa;text-decoration:underline}.cookie-text a:hover{color:#93c5fd}.cookie-icon{font-size:1.1rem;margin-right:6px}.cookie-buttons{display:flex;gap:10px;flex-shrink:0}#cookie-accept{background:#2563eb;color:#fff;border:none;padding:9px 22px;border-radius:99px;font-weight:700;transition:background .2s}#cookie-accept:hover{background:#1d4ed8}#cookie-decline{background:0 0;color:#94a3b8;border:1.5px solid #475569;padding:9px 18px;border-radius:99px;font-weight:600;transition:.2s}#cookie-decline:hover{color:#e2e8f0;border-color:#94a3b8}@media (max-width:480px){#cookie-banner{flex-direction:column;align-items:flex-start;padding:14px 16px;bottom:-180px}.cookie-buttons{width:100%}#cookie-accept,#cookie-decline{flex:1;text-align:center}}