.cookie-banner {
    position: fixed;
    left:20px;
    right:20px;
    bottom:20px;
    background:#0f1b33;
    color:white;
    padding:16px;
    border-radius:14px;
    box-shadow:0 10px 40px rgba(0,0,0,.4);
    z-index:9999;
    font-family:system-ui,sans-serif;
}

.cookie-banner a {
    color:#fde513;
}

.cookie-buttons button {
    padding:8px 14px;
    border-radius:8px;
    border:none;
    cursor:pointer;
    font-weight:bold;
}