:root {
  --bg: #020914;
  --panel: rgba(5, 22, 38, .82);
  --panel2: rgba(7, 31, 50, .92);
  --blue: #25baff;
  --blue2: #6bd7ff;
  --orange: #ff9f2f;
  --text: #e8f7ff;
  --muted: #8bb0c2;
  --line: rgba(55, 193, 255, .38);
  --danger: #ff6b61;
  --shadow: 0 0 30px rgba(25, 153, 220, .15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--text); background: var(--bg); font-family: Inter, "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.space-bg { position: fixed; inset: 0; z-index: -2; background:
  radial-gradient(circle at 18% 22%, rgba(0, 150, 255, .18), transparent 25%),
  radial-gradient(circle at 83% 18%, rgba(255, 130, 30, .08), transparent 22%),
  radial-gradient(circle at 66% 78%, rgba(0, 84, 180, .16), transparent 30%),
  linear-gradient(160deg, #020711 0%, #03111f 45%, #010812 100%); }
.space-bg::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image:
  linear-gradient(rgba(50,170,230,.12) 1px, transparent 1px),
  linear-gradient(90deg, rgba(50,170,230,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { position: sticky; top: 0; z-index: 20; height: 70px; padding: 0 max(20px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(2, 10, 18, .86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; letter-spacing: .1em; font-size: 15px; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.brand strong { color: var(--orange); }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; }
.main-nav a:hover { color: var(--blue2); }
.nav-toggle { display: none; background: transparent; color: var(--text); border: 1px solid var(--line); border-radius: 8px; padding: 8px 11px; font-size: 20px; }
.hero, .product-hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; padding-block: 76px; }
.hero h1, .product-hero h1 { margin: 14px 0 18px; font-size: clamp(42px, 5.8vw, 76px); line-height: .98; letter-spacing: -.045em; max-width: 790px; }
.product-hero h1 { font-size: clamp(44px, 5vw, 68px); }
.hero p, .product-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 680px; }
.eyebrow { color: var(--blue2); letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; font-weight: 800; font-size: 14px; letter-spacing: .02em; transition: .2s ease; }
.btn.primary { background: linear-gradient(135deg, #ffb449, #f27f17); color: #140a00; border-color: #ffc46b; box-shadow: 0 0 24px rgba(255, 145, 35, .22); }
.btn.ghost { background: rgba(9, 35, 54, .55); color: var(--blue2); }
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn.small { min-height: 40px; margin-top: 10px; }
.btn.disabled { opacity: .55; cursor: not-allowed; pointer-events: none; }
.status-line { margin-top: 25px; display: flex; align-items: center; gap: 9px; color: #9fc4d3; font-size: 13px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #58ef9d; box-shadow: 0 0 12px #58ef9d; }
.hud-card { position: relative; background: linear-gradient(145deg, rgba(7,29,47,.94), rgba(2,14,25,.9)); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.hud-card::before, .hud-card::after { content: ""; position: absolute; width: 38px; height: 4px; background: var(--orange); z-index: 2; }
.hud-card::before { left: 0; top: 0; }.hud-card::after { right: 0; bottom: 0; }
.hud-head { height: 46px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--blue2); font-size: 11px; letter-spacing: .14em; font-weight: 800; }
.hud-head b { color: var(--orange); }
.hero-panel img, .product-shot img, .settings-shot img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top; }
.release-mini { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 12px; padding: 17px; }
.release-mini div, .req-grid div { display: flex; flex-direction: column; gap: 5px; }
.release-mini small, .req-grid small { color: #6795aa; font-size: 10px; letter-spacing: .14em; }
.release-mini strong { font-size: 13px; }
.section { padding-block: 78px; }
.section-title { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.section-title > span { color: var(--orange); font-weight: 900; font-size: 14px; border: 1px solid rgba(255,159,47,.42); padding: 7px 9px; border-radius: 6px; }
.section-title h2 { margin: 0; font-size: 34px; }.section-title p { margin: 7px 0 0; color: var(--muted); }
.section-title.compact { margin-bottom: 20px; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.program-card { min-height: 330px; padding: 26px; position: relative; background: linear-gradient(145deg, rgba(7,29,47,.9), rgba(3,15,26,.86)); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.program-card.featured { border-color: rgba(255,159,47,.55); }
.program-card.muted { opacity: .7; }
.program-badge { position: absolute; right: 18px; top: 18px; color: #73f0aa; font-size: 10px; letter-spacing: .1em; }.program-badge.soon { color: var(--muted); }
.program-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--blue2); font-size: 19px; font-weight: 900; background: #071e31; border: 1px solid var(--line); clip-path: polygon(0 0, 78% 0, 100% 22%, 100% 100%, 22% 100%, 0 78%); }
.program-card h3 { margin: 28px 0 12px; font-size: 23px; }.program-card p { color: var(--muted); line-height: 1.6; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }.tags span { color: #7fc6e4; background: rgba(27,120,165,.13); border: 1px solid rgba(55,193,255,.18); padding: 5px 8px; border-radius: 999px; font-size: 11px; }
.card-link { position: absolute; left: 26px; bottom: 25px; color: var(--orange); font-weight: 800; font-size: 13px; }
.split-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }.update-panel, .changelog-panel { padding: 0 26px 28px; }.update-panel .hud-head, .changelog-panel .hud-head, .requirements .hud-head, .update-api .hud-head { margin-inline: -26px; }
.update-panel h2 { margin: 28px 0 12px; }.update-panel p, .changelog-panel p { color: var(--muted); line-height: 1.6; }
.code-line, code { display: block; color: #88d8fb; background: #03101b; border: 1px solid rgba(55,193,255,.2); border-radius: 7px; padding: 12px 14px; overflow-x: auto; }
.check-list { margin: 20px 0 0; padding: 0; list-style: none; }.check-list li { margin: 10px 0; color: #b9d3df; }.check-list li::before { content: "✓"; color: #59e99c; margin-right: 9px; }
.support-panel { min-height: 180px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }.support-panel h2 { margin: 8px 0; }.support-panel p { color: var(--muted); max-width: 650px; }
.social-row { display: flex; gap: 10px; }.social { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; font-weight: 900; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 0 18px rgba(0,0,0,.18); }.social.discord { background: #5865f2; }.social.youtube { background: #ff2d2d; }.social.twitch { background: #9146ff; }.social.donate { background: #f39b25; }
.footer { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #688da0; font-size: 12px; border-top: 1px solid rgba(55,193,255,.13); }
.product-hero { min-height: 580px; }.product-shot { align-self: center; }.version-strip { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }.version-strip span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 6px; color: #9ac4d7; font-size: 12px; }.version-strip strong { color: var(--orange); }
.download-note, .small-note { color: #7093a3!important; font-size: 12px!important; }
.feature-layout { display: grid; grid-template-columns: 1fr .88fr; gap: 25px; align-items: start; }.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.feature { min-height: 125px; padding: 19px; background: rgba(4,22,37,.76); border: 1px solid rgba(55,193,255,.22); border-radius: 9px; }.feature b { display: block; color: var(--blue2); margin-bottom: 10px; }.feature span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.settings-shot img { aspect-ratio: 4/3; }.requirements { padding: 0 26px 28px; }.req-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding-top: 25px; }.req-grid strong { font-size: 14px; }
.timeline { display: grid; gap: 10px; }.timeline article { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 22px; background: rgba(4,22,37,.68); border-left: 2px solid var(--blue); border-radius: 0 9px 9px 0; }.timeline-version { color: var(--orange); font-weight: 900; font-size: 20px; }.timeline h3 { margin: 0 0 7px; }.timeline p { margin: 0; color: var(--muted); line-height: 1.55; }
.update-api { padding: 0 26px 26px; }.update-api p { color: var(--muted); }
@media (max-width: 900px) {
  .hero, .product-hero, .feature-layout, .split-section { grid-template-columns: 1fr; }
  .hero { padding-block: 55px; }.hero-panel { max-width: 720px; }
  .program-grid { grid-template-columns: 1fr 1fr; }.req-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { position: fixed; top: 70px; right: 16px; width: min(280px, calc(100% - 32px)); padding: 18px; flex-direction: column; align-items: stretch; gap: 0; background: #04121f; border: 1px solid var(--line); border-radius: 10px; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }.main-nav a { padding: 12px; }.nav-toggle { display: block; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1180px); }.topbar { padding-inline: 12px; }.brand span { font-size: 12px; }
  .hero h1, .product-hero h1 { font-size: 42px; }.hero p, .product-copy > p { font-size: 16px; }
  .program-grid, .feature-grid, .req-grid { grid-template-columns: 1fr; }
  .support-panel { flex-direction: column; align-items: flex-start; }.footer { flex-direction: column; align-items: flex-start; justify-content: center; }
  .release-mini { grid-template-columns: 1fr; }.timeline article { grid-template-columns: 1fr; }.section { padding-block: 55px; }
}

/* Language selector */
.topbar-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: inline-flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 8px; background: rgba(3, 17, 29, .86); }
.lang-btn { min-width: 38px; height: 30px; padding: 0 9px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 900; letter-spacing: .08em; cursor: pointer; transition: .18s ease; }
.lang-btn:hover { color: var(--blue2); background: rgba(37, 186, 255, .09); }
.lang-btn.active { color: #150b01; background: linear-gradient(135deg, #ffb449, #f27f17); box-shadow: 0 0 14px rgba(255, 145, 35, .2); }
.lang-btn:focus-visible { outline: 2px solid var(--blue2); outline-offset: 2px; }
@media (max-width: 900px) {
  .topbar-actions { gap: 9px; }
  .main-nav { right: 112px; }
}
@media (max-width: 620px) {
  .topbar-actions { gap: 7px; }
  .language-switch { order: 1; }
  .nav-toggle { order: 2; }
  .main-nav { right: 12px; top: 70px; }
  .lang-btn { min-width: 34px; padding-inline: 7px; }
}


/* Feedback section */
.feedback-section { padding-top: 54px; }
.feedback-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 20px; align-items: start; }
.feedback-copy, .feedback-form { padding: 0 26px 28px; }
.feedback-copy .hud-head, .feedback-form .hud-head { margin-inline: -26px; }
.feedback-copy-body { padding-top: 24px; }
.feedback-copy h3 { margin: 0 0 12px; font-size: 25px; }
.feedback-copy p { color: var(--muted); line-height: 1.65; }
.compact-list li { font-size: 13px; line-height: 1.55; }
.feedback-fields { display: grid; gap: 18px; padding-top: 24px; }
.form-grid { display: grid; gap: 14px; }
.form-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.field { display: grid; gap: 8px; }
.field > span, .rating-field legend { color: #8cc6df; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%; color: var(--text); background: rgba(2, 15, 27, .9); border: 1px solid rgba(55, 193, 255, .3);
  border-radius: 8px; padding: 12px 13px; font: inherit; outline: none; transition: .18s ease;
}
.field input, .field select { min-height: 46px; }
.field textarea { min-height: 150px; resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #557a8c; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue2); box-shadow: 0 0 0 3px rgba(37, 186, 255, .1); }
.field select option { color: #e8f7ff; background: #071827; }
.rating-field { margin: 0; padding: 0; border: 0; }
.rating-buttons { display: flex; gap: 6px; margin-top: 9px; }
.rating-btn { width: 42px; height: 40px; border-radius: 7px; border: 1px solid rgba(55,193,255,.25); color: #5f8191; background: rgba(2,15,27,.86); font-size: 21px; cursor: pointer; transition: .15s ease; }
.rating-btn:hover, .rating-btn.active { color: var(--orange); border-color: rgba(255,159,47,.62); background: rgba(255,159,47,.1); text-shadow: 0 0 12px rgba(255,159,47,.45); }
.feedback-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.feedback-actions .btn { cursor: pointer; }
.feedback-actions .btn:disabled { opacity: .55; cursor: wait; transform: none; }
.feedback-status { min-height: 22px; margin: -3px 0 0; color: var(--blue2); font-size: 13px; font-weight: 700; }
.feedback-note { margin: -9px 0 0; color: #6f92a2; font-size: 12px; line-height: 1.5; }
.feedback-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 900px) {
  .feedback-layout { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .feedback-copy, .feedback-form { padding-inline: 18px; }
  .feedback-copy .hud-head, .feedback-form .hud-head { margin-inline: -18px; }
  .form-grid.two-columns { grid-template-columns: 1fr; }
  .feedback-actions .btn { width: 100%; }
}

.feedback-discord-link { width: fit-content; color: var(--orange); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(255,159,47,.45); padding-bottom: 3px; }
.feedback-discord-link:hover { color: #ffc36f; }
.feedback-discord-link[hidden] { display: none; }


/* Discord bot invite */
.support-actions { display: grid; justify-items: end; gap: 12px; min-width: 250px; }
.discord-bot-btn {
  color: #fff; background: linear-gradient(135deg, #5865f2, #7b83ff);
  border: 1px solid rgba(173, 180, 255, .62); box-shadow: 0 0 20px rgba(88, 101, 242, .24);
}
.discord-bot-btn:hover { transform: translateY(-2px); box-shadow: 0 0 28px rgba(88, 101, 242, .38); }
.discord-bot-meta { display: grid; gap: 3px; justify-items: end; color: #7898a8; font-size: 10px; letter-spacing: .03em; }
.discord-bot-meta strong { color: #aeb8ff; font-size: 11px; }
.discord-bot-note { margin: -3px 0 0; color: #7f9fac; font-size: 12px; line-height: 1.5; }
@media (max-width: 620px) {
  .support-actions { justify-items: start; min-width: 0; width: 100%; }
  .discord-bot-meta { justify-items: start; }
  .discord-bot-btn { width: 100%; }
}
