@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/* SparkUp UI Kit — Reusable global styles (SCSS)                             */
/* Extracted & cleaned from `main.css` (portfolio) and adapted for demos.     */
/* Keep this file focused on REUSABLE components (buttons, cards, chips, etc) */
/* and theme tokens. Avoid app-specific nav/menu layouts.                     */
/* -------------------------------------------------------------------------- */
/* ============================== */
/* 1) Design tokens (CSS vars)    */
/* ============================== */
:root {
  /* Core palette */
  --su-bg: #0b0f17;
  --su-surface: #0f1624;
  --su-surface-2: #0c1320;
  --su-text: #e7eaf0;
  --su-muted: #a8b0c0;
  --su-border: rgba(255, 255, 255, 0.1);
  /* Accents */
  --su-accent: #7c5cff;
  --su-accent-2: #22a7f0;
  /* Radii & shadows */
  --su-radius: 18px;
  --su-radius-pill: 999px;
  --su-shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.45);
  /* Chips / badges */
  --su-chip-bg: rgba(124, 92, 255, 0.12);
  --su-chip-border: rgba(124, 92, 255, 0.25);
  /* Focus ring */
  --su-focus-ring: 0 0 0 3px rgba(124, 58, 237, 0.18);
  /* Chat / glass surfaces (theme-aware) */
  --su-glass: rgba(15, 22, 36, 0.55);
  --su-glass-2: rgba(12, 19, 32, 0.55);
  --su-glass-border: rgba(255, 255, 255, 0.12);
  --su-glass-border-2: #0d101d;
  --su-glass-text: rgba(255, 255, 255, 0.92);
  --su-glass-muted: rgba(255, 255, 255, 0.55);
  --su-glass-inset: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

/* Light mode tokens */
html[data-theme=light] {
  --su-bg: #f6f7fb;
  --su-surface: rgba(255, 255, 255, 0.72);
  --su-surface-2: rgba(255, 255, 255, 0.82);
  --su-text: #0f172a;
  --su-muted: rgba(15, 23, 42, 0.72);
  --su-border: rgba(15, 23, 42, 0.12);
  --su-chip-bg: rgba(15, 23, 42, 0.06);
  --su-chip-border: rgba(15, 23, 42, 0.12);
  --su-focus-ring: 0 0 0 3px rgba(124, 58, 237, 0.22);
  --su-glass: rgba(255, 255, 255, 0.72);
  --su-glass-2: rgba(255, 255, 255, 0.62);
  --su-glass-border: rgba(15, 23, 42, 0.12);
  --su-glass-border-2: rgba(15, 23, 42, 0.12);
  --su-glass-text: rgba(15, 23, 42, 0.92);
  --su-glass-muted: rgba(15, 23, 42, 0.55);
  --su-glass-inset: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

/* ============================== */
/* 2) SCSS helpers (mixins)       */
/* ============================== */
/* Gradient variants for buttons */
/* Gradient variants for buttons */
/* ============================== */
/* 3) Base / reset / typography   */
/* ============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--su-text);
  line-height: 1.55;
  /* Theme background (dark default, light override below) */
  background-color: #0b1020;
  background-image: radial-gradient(1200px 700px at 12% 10%, rgba(124, 58, 237, 0.35), rgba(0, 0, 0, 0) 60%), radial-gradient(1000px 600px at 88% 18%, rgba(34, 167, 240, 0.22), rgba(0, 0, 0, 0) 62%), radial-gradient(900px 600px at 70% 85%, rgba(99, 102, 241, 0.2), rgba(0, 0, 0, 0) 62%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0) 220px);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

html[data-theme=light] body {
  background-color: var(--su-bg);
  background-image: radial-gradient(1200px 700px at 12% 10%, rgba(124, 58, 237, 0.28), rgba(246, 247, 251, 0) 62%), radial-gradient(1100px 700px at 88% 14%, rgba(34, 167, 240, 0.34), rgba(34, 167, 240, 0) 64%), radial-gradient(900px 600px at 70% 85%, rgba(59, 130, 246, 0.18), rgba(246, 247, 251, 0) 62%), radial-gradient(900px 520px at 18% 78%, rgba(34, 167, 240, 0.16), rgba(0, 0, 0, 0) 62%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), #f6f7fb 220px);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.3px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover, a:focus-visible {
  color: inherit;
  text-decoration: none;
}

/* Scoped text links (cards/content only, not nav/footer/buttons) */
.content-surface a:not(.btn):not(.modal__close):not(.btn-dark):not(.btn-ghost):not(.btn-primary):not(.btn-default):not(.nav-link):not(.nav-link--icon) {
  color: #5b46d6;
  text-decoration: none;
}

