:root {
  color-scheme: dark;
  --bg: #050807;
  --panel: rgba(11,18,14,.9);
  --line: rgba(186,255,63,.2);
  --lime: #baff3f;
  --green: #42ee9a;
  --text: #f1f7f2;
  --muted: #9caaa0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); }
body { min-width: 320px; min-height: 100vh; margin: 0; color: var(--text); background: radial-gradient(circle at 82% 2%, rgba(66,238,154,.09), transparent 30rem), linear-gradient(180deg, #050807, #080d0a 58%, #040605); }
a { color: inherit; }
.glow { position: fixed; z-index: -1; width: 32rem; height: 32rem; border-radius: 50%; opacity: .12; filter: blur(120px); pointer-events: none; }
.glow-a { top: 15rem; left: -25rem; background: var(--lime); }
.glow-b { right: -24rem; bottom: 0; background: var(--green); }
.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.07); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 10px; image-rendering: pixelated; }
.brand > span { display: grid; }
.brand strong { font-size: 18px; }
.brand strong span, article a, .contact-list a { color: var(--lime); }
.brand small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.site-header nav { display: flex; align-items: center; gap: 9px; }
.site-header nav a { padding: 10px 14px; color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 750; }
.site-header nav a:hover { color: var(--text); }
.site-header .back-link { border: 1px solid var(--line); border-radius: 999px; color: var(--lime); background: rgba(186,255,63,.06); }
.support-hero { padding: 76px 0 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 18px currentColor; }
.support-hero h1 { margin: 18px 0 14px; font: 500 clamp(46px, 8vw, 82px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.support-hero p { max-width: 760px; margin: 0; color: #bcc8bf; font-size: 16px; line-height: 1.8; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.contact-actions a { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--lime); background: rgba(186,255,63,.05); text-decoration: none; font-size: 13px; font-weight: 800; transition: .18s ease; }
.contact-actions a:hover { transform: translateY(-1px); border-color: rgba(186,255,63,.55); background: rgba(186,255,63,.12); }
.contact-actions .primary { color: #071005; border-color: var(--lime); background: var(--lime); }
.contact-actions .primary:hover { background: #d1ff79; }
.quick-notice { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 18px; margin: 30px 0 16px; padding: 18px 20px; border: 1px solid rgba(255,197,83,.26); border-radius: 14px; background: rgba(255,197,83,.055); }
.quick-notice strong { color: #ffd26f; }
.quick-notice p { margin: 0; color: #c6beb0; font-size: 13px; line-height: 1.7; }
.support-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 0 0 18px; }
.support-grid article { position: relative; min-height: 255px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: linear-gradient(145deg, rgba(14,22,18,.9), rgba(7,12,9,.84)); }
.support-grid article > span { position: absolute; top: 24px; right: 25px; color: rgba(186,255,63,.36); font: 800 12px/1 ui-monospace, monospace; }
.support-grid h2 { margin: 0 42px 17px 0; font-size: 21px; }
.support-grid p, .support-grid li { color: #abb8ae; font-size: 13px; line-height: 1.75; }
.support-grid p { margin: 10px 0 0; }
.support-grid ol { margin: 0; padding-left: 20px; }
.support-grid li + li { margin-top: 7px; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 18px 0 62px; padding: 28px; border: 1px solid rgba(186,255,63,.36); border-radius: 18px; background: linear-gradient(135deg, rgba(186,255,63,.105), rgba(66,238,154,.035)); }
.contact-card span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.contact-card h2 { margin: 8px 0 5px; font-size: 23px; }
.contact-card p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-list { display: grid; gap: 8px; text-align: right; }
.contact-list a { font-size: 13px; font-weight: 800; text-decoration: none; }
footer { display: flex; flex-wrap: wrap; gap: 18px; padding: 24px 0 34px; color: var(--muted); border-top: 1px solid rgba(255,255,255,.07); font-size: 11px; }
footer a { margin-left: auto; color: var(--lime); text-decoration: none; }
footer a + a { margin-left: 0; }
@media (max-width: 760px) {
  .site-header, main, footer { width: min(100% - 28px, 1120px); }
  .support-grid { grid-template-columns: 1fr; }
  .support-hero { padding: 52px 0 38px; }
  .quick-notice { grid-template-columns: 1fr; gap: 6px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-list { text-align: left; }
}
@media (max-width: 480px) {
  .brand small, .site-header nav > a:first-child { display: none; }
  .support-grid article { min-height: 0; padding: 23px 20px; }
}
