:root {
  color-scheme: dark;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: #ededed;
  background: #090909;
  line-height: 1.6;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
body > header, body > main, body > footer { flex-shrink: 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 #ddd; outline-offset: 5px; }
[hidden] { display: none !important; }
.wrap { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
.site-header { width: calc(100% - 24px); max-width: 1440px; min-height: 94px; padding: 18px 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; background: linear-gradient(115deg, #242424, #1d1d1d); border: 1px solid #343434; border-top: 0; border-radius: 0 0 24px 24px; }
.brand { font-size: 1.65rem; font-weight: 750; letter-spacing: -.07em; text-decoration: none; color: #fafafa; }
.brand span { color: #aaa; }
nav { display: flex; align-items: center; gap: 30px; font-size: .9375rem; }
nav a { text-decoration: none; }
h1, h2 { color: #f5f5f5; line-height: 1.15; }
h1 { font-size: clamp(3rem, 5.6vw, 5rem); letter-spacing: -.065em; font-weight: 700; margin: 0 0 28px; }
h1 span { color: #ababab; }
h2 { font-size: 1.25rem; font-weight: 600; margin: 0 0 8px; letter-spacing: -.025em; }
p { margin: 0 0 20px; color: #b5b5b5; }
.hero { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; min-height: 690px; padding-block: 76px 90px; }
.intro { position: relative; z-index: 2; }
.platform { font-size: .875rem; color: #aaa; margin-bottom: 24px; }
.description { font-size: clamp(1.125rem, 1.8vw, 1.5rem); line-height: 1.55; letter-spacing: -.025em; margin-bottom: 36px; color: #c9c9c9; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 48px; padding: 11px 22px; border: 1px solid #414141; border-radius: 12px; text-decoration: none; font-size: 1rem; font-weight: 550; line-height: 1.5; transition: background .15s, border-color .15s; }
.primary, .secondary { color: #f5f5f5; background: linear-gradient(#2c2c2c, #232323); box-shadow: inset 0 1px 0 #ffffff08; }
.primary:hover, .secondary:hover { background: #363636; border-color: #626262; }
.nav-button { background: #444; border-color: #5c5c5c; padding: 7px 20px; min-height: 40px; font-size: .9375rem; }
.nav-button:hover { background: #535353; }
.product-preview { position: relative; min-width: 0; padding: 70px 22px 58px 0; }
.product-preview::before { content: ""; position: absolute; inset: 12% -2% 0; background: radial-gradient(ellipse, #77788d22, transparent 68%); pointer-events: none; }
.preview { position: relative; margin: 0; background: linear-gradient(140deg, #353535, #202020); border: 1px solid #4c4c4c; border-radius: 18px; padding: 14px; box-shadow: 0 24px 65px #0008; }
figcaption { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin: 1px 5px 14px; font-size: .875rem; color: #bdbdbd; }
figcaption span:first-child { color: #f3f3f3; font-size: 1.125rem; font-weight: 650; letter-spacing: -.04em; }
.screenshot-crop { aspect-ratio: 1.65; overflow: hidden; position: relative; border-radius: 8px; border: 1px solid #434343; background: #141414; }
.screenshot-crop img { position: absolute; width: 182%; max-width: none; height: auto; left: -31%; top: -45%; }
.preview-caption { color: #a5a5a5; text-align: right; font-size: .75rem; padding-top: 10px; }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 15px; background: linear-gradient(115deg,#414141f5,#303030f5); border: 1px solid #575757; border-radius: 15px; padding: 18px 22px; box-shadow: 0 16px 40px #0005; }
.floating-note strong { display: block; font-weight: 600; font-size: 1rem; color: #f0f0f0; }
.floating-note div>span { display: block; font-size: .875rem; color: #bfbfbf; margin-top: 2px; }
.note-icon { display: grid; place-items: center; flex-shrink: 0; width: 42px; height: 42px; background: #ffffff09; border: 1px solid #ffffff12; border-radius: 11px; font-size: 1.6rem; color: #ddd; }
.profiles { top: 0; right: 0; transform: rotate(3deg); }
.configs { bottom: -7px; left: -18px; transform: rotate(-3deg); }
.membership { display: flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid #303030; background: #181818; border-radius: 20px; padding: 30px 34px; margin-bottom: 64px; }
.membership p { margin: 0; font-size: .9375rem; }
.membership-price { flex-shrink: 0; }
.price { font-size: 1.8rem!important; font-weight: 600; color: #ededed; letter-spacing: -.04em; }
.price span { font-size: 1rem; color: #aaa; font-weight: 400; letter-spacing: 0; }
.fine-print { font-size: .8125rem!important; color: #a0a0a0; }
footer { border-top: 1px solid #252525; padding: 28px 0 36px; display: flex; align-items: center; gap: 24px; }
footer .brand { font-size: 1.2rem; }
footer p { font-size: .8125rem; margin: 0; color: #959595; }
footer>a:last-child { font-size: .875rem; margin-left: auto; text-decoration: none; }
.panel-main { max-width: 800px; padding-top: 64px; padding-bottom: 64px; }
.panel-main h1 { font-size: 2.5rem; letter-spacing: -.045em; margin-bottom: 12px; }
.account-section { background: linear-gradient(120deg,#222,#191919); border: 1px solid #363636; padding: 28px; margin-top: 24px; border-radius: 18px; }
.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; }
.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: #222; border: 1px solid #494949; border-radius: 10px; }
button:disabled, [aria-disabled=true] { background: #262626; border-color: #3c3c3c; color: #a8a8a8; cursor: not-allowed; box-shadow: none; }
#username, #discord-id { overflow-wrap: anywhere; }
.skip { position: absolute; left: 12px; top: -100px; padding: 10px; background: #fff; color: #111; z-index: 10; }
.skip:focus { top: 10px; }
@media (max-width: 900px) {
  .wrap { width: calc(100% - 48px); }
  .site-header { width: calc(100% - 16px); padding-inline: 24px; }
  .hero { gap: 24px; min-height: 600px; }
  .floating-note { padding: 12px 16px; gap: 10px; }
  .note-icon { width: 34px; height: 34px; }
  .floating-note div>span { font-size: .8125rem; }
  .membership { align-items: flex-start; flex-direction: column; gap: 20px; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { width: calc(100% - 16px); min-height: 78px; padding: 14px 20px; border-radius: 0 0 18px 18px; }
  .brand { font-size: 1.4rem; }
  nav { gap: 16px; }
  nav>a:not(.button) { font-size: .875rem; }
  .nav-button { padding: 7px 13px; font-size: .875rem; }
  .hero { grid-template-columns: 1fr; padding-block: 52px 38px; gap: 42px; }
  h1 { font-size: clamp(3rem,12vw,4.5rem); }
  .description { font-size: 1.125rem; margin-bottom: 26px; }
  .platform { margin-bottom: 18px; }
  .product-preview { width: 100%; max-width: 480px; justify-self: center; padding-right: 12px; }
  .configs { left: 10px; }
  .membership { padding: 24px; margin-bottom: 40px; }
  footer { flex-wrap: wrap; gap: 12px 20px; }
  footer p { order: 3; width: 100%; }
  .panel-main { padding-block: 40px; }
  .account-section { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) { .button { transition: none; } }


.header-logo { display: inline-flex; align-items: center; flex-shrink: 0; }
.header-logo img { display: block; width: 48px; height: auto; }
@media (max-width: 650px) { .header-logo img { width: 40px; } }

.site-footer { justify-content: space-between; gap: 28px; margin-top: auto; }
.footer-brand { display: flex; align-items: center; gap: 18px; min-width: 0; }
.footer-logo { flex-shrink: 0; display: inline-flex; }
.footer-logo img { display: block; width: 40px; height: auto; }
.footer-links { margin-left: auto; gap: 24px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { font-size: .875rem; white-space: nowrap; }
.legal-page { max-width: 820px; padding-block: 64px; }
.legal-page h1 { font-size: clamp(2rem, 5vw, 3rem); letter-spacing: -.04em; margin-bottom: 12px; }
.legal-date { font-size: .875rem; color: #999; margin-bottom: 32px; }
.legal-page section { margin-top: 32px; }
.legal-page h2 { margin-bottom: 12px; }
.legal-page li { margin-bottom: 14px; color: #b5b5b5; }
.legal-page a { color: #e0e0e0; }
@media (max-width: 800px) {
  .site-footer { align-items: flex-start; flex-wrap: wrap; }
  .footer-brand { flex: 1 1 100%; }
  .footer-brand p { order: initial; width: auto; }
  .footer-links { width: 100%; gap: 14px 24px; }
  .legal-page { padding-block: 40px; }
}