.content-surface a:not(.btn):not(.modal__close):not(.btn-dark):not(.btn-ghost):not(.btn-primary):not(.btn-default):not(.nav-link):not(.nav-link--icon):visited {
  color: #5b46d6;
}

.content-surface a:not(.btn):not(.modal__close):not(.btn-dark):not(.btn-ghost):not(.btn-primary):not(.btn-default):not(.nav-link):not(.nav-link--icon):hover,
.content-surface a:not(.btn):not(.modal__close):not(.btn-dark):not(.btn-ghost):not(.btn-primary):not(.btn-default):not(.nav-link):not(.nav-link--icon):focus-visible {
  color: var(--su-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

code {
  color: #7c5cff;
  font-weight: 600;
}

hr {
  margin: 15px 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

html[data-theme=light] hr {
  border-color: rgba(15, 23, 42, 0.12);
}

/* Small, reusable text helpers */
.text-muted-72 {
  color: rgba(15, 23, 42, 0.72) !important;
}

.muted {
  color: var(--su-muted);
}

.small {
  font-size: 13px;
}

/* Spacing utilities intentionally omitted here (prefer Bootstrap utilities or local component spacing). */
/* ============================== */
/* 4) Reusable layout primitives  */
/* ============================== */
.app-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.content-surface {
  background: rgba(255, 255, 255, 0.72);
  border: solid 1px rgba(15, 23, 42, 0.2);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  border-radius: 15px;
  padding: 30px;
}

.wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 18px 18px 80px;
}

/* Generic “card” surface used across pages */
.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--su-border);
  border-radius: var(--su-radius);
  box-shadow: var(--su-shadow-xl);
  padding: 18px;
}
.card h2 {
  margin: 0 0 10px;
  font-size: 20px;
}
.card h3 {
  margin: 0;
  font-size: 16px;
}

html[data-theme=light] .card {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
}

/* Rounded, responsive media (images/videos) */
.image-embedded,
.project-video {
  width: 100%;
  border-radius: 14px;
}

/* Avatar primitives (used in portfolio + demos) */
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.75), rgba(34, 167, 240, 0.55));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  flex: none;
}

.avatar-lg {
  width: 96px;
  height: 96px;
  border-radius: 999px;
}

/* ============================== */
/* 5) Buttons (generic + variants) */
/* ============================== */
/* Base, reusable button class */
.btn, .modal__close, .btn-dark, .btn-ghost, .btn-primary, .btn-default {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  border-radius: var(--su-radius-pill);
  border: 1px solid var(--su-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--su-text);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease, transform 0.12s ease;
}
.btn:hover, .modal__close:hover, .btn-dark:hover, .btn-ghost:hover, .btn-primary:hover, .btn-default:hover {
  /* Subtle lift on hover */
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}
.btn:active, .modal__close:active, .btn-dark:active, .btn-ghost:active, .btn-primary:active, .btn-default:active {
  /* Pressed: keep same colors, no glow/shadow, no lift */
  transform: translateY(0);
  box-shadow: none !important;
}
.btn:disabled, .modal__close:disabled, .btn-dark:disabled, .btn-ghost:disabled, .btn-primary:disabled, .btn-default:disabled, .btn.is-disabled, .is-disabled.modal__close, .is-disabled.btn-dark, .is-disabled.btn-ghost, .is-disabled.btn-primary, .is-disabled.btn-default {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  filter: none;
}
.btn:focus-visible, .modal__close:focus-visible, .btn-dark:focus-visible, .btn-ghost:focus-visible, .btn-primary:focus-visible, .btn-default:focus-visible {
  outline: none;
  box-shadow: var(--su-focus-ring);
}
.btn, .modal__close, .btn-dark, .btn-ghost, .btn-primary, .btn-default {
  will-change: transform, box-shadow;
  /* IMPORTANT: do NOT zero-out box-shadow here.
   Variant buttons (.btn--primary, .btn--default, etc.) rely on box-shadow
   for the “glow ring” seen on the portfolio. */
}

/* Variants (use as `.btn btn--default`, etc.) */
.btn--primary, .btn-primary {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.98), rgba(99, 102, 241, 0.88));
  border-color: rgba(124, 92, 255, 0.55);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.1), 0 0 0 3px rgba(124, 92, 255, 0.18);
}
.btn--primary:hover, .btn-primary:hover {
  /* Override base hover so gradient buttons never turn white */
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.98), rgba(99, 102, 241, 0.88));
  border-color: rgba(124, 92, 255, 0.55);
  filter: brightness(0.98);
  color: #fff;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.12), 0 0 0 4px rgba(124, 92, 255, 0.22);
  transform: translateY(-1px);
}
.btn--primary:active, .btn-primary:active {
  /* Pressed: keep exact same gradient/border, but remove glow */
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.98), rgba(99, 102, 241, 0.88)) !important;
  border-color: rgba(124, 92, 255, 0.55) !important;
  filter: none;
  color: #fff !important;
  box-shadow: none !important;
  transform: translateY(0);
}

