.cookie-consent{position:fixed;z-index:1100;pointer-events:none}.cookie-consent>*{pointer-events:auto}.cookie-consent__fab{position:fixed;left:20px;bottom:20px;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(110,184,255,.35);border-radius:50%;background:linear-gradient(180deg,rgba(28,31,38,.98),rgba(15,23,42,.98));color:var(--primary-brand-blue);box-shadow:0 8px 24px rgba(0,0,0,.35);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease}.cookie-consent__fab:focus-visible,.cookie-consent__fab:hover{border-color:rgba(110,184,255,.65);color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.45);outline:none}.cookie-consent__panel{position:fixed;left:20px;bottom:84px;width:min(100vw - 40px,560px);max-height:min(80vh,640px);display:flex;flex-direction:column;border-radius:16px;border:1px solid rgba(110,184,255,.28);background:linear-gradient(180deg,rgba(28,31,38,.98),rgba(15,23,42,.98));box-shadow:0 24px 60px rgba(0,0,0,.45);overflow:hidden;animation:cookie-consent-slide-up .25s ease}.cookie-consent__panel--banner{left:20px;right:20px;bottom:20px;width:auto;max-width:720px;margin:0 auto}@keyframes cookie-consent-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.cookie-consent__panel{animation:none}}.cookie-consent__header{display:flex;align-items:flex-start;gap:14px;padding:20px 20px 0}.cookie-consent__icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;object-fit:cover}.cookie-consent__title{margin:0 0 6px;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.cookie-consent__text{margin:0;font-size:.9rem;line-height:1.55;color:var(--text-secondary)}.cookie-consent__privacy-link{display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-size:.9rem;color:var(--primary-brand-blue);text-decoration:none;cursor:pointer;transition:color .2s ease}.cookie-consent__privacy-link:focus-visible,.cookie-consent__privacy-link:hover{color:#fff;outline:none}.cookie-consent__body{padding:16px 20px;overflow-y:auto}.cookie-consent__category{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.08)}.cookie-consent__category:last-child{border-bottom:0}.cookie-consent__category-info{min-width:0}.cookie-consent__category-label{margin:0 0 4px;font-size:.95rem;font-weight:600;color:var(--text-primary)}.cookie-consent__category-desc{margin:0;font-size:.82rem;line-height:1.45;color:var(--text-secondary)}.cookie-consent__table-wrap{margin-top:8px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.08)}.cookie-consent__table-title{margin:0 0 12px;font-size:.95rem;font-weight:600;color:var(--text-primary)}.cookie-consent__table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.cookie-consent__table{width:100%;min-width:520px;border-collapse:collapse;font-size:.78rem;line-height:1.45}.cookie-consent__table td,.cookie-consent__table th{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid hsla(0,0%,100%,.08)}.cookie-consent__table th{font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-secondary);background:hsla(0,0%,100%,.03)}.cookie-consent__table tbody tr:last-child td{border-bottom:0}.cookie-consent__cookie-name{display:block;font-weight:600;color:var(--text-primary);word-break:break-word}.cookie-consent__cookie-provider{display:block;margin-top:2px;font-size:.72rem;color:var(--text-secondary)}.cookie-consent__toggle{position:relative;flex-shrink:0;width:44px;height:24px}.cookie-consent__toggle input{position:absolute;opacity:0;width:0;height:0}.cookie-consent__toggle-track{position:absolute;inset:0;border-radius:999px;background:hsla(0,0%,100%,.14);cursor:pointer;transition:background-color .2s ease}.cookie-consent__toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease}.cookie-consent__toggle input:checked+.cookie-consent__toggle-track{background:var(--primary-brand-blue)}.cookie-consent__toggle input:checked+.cookie-consent__toggle-track .cookie-consent__toggle-thumb{transform:translateX(20px)}.cookie-consent__toggle input:disabled+.cookie-consent__toggle-track{opacity:.55;cursor:not-allowed}.cookie-consent__toggle input:focus-visible+.cookie-consent__toggle-track{outline:2px solid var(--primary-brand-blue);outline-offset:2px}.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:10px;padding:0 20px 20px}.cookie-consent__btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:8px;border:1px solid transparent;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.cookie-consent__btn--primary{background:linear-gradient(90deg,#4f8cff,#8b5cf6);color:#fff}.cookie-consent__btn--primary:focus-visible,.cookie-consent__btn--primary:hover{filter:brightness(1.08);outline:none}.cookie-consent__btn--secondary{background:transparent;border-color:hsla(0,0%,100%,.2);color:var(--text-primary)}.cookie-consent__btn--secondary:focus-visible,.cookie-consent__btn--secondary:hover{border-color:rgba(110,184,255,.5);outline:none}.cookie-consent__btn--ghost{background:transparent;color:var(--text-secondary)}.cookie-consent__btn--ghost:focus-visible,.cookie-consent__btn--ghost:hover{color:var(--text-primary);outline:none}@media (max-width:767px){.cookie-consent__fab{left:16px;bottom:16px}.cookie-consent__panel{left:16px;right:16px;bottom:76px;width:auto}.cookie-consent__panel--banner{left:16px;right:16px;bottom:16px}.cookie-consent__actions{flex-direction:column}.cookie-consent__btn{width:100%}}