.wm-consent-banner[hidden], .wm-consent-modal[hidden] { display: none !important; }
.wm-consent-banner { position: fixed; z-index: 99990; right: 22px; bottom: 22px; left: 22px; max-width: 1180px; margin: auto; padding: 24px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 28px; border: 1px solid #d9d6cf; border-radius: 22px; background: #fff; color: #111; box-shadow: 0 24px 80px rgba(0,0,0,.18); font-family: Inter,Arial,sans-serif; }
.wm-consent-banner__copy > span, .wm-consent-modal__panel header span { display: block; margin-bottom: 8px; color: #676b67; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.wm-consent-banner h2, .wm-consent-modal h2 { margin: 0; color: #111; font-size: 24px; line-height: 1.15; letter-spacing: -.025em; }
.wm-consent-banner p { max-width: 720px; margin: 10px 0 7px; color: #555a56; font-size: 14px; line-height: 1.55; }
.wm-consent-banner__standard { margin: 0 0 10px; display: block; color: #6a6e6a; font-size: 11px; font-weight: 750; }
.wm-consent-banner a { color: #111; font-size: 13px; font-weight: 800; text-underline-offset: 3px; }
.wm-consent-banner__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.wm-consent-banner button, .wm-consent-modal button { min-height: 44px; padding: 0 17px; border: 1px solid #111; border-radius: 999px; background: #fff; color: #111; font: 800 13px/1 Inter,Arial,sans-serif; cursor: pointer; }
.wm-consent-banner button.is-primary, .wm-consent-modal button.is-primary { background: #111; color: #fff; }
.wm-consent-modal { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: 20px; }
.wm-consent-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.62); }
.wm-consent-modal__panel { position: relative; width: min(620px,100%); max-height: calc(100vh - 40px); overflow: auto; padding: 28px; border-radius: 24px; background: #fff; color: #111; box-shadow: 0 30px 100px rgba(0,0,0,.3); font-family: Inter,Arial,sans-serif; }
.wm-consent-modal__panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.wm-consent-modal__panel > header > button { width: 40px; min-height: 40px; padding: 0; font-size: 22px; }
.wm-consent-modal__panel > p { margin: 12px 0 22px; color: #626662; font-size: 14px; line-height: 1.55; }
.wm-consent-choice { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 18px 0; border-top: 1px solid #e4e1da; }
.wm-consent-choice strong, .wm-consent-choice small { display: block; }
.wm-consent-choice strong { font-size: 15px; }
.wm-consent-choice small { margin-top: 5px; color: #6c706c; font-size: 12px; line-height: 1.45; }
.wm-consent-choice.is-locked > span { color: #555a56; font-size: 12px; font-weight: 800; }
.wm-consent-choice input { position: absolute; opacity: 0; pointer-events: none; }
.wm-consent-choice i { position: relative; width: 48px; height: 28px; border-radius: 20px; background: #cbc8c1; transition: .2s ease; }
.wm-consent-choice i::after { content: ''; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: .2s ease; }
.wm-consent-choice input:checked + i { background: #111; }
.wm-consent-choice input:checked + i::after { transform: translateX(20px); }
.wm-consent-modal footer { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 20px; border-top: 1px solid #e4e1da; }
.wm-consent-open { overflow: hidden; }
.wm-external-embed { min-height: 260px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid #d9d6cf; border-radius: 18px; background: #f4f2ed; }
.wm-external-embed__notice { max-width: 420px; padding: 24px; display: grid; justify-items: center; gap: 8px; text-align: center; }
.wm-external-embed__notice strong { font-size: 17px; }
.wm-external-embed__notice span { color: #626662; font-size: 13px; line-height: 1.5; }
.wm-external-embed__notice button { min-height: 40px; margin-top: 5px; padding: 0 16px; border: 1px solid #111; border-radius: 999px; background: #111; color: #fff; font-weight: 800; }
.wm-external-embed iframe { display: none; width: 100%; }
.wm-external-embed.is-enabled .wm-external-embed__notice { display: none; }
.wm-external-embed.is-enabled iframe { display: block; }

.wmp-legal-gate { max-width: 900px; margin: 10px auto 0; padding: clamp(26px,5vw,52px); border: 1px solid var(--wmp-line,#ddd9d1); border-radius: 28px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.06); }
.wmp-legal-gate__intro > span { color: var(--wmp-muted,#666); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.wmp-legal-gate__intro h2 { margin: 10px 0 12px; font-size: clamp(30px,5vw,48px); line-height: 1.05; letter-spacing: -.04em; }
.wmp-legal-gate__intro p { max-width: 680px; color: var(--wmp-muted,#666); font-size: 16px; line-height: 1.65; }
.wmp-legal-gate__documents { margin: 28px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.wmp-legal-gate__documents a { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--wmp-line,#ddd9d1); border-radius: 14px; color: #111; text-decoration: none; }
.wmp-legal-gate__documents span { font-weight: 850; }
.wmp-legal-gate__documents small { color: var(--wmp-muted,#666); white-space: nowrap; }
.wmp-legal-gate__form { padding-top: 22px; border-top: 1px solid var(--wmp-line,#ddd9d1); }
.wmp-legal-gate__form > label { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; font-size: 14px; line-height: 1.55; }
.wmp-legal-gate__form input { width: 18px; height: 18px; margin-top: 2px; }
.wmp-legal-gate__form button { margin-top: 20px; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; background: #111; color: #fff; font-weight: 850; cursor: pointer; }
.wmp-legal-history__list { margin-top: 22px; display: grid; gap: 10px; }
.wmp-legal-history__list article { padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--wmp-line,#ddd9d1); border-radius: 15px; background: #f7f6f2; }
.wmp-legal-history__list article.is-accepted { background: #f1f7f3; border-color: #bfddc9; }
.wmp-legal-history__list article > div { display: grid; gap: 5px; }
.wmp-legal-history__list article > div:last-child { text-align: right; }
.wmp-legal-history__list a, .wmp-legal-history__list small { color: var(--wmp-muted,#666); font-size: 12px; }
.wmp-legal-history__list b { color: #087a43; font-size: 13px; }
.wmp-legal-history__note { margin: 18px 0 0; color: var(--wmp-muted,#666); font-size: 12px; }

@media (max-width: 1024px) {
	.wm-consent-banner { grid-template-columns: 1fr; align-items: start; gap: 18px; }
	.wm-consent-banner__actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
	.wm-consent-banner { right: 10px; bottom: 10px; left: 10px; max-height: calc(100dvh - 20px); padding: 18px; grid-template-columns: 1fr; gap: 16px; overflow-y: auto; overscroll-behavior: contain; border-radius: 18px; }
	.wm-consent-banner h2 { font-size: 21px; }
	.wm-consent-banner p { font-size: 13px; line-height: 1.48; }
	.wm-consent-banner__actions { justify-content: stretch; }
	.wm-consent-banner__actions button { width: 100%; min-height: 46px; }
	.wm-consent-modal { padding: 10px; }
	.wm-consent-modal__panel { max-height: calc(100dvh - 20px); padding: 20px; }
	.wmp-legal-gate__form button { width: min(100%,280px); min-height: 50px; margin: 20px auto 0; padding: 0 20px; display: block; font-size: 14px; line-height: 1.25; text-align: center; }
	.wmp-legal-gate__documents { grid-template-columns: 1fr; }
	.wmp-legal-history__list article { align-items: flex-start; flex-direction: column; }
	.wmp-legal-history__list article > div:last-child { text-align: left; }
}
