/* ============================================================
   HOME REDESIGN (redesign branch) -brand tokens, keyframes,
   and .ak-* component classes. Ported from the design handoff
   (reference/tokens.css + Mejoras Home A.dc.html). Heavy/custom
   visuals live here; layout/spacing/responsive stay in Tailwind
   utilities on the markup. Does NOT redefine base element rules
   (body/h1-h6/a/button) -those stay owned by src/input.css.
   ============================================================ */
:root {
  --aura-bg: #0f161b;
  --aura-surface: #182029;
  --aura-surface-2: #1b242e;
  --aura-surface-3: #10181f;
  --aura-modal: #1f1f2f;
  --aura-border: #22292f;
  --aura-border-strong: #282f36;
  --aura-primary: #bd65ff;
  --aura-primary-glow: #d279ff;
  --aura-primary-deep: #7c3aed;
  --aura-pink-glow: #ffb3ff;
  --aura-gold: #ffbe18;
  --aura-amber: #faa706;
  --aura-heading: #ffffff;
  --aura-text: #adb0bc;
  --aura-text-muted: #888888;
  --aura-font-heading: "Barlow", sans-serif;
  --aura-font-display: "Rajdhani", sans-serif;
  --aura-font-body: "Poppins", "Barlow", sans-serif;
  --aura-glow-sm: 0 0 6px #bd65ff;
  --aura-glow: 0 0 10px #bd65ff88, 0 0 20px #7c3aed44;
  --aura-glow-strong: 0 0 12px #bd65ff99;
  --aura-glow-text: 0 0 6px #d279ff, 0 0 12px #ffb3ff;
}

@keyframes ak-float { 0% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-18px) rotate(1.5deg); } 100% { transform: translateY(0) rotate(-1.5deg); } }
@keyframes ak-spin { to { transform: rotate(360deg); } }
@keyframes ak-spin-rev { to { transform: rotate(-360deg); } }
@keyframes ak-pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 8px #2bd47a; } 50% { opacity: .45; box-shadow: 0 0 16px #2bd47a; } }
@keyframes ak-glow { 0%, 100% { opacity: .45; transform: scale(.96); } 50% { opacity: .85; transform: scale(1.04); } }
@keyframes ak-twinkle { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }

