.allinx-consent{position:fixed;left:0;right:0;bottom:0;z-index:9000;padding:1rem;background:var(--bg-dark,#16232b);border-top:3px solid var(--teal,#2fc7b5);box-shadow:0 -4px 24px rgba(0,0,0,.25);transform:translateY(110%);transition:transform .35s ease,opacity .35s ease}.allinx-consent.is-visible{transform:translateY(0)}.allinx-consent.is-gone{transform:translateY(110%);opacity:0;pointer-events:none}.allinx-consent__inner{max-width:1200px;margin:0 auto;display:flex;gap:1.25rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.allinx-consent__body{flex:1 1 32ch}.allinx-consent__titulo{margin:0 0 .25rem;font-weight:700;color:#fff;font-size:1rem}.allinx-consent__texto{margin:0;color:rgba(255,255,255,.82);font-size:.9rem;line-height:1.6}.allinx-consent__texto a{color:#63c2ba;text-decoration:underline;text-underline-offset:3px}.allinx-consent__acciones{display:flex;gap:.6rem;flex-wrap:wrap}.allinx-consent__btn{font:inherit;font-size:.9rem;font-weight:600;min-height:44px;padding:.7rem 1.4rem;border-radius:6px;cursor:pointer;border:1px solid transparent;transition:background .2s ease,border-color .2s ease}.allinx-consent__btn--ghost{background:0 0;border-color:rgba(255,255,255,.45);color:#fff}.allinx-consent__btn--ghost:hover{background:rgba(255,255,255,.1)}.allinx-consent__btn--primary{background:#2fa89f;color:#10251f}.allinx-consent__btn--primary:hover{background:#27b2a2}.allinx-consent__btn:focus-visible{outline:3px solid var(--teal,#2fc7b5);outline-offset:2px}.allinx-consent-reabrir{font:inherit;font-size:inherit;background:0 0;border:0;padding:0;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:3px}@media (max-width:640px){.allinx-consent__inner{flex-direction:column;align-items:stretch}.allinx-consent__acciones .allinx-consent__btn{flex:1 1 auto}}@media (prefers-reduced-motion:reduce){.allinx-consent{transition:none}}