.ah-consent{position:fixed;left:0;right:0;bottom:0;z-index:2147483000;background:rgba(12,12,12,.97);border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -8px 30px rgba(0,0,0,.45);color:#f0f0f0;font-family:var(--font-dm-sans),system-ui,sans-serif;-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);animation:ah-consent-in .28s ease-out}@keyframes ah-consent-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ah-consent__inner{max-width:1080px;margin:0 auto;padding:8px 14px calc(8px + env(safe-area-inset-bottom, 0px));display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.ah-consent__text{margin:0;font-size:12.5px;line-height:1.35;color:rgba(240,240,240,.9)}.ah-consent__link{color:#b6ff2c;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;margin-left:6px}.ah-consent__actions{display:flex;gap:8px;flex-shrink:0}.ah-consent__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;font-weight:700;font-size:12.5px;letter-spacing:.01em;padding:7px 16px;min-width:88px;border-radius:8px;border:1px solid transparent;transition:filter .15s ease,background .15s ease}.ah-consent__btn--accept{background:#b6ff2c;color:#0a0a0a}.ah-consent__btn--reject{background:#2a2a2a;color:#ffffff;border-color:rgba(255,255,255,.22)}.ah-consent__btn:hover{filter:brightness(1.08)}.ah-consent__btn:focus-visible,.ah-consent__link:focus-visible{outline:3px solid #6db3ff;outline-offset:2px}@media (max-width:640px){.ah-consent__inner{flex-direction:column;align-items:stretch;gap:12px;padding:14px 16px calc(14px + env(safe-area-inset-bottom, 0px))}.ah-consent__actions{width:100%}.ah-consent__btn{flex:1 1}}@media (prefers-reduced-motion:reduce){.ah-consent{animation:none}}