#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a2e;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 9999;
    font-size: 14px;
}
#cookie-banner p { margin: 0; flex: 1; }
#cookie-banner a { color: #f90; }
#cookie-banner button { padding: 6px 14px; cursor: pointer; border: none; }
#cookie-accept { background: #f90; color: #000; font-weight: bold; }
#cookie-refuse { background: #444; color: #fff; }