:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  color: #e5e5e5;
  background: #111;
  line-height: 1.6;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: #fff; }
button { font: inherit; cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 2px solid #e37a7a; outline-offset: 4px; }
[hidden] { display: none !important; }
.wrap { width: min(880px, calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid #2b2b2b; }
.brand { font-size: 1.125rem; font-weight: 650; text-decoration: none; }
nav { display: flex; align-items: center; gap: 24px; font-size: .875rem; }
nav a { text-decoration: none; }
h1, h2 { color: #f2f2f2; line-height: 1.3; }
h1 { font-size: 2rem; letter-spacing: -.025em; font-weight: 600; margin: 0 0 16px; }
h2 { font-size: 1.125rem; font-weight: 600; margin: 0 0 16px; }
p { margin: 0 0 20px; color: #b5b5b5; }
.home { padding-top: 48px; padding-bottom: 40px; }
.intro { max-width: 620px; margin-bottom: 32px; }
.purchase { display: flex; align-items: center; gap: 24px; margin: 24px 0 12px; flex-wrap: wrap; }
.purchase strong { font-weight: 600; color: #f2f2f2; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; padding: 9px 16px; border: 1px solid #414141; border-radius: 4px; text-decoration: none; font-size: .875rem; font-weight: 500; line-height: 1.5; }
.primary { color: #fff; background: #9c3338; border-color: #9c3338; }
.primary:hover { background: #b33e44; }
.secondary { background: #242424; color: #e5e5e5; }
.secondary:hover { background: #303030; }
button:disabled, [aria-disabled=true] { background: #232323; border-color: #363636; color: #aaa; cursor: not-allowed; }
.fine-print { font-size: .875rem; color: #959595; }
.preview { margin: 0; }
.preview img { width: 100%; height: auto; display: block; border: 1px solid #303030; border-radius: 4px; }
figcaption { margin-top: 8px; font-size: .8125rem; color: #959595; }
.details { margin-top: 32px; }
.details ul { padding-left: 20px; margin: 0; color: #b5b5b5; }
.details li { margin: 6px 0; }
footer { border-top: 1px solid #2b2b2b; padding: 24px 0; }
footer p { font-size: .8125rem; margin: 0; color: #959595; }
.panel-main { padding-top: 48px; padding-bottom: 48px; min-height: calc(100vh - 150px); }
.account-section { border-top: 1px solid #2b2b2b; padding-top: 28px; margin-top: 28px; max-width: 620px; }
.account-section p { margin-bottom: 16px; }
.account-section .fine-print { margin-top: 12px; }
.plan-heading { display: flex; align-items: baseline; gap: 20px; justify-content: space-between; }
.status-badge { font-size: .8125rem; color: #b5b5b5; text-transform: capitalize; }
.is-active { color: #9bcca8; }
.price { font-size: 1.5rem; font-weight: 600; color: #e5e5e5; }
.price span { font-size: 1rem; color: #b5b5b5; font-weight: 400; }
.quiet-button { padding: 6px 0; border: 0; color: #b5b5b5; background: none; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.refresh { display: block; margin-top: 12px; }
.notice { padding: 14px 16px; background: #202020; border-left: 2px solid #a14c50; }
#username, #discord-id { overflow-wrap: anywhere; }
.skip { position: absolute; left: 12px; top: -100px; padding: 10px; background: #fff; color: #111; }
.skip:focus { top: 10px; }
@media (max-width: 560px) {
  .wrap { width: calc(100% - 32px); }
  .site-header { min-height: 64px; }
  .home, .panel-main { padding-top: 32px; }
  h1 { font-size: 1.625rem; }
  .purchase { gap: 16px; }
}