.btn--default, .btn-default {
  background: linear-gradient(135deg, rgba(34, 167, 240, 0.98), rgba(34, 167, 240, 0.88));
  border-color: rgba(34, 167, 240, 0.55);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 22px rgba(34, 167, 240, 0.18), 0 0 0 3px rgba(34, 167, 240, 0.18);
}
.btn--default:hover, .btn-default:hover {
  /* Override base hover so gradient buttons never turn white */
  background: linear-gradient(135deg, rgba(34, 167, 240, 0.98), rgba(34, 167, 240, 0.88));
  border-color: rgba(34, 167, 240, 0.55);
  filter: brightness(0.98);
  color: #fff;
  box-shadow: 0 12px 26px rgba(34, 167, 240, 0.22), 0 0 0 4px rgba(34, 167, 240, 0.22);
  transform: translateY(-1px);
}
.btn--default:active, .btn-default:active {
  /* Pressed: keep exact same gradient/border, but remove glow */
  background: linear-gradient(135deg, rgba(34, 167, 240, 0.98), rgba(34, 167, 240, 0.88)) !important;
  border-color: rgba(34, 167, 240, 0.55) !important;
  filter: none;
  color: #fff !important;
  box-shadow: none !important;
  transform: translateY(0);
}

/* Neutral variants */
.btn--dark, .btn-dark {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.82));
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(255, 255, 255, 0.06);
}
.btn--dark:hover, .btn-dark:hover {
  /* Override base hover so gradient buttons never turn white */
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.82));
  border-color: rgba(255, 255, 255, 0.14);
  filter: brightness(0.98);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}
.btn--dark:active, .btn-dark:active {
  /* Pressed: keep exact same gradient/border, but remove glow */
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.82)) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  filter: none;
  color: #fff !important;
  box-shadow: none !important;
  transform: translateY(0);
}
.btn--dark, .btn-dark {
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.18), 0 0 0 3px rgba(124, 92, 255, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.btn--dark:hover, .btn-dark:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.22), 0 0 0 4px rgba(124, 92, 255, 0.18);
}

.btn--light {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 247, 250, 0.84));
  border-color: rgba(15, 23, 42, 0.12);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.1), 0 0 0 3px rgba(124, 92, 255, 0.08);
}
.btn--light:hover {
  /* Override base hover so gradient buttons never turn white */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 247, 250, 0.84));
  border-color: rgba(15, 23, 42, 0.12);
  filter: brightness(0.98);
  color: #fff;
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.12), 0 0 0 4px rgba(124, 92, 255, 0.12);
  transform: translateY(-1px);
}
.btn--light:active {
  /* Pressed: keep exact same gradient/border, but remove glow */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 247, 250, 0.84)) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  filter: none;
  color: #fff !important;
  box-shadow: none !important;
  transform: translateY(0);
}
.btn--light {
  color: rgba(0, 0, 0, 0.88);
  text-shadow: none;
}
.btn--light:hover {
  color: rgba(0, 0, 0, 0.92);
}

/* Backward-compatible classes used in the chess demo */
/* White/grey “utility” button (similar to reset/flip) */
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}
.btn-ghost:active {
  transform: translateY(0);
  box-shadow: none !important;
}

/* Bootstrap-compatible alias: dark button with portfolio-like glow + lift */
.btn-dark {
  box-shadow: 0 10px 22px rgba(2, 6, 23, 0.1), 0 0 0 3px rgba(124, 92, 255, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.btn-dark:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(2, 6, 23, 0.16), 0 0 0 4px rgba(124, 92, 255, 0.14);
}
.btn-dark:active {
  transform: translateY(0);
  box-shadow: none !important;
}
.btn-dark {
  /* Bootstrap active-state override: keep our styling and remove shadow */
}
.btn-dark .btn:active, .btn-dark .modal__close:active, .btn-dark .btn-default:active, .btn-dark .btn-primary:active, .btn-dark .btn-ghost:active, .btn-dark .btn-dark:active,
.btn-dark .btn.active,
.btn-dark .active.modal__close,
.btn-dark .active.btn-default,
.btn-dark .active.btn-primary,
.btn-dark .active.btn-ghost,
.btn-dark .active.btn-dark,
.btn-dark .btn.show,
.btn-dark .show.modal__close,
.btn-dark .show.btn-default,
.btn-dark .show.btn-primary,
.btn-dark .show.btn-ghost,
.btn-dark .show.btn-dark,
.btn-dark .btn:first-child:active,
.btn-dark :not(.btn-check) + .btn:active {
  box-shadow: none !important;
}

html[data-theme=light] .btn-ghost {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(124, 92, 255, 0.22);
  color: rgba(15, 23, 42, 0.9);
}

html[data-theme=light] .btn-ghost:hover {
  border-color: rgba(124, 92, 255, 0.35);
}

.nav-icon {
  display: block;
  width: 34px;
  height: 34px;
}

/* ============================== */
/* 6) Chips / badges / pills      */
/* ============================== */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: var(--su-radius-pill);
  background: var(--su-chip-bg);
  border: 1px solid var(--su-chip-border);
  color: #d7d3ff;
}

