.support-dialog{width:min(820px,calc(100% - 30px));max-height:calc(100dvh - 30px);padding:0;overflow:auto;overscroll-behavior:contain;border:1px solid rgba(224,172,114,.58);color:var(--white,#f4ede2);background:linear-gradient(145deg,#302920,#1c1915);box-shadow:0 32px 100px rgba(0,0,0,.82)}
.support-dialog::backdrop{background:rgba(7,6,5,.86);backdrop-filter:blur(9px)}
.support-close{position:absolute;z-index:2;top:15px;right:15px;width:44px;height:44px;border:1px solid rgba(224,172,114,.5);border-radius:50%;color:#f4ede2;background:#1a1713;font-size:1.55rem;line-height:1;cursor:pointer}
.support-close:hover,.support-close:focus-visible{border-color:#e0ac72;color:#e0ac72;outline:none}
.support-dialog-inner{padding:clamp(30px,5vw,56px)}
.support-heading{display:grid;grid-template-columns:76px 1fr;gap:22px;align-items:center;padding-right:52px}
.support-emblem{position:relative;width:70px;aspect-ratio:1;display:grid;place-items:center;border:3px solid #b87342;border-radius:50%;color:#d29459;background:radial-gradient(circle,#17120f 0 43%,#050505 44%);font-family:Georgia,serif;font-size:2.9rem;font-weight:900;line-height:1;box-shadow:0 0 0 5px rgba(184,115,66,.12),inset 0 0 18px rgba(255,255,255,.08)}
.support-heading p{margin:0;color:#e0ac72;font-size:.66rem;font-weight:950;letter-spacing:.2em;text-transform:uppercase}
.support-heading h2{margin:7px 0 8px;font-size:clamp(2rem,5vw,4rem);line-height:.9;letter-spacing:-.035em;text-transform:uppercase}
.support-heading>div>span{color:#c5b9ab;font-size:.8rem}
.support-options{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:30px}
.support-option{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;min-height:112px;padding:17px;border:1px solid rgba(224,172,114,.26);color:#f4ede2;background:rgba(10,8,7,.24);text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.support-option:hover,.support-option:focus-visible{border-color:#e0ac72;background:rgba(184,115,66,.12);transform:translateY(-2px);outline:none}
.support-option-featured{border-color:rgba(224,172,114,.55);background:linear-gradient(135deg,rgba(184,115,66,.22),rgba(10,8,7,.28))}
.support-option-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(224,172,114,.45);border-radius:50%;color:#e0ac72;font-size:1rem;font-weight:950}
.support-option strong,.support-option small,.support-option b{display:block}
.support-option strong{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}
.support-option small{margin-top:5px;color:#c5b9ab;font-size:.67rem;line-height:1.45}
.support-option b{margin-top:6px;color:#e0ac72;font-size:.62rem;overflow-wrap:anywhere}
.support-footer{display:flex;justify-content:space-between;gap:20px;margin-top:22px;padding-top:17px;border-top:1px solid rgba(224,172,114,.22);color:#9f9488;font-size:.63rem}
.support-footer p{margin:0}.support-footer strong{color:#d8cabc}
@media(max-width:640px){.support-dialog{width:min(100% - 20px,820px);max-height:calc(100dvh - 20px)}.support-dialog-inner{padding:27px 18px}.support-heading{grid-template-columns:54px 1fr;gap:14px;padding-right:38px}.support-emblem{width:50px;font-size:2.1rem}.support-heading h2{font-size:2.45rem}.support-options{grid-template-columns:1fr;margin-top:23px}.support-option{min-height:94px;padding:14px}.support-footer{display:grid;gap:7px}}
@media(prefers-reduced-motion:reduce){.support-option{transition:none}}
