:root { color-scheme: light; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.legal-page, body.status-page, body.locale-page { margin: 0; min-height: 100vh; color: #3f2a22; background: #f1dfbd; font-family: Georgia, 'Times New Roman', serif; line-height: 1.55; }
body.legal-page::before, body.status-page::before, body.locale-page::before { content: ''; display: block; height: 18px; background: #5a3524 repeating-linear-gradient(65deg, transparent 0 24px, #8f6b4d 25px 26px, transparent 27px 50px); }
body.legal-page a, body.status-page a, body.locale-page a { color: #a91d27; text-underline-offset: 3px; }
body.legal-page a:hover, body.status-page a:hover, body.locale-page a:hover { color: #74141b; }
.support-shell { width: min(100% - 40px, 840px); margin-inline: auto; }
.support-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0 10px; }
.support-brand { display: inline-block; transform: rotate(-2deg); padding: 5px 12px 2px; border: 1px solid #d5c19e; background: #fff8e9; color: #bc1e2b !important; text-decoration: none; font-size: 1.5rem; font-weight: 900; letter-spacing: -.055em; line-height: 1.1; box-shadow: 3px 4px 0 #d0b787; }
.support-nav-links { display: flex; gap: 14px; align-items: center; font-family: Arial, sans-serif; font-size: .9rem; font-weight: 700; }
.support-paper { position: relative; margin: 22px auto 72px; padding: clamp(28px, 5vw, 58px); border: 1px solid #dfcba9; background: #fff8e9; box-shadow: 10px 13px 0 #dcc39a; }
.support-paper::before { content: ''; position: absolute; width: 118px; height: 21px; top: -11px; left: 50%; transform: translateX(-50%) rotate(-3deg); background: #d9b66d99; }
.support-kicker { display: inline-block; color: #aa2229; font: 800 .78rem Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.support-paper h1, .locale-card h1 { max-width: 680px; margin: 12px 0 18px; font-size: clamp(2.3rem, 6vw, 4.2rem); letter-spacing: -.055em; line-height: 1.02; }
.support-paper h2 { margin: 34px 0 8px; font-size: 1.4rem; letter-spacing: -.025em; }
.support-paper p, .support-paper li { font-size: 1.04rem; }
.support-paper ul { padding-left: 1.35rem; }
.support-lead { max-width: 660px; color: #5a3f32; font-size: clamp(1.15rem, 2.8vw, 1.35rem) !important; }
.support-meta { color: #725846; font: .8rem Arial, sans-serif; }
.support-button, .locale-links a { display: inline-block; margin-top: 16px; padding: 13px 19px; border: 2px solid #3e2921; border-radius: 6px; background: #cb2732; color: #fff !important; font: 800 .92rem Arial, sans-serif; text-decoration: none; box-shadow: 4px 4px 0 #3e2921; }
.support-button:hover, .locale-links a:hover { background: #a71e28; }
.support-footer { margin: 0 auto 24px; padding: 0 0 24px; color: #6a4b38; font: .8rem Arial, sans-serif; }
.locale-card { margin-top: min(20vh, 160px); padding: clamp(26px, 5vw, 50px); border: 1px solid #ddc8a4; background: #fff8e9; box-shadow: 9px 10px 0 #d8bc8d; }
.locale-card p { font-size: 1.1rem; }
.locale-links { display: flex; flex-wrap: wrap; gap: 20px; }
@media (max-width: 560px) { .support-nav { align-items: flex-start; } .support-nav-links { flex-direction: column; align-items: flex-end; gap: 4px; } .support-paper { margin-bottom: 36px; box-shadow: 5px 7px 0 #dcc39a; } }
