/* Çerez izin çubuğu (src/partials/consent.html). Site CSS'inin .btn/.ghost
   sınıflarını kullanır; burada yalnız yerleşim. Değişince YENİ AD (v2). */
.consent{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#0A1832;color:#e6ecf7;border-top:1px solid rgba(255,255,255,.14);box-shadow:0 -8px 32px rgba(0,0,0,.35);padding:14px 20px;display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:center;font-size:.92rem;line-height:1.45}
.consent[hidden]{display:none}
.consent p{margin:0;max-width:64ch}
.consent a{color:#9fd3ff;text-decoration:underline}
.consent-actions{display:flex;gap:10px;flex-shrink:0}
.consent .btn{padding:.55em 1.1em;font-size:.92rem}
@media (max-width:560px){.consent{padding:12px 14px}.consent-actions{width:100%;justify-content:flex-end}}
