.esc-consent{position: fixed;left: 0;right: 0;bottom: 0;z-index: var(--z-overlay,1000);padding: 12px 12px max(12px,env(safe-area-inset-bottom));background: #ffffff;border-top: 1px solid var(--border-soft,#d9d9d9);box-shadow: var(--shadow-dock,0 -8px 28px rgba(15,23,42,0.14));font-family: var(--font-ui,"Inter",system-ui,sans-serif);max-height: 42vh;display: flex;flex-direction: column}.esc-consent[hidden]{display: none}.esc-consent__inner{max-width: 1120px;margin: 0 auto;display: flex;flex-direction: column;gap: 12px;min-height: 0;width: 100%}.esc-consent__copy{overflow-y: auto;min-height: 0;overscroll-behavior: contain}.esc-consent__copy{font-size: 13px;line-height: 1.5;color: var(--fg-3,#64748b);margin: 0}.esc-consent__copy strong{display: block;font-size: 14px;font-weight: 700;color: var(--fg-1,#1e1e1e);margin-bottom: 2px}.esc-consent__copy a{color: var(--royal-blue,#0057a8);text-decoration: underline}.esc-consent__actions{display: flex;gap: 8px}.esc-consent__btn{flex: 1;min-height: 44px;padding: 11px 18px;border-radius: var(--radius-pill,9999px);border: 1.5px solid transparent;cursor: pointer;font-family: inherit;font-weight: 700;font-size: 14px;line-height: 1.2;transition: background-color var(--dur-base,220ms) var(--ease-out,cubic-bezier(0.2,0.6,0.2,1))}.esc-consent__btn--accept{background: var(--escape-green-strip,#00823f);color: #ffffff}.esc-consent__btn--accept:hover{background: var(--escape-green-deep,#008440)}.esc-consent__btn--decline{background: transparent;color: var(--fg-1,#1e1e1e);border-color: var(--border-soft,#d9d9d9)}.esc-consent__btn--decline:hover{background: var(--border-quiet,#f1f5f9)}@media (min-width: 481px){.esc-consent{padding: 14px 24px max(14px,env(safe-area-inset-bottom))}.esc-consent__inner{flex-direction: row;align-items: center;justify-content: space-between;gap: 24px}.esc-consent__actions{flex: 0 0 auto}.esc-consent__btn{flex: 0 0 auto;min-width: 120px}}