.oddity-support{box-sizing:border-box;max-width:820px;margin:3rem auto 1rem;padding:clamp(1.4rem,4vw,2.6rem);border:1px solid rgba(30,35,30,.16);border-radius:18px;background:#f6f3eb;color:#252821;font-family:inherit;line-height:1.65;position:relative;overflow:hidden}
.oddity-support:before{content:"✳";position:absolute;right:1.2rem;top:.8rem;font-size:2rem;opacity:.18;transform:rotate(-12deg)}
.oddity-support__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase;opacity:.68;margin-bottom:.55rem}
.oddity-support h2{font-size:clamp(1.35rem,3vw,2rem);line-height:1.2;margin:.2rem 0 .8rem;color:inherit}
.oddity-support p{margin:.5rem 0 1.2rem}
.oddity-support__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}
.oddity-support__button{display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.15rem;border-radius:999px;background:#252821;color:#fff!important;text-decoration:none!important;font-weight:700;transition:transform .15s ease,opacity .15s ease}
.oddity-support__button:hover{transform:translateY(-2px);opacity:.9}
.oddity-support__button--secondary{background:transparent;color:#252821!important;border:1px solid currentColor}
.oddity-support small{display:block;font-size:.83rem;opacity:.75}
.oddity-popup{position:fixed;z-index:99999;right:18px;bottom:18px;width:min(390px,calc(100vw - 36px));box-sizing:border-box;padding:1.5rem;border:1px solid rgba(0,0,0,.15);border-radius:16px;background:#f6f3eb;color:#252821;box-shadow:0 12px 45px rgba(0,0,0,.2);font-family:inherit;line-height:1.55}
.oddity-popup[hidden]{display:none}
.oddity-popup__close{position:absolute;right:9px;top:6px;border:0;background:transparent;color:#252821;font-size:1.8rem;line-height:1;cursor:pointer;padding:.25rem .5rem}
.oddity-popup__message{padding-right:.5rem}
@media(prefers-reduced-motion:reduce){.oddity-support__button{transition:none}}
