.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:100;background:rgba(2,6,23,.96);border-top:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--color-text-primary);padding:1rem 1.25rem}.cookie-consent__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:space-between}.cookie-consent__text{flex:1 1 320px;margin:0;font-size:.9rem;line-height:1.5;color:var(--color-text-secondary)}.cookie-consent__text a{color:var(--color-accent-primary,#3b82f6);text-decoration:underline;text-underline-offset:2px}.cookie-consent__actions{display:flex;gap:.5rem;flex-shrink:0}.cookie-consent__btn{min-height:44px;padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.cookie-consent__btn--reject{background:transparent;border:1px solid rgba(255,255,255,.25);color:var(--color-text-primary)}.cookie-consent__btn--reject:hover{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.04)}.cookie-consent__btn--accept{background:#1d4ed8;border:1px solid #1d4ed8;color:#fff}.cookie-consent__btn--accept:hover{background:#1e40af}@media (max-width:600px){.cookie-consent{padding:.5rem .75rem}.cookie-consent__inner{flex-direction:row;align-items:center;gap:.5rem}.cookie-consent__text{font-size:.78rem;line-height:1.35;flex:1 1 auto}.cookie-consent__btn{min-height:36px;padding:.4rem .75rem;font-size:.8rem;flex-shrink:0}.cookie-consent__actions{gap:.35rem}}body:has(.cookie-consent){padding-bottom:120px}@media (max-width:600px){body:has(.cookie-consent){padding-bottom:100px}}