.consent-gate{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(31,42,51,.55);backdrop-filter:blur(4px);animation:consent-gate-fade .18s ease-out both}.consent-gate__card{position:relative;display:flex;flex-direction:column;gap:16px;width:min(480px,100%);max-height:min(92vh,780px);overflow-y:auto;padding:28px 24px 24px;border-radius:24px;background:#ffffff;box-shadow:0 28px 70px rgba(31,42,51,.28);font-family:var(--oxly-font-sans,"Manrope",sans-serif);color:#1f2a33;text-align:center;animation:consent-gate-rise .24s cubic-bezier(.2,.8,.3,1) both}.consent-gate__card:focus{outline:none}.consent-gate__decline{position:absolute;top:12px;right:12px;padding:6px 10px;border:0;border-radius:999px;background:transparent;color:var(--oxly-text-secondary,#4b5563);font:inherit;font-size:13px;cursor:pointer}.consent-gate__decline:hover{background:rgba(31,42,51,.06)}.consent-gate__shield{display:block;margin:4px auto 0;width:48px;height:48px}.consent-gate__title{margin:0;font-family:var(--oxly-font-display,var(--oxly-font-sans,sans-serif));font-size:22px;line-height:1.25;text-wrap:balance}.consent-gate__subtitle{margin:-8px 0 0;color:var(--oxly-text-secondary,#4b5563);font-size:14px;line-height:1.5}.consent-gate__rows{margin:0;padding:0;list-style:none;text-align:start}.consent-gate__row{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid rgba(31,42,51,.1);color:inherit;text-decoration:none}.consent-gate__rows li:last-child .consent-gate__row{border-bottom:0}.consent-gate__row:hover{background:rgba(71,184,164,.07)}.consent-gate__row-text{display:flex;flex:1;flex-direction:column;gap:2px;font-size:14px}.consent-gate__row-text span{color:var(--oxly-text-secondary,#4b5563);font-size:12px}.consent-gate__row-chevron{color:var(--oxly-teal-strong,#2da791)}.consent-gate__check{display:flex;align-items:flex-start;gap:12px;text-align:start;font-size:14px;line-height:1.45;cursor:pointer}.consent-gate__check input{flex:none;margin-top:2px;width:20px;height:20px;accent-color:var(--oxly-teal-strong,#2da791)}.consent-gate__check--optional span{color:var(--oxly-text-secondary,#4b5563)}.consent-gate__error{margin:0;padding:10px 12px;border:1px solid var(--oxly-error-border,#fecdd3);border-radius:12px;background:var(--oxly-error-bg,#fff1f2);color:var(--oxly-error-text,#9f1239);font-size:13px}.consent-gate__accept{padding:14px 20px;border:0;border-radius:999px;background:var(--oxly-teal-strong,#2da791);color:#ffffff;font:inherit;font-size:15px;font-weight:600;cursor:pointer}.consent-gate__accept:disabled{background:rgba(31,42,51,.18);cursor:not-allowed}.consent-gate__accept[aria-busy=true]{opacity:.75;cursor:progress}.consent-gate__footer{margin:0;color:var(--oxly-text-secondary,#4b5563);font-size:12px}.consent-gate :focus-visible{outline:2px solid var(--oxly-teal-strong,#2da791);outline-offset:2px}@keyframes consent-gate-fade{0%{opacity:0}}@keyframes consent-gate-rise{0%{opacity:0;transform:translateY(12px)}}@media (prefers-reduced-motion:reduce){.consent-gate,.consent-gate__card{animation:none}}