.legal-list{display:grid;gap:18px}
.legal-list article{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}
.legal-list h2{margin:0 0 8px;font-size:25px}
.legal-list ul{margin:10px 0 0;padding-left:22px;color:var(--muted)}
.cookie-notice{position:fixed;left:20px;right:20px;bottom:20px;z-index:100;background:#07101f;color:#d6e5f8;border:1px solid rgba(255,255,255,.16);border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.32);padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.cookie-notice[hidden]{display:none}
.cookie-notice strong{color:#fff}
.cookie-notice p{margin:4px 0 0;color:#b7cae5}
.cookie-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:0 0 auto}
.cookie-actions a,.cookie-actions button{font:inherit;font-weight:900;text-decoration:none;border-radius:999px;padding:10px 13px}
.cookie-actions a{color:#fff;border:1px solid rgba(255,255,255,.18)}
.cookie-actions button{cursor:pointer;border:0;background:#fff;color:#07101f}
.cookie-actions button:last-child{background:linear-gradient(135deg,var(--blue),var(--cyan));color:#041126}
@media(max-width:620px){.cookie-notice{flex-direction:column;align-items:flex-start}.cookie-actions{width:100%}.cookie-actions a,.cookie-actions button{flex:1;text-align:center}}