html[data-theme=light] .chip {
  background: var(--su-chip-bg);
  border-color: var(--su-chip-border);
  color: rgba(15, 23, 42, 0.85);
}

.badge {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: var(--su-radius-pill);
  border: 1px solid rgba(34, 167, 240, 0.35);
  background: rgba(34, 167, 240, 0.12);
  color: #bae6fd;
  white-space: nowrap;
}

.badge--default {
  background: rgba(34, 167, 240, 0.18);
  border: 1px solid rgba(34, 167, 240, 0.38);
  color: #0f172a;
}

html[data-theme=light] .badge {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.85);
}

/* Small “score” pill used in search results (backward-compatible) */
.score-pill {
  font-size: 13px;
  border-radius: 999px;
  padding: 6px 10px;
  white-space: nowrap;
  background: rgba(34, 167, 240, 0.18);
  border: 1px solid rgba(34, 167, 240, 0.38);
  color: #0f172a;
}

/* ============================== */
/* 7) Forms (inputs + placeholders) */
/* ============================== */
input,
textarea,
select {
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  font-size: 0.95rem;
  opacity: 0.75;
}

/* Optional class to enforce consistent input sizing inside demos */
.field__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2px;
  opacity: 0.85;
  margin-bottom: 6px;
}

.field__input {
  width: 100%;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  color: inherit;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
}
.field__input:focus {
  box-shadow: var(--su-focus-ring);
  border-color: rgba(255, 255, 255, 0.22);
}

html[data-theme=light] .field__input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.75);
}

/* ============================== */
/* 8) Reusable modal primitives   */
/* ============================== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}
.modal.is-open {
  display: block;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}

.modal__panel {
  position: relative;
  width: min(720px, 100% - 24px);
  margin: 24px auto;
  padding: 18px;
  border-radius: 18px;
  background: rgba(20, 24, 33, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

html[data-theme=light] .modal__panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.modal__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.modal__close {
  height: 36px;
  padding: 0 12px;
  border-radius: 12px;
}

.modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}

/* ============================== */
/* Footer (reusable)              */
/* ============================== */
.site-footer {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: var(--su-muted);
  padding: 0 0 30px;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

html[data-theme=light] .site-footer {
  color: rgba(15, 23, 42, 0.7); /* ~ #0f172ab3 */
}
html[data-theme=light] .site-footer a:hover {
  color: rgba(15, 23, 42, 0.92);
}

/* ============================== */
/* 9) Static pages (demo/404/etc) */
/* ============================== */
.static-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 0;
}

.static-page__content {
  text-align: center;
  max-width: 720px;
  color: rgba(226, 232, 240, 0.9);
}

.static-page__logo {
  width: 200px;
  height: 200px;
  border-radius: 28px;
  object-fit: contain;
  margin: 0 auto 16px;
}

.static-page__title {
  margin: 0 0 12px;
  font-size: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.05;
  font-weight: 200;
}

.static-page__copy {
  max-width: 500px;
  margin: 18px auto;
  color: var(--su-muted);
  font-size: 16px;
  line-height: 1.6;
}

.static-page__actions {
  margin-top: 18px;
}

.static-page__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: var(--su-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.static-page__link:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.22);
}

.static-page__lang-switch {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1;
  user-select: none;
}

.static-page__lang-separator {
  margin: 0 8px;
  opacity: 0.55;
  color: var(--su-muted);
}

.static-page__lang {
  color: var(--su-muted);
  cursor: pointer;
  transition: opacity 0.12s ease, color 0.12s ease;
}

.static-page__lang:hover {
  opacity: 0.9;
}

.static-page__lang.active {
  color: #ffffff;
  cursor: default;
}

.static-page__lang.active:hover {
  opacity: 1;
}

/* ============================== */
/* 10) Utility: prevent body scroll */
/* ============================== */
.no-scroll {
  overflow: hidden;
}

/* ============================== */
/* 11) A11y / motion preferences  */
/* ============================== */
@media (prefers-reduced-motion: reduce) {
  .btn, .btn-default, .btn-primary,
  .btn-ghost, .btn-dark, .modal__close {
    transition: none;
  }
}