/* ---- Hero background layers ---- */
.ak-hero-bg { position: absolute; top: 0; left: 0; right: 0; height: 1020px; z-index: 0; pointer-events: none;
  background: radial-gradient(95% 65% at 80% 12%, rgba(124,58,237,.24), transparent 55%), radial-gradient(70% 55% at 8% 0%, rgba(189,101,255,.09), transparent 60%), linear-gradient(180deg, #160e1c 0%, #0f161b 70%); }
.ak-hero-vignette { position: absolute; top: 0; left: 0; right: 0; height: 1020px; z-index: 0; pointer-events: none;
  background: radial-gradient(120% 80% at 50% 130%, rgba(0,0,0,.55), transparent 50%); }

/* ---- Header wordmark + auth pill ---- */
.ak-wordmark { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: 25px; color: #fff; line-height: 1; text-shadow: 0 0 16px rgba(189,101,255,.55); }
.ak-wordmark-sup { font-size: 13px; vertical-align: super; letter-spacing: 1px; color: var(--aura-primary-glow); text-shadow: var(--aura-glow-text); margin-left: 2px; }
.ak-wordmark-underline { position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--aura-primary), transparent); box-shadow: var(--aura-glow-sm); pointer-events: none; }
.ak-authpill { display: flex; align-items: center; gap: 7px; padding: 6px; border-radius: 30px; background: linear-gradient(180deg, rgba(27,36,46,.7), rgba(16,24,31,.7)); border: 1px solid var(--aura-border-strong); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.ak-btn-signup { display: flex; align-items: center; font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 13px; white-space: nowrap; color: #fff; padding: 9px 16px; border-radius: 22px; border: 0; cursor: pointer; transition: all .2s ease; background: linear-gradient(180deg, var(--aura-primary-glow), var(--aura-primary)); box-shadow: 0 4px 14px rgba(189,101,255,.45), inset 0 1px 0 rgba(255,255,255,.35); }
.ak-btn-signup:hover { filter: brightness(1.08); box-shadow: 0 6px 20px rgba(189,101,255,.6), inset 0 1px 0 rgba(255,255,255,.35); }
.ak-btn-signin { display: flex; align-items: center; font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 13px; white-space: nowrap; color: #cdd0d8; padding: 9px 16px; border-radius: 22px; border: 1px solid var(--aura-border-strong); background: transparent; cursor: pointer; transition: all .2s ease; }
.ak-btn-signin:hover { color: #fff; border-color: var(--aura-primary); box-shadow: var(--aura-glow-sm); }
.ak-authpill-divider { width: 1px; height: 22px; background: var(--aura-border-strong); }
.ak-btn-discord { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(88,101,242,.12); border: 1px solid rgba(88,101,242,.4); cursor: pointer; transition: all .2s ease; }
.ak-btn-discord:hover { background: rgba(88,101,242,.28); box-shadow: 0 0 14px rgba(88,101,242,.5); }

/* ---- Hero left: eyebrow, CTAs, stat bar ---- */
.ak-eyebrow { display: inline-block; font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 12.5px; color: var(--aura-primary-glow); padding: 7px 14px; border-radius: 6px; background: rgba(189,101,255,.10); border: 1px solid rgba(189,101,255,.30); }
/* H1 "1000+" accent -soft single violet halo (toned down from the double glow) */
.ak-hero-accent { color: var(--aura-primary); text-shadow: 0 0 12px rgba(189,101,255,.4); }
.ak-cta-join { display: inline-flex; align-items: center; gap: 13px; padding: 16px 34px; clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%); background: linear-gradient(180deg, #ffd45e, #e89400); border: 2px solid #fff; box-shadow: 0 0 24px rgba(255,190,24,.35); cursor: pointer; }
.ak-cta-discord { display: inline-flex; align-items: center; gap: 13px; padding: 16px 30px; clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%); background: linear-gradient(180deg, rgba(189,101,255,.14), rgba(189,101,255,.04)); border: 1px solid var(--aura-primary); box-shadow: var(--aura-glow); cursor: pointer; }
.ak-cta-glyph { line-height: 1; }
.ak-cta-title { display: block; font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; font-size: 18px; line-height: 1.1; }
.ak-cta-sub { display: block; font-family: var(--aura-font-body); font-size: 11.5px; font-weight: 500; }
.ak-cta-join .ak-cta-glyph { color: #5a3601; font-size: 22px; }
.ak-cta-join .ak-cta-title { color: #1a1206; }
.ak-cta-join .ak-cta-sub { color: #6e4d0a; }
.ak-cta-discord .ak-cta-glyph { color: var(--aura-primary-glow); font-size: 19px; }
.ak-cta-discord .ak-cta-title { color: #fff; }
.ak-cta-discord .ak-cta-sub { color: #b79ad6; }

/* ---- Hover states: large CTAs + PLAY NOW banner ---- */
.ak-cta-join,
.ak-cta-discord,
.ak-playnow { transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease, border-color .22s ease; }
.ak-cta-glyph { transition: transform .22s ease; }

.ak-cta-join:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 0 34px rgba(255,190,24,.55), 0 8px 20px rgba(0,0,0,.35); }
.ak-cta-join:active { transform: translateY(0); }
.ak-cta-join:hover .ak-cta-glyph { transform: rotate(12deg) scale(1.12); }

.ak-cta-discord:hover { transform: translateY(-2px); border-color: var(--aura-primary-glow); background: linear-gradient(180deg, rgba(189,101,255,.24), rgba(189,101,255,.08)); box-shadow: var(--aura-glow-strong), 0 8px 20px rgba(0,0,0,.35); }
.ak-cta-discord:active { transform: translateY(0); }
.ak-cta-discord:hover .ak-cta-glyph { transform: translateX(3px); }

.ak-playnow { cursor: pointer; }
.ak-playnow:hover { transform: scale(1.05); filter: brightness(1.06); box-shadow: 0 10px 30px rgba(0,0,0,.55), 0 0 28px rgba(255,190,24,.5); }
.ak-playnow:active { transform: scale(1.0); }
.ak-statbar { position: relative; max-width: 540px; border-radius: 12px; padding: 18px 4px; border: 1px solid var(--aura-border-strong); background: linear-gradient(180deg, rgba(27,36,46,.85), rgba(16,24,31,.9)); clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)); }
.ak-statbar-glowline { position: absolute; top: 0; left: 18px; right: 18px; height: 2px; background: linear-gradient(90deg, transparent, var(--aura-primary), transparent); box-shadow: var(--aura-glow-sm); }
.ak-stat-col { text-align: center; padding: 0 8px; }
.ak-stat-divider { border-left: 1px solid rgba(189,101,255,.18); border-right: 1px solid rgba(189,101,255,.18); }
.ak-stat-num { font-family: var(--aura-font-display); font-weight: 700; font-size: 30px; line-height: 1; color: #fff; }
.ak-stat-label { font-family: var(--aura-font-heading); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 11px; color: #8a8f9b; margin-top: 6px; }
.ak-online-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #2bd47a; animation: ak-pulse 1.8s ease-in-out infinite; }

/* ---- Hero right: animated character showcase ---- */
.ak-showcase { position: relative; height: 600px; }
.ak-ring-center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.ak-ring-outer { width: 500px; height: 500px; border: 2px dashed rgba(189,101,255,.30); border-radius: 50%; animation: ak-spin 30s linear infinite; }
.ak-ring-mid { width: 430px; height: 430px; border: 1px solid rgba(255,179,255,.22); border-radius: 50%; animation: ak-spin-rev 38s linear infinite; }
.ak-glow-disc { width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(189,101,255,.40), transparent 68%); filter: blur(6px); animation: ak-glow 4.5s ease-in-out infinite; }
.ak-mage-stack { position: relative; z-index: 2; width: 480px; height: 600px; animation: ak-float 5.5s ease-in-out infinite; transform-origin: center bottom; pointer-events: none; }
.ak-mage { position: absolute; left: 50%; bottom: 64px; transform: translateX(-50%); max-height: 540px; max-width: 460px; width: auto; display: block; filter: drop-shadow(0 0 26px rgba(189,101,255,.45)); transition: opacity 1.1s ease; opacity: 0; }
.ak-playnow { position: absolute; bottom: 24px; z-index: 3; padding: 14px 50px; clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%); background: linear-gradient(180deg, #ffd45e, #e89400); border: 2px solid #7a4a05; box-shadow: 0 8px 24px rgba(0,0,0,.5); }
.ak-playnow-text { font-family: var(--aura-font-heading); font-weight: 800; font-style: italic; font-size: 30px; letter-spacing: 1px; color: #fff5d0; text-shadow: 0 2px 0 #8a5202, 0 0 1px #5a3601; }
.ak-dots { position: absolute; bottom: 0; z-index: 4; display: flex; gap: 10px; }
.ak-dot { width: 9px; height: 9px; border-radius: 50%; transition: all .4s ease; border: 0; padding: 0; cursor: pointer; }

/* ---- Latest News ---- */
.ak-news-head-bar { width: 4px; height: 24px; border-radius: 2px; background: var(--aura-primary); box-shadow: var(--aura-glow-sm); }
.ak-news-head-rule { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(189,101,255,.35), transparent); }
.ak-news-viewall { font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; font-size: 13px; color: var(--aura-primary-glow); }
.ak-news-card { background: var(--aura-surface); border: 1px solid var(--aura-border); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.ak-news-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(189,101,255,.18), 0 0 0 1px rgba(189,101,255,.35); }
.ak-news-banner { height: 160px; position: relative; background-size: cover; background-repeat: no-repeat; }
.ak-news-scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(15,22,27,.30) 0%, rgba(15,22,27,0) 38%, rgba(24,32,41,.55) 100%); }
.ak-badges { position: absolute; left: 14px; top: 14px; display: flex; gap: 8px; }
.ak-badge { font-family: var(--aura-font-heading); font-weight: 800; font-size: 10px; letter-spacing: .5px; text-transform: uppercase; padding: 4px 9px; border-radius: 5px; }
.ak-badge.-event { color: #16140a; background: var(--aura-gold); }
.ak-badge.-new { color: #fff; background: var(--aura-primary); box-shadow: var(--aura-glow-sm); }
.ak-badge.-update { color: #fff; padding: 3px 9px; background: rgba(47,106,160,.92); border: 1px solid rgba(121,210,255,.6); box-shadow: 0 2px 8px rgba(0,0,0,.4); }
.ak-badge.-eidolon { color: #fff; padding: 3px 9px; background: rgba(124,58,237,.92); border: 1px solid rgba(189,101,255,.6); box-shadow: 0 2px 8px rgba(0,0,0,.4); }
.ak-news-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.ak-news-date { font-family: var(--aura-font-display); font-weight: 700; font-size: 12px; letter-spacing: .5px; color: var(--aura-primary-glow); }
.ak-news-date.-blue { color: #79b6ff; }
.ak-news-title { font-family: var(--aura-font-heading); font-weight: 700; text-transform: none; font-size: 18px; color: #fff; margin: 6px 0 0; line-height: 1.25; }
.ak-news-excerpt { font-size: 13px; color: #8a8f9b; margin: 7px 0 0; line-height: 1.55; }
.ak-news-readmore { display: inline-block; margin-top: 14px; font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; font-size: 12px; color: var(--aura-primary-glow); }

/* ---- Footer wave ---- */
.ak-footer-wave { display: block; width: 100%; height: 46px; }

.hover-glow {
  transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}

.group:hover .hover-glow {
  text-shadow: 0 0 6px #d279ff, 0 0 12px #ffb3ff;
  color: #fff;
}

.glow-button {
  box-shadow: 0 0 10px #bd65ff88, 0 0 20px #7c3aed44;
}

@keyframes shapeBlinker {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

.animate-shapeBlinker {
  animation: shapeBlinker 2.5s linear infinite;
}

.notyf__toast {
  font-family: "Barlow", sans-serif;
  transition: all 0.3s ease;
}

/* Mensaje general */
.notyf__message {
  color: #fff;
  font-size: 13px;
}

.octagon {
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination li {
  display: inline-block;
  margin: 0 4px;
}

.pagination li a {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05); /* fondo sutil */
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7); /* texto claro */
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.pagination li a:hover {
  background: rgba(189, 101, 255, 0.15); /* violeta suave */
  color: #ffffff;
  box-shadow: 0 0 8px rgba(189, 101, 255, 0.4);
}

.pagination li.active a {
  background-color: #bd65ff; /* violeta principal */
  color: white;
  border-color: #bd65ff;
  box-shadow: 0 0 10px rgba(189, 101, 255, 0.6);
}

/* ========================================
   RESPONSIVE COMPONENTS CSS
   ======================================== */

/* Mobile menu visibility */
.mobile-menu-button {
  display: none !important;
}

@media (max-width: 1023px) {
  .mobile-menu-button {
    display: flex !important;
  }
}

@media (min-width: 1024px) {
  .mobile-menu-dropdown {
    display: none !important;
  }
}

/* Mobile menu dropdown positioning */
.mobile-menu-dropdown {
  position: fixed !important;
  top: 120px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 60 !important;
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
}

/* Home slider image visibility */
.home-slider-image {
  display: none !important;
}

@media (min-width: 1024px) {
  .home-slider-image {
    display: block !important;
  }
}

/* Profile modal responsive layout */
.profile-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.profile-content {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

.profile-button {
  width: 100% !important;
}

@media (min-width: 1024px) {
  .profile-section {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .profile-button {
    width: auto !important;
    flex-shrink: 0 !important;
  }
}

/* ============================================================
   MODAL + FORM KIT (redesign) -shared shell for all modals,
   derived from the About / Auth Forms handoff. Pairs with the
   existing Alpine modal fragments (backdrop + panel + bindings).
   ============================================================ */
@keyframes am-glow { 0%, 100% { opacity: .4; } 50% { opacity: .75; } }

/* Backdrop (replaces bg-black/70 backdrop-blur on the modal root) */
.ak-modal-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 16px;
  background: radial-gradient(80% 60% at 50% 0%, rgba(124,58,237,.14), transparent 55%), rgba(8,6,12,.62); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }

/* Panel */
.ak-modal-panel { position: relative; width: 100%; border-radius: 18px; overflow: hidden; border: 1px solid var(--aura-border-strong);
  background: linear-gradient(180deg, #171022, #10131b); box-shadow: 0 40px 120px rgba(0,0,0,.7), 0 0 0 1px rgba(189,101,255,.08); }
.ak-modal-glowline { position: absolute; z-index: 4; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--aura-primary), transparent); box-shadow: var(--aura-glow-sm); animation: am-glow 4s ease-in-out infinite; }

/* Centered header (forms) */
.ak-modal-head { position: relative; padding: 28px 32px 22px; text-align: center; background: radial-gradient(90% 130% at 50% 0%, rgba(189,101,255,.14), transparent 65%); }
.ak-modal-eyebrow { font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; font-size: 11px; color: var(--aura-primary-glow); }
.ak-modal-title { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 28px; color: #fff; margin: 5px 0 0; text-shadow: 0 0 18px rgba(189,101,255,.35); }

/* Close button */
.ak-modal-close { position: absolute; z-index: 5; top: 20px; right: 22px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--aura-border-strong); background: var(--aura-surface-2); color: #adb0bc; font-size: 16px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s ease; }
.ak-modal-close:hover { color: #fff; border-color: var(--aura-primary); box-shadow: var(--aura-glow-sm); }
.ak-modal-close.-art { top: 24px; right: 28px; width: 40px; height: 40px; color: #cdd0d8; background: rgba(16,19,27,.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }

.ak-modal-body { padding: 8px 32px 30px; }

/* Fields */
.ak-field { position: relative; }
.ak-label { display: block; font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: 11px; color: #8a8f9b; margin-bottom: 8px; }
.ak-input { width: 100%; box-sizing: border-box; font-family: var(--aura-font-body); font-size: 15px; color: #fff; background: #0f141c; border: 1px solid var(--aura-border-strong); border-radius: 11px; padding: 14px 14px 14px 44px; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.ak-input::placeholder { color: #6f7480; }
.ak-input:focus { border-color: var(--aura-primary); box-shadow: 0 0 0 3px rgba(189,101,255,.18); }
.ak-input.-pw { padding-right: 44px; }
.ak-input.-error { border-color: #f87171; box-shadow: 0 0 0 3px rgba(248,113,113,.16); }
.ak-input-ico { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #6f7480; pointer-events: none; transition: color .15s ease; }
.ak-input:focus ~ .ak-input-ico { color: var(--aura-primary-glow); }
.ak-input-eye { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: #6f7480; cursor: pointer; background: none; border: 0; padding: 4px; line-height: 0; transition: color .15s ease; }
.ak-input-eye:hover { color: var(--aura-primary-glow); }

/* Password strength */
.ak-strength { display: flex; gap: 5px; }
.ak-seg { flex: 1; height: 4px; border-radius: 2px; background: rgba(189,101,255,.25); transition: background .2s ease; }
.ak-seg.-on { background: var(--aura-primary); }

/* Security-check slot (Turnstile mounts here) */
.ak-secslot { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 66px; padding: 12px 16px; border-radius: 11px; background: var(--aura-surface); border: 1px dashed var(--aura-border-strong); }

/* Buttons */
.ak-btn-primary { width: 100%; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; color: #fff; padding: 15px; border: none; border-radius: 11px; cursor: pointer; background: linear-gradient(180deg, var(--aura-primary-glow), var(--aura-primary)); box-shadow: 0 6px 20px rgba(189,101,255,.45), inset 0 1px 0 rgba(255,255,255,.3); transition: filter .15s ease, box-shadow .15s ease; }
.ak-btn-primary:hover { filter: brightness(1.08); box-shadow: 0 8px 26px rgba(189,101,255,.6), inset 0 1px 0 rgba(255,255,255,.3); }
.ak-btn-primary:disabled { opacity: .6; cursor: not-allowed; filter: none; }
.ak-btn-primary.-inline { width: auto; font-size: 14px; padding: 12px 26px; border-radius: 10px; }
.ak-btn-ghost { display: inline-flex; align-items: center; gap: 9px; font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 14px; white-space: nowrap; color: #cdd0d8; padding: 12px 26px; border-radius: 10px; border: 1px solid var(--aura-border-strong); background: var(--aura-surface-2); cursor: pointer; transition: all .15s ease; }
.ak-btn-ghost:hover { color: #fff; border-color: var(--aura-primary); box-shadow: var(--aura-glow-sm); }

/* Links & small text */
.ak-link { color: var(--aura-primary-glow); font-weight: 600; cursor: pointer; background: none; border: 0; padding: 0; font: inherit; }
.ak-link:hover { text-decoration: underline; }
.ak-forgot { font-family: var(--aura-font-body); font-size: 13px; color: #9aa0ad; cursor: pointer; background: none; border: 0; padding: 0; }
.ak-forgot:hover { color: var(--aura-primary-glow); }
.ak-form-foot { text-align: center; font-size: 13.5px; color: #8a8f9b; margin-top: 18px; }
.ak-form-error { font-size: 13px; color: #fca5a5; background: rgba(248,113,113,.10); border: 1px solid rgba(248,113,113,.3); padding: 10px 12px; border-radius: 10px; }

/* About modal -key-art header + content blocks */
.ak-modal-head-art { position: relative; padding: 38px 36px 30px; overflow: hidden; min-height: 150px; }
.ak-art-tint { position: absolute; inset: 0; background: linear-gradient(95deg, #171022 4%, rgba(23,16,34,.86) 40%, rgba(23,16,34,.40) 100%); }
.ak-art-fade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, #171022 100%); }
.ak-art-content { position: relative; z-index: 2; }
.ak-art-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ak-art-eyebrow span:first-child { width: 26px; height: 2px; background: var(--aura-primary); box-shadow: var(--aura-glow-sm); }
.ak-art-eyebrow span:last-child { font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: 12px; color: var(--aura-primary-glow); }
.ak-art-title { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 42px; color: #fff; line-height: 1; text-shadow: 0 2px 24px rgba(0,0,0,.6), 0 0 22px rgba(189,101,255,.35); }
.ak-art-sub { font-family: var(--aura-font-heading); font-weight: 700; font-size: 19px; color: #e9eaf0; margin-top: 14px; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.ak-intro { padding: 18px 22px; border-radius: 12px; background: var(--aura-surface); border: 1px solid var(--aura-border); border-left: 3px solid var(--aura-primary); margin-bottom: 24px; }
.ak-intro p { margin: 0; font-size: 15px; line-height: 1.7; color: #c2c5cf; }
.ak-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ak-col { padding: 22px; border-radius: 14px; border: 1px solid var(--aura-border-strong); background: linear-gradient(180deg, rgba(189,101,255,.06), rgba(27,36,46,.4)); }
.ak-col.-blue { background: linear-gradient(180deg, rgba(101,180,255,.05), rgba(27,36,46,.4)); }
.ak-col-head { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.ak-col-chip { width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 12px; background: rgba(189,101,255,.18); border: 1px solid rgba(189,101,255,.4); }
.ak-col.-blue .ak-col-chip { background: rgba(101,180,255,.16); border-color: rgba(101,180,255,.4); }
.ak-col-title { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; color: var(--aura-primary-glow); white-space: nowrap; }
.ak-col.-blue .ak-col-title { color: #79b6ff; }
.ak-bullets { display: flex; flex-direction: column; gap: 13px; }
.ak-bullet { display: flex; gap: 11px; align-items: flex-start; }
.ak-bullet > span:first-child { flex: none; color: var(--aura-primary); font-size: 13px; margin-top: 3px; }
.ak-col.-blue .ak-bullet > span:first-child { color: #79b6ff; }
.ak-bullet > span:last-child { font-size: 14px; line-height: 1.5; color: #d4d6de; }
.ak-modal-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 36px; border-top: 1px solid var(--aura-border); background: rgba(0,0,0,.2); }

/* Extra helpers for the remaining modals */
.ak-input.-bare { padding-left: 14px; }
.ak-btn-ghost.-sm { padding: 11px 14px; font-size: 12px; letter-spacing: .3px; }
.ak-modal-sub { text-align: center; font-size: 14px; line-height: 1.6; color: #9aa0ad; margin: 2px 0 0; }
.ak-note { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-radius: 11px; background: var(--aura-surface); border: 1px solid var(--aura-border); }
.ak-note-ico { flex: none; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(189,101,255,.14); border: 1px solid rgba(189,101,255,.3); color: var(--aura-primary-glow); }
.ak-note p { margin: 0; font-size: 13px; line-height: 1.5; color: #c2c5cf; }
.ak-sec-title { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; color: var(--aura-primary-glow); margin: 0 0 10px; }

/* ============================================================
   LOGGED-IN HEADER (§4): AP balance pill + avatar + dropdown
   ============================================================ */
@keyframes lh-pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 8px #2bd47a; } 50% { opacity: .5; box-shadow: 0 0 14px #2bd47a; } }
.lh-ap { display: flex; align-items: center; gap: 12px; padding: 7px 7px 7px 9px; border-radius: 30px; background: linear-gradient(180deg, rgba(31,24,42,.9), rgba(16,19,27,.9)); border: 1px solid var(--aura-border-strong); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 4px 16px rgba(0,0,0,.35); }
.lh-coin { width: 26px; height: 26px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-family: var(--aura-font-heading); font-weight: 800; font-size: 12px; color: #7a4a05; background: radial-gradient(circle at 35% 28%, #ffe27a, #e0930a); box-shadow: 0 0 8px rgba(255,190,24,.55), inset 0 -2px 3px rgba(120,70,0,.5); }
.lh-coin.-sm { width: 22px; height: 22px; font-size: 10px; box-shadow: 0 0 6px rgba(255,190,24,.5); }
.lh-ap-val { font-family: var(--aura-font-display); font-weight: 700; font-size: 18px; color: #fff; line-height: 1; }
.lh-ap-label { font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: 8.5px; color: #8a8f9b; margin-top: 2px; }
.lh-topup { display: flex; align-items: center; gap: 5px; padding: 7px 13px 7px 11px; border-radius: 22px; border: none; cursor: pointer; background: linear-gradient(180deg, var(--aura-primary-glow), var(--aura-primary)); box-shadow: 0 3px 12px rgba(189,101,255,.5), inset 0 1px 0 rgba(255,255,255,.35); font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 12px; color: #fff; transition: filter .15s ease; }
.lh-topup:hover { filter: brightness(1.08); }
.lh-divider { width: 1px; height: 30px; background: var(--aura-border-strong); }
.lh-avatar { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: linear-gradient(160deg, #3a3550, #1a1626); border: 2px solid rgba(189,101,255,.55); box-shadow: 0 0 0 3px rgba(189,101,255,.12), var(--aura-glow-sm); display: flex; align-items: flex-end; justify-content: center; }
.lh-avatar.-lg { width: 52px; height: 52px; box-shadow: 0 0 0 3px rgba(189,101,255,.12), var(--aura-glow); }
.lh-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lh-avatar svg { fill: #9aa0ad; margin-bottom: -2px; }
.lh-online { position: absolute; right: 0; bottom: 0; width: 11px; height: 11px; border-radius: 50%; background: #2bd47a; border: 2px solid #160e1c; animation: lh-pulse 2s ease-in-out infinite; }
.lh-online.-menu { right: 1px; bottom: 1px; width: 12px; height: 12px; border-color: #1d1530; animation: none; box-shadow: 0 0 8px #2bd47a; }
.lh-menu { width: 332px; border-radius: 16px; overflow: hidden; background: linear-gradient(180deg, #1d1530, #141019); border: 1px solid var(--aura-border-strong); box-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(189,101,255,.08); }
.lh-profile { display: flex; align-items: center; gap: 13px; padding: 20px 20px 18px; background: radial-gradient(90% 140% at 18% 0%, rgba(189,101,255,.16), transparent 65%); }
.lh-summary { margin: 0 16px 8px; display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; border-radius: 11px; background: rgba(255,190,24,.07); border: 1px solid rgba(255,190,24,.22); }
.lh-section-label { padding: 6px 10px 4px; font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; font-size: 9.5px; color: #6f7480; }
.lh-item { display: flex; align-items: center; gap: 14px; padding: 11px 14px; border-radius: 11px; cursor: pointer; width: 100%; text-align: left; background: none; border: 0; transition: background .14s ease; }
.lh-item:hover { background: rgba(189,101,255,.10); }
.lh-ico { width: 34px; height: 34px; flex: none; border-radius: 9px; border: 1px solid var(--aura-border-strong); background: rgba(255,255,255,.03); display: flex; align-items: center; justify-content: center; color: #b79ad6; transition: all .14s ease; }
.lh-item:hover .lh-ico { border-color: var(--aura-primary); color: var(--aura-primary-glow); box-shadow: var(--aura-glow-sm); }
.lh-label { flex: 1; font-family: var(--aura-font-heading); font-weight: 600; font-size: 15px; color: #d4d6de; }
.lh-item:hover .lh-label { color: #fff; }
.lh-logout:hover { background: rgba(255,90,90,.10); }
.lh-logout:hover .lh-ico { border-color: #ff6b6b; color: #ff8a8a; box-shadow: 0 0 10px rgba(255,90,90,.4); }
.lh-logout:hover .lh-label { color: #ff8a8a; }
.lh-badge-rewards { font-family: var(--aura-font-display); font-weight: 700; font-size: 13px; color: #fff; min-width: 30px; text-align: center; padding: 3px 9px; border-radius: 20px; background: rgba(189,101,255,.18); border: 1px solid rgba(189,101,255,.35); }
.lh-badge-bonus { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 11px; color: #16140a; padding: 5px 11px; border-radius: 7px; background: linear-gradient(180deg, #ffd45e, #e89400); box-shadow: 0 2px 8px rgba(255,190,24,.4); }

/* ============================================================
   NEWS ARTICLE MODAL (§5): chrome + rendered-markdown prose
   ============================================================ */
@keyframes nm-glow { 0%, 100% { opacity: .4; } 50% { opacity: .8; } }
.nm-modal { width: 760px; max-width: 100%; max-height: 88vh; display: flex; flex-direction: column; position: relative; border-radius: 18px; overflow: hidden; background: linear-gradient(180deg, #171022, #10131b); border: 1px solid var(--aura-border-strong); box-shadow: 0 40px 120px rgba(0,0,0,.7), 0 0 0 1px rgba(189,101,255,.08); }
.nm-glowline { position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 5; background: linear-gradient(90deg, transparent, var(--aura-primary), transparent); box-shadow: var(--aura-glow-sm); animation: nm-glow 4s ease-in-out infinite; }
.nm-close { position: absolute; z-index: 6; top: 18px; right: 18px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--aura-border-strong); background: rgba(16,19,27,.6); color: #e6e7ec; font-size: 18px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(6px); transition: all .15s ease; }
.nm-close:hover { color: #fff; border-color: var(--aura-primary); box-shadow: var(--aura-glow-sm); }
.nm-scroll { flex: 1; min-height: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #3a2f50 transparent; }
.nm-scroll::-webkit-scrollbar { width: 10px; }
.nm-scroll::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #5a3f8a, #3a2f50); border-radius: 6px; border: 2px solid #14101c; }
.nm-scroll::-webkit-scrollbar-track { background: transparent; }
.nm-banner { position: relative; height: 300px; background-size: cover; background-repeat: no-repeat; }
.nm-banner-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,16,27,.10) 0%, rgba(15,16,27,0) 35%, rgba(23,16,34,.96) 100%); }
.nm-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 10px; font-family: var(--aura-font-display); font-weight: 700; font-size: 13px; letter-spacing: .5px; color: var(--aura-primary-glow); }
.nm-title { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 38px; line-height: 1.05; color: #fff; margin: 0; text-shadow: 0 2px 24px rgba(0,0,0,.7), 0 0 22px rgba(189,101,255,.3); }
.nm-foot { flex: none; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 28px; border-top: 1px solid var(--aura-border); background: rgba(0,0,0,.28); backdrop-filter: blur(6px); }
.nm-prose { font-family: var(--aura-font-body); color: #c2c5cf; font-size: 15.5px; line-height: 1.75; }
.nm-prose > *:first-child { margin-top: 0; }
.nm-prose > *:last-child { margin-bottom: 0; }
.nm-prose p { margin: 0 0 18px; }
.nm-prose strong { color: #fff; font-weight: 700; }
.nm-prose em { color: #d279ff; font-style: italic; }
.nm-prose a { color: var(--aura-primary-glow); text-decoration: none; border-bottom: 1px solid rgba(189,101,255,.4); }
.nm-prose a:hover { border-bottom-color: var(--aura-primary); text-shadow: var(--aura-glow-text); }
.nm-prose h1 { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 26px; color: #fff; line-height: 1.15; margin: 30px 0 14px; }
.nm-prose h2 { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 21px; color: #fff; line-height: 1.2; margin: 30px 0 13px; padding-left: 13px; border-left: 4px solid var(--aura-primary); }
.nm-prose h3 { font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 16px; color: var(--aura-primary-glow); margin: 24px 0 10px; }
.nm-prose ul, .nm-prose ol { margin: 0 0 20px; padding-left: 4px; list-style: none; }
.nm-prose li { position: relative; padding-left: 26px; margin: 0 0 9px; }
.nm-prose ul li::before { content: ""; position: absolute; left: 6px; top: 11px; width: 7px; height: 7px; transform: rotate(45deg); background: var(--aura-primary); box-shadow: var(--aura-glow-sm); }
.nm-prose ol { counter-reset: nm; }
.nm-prose ol li { counter-increment: nm; }
.nm-prose ol li::before { content: counter(nm); position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 6px; background: rgba(189,101,255,.16); border: 1px solid rgba(189,101,255,.35); color: var(--aura-primary-glow); font-family: var(--aura-font-display); font-weight: 700; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.nm-prose blockquote { margin: 0 0 20px; padding: 14px 18px; border-radius: 10px; background: rgba(189,101,255,.07); border: 1px solid rgba(189,101,255,.22); border-left: 3px solid var(--aura-primary); color: #d4d6de; font-style: italic; }
.nm-prose blockquote p { margin: 0; }
.nm-prose img { width: 100%; border-radius: 14px; border: 1px solid var(--aura-border-strong); margin: 6px 0 20px; display: block; }
.nm-prose hr { border: none; height: 1px; margin: 26px 0; background: linear-gradient(90deg, transparent, rgba(189,101,255,.4), transparent); }
.nm-prose code { font-family: var(--aura-font-display); font-size: 14px; color: #ffd45e; background: rgba(255,190,24,.08); border: 1px solid rgba(255,190,24,.2); border-radius: 5px; padding: 1px 7px; }
.nm-prose pre { background: #0d0a14; border: 1px solid var(--aura-border-strong); border-radius: 12px; padding: 16px; overflow-x: auto; margin: 0 0 20px; }
.nm-prose pre code { color: #cdd0d8; background: none; border: none; padding: 0; }
.nm-prose table { width: 100%; border-collapse: collapse; margin: 0 0 20px; font-size: 14px; }
.nm-prose th, .nm-prose td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--aura-border); }
.nm-prose th { font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 11px; color: var(--aura-primary-glow); }

/* ============================================================
   DOWNLOAD MODAL (§6): recommended vs secondary option cards
   ============================================================ */
.dl-card-rec { position: relative; display: flex; flex-direction: column; border-radius: 16px; padding: 24px 22px 22px; background: linear-gradient(180deg, rgba(189,101,255,.10), rgba(27,20,40,.5)); border: 1px solid var(--aura-primary); box-shadow: 0 14px 40px rgba(124,58,237,.18), 0 0 22px rgba(189,101,255,.1); transition: box-shadow .18s ease; }
.dl-card-rec:hover { box-shadow: 0 0 0 1px var(--aura-primary), 0 20px 50px rgba(124,58,237,.25), 0 0 30px rgba(189,101,255,.14); }
.dl-card-sec { position: relative; display: flex; flex-direction: column; border-radius: 16px; padding: 24px 22px 22px; background: var(--aura-surface); border: 1px solid var(--aura-border); transition: border-color .18s ease; }
.dl-card-sec:hover { border-color: var(--aura-border-strong); }
.dl-rec-badge { position: absolute; top: -1px; right: 18px; font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #fff; background: linear-gradient(180deg, var(--aura-primary-glow), var(--aura-primary)); padding: 5px 12px 6px; border-radius: 0 0 8px 8px; box-shadow: 0 4px 12px rgba(189,101,255,.5); }
.dl-chip-icon { width: 48px; height: 48px; flex: none; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.dl-chip-icon.-rec { background: linear-gradient(160deg, rgba(189,101,255,.30), rgba(124,58,237,.12)); border: 1px solid rgba(189,101,255,.5); box-shadow: var(--aura-glow-sm); color: #fff; }
.dl-chip-icon.-sec { background: rgba(101,180,255,.08); border: 1px solid rgba(101,180,255,.3); color: #79b6ff; }
.dl-card-title { font-family: var(--aura-font-heading); font-weight: 800; text-transform: uppercase; letter-spacing: .5px; font-size: 20px; color: #fff; line-height: 1; }
.dl-card-sub { font-size: 12.5px; margin-top: 4px; }
.dl-desc { font-size: 13.5px; line-height: 1.6; color: #c2c5cf; margin: 0 0 16px; }
.dl-feats { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; }
.dl-feat { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: #d4d6de; }
.dl-specs { display: flex; gap: 8px; margin-top: auto; margin-bottom: 18px; }
.dl-spec { font-family: var(--aura-font-display); font-weight: 600; font-size: 11.5px; color: #9aa0ad; padding: 4px 10px; border-radius: 7px; background: rgba(255,255,255,.04); border: 1px solid var(--aura-border); }
.dl-trust { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 14px 36px 4px; font-size: 12px; color: #6f7480; }

/* ============================================================
   TRANSACTION HISTORY MODAL (§7): summary + grid table + pager
   ============================================================ */
.th-coin { width: 20px; height: 20px; flex: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--aura-font-heading); font-weight: 800; font-size: 9px; color: #7a4a05; background: radial-gradient(circle at 35% 28%, #ffe27a, #e0930a); box-shadow: 0 0 6px rgba(255,190,24,.5); }
.th-stat { flex: 1; padding: 13px 16px; border-radius: 12px; background: var(--aura-surface); border: 1px solid var(--aura-border); }
.th-stat.-gold { background: rgba(255,190,24,.07); border: 1px solid rgba(255,190,24,.22); }
.th-stat-val { font-family: var(--aura-font-display); font-weight: 700; font-size: 22px; color: #fff; }
.th-stat-label { font-family: var(--aura-font-heading); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; font-size: 10.5px; color: #8a8f9b; margin-top: 5px; }
.th-stat.-gold .th-stat-label { color: #cdb46a; }
.th-table { border-radius: 14px; overflow: hidden; border: 1px solid var(--aura-border); }
.th-grid { display: grid; grid-template-columns: 130px 1fr 120px 150px; gap: 12px; align-items: center; padding: 15px 20px; }
.th-head { padding: 13px 20px; background: rgba(255,255,255,.02); border-bottom: 1px solid var(--aura-border); font-family: var(--aura-font-heading); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 11px; color: #7f8590; }
.th-rows .th-row { border-bottom: 1px solid var(--aura-border); transition: background .14s ease; }
.th-rows .th-row:last-child { border-bottom: none; }
.th-rows .th-row:nth-child(even) { background: rgba(255,255,255,.015); }
.th-rows .th-row:hover { background: rgba(189,101,255,.06); }
.th-date { font-family: var(--aura-font-display); font-weight: 600; font-size: 14px; color: #cdd0d8; }
.th-card { display: flex; align-items: center; gap: 10px; min-width: 0; }
.th-card-num { font-family: var(--aura-font-display); font-weight: 600; font-size: 14.5px; letter-spacing: .5px; color: #e6e7ec; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.th-copy { flex: none; width: 26px; height: 26px; border-radius: 7px; border: 1px solid var(--aura-border-strong); color: #7f8590; display: flex; align-items: center; justify-content: center; cursor: pointer; background: none; transition: all .14s ease; }
.th-copy:hover { color: var(--aura-primary-glow); border-color: var(--aura-primary); background: rgba(189,101,255,.12); }
.th-value { text-align: right; font-family: var(--aura-font-display); font-weight: 700; font-size: 15px; color: #7be3a8; }
.th-delta { display: flex; align-items: center; justify-content: flex-end; gap: 7px; font-family: var(--aura-font-display); font-size: 13.5px; }
.th-page { width: 34px; height: 34px; flex: none; border-radius: 9px; border: 1px solid var(--aura-border-strong); display: flex; align-items: center; justify-content: center; color: #5d626d; cursor: pointer; background: none; transition: all .14s ease; }
.th-page:hover:not(:disabled) { border-color: var(--aura-primary); color: #fff; }
.th-page:disabled { opacity: .4; cursor: not-allowed; }
.th-page-active { min-width: 34px; height: 34px; padding: 0 6px; border: 0; border-radius: 9px; display: flex; align-items: center; justify-content: center; cursor: default; font-family: var(--aura-font-display); font-weight: 700; font-size: 14px; color: #fff; background: linear-gradient(180deg, var(--aura-primary-glow), var(--aura-primary)); box-shadow: 0 3px 12px rgba(189,101,255,.45), inset 0 1px 0 rgba(255,255,255,.3); }
