
.notification-container[data-v-ce3d6851] {
  position: fixed;
  top: calc(var(--header-height, 60px) + 12px);
  right: 14px;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(360px, calc(100vw - 28px));
  direction: rtl;
}
.notification[data-v-ce3d6851] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 11px;
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 7px;
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.28);
  pointer-events: auto;
  border: 1px solid rgba(148, 163, 184, 0.18);
  overflow: hidden;
  color: #f8fafc;
}
.notification-success[data-v-ce3d6851] {
  border-right: 3px solid #10b981;
}
.notification-error[data-v-ce3d6851] {
  border-right: 3px solid #ef233c;
}
.notification-warning[data-v-ce3d6851] {
  border-right: 3px solid #f59e0b;
}
.notification-info[data-v-ce3d6851] {
  border-right: 3px solid #38bdf8;
}
.notification-icon[data-v-ce3d6851] {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 6px;
}
.notification-success .notification-icon[data-v-ce3d6851] {
  color: #34d399;
  background: rgba(16, 185, 129, 0.12);
}
.notification-error .notification-icon[data-v-ce3d6851] {
  color: #fb7185;
  background: rgba(239, 35, 60, 0.12);
}
.notification-warning .notification-icon[data-v-ce3d6851] {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.12);
}
.notification-info .notification-icon[data-v-ce3d6851] {
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.12);
}
.notification-icon svg[data-v-ce3d6851] {
  width: 18px;
  height: 18px;
}
.notification-content[data-v-ce3d6851] {
  flex: 1;
  min-width: 0;
}
.notification-title[data-v-ce3d6851] {
  font-size: 12px;
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.4;
  margin-bottom: 1px;
}
.notification-message[data-v-ce3d6851] {
  font-size: 11px;
  color: #cbd5e1;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.notification-close[data-v-ce3d6851] {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  transition: color 0.2s;
}
.notification-close[data-v-ce3d6851]:hover {
  background: rgba(148, 163, 184, 0.12);
  color: #fff;
}
.notification-close svg[data-v-ce3d6851] {
  width: 100%;
  height: 100%;
}
.notification-progress[data-v-ce3d6851] {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background: transparent;
  overflow: hidden;
}
.notification-progress-bar[data-v-ce3d6851] {
  height: 100%;
  background: currentColor;
  opacity: 0.8;
  animation: progress-ce3d6851 linear forwards;
}
@keyframes progress-ce3d6851 {
from {
    width: 100%;
}
to {
    width: 0%;
}
}

/* Notification Animations */
.notification-enter-active[data-v-ce3d6851],
.notification-leave-active[data-v-ce3d6851] {
  transition: all 0.3s ease;
}
.notification-enter-from[data-v-ce3d6851] {
  transform: translateX(18px) scale(0.98);
  opacity: 0;
}
.notification-leave-to[data-v-ce3d6851] {
  transform: translateX(18px) scale(0.98);
  opacity: 0;
}
.notification-move[data-v-ce3d6851] {
  transition: transform 0.3s ease;
}
@media (max-width: 640px) {
.notification-container[data-v-ce3d6851] {
    left: 12px;
    right: 12px;
    top: auto;
    bottom: calc(var(--bottom-nav-height, 64px) + 16px);
    width: auto;
}
.notification[data-v-ce3d6851] {
    padding: 10px;
}
}

.pwa-drawer-backdrop[data-v-0ff3e6c7] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box !important;
  isolation: isolate !important;
}
.pwa-drawer[data-v-0ff3e6c7] {
  position: relative !important;
  width: calc(100% - 32px) !important;
  max-width: 420px !important;
  max-height: calc(100vh - 80px) !important;
  max-height: calc(100dvh - 80px) !important;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.98)) !important;
  border-radius: 20px !important;
  padding: 20px !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
  animation: popIn-0ff3e6c7 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}
.drawer-handle-bar[data-v-0ff3e6c7] {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.drawer-handle[data-v-0ff3e6c7] {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.drawer-header[data-v-0ff3e6c7] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
}
.app-icon img[data-v-0ff3e6c7] {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.app-info h3[data-v-0ff3e6c7] {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  margin: 0 0 4px 0;
}
.app-info p[data-v-0ff3e6c7] {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0 0 4px 0;
}
.app-rating[data-v-0ff3e6c7] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
}
.stars[data-v-0ff3e6c7] {
  color: #fbbf24;
}
.count[data-v-0ff3e6c7] {
  color: #64748b;
}
.close-btn[data-v-0ff3e6c7] {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 8px;
  color: #94a3b8;
  background: transparent;
  border: none;
  cursor: pointer;
}
.features-list[data-v-0ff3e6c7] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.feature-item[data-v-0ff3e6c7] {
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.feature-icon[data-v-0ff3e6c7] {
  font-size: 1.5rem;
}
.feature-item span[data-v-0ff3e6c7] {
  font-size: 0.75rem;
  color: #cbd5e1;
  line-height: 1.2;
}
.install-btn[data-v-0ff3e6c7] {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transition: transform 0.2s;
}
.install-btn[data-v-0ff3e6c7]:active {
  transform: scale(0.98);
}
.ios-instructions[data-v-0ff3e6c7] {
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 16px;
  color: #e2e8f0;
}
.ios-instructions p[data-v-0ff3e6c7] {
  margin: 0 0 12px 0;
  font-weight: 600;
}
.ios-instructions ol[data-v-0ff3e6c7] {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ios-instructions li[data-v-0ff3e6c7] {
  font-size: 0.9rem;
  line-height: 1.5;
}
.ios-instructions svg[data-v-0ff3e6c7] {
  vertical-align: text-bottom;
  margin: 0 2px;
}

/* Transitions */
.drawer-fade-enter-active[data-v-0ff3e6c7],
.drawer-fade-leave-active[data-v-0ff3e6c7] {
  transition: opacity 0.3s ease;
}
.drawer-fade-enter-from[data-v-0ff3e6c7],
.drawer-fade-leave-to[data-v-0ff3e6c7] {
  opacity: 0;
}
.drawer-fade-enter-active .pwa-drawer[data-v-0ff3e6c7] {
  animation: popIn-0ff3e6c7 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.drawer-fade-leave-active .pwa-drawer[data-v-0ff3e6c7] {
  animation: popOut-0ff3e6c7 0.2s ease-out;
}
@keyframes popIn-0ff3e6c7 {
from { 
    transform: scale(0.8) translateY(20px); 
    opacity: 0;
}
to { 
    transform: scale(1) translateY(0); 
    opacity: 1;
}
}
@keyframes popOut-0ff3e6c7 {
from { 
    transform: scale(1) translateY(0); 
    opacity: 1;
}
to { 
    transform: scale(0.8) translateY(20px); 
    opacity: 0;
}
}

.update-banner[data-v-d965fc07] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-600));
  color: white;
  z-index: 9999;
}
@media (min-width: 640px) {
.update-banner[data-v-d965fc07] {
    padding: 12px 24px;
}
}
.update-content[data-v-d965fc07] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.update-icon[data-v-d965fc07] {
  flex-shrink: 0;
}
.update-content span[data-v-d965fc07] {
  font-size: 14px;
  font-weight: 500;
}
.update-btn[data-v-d965fc07] {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.update-btn[data-v-d965fc07]:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Transition */
.slide-down-enter-active[data-v-d965fc07],
.slide-down-leave-active[data-v-d965fc07] {
  transition: all 0.3s ease;
}
.slide-down-enter-from[data-v-d965fc07],
.slide-down-leave-to[data-v-d965fc07] {
  opacity: 0;
  transform: translateY(-100%);
}

.offline-banner[data-v-134256d6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  background: var(--color-warning-500);
  color: white;
  font-size: 13px;
  font-weight: 500;
  z-index: 9999;
}
.offline-icon[data-v-134256d6] {
  flex-shrink: 0;
}

/* Transition */
.slide-down-enter-active[data-v-134256d6],
.slide-down-leave-active[data-v-134256d6] {
  transition: all 0.3s ease;
}
.slide-down-enter-from[data-v-134256d6],
.slide-down-leave-to[data-v-134256d6] {
  opacity: 0;
  transform: translateY(-100%);
}

.ai-structured[data-v-b710a16e],
.ai-plain-text[data-v-b710a16e],
.ai-structured-text[data-v-b710a16e],
.ai-card-body[data-v-b710a16e],
.ai-operation p[data-v-b710a16e] {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.ai-structured[data-v-b710a16e] {
  display: grid;
  gap: 10px;
}
.ai-structured-text[data-v-b710a16e],
.ai-plain-text[data-v-b710a16e] {
  margin: 0;
}
.ai-card-list[data-v-b710a16e] {
  display: grid;
  gap: 8px;
}
.ai-card[data-v-b710a16e] {
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-inline-start-width: 3px;
  border-radius: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.62);
}
.ai-card.tone-info[data-v-b710a16e] { border-inline-start-color: #38bdf8;
}
.ai-card.tone-success[data-v-b710a16e] { border-inline-start-color: #10b981;
}
.ai-card.tone-warning[data-v-b710a16e] { border-inline-start-color: #f59e0b;
}
.ai-card.tone-danger[data-v-b710a16e] { border-inline-start-color: #ef4444;
}
.ai-card-title[data-v-b710a16e] {
  margin: 0 0 4px;
  font-size: 0.92rem;
  font-weight: 700;
}
.ai-card-body[data-v-b710a16e] {
  margin: 0;
  font-size: 0.86rem;
  opacity: 0.88;
}
.ai-card-meta[data-v-b710a16e] {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.74rem;
  opacity: 0.68;
}
.ai-operation[data-v-b710a16e] {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(14, 165, 168, 0.24);
  border-radius: 12px;
  background: rgba(14, 165, 168, 0.08);
}
.ai-operation strong[data-v-b710a16e] {
  display: block;
  font-size: 0.9rem;
}
.ai-operation p[data-v-b710a16e] {
  margin: 4px 0 0;
  font-size: 0.82rem;
  opacity: 0.78;
}
.ai-actions[data-v-b710a16e] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ai-action[data-v-b710a16e] {
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  font-size: 0.8rem;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.ai-action[data-v-b710a16e]:hover {
  transform: translateY(-1px);
  border-color: rgba(14, 165, 168, 0.45);
  background: rgba(14, 165, 168, 0.1);
}
.ai-action.primary[data-v-b710a16e] {
  border-color: rgba(14, 165, 168, 0.5);
  background: #0ea5a8;
  color: #fff;
}
.ai-action.danger[data-v-b710a16e] {
  border-color: rgba(239, 68, 68, 0.38);
  background: rgba(254, 242, 242, 0.9);
  color: #ef4444;
}

/* ═══════════════════════════════════════════════════════════════════
   AI ASSISTANT - COMPACT MODERN DESIGN
   Smaller, Responsive, Fixed positioning above footer
   Z-INDEX LOWER than bet-slip to avoid overlap
═══════════════════════════════════════════════════════════════════ */
.ai-assistant[data-v-00b6e32f] {
  position: fixed;
  /* Mobile: Above footer (72px) + safe area + spacing */
  bottom: calc(72px + env(safe-area-inset-bottom, 0px) + 16px);
  right: 16px;
  z-index: 9400; /* Lower than bet-slip (9500) */
  font-family: 'Vazirmatn', 'Inter', -apple-system, sans-serif;
}

/* Desktop: No footer, smaller bottom */
@media (min-width: 1024px) {
.ai-assistant[data-v-00b6e32f] {
    bottom: 20px;
    right: 20px;
}
}

/* ─────────────────────────────────────────────────────────────────
   TRIGGER BUTTON - Glass Effect with Soft Shadow
───────────────────────────────────────────────────────────────── */
.ai-trigger[data-v-00b6e32f] {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  box-shadow: 
    0 8px 24px rgba(59, 130, 246, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.ai-trigger[data-v-00b6e32f]:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 
    0 12px 32px rgba(59, 130, 246, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ai-trigger.is-open[data-v-00b6e32f] {
  background: rgba(30, 41, 59, 0.95);
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.trigger-icon[data-v-00b6e32f] {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trigger-icon svg[data-v-00b6e32f] {
  width: 24px;
  height: 24px;
}
.trigger-pulse[data-v-00b6e32f] {
  position: absolute;
  inset: -4px;
  border-radius: 20px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  opacity: 0;
  animation: pulse-ring-00b6e32f 2.5s infinite;
  pointer-events: none;
}
.ai-trigger.is-open .trigger-pulse[data-v-00b6e32f] {
  display: none;
}
@keyframes pulse-ring-00b6e32f {
0% { opacity: 0.5; transform: scale(1);
}
100% { opacity: 0; transform: scale(1.3);
}
}

/* ─────────────────────────────────────────────────────────────────
   OVERLAY - Soft blur
───────────────────────────────────────────────────────────────── */
.ai-overlay[data-v-00b6e32f] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9401;
}

/* ─────────────────────────────────────────────────────────────────
   PANEL - Glass Effect with Soft Shadows
───────────────────────────────────────────────────────────────── */
.ai-panel[data-v-00b6e32f] {
  position: fixed;
  /* Mobile: Above footer with proper spacing */
  bottom: calc(72px + env(safe-area-inset-bottom, 0px) + 80px);
  right: 16px;
  width: 340px;
  max-width: calc(100vw - 32px);
  max-height: min(480px, calc(100vh - 72px - env(safe-area-inset-bottom, 0px) - 140px));
  z-index: 9402;
  
  /* Glass Effect */
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Mobile: Above footer, not fullscreen */
.ai-panel.is-mobile[data-v-00b6e32f] {
  inset: auto;
  top: auto;
  left: 12px;
  right: 12px;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px) + 76px);
  width: auto;
  max-height: calc(100vh - 72px - env(safe-area-inset-bottom, 0px) - 100px);
  border-radius: 20px;
}

/* Desktop: Larger panel */
@media (min-width: 1024px) {
.ai-panel[data-v-00b6e32f] {
    bottom: 84px;
    right: 20px;
    width: 380px;
    max-height: min(520px, calc(100vh - 140px));
}
}

/* ─────────────────────────────────────────────────────────────────
   HEADER - Glass gradient
───────────────────────────────────────────────────────────────── */
.panel-header[data-v-00b6e32f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(139, 92, 246, 0.1) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.header-info[data-v-00b6e32f] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-actions[data-v-00b6e32f] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ai-avatar[data-v-00b6e32f] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.ai-avatar svg[data-v-00b6e32f] {
  width: 18px;
  height: 18px;
}
.header-text[data-v-00b6e32f] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header-title[data-v-00b6e32f] {
  font-size: 14px;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0;
}
.header-status[data-v-00b6e32f] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #94a3b8;
}
.status-dot[data-v-00b6e32f] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
}
.status-dot.online[data-v-00b6e32f] {
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
}
.close-btn[data-v-00b6e32f] {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.close-btn svg[data-v-00b6e32f] {
  width: 18px;
  height: 18px;
}
.close-btn[data-v-00b6e32f]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f1f5f9;
  border-color: rgba(255, 255, 255, 0.15);
}

/* ─────────────────────────────────────────────────────────────────
   QUICK ACTIONS - Glass buttons
───────────────────────────────────────────────────────────────── */
.quick-section[data-v-00b6e32f] {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.quick-label[data-v-00b6e32f] {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.quick-actions[data-v-00b6e32f] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.quick-btn[data-v-00b6e32f] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-align: right;
}
.quick-btn[data-v-00b6e32f]:hover {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
.quick-icon[data-v-00b6e32f] {
  font-size: 15px;
}
.quick-text[data-v-00b6e32f] {
  flex: 1;
}

/* ─────────────────────────────────────────────────────────────────
   MESSAGES - Clean styling
───────────────────────────────────────────────────────────────── */
.messages-container[data-v-00b6e32f] {
  flex: 1;
  overflow-y: auto;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 120px;
}
.messages-container[data-v-00b6e32f]::-webkit-scrollbar {
  width: 4px;
}
.messages-container[data-v-00b6e32f]::-webkit-scrollbar-track {
  background: transparent;
}
.messages-container[data-v-00b6e32f]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
}
.msg-text[data-v-00b6e32f] {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.empty-state[data-v-00b6e32f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 20px;
  flex: 1;
}
.empty-icon[data-v-00b6e32f] {
  color: #475569;
  margin-bottom: 14px;
}
.empty-icon svg[data-v-00b6e32f] {
  width: 44px;
  height: 44px;
}
.empty-title[data-v-00b6e32f] {
  font-size: 15px;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0 0 8px 0;
}
.empty-desc[data-v-00b6e32f] {
  font-size: 13px;
  color: #64748b;
  margin: 0;
}

/* Message bubbles - Clean glass */
.message[data-v-00b6e32f] {
  display: flex;
  gap: 10px;
  max-width: 88%;
}
.message.user[data-v-00b6e32f] {
  flex-direction: row-reverse;
  margin-left: auto;
}
.message.assistant[data-v-00b6e32f] {
  margin-right: auto;
}
.msg-avatar[data-v-00b6e32f] {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.25);
}
.msg-avatar svg[data-v-00b6e32f] {
  width: 14px;
  height: 14px;
}
.msg-content[data-v-00b6e32f] {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px 14px;
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1.55;
}
.message.user .msg-content[data-v-00b6e32f] {
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  border: none;
  color: white;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
}
.msg-time[data-v-00b6e32f] {
  display: block;
  font-size: 10px;
  color: #64748b;
  margin-top: 5px;
}
.message.user .msg-time[data-v-00b6e32f] {
  color: rgba(255, 255, 255, 0.6);
}

/* Typing dots */
.typing-dots[data-v-00b6e32f] {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 16px !important;
}
.typing-dots span[data-v-00b6e32f] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #64748b;
  animation: typing-bounce-00b6e32f 1.2s infinite;
}
.typing-dots span[data-v-00b6e32f]:nth-child(2) { animation-delay: 0.1s;
}
.typing-dots span[data-v-00b6e32f]:nth-child(3) { animation-delay: 0.2s;
}
@keyframes typing-bounce-00b6e32f {
0%, 60%, 100% { transform: translateY(0);
}
30% { transform: translateY(-4px);
}
}

/* ─────────────────────────────────────────────────────────────────
   INPUT - Glass input with soft focus
───────────────────────────────────────────────────────────────── */
.input-section[data-v-00b6e32f] {
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.5);
  flex-shrink: 0;
}
.input-wrapper[data-v-00b6e32f] {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 8px 12px;
  transition: all 0.2s;
}
.input-wrapper[data-v-00b6e32f]:focus-within {
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 
    0 0 0 3px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.message-input[data-v-00b6e32f] {
  flex: 1;
  background: transparent;
  border: none;
  color: #e2e8f0;
  font-size: 14px;
  font-family: inherit;
  resize: none;
  outline: none;
  min-height: 24px;
  max-height: 80px;
  line-height: 1.5;
}
.message-input[data-v-00b6e32f]::-moz-placeholder {
  color: #64748b;
}
.message-input[data-v-00b6e32f]::placeholder {
  color: #64748b;
}
.send-btn[data-v-00b6e32f] {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.send-btn svg[data-v-00b6e32f] {
  width: 17px;
  height: 17px;
}
.send-btn[data-v-00b6e32f]:hover:not(:disabled) {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
}
.send-btn[data-v-00b6e32f]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ─────────────────────────────────────────────────────────────────
   TRANSITIONS - Smooth animations
───────────────────────────────────────────────────────────────── */
.fade-enter-active[data-v-00b6e32f],
.fade-leave-active[data-v-00b6e32f] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-00b6e32f],
.fade-leave-to[data-v-00b6e32f] {
  opacity: 0;
}
.slide-up-enter-active[data-v-00b6e32f],
.slide-up-leave-active[data-v-00b6e32f] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-up-enter-from[data-v-00b6e32f] {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}
.slide-up-leave-to[data-v-00b6e32f] {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}

/* RTL adjustments already handled by flex-direction */

/* 2026 AI console refinement */
.ai-trigger[data-v-00b6e32f] { width: 48px; height: 48px; border: 1px solid rgba(95,156,255,.55); border-radius: 8px; background: #0b1422; box-shadow: 0 8px 24px rgba(0,0,0,.32), 0 0 18px rgba(36,115,235,.2);
}
.ai-trigger[data-v-00b6e32f]:hover { transform: translateY(-2px);
}
.trigger-pulse[data-v-00b6e32f] { display: none;
}
.ai-panel[data-v-00b6e32f] { width: min(390px, calc(100vw - 24px)); height: min(610px, calc(100dvh - 150px)); border: 1px solid rgba(100,145,210,.28); border-radius: 8px; background: #0a101a; box-shadow: 0 28px 75px rgba(0,0,0,.58); overflow: hidden;
}
.panel-header[data-v-00b6e32f] { min-height: 66px; padding: 12px 14px; border-bottom: 1px solid rgba(119,151,196,.18); background: linear-gradient(90deg, rgba(18,62,124,.34), transparent), #0c131f;
}
.ai-avatar[data-v-00b6e32f], .msg-avatar[data-v-00b6e32f] { border: 1px solid rgba(96,159,255,.45); border-radius: 6px; background: rgba(24,92,190,.16); box-shadow: none; color: #74a9fb;
}
.header-title[data-v-00b6e32f] { font-size: 14px;
}
.header-status[data-v-00b6e32f] { font-size: 10px; color: #8290a4;
}
.close-btn[data-v-00b6e32f] { width: 32px; height: 32px; border: 1px solid rgba(130,151,184,.15); border-radius: 5px; background: rgba(255,255,255,.025);
}
.quick-section[data-v-00b6e32f] { padding: 13px 14px; border-bottom: 1px solid rgba(119,151,196,.13); background: #0a101a;
}
.quick-label[data-v-00b6e32f] { font-size: 10px; color: #77869a;
}
.quick-actions[data-v-00b6e32f] { grid-template-columns: repeat(4, 1fr); gap: 6px;
}
.quick-btn[data-v-00b6e32f] { min-width: 0; padding: 9px 4px; border: 1px solid rgba(119,151,196,.15); border-radius: 5px; background: rgba(255,255,255,.025); flex-direction: column; text-align: center;
}
.quick-icon[data-v-00b6e32f] { font-size: 13px; filter: grayscale(.35);
}
.quick-text[data-v-00b6e32f] { font-size: 9px;
}
.messages-container[data-v-00b6e32f] { padding: 14px; gap: 10px; background: radial-gradient(circle at 100% 0, rgba(32,91,171,.08), transparent 35%);
}
.empty-state[data-v-00b6e32f] { padding: 24px 12px;
}
.empty-icon[data-v-00b6e32f] { display: none;
}
.empty-title[data-v-00b6e32f] { font-size: 14px;
}
.empty-desc[data-v-00b6e32f] { font-size: 11px;
}
.message[data-v-00b6e32f] { max-width: 90%; gap: 7px;
}
.msg-avatar[data-v-00b6e32f] { width: 24px; height: 24px;
}
.msg-content[data-v-00b6e32f] { padding: 9px 11px; border-radius: 6px; background: rgba(255,255,255,.035); font-size: 12px; line-height: 1.7; box-shadow: none;
}
.message.user .msg-content[data-v-00b6e32f] { border: 1px solid rgba(70,143,249,.34); border-radius: 6px; background: rgba(27,91,184,.28); box-shadow: none;
}
.input-section[data-v-00b6e32f] { padding: 12px; background: #0c131f;
}
.input-wrapper[data-v-00b6e32f] { min-height: 46px; padding: 6px 7px 6px 10px; border-radius: 6px; background: rgba(255,255,255,.025);
}
.input-wrapper[data-v-00b6e32f]:focus-within { border-color: rgba(55,132,242,.65); box-shadow: 0 0 0 2px rgba(55,132,242,.1);
}
.message-input[data-v-00b6e32f] { font-size: 12px;
}
.send-btn[data-v-00b6e32f] { width: 34px; height: 34px; border-radius: 5px; background: #2169d4; box-shadow: none;
}
@media (max-width: 640px) {
.ai-assistant[data-v-00b6e32f] { right: 10px;
}
.ai-panel[data-v-00b6e32f] { position: fixed; inset: auto 8px calc(72px + env(safe-area-inset-bottom, 0px) + 8px); width: auto; height: min(560px, calc(100dvh - 96px)); border-radius: 8px;
}
}

.lock-screen[data-v-757c667e] { position:fixed; inset:0; z-index:12000; display:grid; grid-template-columns:minmax(0,1fr) minmax(330px,400px); align-items:center; gap:clamp(28px,6vw,100px); padding:clamp(24px,6vw,86px); color:#edf4ff; background:linear-gradient(90deg,rgba(2,6,13,.08),rgba(2,6,13,.52) 48%,rgba(2,6,13,.94)),url('/images/security/luxury/pin-lock-v2.webp') center/cover no-repeat;
}
.lock-panel[data-v-757c667e] { grid-column:2; width:100%; padding:22px; border:1px solid rgba(107,151,214,.25); border-radius:8px; background:rgba(7,13,23,.92); box-shadow:0 28px 80px rgba(0,0,0,.62),inset 0 1px rgba(255,255,255,.045); backdrop-filter:blur(14px);
}
.lock-header[data-v-757c667e] { display:flex; align-items:center; gap:13px; padding-bottom:17px; border-bottom:1px solid rgba(129,157,198,.16);
}
.lock-logo[data-v-757c667e] { width:42px; height:42px; flex:0 0 auto; border-radius:7px; -o-object-fit:cover; object-fit:cover; box-shadow:0 0 18px rgba(35,113,227,.2);
}
.lock-heading[data-v-757c667e] { min-width:0;
}.security-state[data-v-757c667e] { display:flex; align-items:center; gap:6px; margin-bottom:3px; color:#70d8a3; font-size:9px;
}.security-state i[data-v-757c667e] { width:6px; height:6px; border-radius:50%; background:#2bd27f; box-shadow:0 0 8px #2bd27f;
}
.lock-heading h1[data-v-757c667e] { margin:0; font-size:18px; font-weight:800; letter-spacing:0;
}.lock-heading p[data-v-757c667e] { margin:3px 0 0; color:#8190a5; font-size:10px;
}
.pin-area[data-v-757c667e] { padding-top:17px;
}.pin-title-row[data-v-757c667e] { display:flex; align-items:center; justify-content:space-between;
}.pin-title-row h2[data-v-757c667e] { margin:0; font-size:12px; font-weight:650;
}.pin-title-row span[data-v-757c667e] { color:#67768c; font-size:9px;
}
.pin-track[data-v-757c667e] { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:12px 0 0; direction:ltr;
}.pin-track i[data-v-757c667e] { height:6px; border-radius:2px; background:#1b2738; transition:background .16s ease,box-shadow .16s ease;
}.pin-track i.filled[data-v-757c667e] { background:#3289ff; box-shadow:0 0 11px rgba(50,137,255,.5);
}
.feedback[data-v-757c667e] { min-height:26px; display:flex; align-items:center; color:#8290a4; font-size:9px; opacity:0;
}.feedback.visible[data-v-757c667e] { opacity:1;
}.error .feedback[data-v-757c667e] { color:#fb8292;
}.success .feedback[data-v-757c667e] { color:#64dfa0;
}
.keypad[data-v-757c667e] { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; direction:ltr;
}.key[data-v-757c667e] { height:49px; border:1px solid rgba(128,153,190,.16); border-radius:6px; background:rgba(255,255,255,.03); color:#f4f7fb; font-family:inherit; font-size:17px; font-weight:700; line-height:1; cursor:pointer; transition:.15s ease;
}.key[data-v-757c667e]:hover:not(:disabled),.key[data-v-757c667e]:focus-visible { border-color:rgba(62,139,247,.72); background:rgba(39,105,201,.14); outline:none;
}.key[data-v-757c667e]:active:not(:disabled) { transform:scale(.97);
}.key[data-v-757c667e]:disabled { opacity:.38; cursor:default;
}.key-action[data-v-757c667e] { color:#7e8da3; font-size:13px;
}
.lock-actions[data-v-757c667e] { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:14px;
}.lock-actions>span[data-v-757c667e] { width:1px; height:12px; background:rgba(128,153,190,.18);
}.text-action[data-v-757c667e] { padding:4px; border:0; background:transparent; color:#8290a4; font:inherit; font-size:9px; cursor:pointer;
}.text-action[data-v-757c667e]:hover { color:#a9c9fb;
}.text-action.danger[data-v-757c667e]:hover { color:#fb8292;
}
.lock-caption[data-v-757c667e] { grid-column:1; grid-row:1; align-self:end; justify-self:start; display:grid; gap:4px; text-align:left; direction:ltr;
}.lock-caption span[data-v-757c667e] { color:#508bdc; font-size:9px; letter-spacing:2px;
}.lock-caption strong[data-v-757c667e] { color:rgba(230,238,249,.66); font-size:13px; font-weight:500;
}
.lock-panel.error[data-v-757c667e] { animation:lock-shake-757c667e .28s ease; border-color:rgba(235,81,103,.38);
}.lock-panel.success[data-v-757c667e] { border-color:rgba(44,206,125,.42);
}
.lock-fade-enter-active[data-v-757c667e],.lock-fade-leave-active[data-v-757c667e] { transition:opacity .2s ease;
}.lock-fade-enter-from[data-v-757c667e],.lock-fade-leave-to[data-v-757c667e] { opacity:0;
}
@keyframes lock-shake-757c667e {
25%{transform:translateX(4px)}
50%{transform:translateX(-4px)}
75%{transform:translateX(2px)}
}
@media(max-width:700px){.lock-screen[data-v-757c667e]{display:grid;grid-template-columns:1fr;place-items:center;padding:12px;background:linear-gradient(rgba(2,6,13,.67),rgba(2,6,13,.92)),url('/images/security/luxury/pin-lock-v2.webp') 41% center/cover no-repeat}.lock-panel[data-v-757c667e]{grid-column:1;width:min(338px,calc(100vw - 24px));padding:18px}.lock-caption[data-v-757c667e]{display:none}.key[data-v-757c667e]{height:clamp(43px,12vw,49px)}}
@media(max-height:650px){.lock-panel[data-v-757c667e]{padding:14px 18px}.lock-header[data-v-757c667e]{padding-bottom:11px}.pin-area[data-v-757c667e]{padding-top:11px}.feedback[data-v-757c667e]{min-height:20px}.key[data-v-757c667e]{height:40px}.lock-actions[data-v-757c667e]{margin-top:8px}}
@media(prefers-reduced-motion:reduce){.lock-panel[data-v-757c667e],.lock-fade-enter-active[data-v-757c667e],.lock-fade-leave-active[data-v-757c667e]{animation:none!important;transition:none!important}}

/* 2026 secure PIN experience */
.lock-screen[data-v-757c667e] {
  grid-template-columns:1fr;
  place-items:center;
  padding:clamp(16px,4vw,48px);
  overflow:auto;
  background:
    linear-gradient(135deg,rgba(3,7,14,.91),rgba(6,13,24,.96)),
    url('/images/security/luxury/pin-lock-v2.webp') center/cover no-repeat;
}
.lock-screen[data-v-757c667e]::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(circle at 50% 18%,rgba(22,135,255,.2),transparent 33%),radial-gradient(circle at 80% 90%,rgba(255,189,89,.09),transparent 24%);
}
.lock-atmosphere[data-v-757c667e] { position:fixed; inset:0; overflow:hidden; pointer-events:none;
}
.lock-atmosphere i[data-v-757c667e] { position:absolute; width:420px; height:420px; border:1px solid rgba(92,159,255,.1); border-radius:50%;
}
.lock-atmosphere i[data-v-757c667e]:nth-child(1) { top:-240px; left:-100px;
}
.lock-atmosphere i[data-v-757c667e]:nth-child(2) { right:-260px; bottom:-180px; width:560px; height:560px;
}
.lock-atmosphere i[data-v-757c667e]:nth-child(3) { inset:50% auto auto 50%; width:760px; height:760px; transform:translate(-50%,-50%); border-style:dashed; opacity:.45; animation:lock-orbit-757c667e 42s linear infinite;
}
.lock-panel[data-v-757c667e] {
  position:relative; z-index:2; grid-column:1;
  width:min(430px,100%);
  padding:clamp(22px,3vw,32px);
  border:1px solid rgba(148,173,211,.18);
  border-radius:24px;
  background:linear-gradient(155deg,rgba(20,31,50,.96),rgba(7,13,23,.98));
  box-shadow:0 35px 100px rgba(0,0,0,.58),inset 0 1px rgba(255,255,255,.06);
  backdrop-filter:blur(24px);
}
.lock-panel[data-v-757c667e]::before { content:''; position:absolute; inset:0; border-radius:inherit; pointer-events:none; background:radial-gradient(circle at 50% 0,rgba(22,135,255,.13),transparent 35%);
}
.lock-header[data-v-757c667e] { position:relative; display:grid; justify-items:center; text-align:center; gap:12px; padding-bottom:20px; border-bottom:1px solid rgba(148,173,211,.13);
}
.lock-logo-wrap[data-v-757c667e] { position:relative; width:64px; height:64px;
}
.lock-logo[data-v-757c667e] { width:64px; height:64px; border-radius:18px; border:1px solid rgba(255,255,255,.16); box-shadow:0 16px 35px rgba(0,0,0,.3);
}
.lock-shield[data-v-757c667e] { position:absolute; inset:auto -7px -5px auto; width:25px; height:25px; display:grid; place-items:center; border:2px solid #101b2c; border-radius:50%; background:#1687ff; color:#fff; box-shadow:0 5px 14px rgba(22,135,255,.35);
}
.lock-shield svg[data-v-757c667e] { width:14px; height:14px;
}
.lock-heading[data-v-757c667e] { display:grid; justify-items:center;
}
.security-state[data-v-757c667e] { width:-moz-fit-content; width:fit-content; margin-bottom:7px; padding:5px 9px; border:1px solid rgba(79,219,151,.18); border-radius:999px; background:rgba(79,219,151,.07); font-size:9px; letter-spacing:.4px;
}
.lock-heading h1[data-v-757c667e] { font-size:23px; letter-spacing:-.3px;
}
.lock-heading p[data-v-757c667e] { margin-top:7px; color:#91a0b6; font-size:12px;
}
.pin-area[data-v-757c667e] { position:relative; padding-top:20px;
}
.pin-title-row h2[data-v-757c667e] { font-size:13px;
}
.pin-title-row span[data-v-757c667e] { padding:4px 8px; border-radius:999px; background:rgba(148,173,211,.08); color:#8492a7; font-size:10px;
}
.pin-track[data-v-757c667e] { gap:10px; margin-top:14px;
}
.pin-track i[data-v-757c667e] { height:10px; border:1px solid rgba(148,173,211,.12); border-radius:999px; background:#101c2d;
}
.pin-track i.filled[data-v-757c667e] { border-color:rgba(55,151,255,.55); background:linear-gradient(90deg,#1687ff,#52a8ff); box-shadow:0 0 16px rgba(22,135,255,.42);
}
.feedback[data-v-757c667e] { min-height:34px; justify-content:center; font-size:11px;
}
.keypad[data-v-757c667e] { gap:10px;
}
.key[data-v-757c667e] {
  height:56px; border-color:rgba(148,173,211,.15); border-radius:14px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  font-size:19px; box-shadow:inset 0 1px rgba(255,255,255,.035);
}
.key[data-v-757c667e]:hover:not(:disabled),.key[data-v-757c667e]:focus-visible { border-color:rgba(22,135,255,.65); background:rgba(22,135,255,.13); box-shadow:0 8px 22px rgba(0,0,0,.2); transform:translateY(-1px);
}
.key-action[data-v-757c667e] { color:#8fb4df; font-size:14px; background:rgba(22,135,255,.06);
}
.lock-actions[data-v-757c667e] { margin-top:18px; padding-top:15px; border-top:1px solid rgba(148,173,211,.11);
}
.text-action[data-v-757c667e] { min-height:34px; padding:5px 10px; border-radius:9px; color:#93a5be; font-size:11px;
}
.text-action[data-v-757c667e]:hover { background:rgba(22,135,255,.08); color:#b9d8ff;
}
.text-action.danger[data-v-757c667e]:hover { background:rgba(251,130,146,.08);
}
.lock-caption[data-v-757c667e] { display:none;
}
.lock-panel.error[data-v-757c667e] { border-color:rgba(235,81,103,.48); box-shadow:0 35px 100px rgba(0,0,0,.58),0 0 0 4px rgba(235,81,103,.07);
}
.lock-panel.success[data-v-757c667e] { border-color:rgba(44,206,125,.5); box-shadow:0 35px 100px rgba(0,0,0,.58),0 0 0 4px rgba(44,206,125,.07);
}
@keyframes lock-orbit-757c667e {
to { transform:translate(-50%,-50%) rotate(360deg);
}
}
@media(max-width:700px) {
.lock-screen[data-v-757c667e] { padding:12px; background:linear-gradient(160deg,#07101c,#03070d);
}
.lock-panel[data-v-757c667e] { width:100%; max-width:430px; padding:20px 18px; border-radius:22px;
}
.lock-header[data-v-757c667e] { gap:9px; padding-bottom:15px;
}
.lock-logo-wrap[data-v-757c667e],.lock-logo[data-v-757c667e] { width:54px; height:54px;
}
.lock-heading h1[data-v-757c667e] { font-size:21px;
}
.pin-area[data-v-757c667e] { padding-top:15px;
}
.key[data-v-757c667e] { height:clamp(50px,13vw,56px);
}
}
@media(max-height:680px) {
.lock-panel[data-v-757c667e] { padding:15px 18px;
}
.lock-header[data-v-757c667e] { grid-template-columns:auto 1fr; justify-items:start; text-align:start; padding-bottom:12px;
}
.lock-logo-wrap[data-v-757c667e],.lock-logo[data-v-757c667e] { width:48px; height:48px;
}
.lock-heading[data-v-757c667e] { justify-items:start;
}
.security-state[data-v-757c667e] { display:none;
}
.pin-area[data-v-757c667e] { padding-top:11px;
}
.feedback[data-v-757c667e] { min-height:24px;
}
.key[data-v-757c667e] { height:42px;
}
.lock-actions[data-v-757c667e] { margin-top:10px; padding-top:8px;
}
}

.smart-popup-overlay[data-v-862377ad] {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 7, 18, 0.62);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
}
.smart-popup[data-v-862377ad] {
  --accent: #6366f1;
  --accent-2: #a855f7;
  /* Theme-aware surface: follows the active palette (dark or light) and
     falls back to the original dark glass when those vars are absent. */
  --pop-surface: var(--bg-card, var(--bg-secondary, #161a2e));
  --pop-surface-2: var(--bg-tertiary, var(--bg-primary, #0d101e));
  --pop-text: var(--text-primary, #ffffff);
  --pop-text-soft: var(--text-secondary, rgba(233, 238, 249, 0.78));
  --pop-line: var(--border, rgba(255, 255, 255, 0.12));
  position: relative;
  max-width: 410px;
  width: 100%;
  padding: 30px 26px 24px;
  border-radius: 26px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--pop-text);
  background:
    radial-gradient(120% 90% at 50% -10%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 60%),
    linear-gradient(180deg, color-mix(in srgb, var(--pop-surface) 94%, transparent), color-mix(in srgb, var(--pop-surface-2) 96%, transparent));
  border: 1px solid var(--pop-line);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--pop-text) 6%, transparent);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  font-family: 'Vazirmatn', system-ui, sans-serif;
}
.smart-popup.is-rtl[data-v-862377ad] { direction: rtl;
}

/* Ambient accent blob */
.popup-aura[data-v-862377ad] {
  position: absolute;
  inset-block-start: -44px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  inline-size: 220px;
  block-size: 130px;
  border-radius: 50%;
  background: radial-gradient(ellipse, color-mix(in srgb, var(--accent) 55%, transparent), transparent 70%);
  filter: blur(28px);
  opacity: 0.65;
  z-index: -1;
  pointer-events: none;
}

/* Slow diagonal sheen */
.popup-sheen[data-v-862377ad] {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.06) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: sheen-862377ad 6s ease-in-out infinite;
}
@keyframes sheen-862377ad {
0%, 100% { transform: translateX(-120%);
}
50% { transform: translateX(120%);
}
}
.popup-close[data-v-862377ad] {
  position: absolute;
  inset-block-start: 14px;
  inset-inline-end: 14px;
  inline-size: 32px;
  block-size: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--pop-text) 8%, transparent);
  border: 1px solid var(--pop-line);
  color: color-mix(in srgb, var(--pop-text) 60%, transparent);
  cursor: pointer;
  transition: all 0.18s ease;
}
.popup-close[data-v-862377ad]:hover { background: color-mix(in srgb, var(--pop-text) 16%, transparent); color: var(--pop-text); transform: rotate(90deg);
}
.popup-icon-wrapper[data-v-862377ad] { position: relative; margin-bottom: 18px; display: grid; place-items: center;
}
.icon-ring[data-v-862377ad] {
  position: absolute;
  inline-size: 88px;
  block-size: 88px;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--accent) 45%, transparent);
  animation: ringPulse-862377ad 2.4s ease-out infinite;
}
@keyframes ringPulse-862377ad {
0% { transform: scale(0.8); opacity: 0.8;
}
100% { transform: scale(1.25); opacity: 0;
}
}
.popup-icon[data-v-862377ad] {
  position: relative;
  inline-size: 70px;
  block-size: 70px;
  display: grid;
  place-items: center;
  font-size: 34px;
  border-radius: 22px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 38%, transparent), color-mix(in srgb, var(--accent-2) 34%, transparent));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--accent) 34%, transparent);
}
.popup-title[data-v-862377ad] {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.3;
  background: linear-gradient(180deg, var(--pop-text), color-mix(in srgb, var(--accent) 36%, var(--pop-text)));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.popup-message[data-v-862377ad] {
  font-size: 14px;
  color: var(--pop-text-soft);
  margin: 0 0 20px;
  line-height: 1.7;
}
.popup-countdown[data-v-862377ad] { margin-bottom: 20px;
}
.countdown-bar[data-v-862377ad] {
  height: 6px;
  background: color-mix(in srgb, var(--pop-text) 10%, transparent);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 7px;
}
.countdown-fill[data-v-862377ad] {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent) 60%, transparent);
  transition: width 1s linear;
}
.countdown-text[data-v-862377ad] { font-size: 12px; font-weight: 700; color: color-mix(in srgb, var(--accent) 40%, #fff);
}
.popup-actions[data-v-862377ad] { display: flex; flex-direction: column; gap: 10px;
}
.btn-popup-primary[data-v-862377ad] {
  position: relative;
  overflow: hidden;
  padding: 14px 24px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 40%, transparent);
}
.btn-popup-primary[data-v-862377ad]::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.4) 50%, transparent 62%);
  transform: translateX(-130%);
}
.btn-popup-primary[data-v-862377ad]:hover { transform: translateY(-2px); box-shadow: 0 16px 34px color-mix(in srgb, var(--accent) 52%, transparent);
}
.btn-popup-primary[data-v-862377ad]:hover::after { animation: btnShine-862377ad 0.7s ease forwards;
}
.btn-popup-primary[data-v-862377ad]:active { transform: scale(0.98);
}
@keyframes btnShine-862377ad {
to { transform: translateX(130%);
}
}
.btn-popup-secondary[data-v-862377ad] {
  padding: 11px;
  border: 1px solid var(--pop-line);
  border-radius: 14px;
  background: transparent;
  color: color-mix(in srgb, var(--pop-text) 62%, transparent);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s ease;
}
.btn-popup-secondary[data-v-862377ad]:hover { background: color-mix(in srgb, var(--pop-text) 7%, transparent); color: var(--pop-text);
}

/* Transition */
.popup-slide-enter-active[data-v-862377ad],
.popup-slide-leave-active[data-v-862377ad] { transition: opacity 0.3s ease;
}
.popup-slide-enter-active .smart-popup[data-v-862377ad],
.popup-slide-leave-active .smart-popup[data-v-862377ad] { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.popup-slide-enter-from[data-v-862377ad],
.popup-slide-leave-to[data-v-862377ad] { opacity: 0;
}
.popup-slide-enter-from .smart-popup[data-v-862377ad] { transform: translateY(34px) scale(0.94);
}
.popup-slide-leave-to .smart-popup[data-v-862377ad] { transform: translateY(-20px) scale(0.96);
}
@media (prefers-reduced-motion: reduce) {
.popup-sheen[data-v-862377ad], .icon-ring[data-v-862377ad], .btn-popup-primary[data-v-862377ad]::after { animation: none;
}
}

/* Mobile: bottom-sheet style */
@media (max-width: 560px) {
.smart-popup-overlay[data-v-862377ad] { align-items: flex-end; padding: 0;
}
.smart-popup[data-v-862377ad] {
    max-width: 100%;
    border-radius: 26px 26px 0 0;
    padding: 26px 20px calc(24px + env(safe-area-inset-bottom, 0px));
}
.popup-slide-enter-from .smart-popup[data-v-862377ad],
  .popup-slide-leave-to .smart-popup[data-v-862377ad] { transform: translateY(100%);
}
.popup-title[data-v-862377ad] { font-size: 19px;
}
.icon-ring[data-v-862377ad] { inline-size: 82px; block-size: 82px;
}
}

/* Page transition animations */
.page-fade-enter-active,
.page-fade-leave-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.page-fade-enter-from {
  opacity: 0;
  transform: translateY(10px);
}
.page-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}

/* 
  CRITICAL: Prevent any rotation on the root element 
  This acts as a second layer of defense against RTL rotation issues
*/
#app-root {
  transform: none !important;
  rotate: 0deg !important;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

/* 
  NOTE: Global styles (Scrollbars, Typography, Glass effects, Animations) 
  are now centralized in resources/css/app.css to prevent duplication and conflicts.
*/

.language-switcher[data-v-0660827d] {
  position: relative;
  z-index: 1200;
}
.pill[data-v-0660827d] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 32px;
  min-width: 56px;
  padding: 0 7px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--text-primary);
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease;
}
.pill[data-v-0660827d]:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(96, 165, 250, 0.42);
  color: #93c5fd;
  transform: translateY(-1px);
}
.lang-globe[data-v-0660827d] {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  opacity: 0.84;
}
.current-code[data-v-0660827d] {
  line-height: 1;
  letter-spacing: 0;
}
.dropdown-arrow[data-v-0660827d] {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  opacity: 0.7;
  transition: transform 0.2s ease;
}
.dropdown-arrow.rotate-180[data-v-0660827d] {
  transform: rotate(180deg);
}
.lang-overlay[data-v-0660827d] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  padding: 16px;
  z-index: 120000;
}
.lang-modal[data-v-0660827d] {
  width: min(420px, 92vw);
  max-height: min(600px, 85vh);
  display: flex;
  flex-direction: column;
  background: var(--bg-primary);
  border: 1px solid var(--border-strong);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  animation: pop-0660827d 0.2s ease;
}
.lang-modal__head[data-v-0660827d] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-medium);
}
.search-container[data-v-0660827d] {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-card);
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
}
.search-input[data-v-0660827d] {
  background: transparent;
  border: none;
  color: var(--text-primary);
  width: 100%;
  font-size: 14px;
  outline: none;
}
.close-btn[data-v-0660827d] {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid var(--border-medium);
  background: var(--bg-card);
  color: var(--text-primary);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.lang-list[data-v-0660827d] {
  padding: 16px;
  overflow-y: auto;
  flex: 1;
  overscroll-behavior: contain;
}
.lang-group[data-v-0660827d] {
  margin-bottom: 20px;
}
.group-label[data-v-0660827d] {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  margin: 0 0 8px 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.group-items[data-v-0660827d] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
}
.lang-item[data-v-0660827d] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid var(--border-light);
  background: var(--bg-card);
  color: var(--text-primary);
  transition: all 0.2s ease;
  text-align: left;
}
.lang-item[data-v-0660827d]:hover {
  border-color: var(--accent-cyan);
  transform: translateY(-1px);
}
.lang-item.active[data-v-0660827d] {
  border-color: var(--accent-cyan);
  background: rgba(56, 189, 248, 0.1);
}
.lang-meta[data-v-0660827d] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.name[data-v-0660827d] {
  font-weight: 600;
  font-size: 13px;
}
.code[data-v-0660827d] {
  color: var(--text-muted);
  font-size: 10px;
}
.check-icon[data-v-0660827d] {
  color: var(--accent-cyan);
}
.no-results[data-v-0660827d] {
  text-align: center;
  padding: 32px;
  color: var(--text-muted);
}
.fade-enter-active[data-v-0660827d],
.fade-leave-active[data-v-0660827d] {
  transition: opacity 0.15s ease;
}
.fade-enter-from[data-v-0660827d],
.fade-leave-to[data-v-0660827d] {
  opacity: 0;
}
@keyframes pop-0660827d {
from {
    transform: translateY(4px) scale(0.98);
    opacity: 0;
}
to {
    transform: translateY(0) scale(1);
    opacity: 1;
}
}

/* RTL Support */
[dir="rtl"] .lang-item[data-v-0660827d] {
  text-align: right;
}

.app-header[data-v-4e496561] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height, 56px);
  background:
    linear-gradient(180deg, rgba(8, 13, 24, 0.82), rgba(8, 13, 24, 0.66)),
    var(--bg-primary);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  z-index: var(--z-header, 300);
  transition: all var(--transition-fast);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  overflow: visible;
}
html,body,#app {
  transform: none !important;
  position: relative;
}
body {
  padding-top: calc(var(--site-header-height, var(--header-height, 60px)) + env(safe-area-inset-top, 0));
}
html.story-scroll-locked,body.story-scroll-locked {
  height: 100%;
  overflow: hidden !important;
  overscroll-behavior: none;
}
.app-header.scrolled[data-v-4e496561] {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.app-header[data-v-4e496561]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.02) 50%, transparent 100%);
  pointer-events: none;
}
.header-container[data-v-4e496561] {
  max-width: var(--content-max-width, 1440px);
  height: 100%;
  margin: 0 auto;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 1;
}

/* Left Section */
.header-left[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.app-header.is-rtl .header-container[data-v-4e496561] {
  flex-direction: row-reverse;
}
.app-header.is-rtl .header-left[data-v-4e496561],
.app-header.is-rtl .header-right[data-v-4e496561] {
  flex-direction: row-reverse;
}

/* Logo */
.logo[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.app-header.is-rtl .logo[data-v-4e496561] {
  flex-direction: row-reverse;
}
.logo-story-button[data-v-4e496561] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}
.logo-story-button[data-v-4e496561]:focus-visible {
  outline: 2px solid rgba(239, 35, 60, 0.75);
  outline-offset: 3px;
}
.logo-story-ring[data-v-4e496561] {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 4px;
  box-sizing: border-box;
  border-radius: 999px;
  background: transparent;
  box-shadow: 0 8px 20px rgba(239, 35, 60, 0.32);
  overflow: hidden;
}
.logo-story-ring[data-v-4e496561]::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 0deg, #ef233c 0deg, #ff7a18 72deg, #ef233c 142deg, #111827 220deg, #ef233c 360deg);
  animation: storyRingSpin-4e496561 1.8s linear infinite;
}
.logo-story-ring[data-v-4e496561]::after {
  display: none;
}
.logo-icon[data-v-4e496561] {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(4, 10, 18, 0.98);
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(8, 13, 24, 0.98);
}
.logo-mark[data-v-4e496561] {
  width: 72%;
  height: 72%;
  display: block;
  background: currentColor;
  -webkit-mask: url('/images/brand/kijabet-mark.svg') center / contain no-repeat;
  mask: url('/images/brand/kijabet-mark.svg') center / contain no-repeat;
}
.logo-icon[data-v-4e496561]::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25), transparent 55%);
  opacity: 0.38;
  pointer-events: none;
  animation: logoSheen-4e496561 5s ease-in-out infinite;
}
.logo-story-ring .logo-icon[data-v-4e496561]::after {
  display: none;
}
html:not(.dark) {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.96);
}
.logo-wordmark[data-v-4e496561] {
  color: var(--text-primary);
  text-decoration: none;
}
@keyframes logoSheen-4e496561 {
0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.55;
}
50% { transform: translate3d(2px, -2px, 0); opacity: 0.85;
}
}
@keyframes storyRingSpin-4e496561 {
to { transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: reduce) {
.logo-icon[data-v-4e496561]::after,
  .logo-story-ring[data-v-4e496561]::before { animation: none;
}
}
.logo-text[data-v-4e496561] {
  font-size: 17px;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: 0;
}
.logo-wordmark[data-v-4e496561] {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
}
.logo-accent[data-v-4e496561] {
  color: var(--color-primary-500);
}
.story-viewer[data-v-4e496561] {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 6, 23, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.story-shell[data-v-4e496561] {
  position: relative;
  width: min(420px, calc(100vw - 28px));
  height: min(760px, calc(100dvh - 28px));
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 10px;
  background: #020617;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.55);
  direction: rtl;
  overscroll-behavior: none;
  touch-action: manipulation;
}
.story-progress[data-v-4e496561] {
  position: absolute;
  top: 12px;
  left: 82px;
  right: 12px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}
.story-progress-track[data-v-4e496561] {
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}
.story-progress-track i[data-v-4e496561] {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.45);
}
.story-close[data-v-4e496561] {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 23px);
  left: 14px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}
.story-close[data-v-4e496561]:hover {
  background: rgba(239, 35, 60, 0.82);
  border-color: rgba(239, 35, 60, 0.42);
}
.story-close svg[data-v-4e496561] {
  width: 16px;
  height: 16px;
}
.story-image[data-v-4e496561] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.story-gradient[data-v-4e496561] {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.72) 0%, rgba(2, 6, 23, 0.08) 38%, rgba(2, 6, 23, 0.86) 100%),
    radial-gradient(circle at 50% 82%, rgba(239, 35, 60, 0.24), transparent 34%);
}
.story-copy[data-v-4e496561] {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 30px;
  z-index: 4;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.story-kicker[data-v-4e496561] {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(239, 35, 60, 0.2);
  color: #fecdd3;
  font-size: 11px;
  font-weight: 800;
}
.story-copy h2[data-v-4e496561] {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 6vw, 34px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}
.story-copy p[data-v-4e496561] {
  max-width: 330px;
  margin: 10px 0 0;
  color: #dbeafe;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}
.story-zone[data-v-4e496561] {
  position: absolute;
  top: 70px;
  bottom: 110px;
  z-index: 2;
  width: 33.333%;
  border: 0;
  background: transparent;
}
.story-zone-prev[data-v-4e496561] {
  right: 0;
}
.story-zone-middle[data-v-4e496561] {
  left: 33.333%;
}
.story-zone-next[data-v-4e496561] {
  left: 0;
}
.story-fade-enter-active[data-v-4e496561],
.story-fade-leave-active[data-v-4e496561] {
  transition: opacity 180ms ease;
}
.story-fade-enter-from[data-v-4e496561],
.story-fade-leave-to[data-v-4e496561] {
  opacity: 0;
}
@media (max-width: 520px) {
.story-viewer[data-v-4e496561] {
    padding: 0;
}
.story-shell[data-v-4e496561] {
    width: 100vw;
    height: 100dvh;
    border: 0;
    border-radius: 0;
}
.story-progress[data-v-4e496561] {
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    left: 88px;
}
.story-copy[data-v-4e496561] {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 28px);
}
}

/* Navigation */
.header-nav[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(148, 163, 184, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}
.app-header.is-rtl .header-nav[data-v-4e496561] {
  flex-direction: row-reverse;
}
.nav-item[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: 7px;
  transition: all var(--transition-fast);
  white-space: nowrap;
}
.app-header.is-rtl .nav-item[data-v-4e496561] {
  flex-direction: row-reverse;
}
.nav-item[data-v-4e496561]:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.055);
}
.nav-item.active[data-v-4e496561] {
  color: #eaf2ff;
  background: rgba(59, 130, 246, 0.18);
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.24);
}
.dark .nav-item.active[data-v-4e496561] {
  background: rgba(59, 130, 246, 0.18);
}

/* Right Section */
.header-right[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: 7px;
}
.lang-switch[data-v-4e496561] {
  flex: 0 0 auto;
}

/* Balance Chip */
.live-balance-chip[data-v-4e496561] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  height: 32px;
  padding: 0 9px;
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.13), rgba(15, 23, 42, 0.12)),
    rgba(255, 255, 255, 0.035);
  color: var(--text-primary);
  text-decoration: none;
  box-shadow: none;
  transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}
.app-header.is-rtl .live-balance-chip[data-v-4e496561] {
  flex-direction: row-reverse;
}
.live-balance-chip[data-v-4e496561]:hover {
  border-color: rgba(34, 197, 94, 0.52);
  transform: translateY(-1px);
}
.live-balance-dot[data-v-4e496561] {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.13), 0 0 12px rgba(34, 197, 94, 0.5);
  animation: balancePulse-4e496561 1.6s ease-in-out infinite;
}
.live-balance-chip.is-loading .live-balance-dot[data-v-4e496561] {
  animation-duration: 0.8s;
}
.live-balance-label[data-v-4e496561] {
  color: var(--text-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.live-balance-amount[data-v-4e496561] {
  direction: ltr;
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
@keyframes balancePulse-4e496561 {
0%, 100% {
    opacity: 0.45;
    transform: scale(0.82);
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.08), 0 0 5px rgba(34, 197, 94, 0.28);
}
50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.15), 0 0 14px rgba(34, 197, 94, 0.68);
}
}
@media (prefers-reduced-motion: reduce) {
.live-balance-dot[data-v-4e496561] {
    animation: none;
}
}

/* Icon Button */
.icon-btn[data-v-4e496561] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--text-secondary);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  transition: all var(--transition-fast);
}
.icon-btn[data-v-4e496561]:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(96, 165, 250, 0.34);
  color: var(--text-primary);
}
.notification-badge[data-v-4e496561] {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 900;
  color: white;
  background: #ef233c;
  border: 2px solid rgba(8, 13, 24, 0.98);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(239, 35, 60, 0.38);
  font-variant-numeric: tabular-nums;
}

/* Profile Dropdown */
.profile-dropdown[data-v-4e496561] {
  position: relative;
}
.profile-trigger[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 32px;
  padding: 0 4px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  transition: all var(--transition-fast);
}
.app-header.is-rtl .profile-trigger[data-v-4e496561] {
  flex-direction: row-reverse;
}
.profile-trigger[data-v-4e496561]:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(96, 165, 250, 0.34);
}
.avatar[data-v-4e496561] {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-600));
  color: white;
  font-weight: var(--font-bold);
  font-size: var(--text-sm);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.avatar.avatar-lg[data-v-4e496561] {
  width: 48px;
  height: 48px;
  font-size: var(--text-lg);
}
.avatar.has-img[data-v-4e496561] {
  background: transparent;
  padding: 0;
}
.avatar img[data-v-4e496561] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
}
.chevron[data-v-4e496561] {
  color: var(--text-muted);
  transition: transform var(--transition-fast);
}
.chevron.rotate[data-v-4e496561] {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu[data-v-4e496561] {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  inset-inline-start: auto;
  width: 260px;
  max-width: calc(100vw - 16px);
  text-align: start;
  transform-origin: top right;
  min-width: 240px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: var(--space-2);
  z-index: var(--z-dropdown);
}
.app-header.is-rtl .dropdown-menu[data-v-4e496561] {
  inset-inline-start: 0;
  inset-inline-end: auto;
  transform-origin: top left;
}
.dropdown-header[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
}
.app-header.is-rtl .dropdown-header[data-v-4e496561] {
  flex-direction: row-reverse;
}
.user-info[data-v-4e496561] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.user-name[data-v-4e496561] {
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}
.user-email[data-v-4e496561] {
  font-size: var(--text-xs);
  color: var(--text-muted);
}
.vip-badge[data-v-4e496561] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: var(--font-semibold);
  color: var(--color-warning-600);
  background: var(--color-warning-100);
  border-radius: var(--radius-full);
}
.dropdown-divider[data-v-4e496561] {
  height: 1px;
  background: var(--border-light);
  margin: var(--space-2) 0;
}
.dropdown-item[data-v-4e496561] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
  cursor: pointer;
  width: 100%;
  text-align: start;
}
.app-header.is-rtl .dropdown-item[data-v-4e496561] {
  flex-direction: row-reverse;
}
.dropdown-item[data-v-4e496561]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}
.dropdown-item.admin-item[data-v-4e496561] {
  color: var(--color-primary-600);
}
.dropdown-item.logout-item[data-v-4e496561] {
  color: var(--color-error-500);
}
.dropdown-item.logout-item[data-v-4e496561]:hover {
  background: var(--color-error-50);
}

/* Buttons */
.btn[data-v-4e496561] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
  text-decoration: none;
}
.btn-primary[data-v-4e496561] {
  background: var(--color-primary-500);
  color: white;
}
.btn-primary[data-v-4e496561]:hover {
  background: var(--color-primary-600);
}
.btn-ghost[data-v-4e496561] {
  color: var(--text-secondary);
}
.btn-ghost[data-v-4e496561]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

/* Dropdown Transition */
.dropdown-enter-active[data-v-4e496561],
.dropdown-leave-active[data-v-4e496561] {
  transition: opacity 150ms ease, transform 150ms ease;
  transform-origin: top right;
}
.dropdown-enter-from[data-v-4e496561],
.dropdown-leave-to[data-v-4e496561] {
  opacity: 0;
  transform: scale(0.95) translateY(-8px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
.header-container[data-v-4e496561] {
    padding: 0 var(--space-3);
}
.header-right[data-v-4e496561] {
    gap: 5px;
}
.live-balance-chip[data-v-4e496561] {
    max-width: 108px;
    padding: 0 7px;
}
.live-balance-label[data-v-4e496561] {
    display: none;
}
.live-balance-amount[data-v-4e496561] {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
}
}
@media (max-width: 420px) {
.live-balance-chip[data-v-4e496561] {
    max-width: 96px;
}
.icon-btn[data-v-4e496561] {
    width: 32px;
    height: 32px;
}
}

/* Persistent animated neon edge */
.app-header[data-v-4e496561]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(96, 165, 250, 0.12) 18%, rgba(240, 185, 11, 0.28) 50%, rgba(96, 165, 250, 0.12) 82%, transparent 100%);
  background-size: 220% 100%;
  box-shadow: none;
  opacity: 0.66;
  z-index: 3;
  animation: none;
}
@keyframes headerNeonTravel-4e496561 {
from { background-position: 200% 0;
}
to { background-position: -20% 0;
}
}

/* Luxury profile dropdown */
.dropdown-menu[data-v-4e496561] {
  width: min(300px, calc(100vw - 16px)) !important;
  min-width: min(280px, calc(100vw - 16px)) !important;
  padding: 8px !important;
  overflow: hidden;
  isolation: isolate;
  border-radius: 8px !important;
  border: 1px solid rgba(147, 197, 253, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(5, 10, 20, 0.72), rgba(5, 10, 20, 0.94)),
    url('/images/header/luxury/profile-menu-vip.png') center top / cover no-repeat,
    var(--bg-card) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.46),
    0 0 30px rgba(0, 117, 255, 0.14) !important;
}
.dropdown-menu[data-v-4e496561]::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 84% 4%, rgba(246, 175, 72, 0.18), transparent 28%);
  z-index: -1;
}
.dropdown-header[data-v-4e496561] {
  min-width: 0;
  padding: 12px !important;
  border: 1px solid rgba(147, 197, 253, 0.14);
  border-radius: 7px;
  background: rgba(15, 23, 42, 0.58);
}
.dropdown-header .user-info[data-v-4e496561] {
  min-width: 0;
  flex: 1;
}
.dropdown-header .user-name[data-v-4e496561],
.dropdown-header .user-email[data-v-4e496561] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-header .user-name[data-v-4e496561] {
  color: #ffffff !important;
}
.dropdown-header .user-email[data-v-4e496561] {
  color: #aebbd0 !important;
}
.dropdown-divider[data-v-4e496561] {
  background: rgba(147, 197, 253, 0.13) !important;
  margin: 7px 2px !important;
}
.dropdown-item[data-v-4e496561] {
  min-height: 42px;
  padding: 9px 11px !important;
  border-radius: 6px !important;
  color: #cbd5e1 !important;
}
.dropdown-item svg[data-v-4e496561] {
  flex: 0 0 auto;
  color: #60a5fa;
}
.dropdown-item[data-v-4e496561]:hover {
  color: #ffffff !important;
  background: rgba(0, 117, 255, 0.14) !important;
  box-shadow: inset 2px 0 0 #38bdf8;
}
.dropdown-item.logout-item[data-v-4e496561] {
  color: #fca5a5 !important;
}
.dropdown-item.logout-item svg[data-v-4e496561] {
  color: #fb7185;
}
.profile-trigger[data-v-4e496561] {
  border: 1px solid transparent;
}
.profile-trigger[data-v-4e496561]:hover,
.profile-trigger[data-v-4e496561]:has(+ .dropdown-menu) {
  border-color: rgba(0, 117, 255, 0.22);
  background: rgba(0, 117, 255, 0.08);
}
@media (prefers-reduced-motion: reduce) {
.app-header[data-v-4e496561]::after {
    animation-duration: 8s;
}
}

.smart-alerts[data-v-228e3af6] {
  --accent: #38bdf8;
  --accent-strong: #0ea5e9;
  --accent-glow: rgba(56, 189, 248, 0.34);
  position: fixed;
  top: calc(var(--header-height, 68px) + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: min(760px, calc(100vw - 20px));
  z-index: 99998;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 9px;
  padding: 8px 9px 8px 10px;
  background:
    radial-gradient(circle at 0% 50%, color-mix(in srgb, var(--accent) 24%, transparent 76%), transparent 48%),
    linear-gradient(145deg, rgba(9, 14, 30, 0.94), rgba(12, 18, 36, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px 10px 20px 10px;
  box-shadow: 0 16px 34px rgba(2, 6, 23, 0.44), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  overflow: hidden;
  transition: opacity 220ms ease, transform 240ms ease;
  animation: alertsEnter-228e3af6 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.smart-alerts.is-fading[data-v-228e3af6] {
  opacity: 0;
  transform: translateX(-50%) translateY(-10px) scale(0.975);
  pointer-events: none;
}
.smart-alerts[data-v-228e3af6]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 42%);
  pointer-events: none;
}
.smart-alerts[data-v-228e3af6]::after {
  content: '';
  position: absolute;
  top: -140%;
  left: -38%;
  width: 40%;
  height: 360%;
  transform: rotate(18deg) translate3d(0, 0, 0);
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--accent) 30%, #ffffff 70%) 45%,
    rgba(255, 255, 255, 0.95) 50%,
    color-mix(in srgb, var(--accent) 30%, #ffffff 70%) 55%,
    transparent 100%
  );
  opacity: 0.28;
  filter: blur(1px);
  animation: alertLightSweep-228e3af6 1.65s ease-in-out infinite;
  pointer-events: none;
}
.smart-alerts .alert-content[data-v-228e3af6]::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 2px);
  border-radius: 99px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 38%, #fff 62%), var(--accent-strong));
  box-shadow: 0 0 16px color-mix(in srgb, var(--accent-glow) 82%, transparent 18%);
  pointer-events: none;
}
.alert-content[data-v-228e3af6] {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  color: #eaf1fb;
  overflow: hidden;
  min-width: 0;
}
.alert-icon[data-v-228e3af6] {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1;
  background: color-mix(in srgb, var(--accent) 22%, rgba(15, 23, 42, 0.75));
  border: 1px solid color-mix(in srgb, var(--accent) 48%, rgba(255, 255, 255, 0.1));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-glow) 74%, transparent 26%);
}
.alert-pill[data-v-228e3af6] {
  font-size: 9px;
  letter-spacing: 0.05em;
  padding: 3px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 17%, transparent 83%);
  border: 1px solid color-mix(in srgb, var(--accent) 44%, rgba(255, 255, 255, 0.18));
  color: color-mix(in srgb, var(--accent) 52%, #ffffff 48%);
  white-space: nowrap;
  font-weight: 700;
}
.alert-copy[data-v-228e3af6] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 1px;
}
.alert-title[data-v-228e3af6] {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alert-message[data-v-228e3af6] {
  font-size: 11px;
  color: rgba(226, 232, 240, 0.74);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 54vw;
}
.alert-actions[data-v-228e3af6] {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.alert-btn[data-v-228e3af6] {
  background: rgba(255, 255, 255, 0.05);
  color: #f8fafc;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  transition: transform 130ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.alert-btn[data-v-228e3af6]:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--accent) 15%, rgba(255, 255, 255, 0.08));
  border-color: color-mix(in srgb, var(--accent) 38%, rgba(255, 255, 255, 0.3));
}
.alert-btn.ghost[data-v-228e3af6] {
  width: 28px;
  height: 28px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}
.alert-link[data-v-228e3af6] {
  color: color-mix(in srgb, var(--accent) 58%, #ffffff 42%);
  font-size: 10px;
  text-decoration: none;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, rgba(255, 255, 255, 0.16));
  background: color-mix(in srgb, var(--accent) 14%, transparent 86%);
  transition: transform 130ms ease, border-color 180ms ease, background 180ms ease;
}
.alert-link[data-v-228e3af6]:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--accent) 58%, rgba(255, 255, 255, 0.2));
  background: color-mix(in srgb, var(--accent) 22%, transparent 78%);
}
.priority-critical[data-v-228e3af6] {
  --accent: #f87171;
  --accent-strong: #ef4444;
  --accent-glow: rgba(248, 113, 113, 0.38);
}
.priority-high[data-v-228e3af6] {
  --accent: #fb923c;
  --accent-strong: #f97316;
  --accent-glow: rgba(251, 146, 60, 0.36);
}
.priority-normal[data-v-228e3af6] {
  --accent: #60a5fa;
  --accent-strong: #3b82f6;
  --accent-glow: rgba(96, 165, 250, 0.34);
}
.priority-low[data-v-228e3af6] {
  --accent: #34d399;
  --accent-strong: #10b981;
  --accent-glow: rgba(52, 211, 153, 0.34);
}
@keyframes alertsEnter-228e3af6 {
from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px) scale(0.985);
}
to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
}
}
@keyframes alertLightSweep-228e3af6 {
0% {
    transform: rotate(18deg) translate3d(-180%, 0, 0);
    opacity: 0;
}
20% {
    opacity: 0.3;
}
60% {
    opacity: 0.3;
}
100% {
    transform: rotate(18deg) translate3d(360%, 0, 0);
    opacity: 0;
}
}
@media (max-width: 768px) {
.smart-alerts[data-v-228e3af6] {
    grid-template-columns: 1fr;
    align-items: flex-start;
    width: min(96vw, 540px);
    gap: 8px 7px;
    padding: 8px;
    border-radius: 14px;
}
.alert-content[data-v-228e3af6] {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
}
.alert-pill[data-v-228e3af6] {
    display: none;
}
.alert-message[data-v-228e3af6] {
    max-width: 84vw;
}
.alert-actions[data-v-228e3af6] {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    border-radius: 12px;
}
.alert-btn[data-v-228e3af6],
  .alert-link[data-v-228e3af6] {
    font-size: 10px;
}
}
@media (max-width: 460px) {
.smart-alerts[data-v-228e3af6] {
    width: calc(100vw - 14px);
    top: calc(var(--header-height, 68px) + 6px);
    border-radius: 12px;
}
.alert-title[data-v-228e3af6] {
    font-size: 12px;
}
.alert-message[data-v-228e3af6] {
    font-size: 10px;
    max-width: 78vw;
}
}

.bottom-nav[data-v-825d5045] {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: calc(62px + env(safe-area-inset-bottom, 0px)) !important;
  background: var(--bg-card) !important; /* Theme-aware background */
  border-top: 1px solid var(--border-light) !important; /* Theme-aware border */
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  padding: 0 var(--space-2) !important;
  padding-bottom: env(safe-area-inset-bottom, 0px) !important;
  z-index: 99998 !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.28) !important;
  transform: none !important;
  -webkit-transform: none !important;
  rotate: 0deg !important;
  writing-mode: horizontal-tb !important;
  overflow: visible !important;
  isolation: isolate !important;
  border-radius: 18px 18px 0 0 !important;
}
.bottom-nav[data-v-825d5045]::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  width: 104px;
  height: 48px;
  transform: translateX(-50%);
  border-radius: 999px 999px 0 0;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-bottom: 0;
  box-shadow: none;
  z-index: 0;
  pointer-events: none;
}
.bottom-nav[data-v-825d5045]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      var(--border-light) 0,
      var(--border-light) calc(50% - 54px),
      transparent calc(50% - 54px),
      transparent calc(50% + 54px),
      var(--border-light) calc(50% + 54px),
      var(--border-light) 100%
    );
  z-index: 0;
  pointer-events: none;
}

/* Hide on desktop */
@media (min-width: 1024px) {
.bottom-nav[data-v-825d5045] {
    display: none !important;
}
}

/* Keep bottom nav always visible */
.bottom-nav.hidden[data-v-825d5045] {
  transform: translateY(0) !important;
}

/* Navigation Item */
.nav-item[data-v-825d5045] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 1;
  max-width: 72px;
  padding: 6px 3px 5px;
  text-decoration: none;
  color: var(--text-muted);
  transition: all var(--transition-fast);
  border-radius: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.nav-item[data-v-825d5045]:hover {
  color: var(--text-secondary);
}
.nav-item.active[data-v-825d5045] {
  color: var(--color-primary-600);
}
.nav-item.center-games[data-v-825d5045] {
  align-self: flex-start;
  min-height: 70px;
  margin-top: -25px;
  color: var(--text-primary);
  z-index: 3;
}
.nav-item.center-games .nav-icon[data-v-825d5045] {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-full);
  color: white;
  background:
    linear-gradient(135deg, var(--color-primary-500), var(--color-primary-600));
  border: 4px solid var(--bg-card);
  box-shadow:
    0 8px 18px rgba(59, 130, 246, 0.28),
    0 0 16px color-mix(in srgb, var(--color-primary-500) 28%, transparent);
  isolation: isolate;
  overflow: hidden;
}
.nav-item.center-games .nav-icon[data-v-825d5045]::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  border-radius: inherit;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      color-mix(in srgb, var(--color-primary-500) 95%, #22d3ee) 52deg,
      #22d3ee 95deg,
      transparent 142deg,
      transparent 230deg,
      color-mix(in srgb, var(--color-primary-600) 85%, #60a5fa) 292deg,
      transparent 360deg
    );
  animation: gamesNeonOrbit-825d5045 2.6s linear infinite;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--color-primary-500) 75%, transparent));
}
.nav-item.center-games .nav-icon[data-v-825d5045]::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-600));
}
.nav-item.center-games .nav-icon svg[data-v-825d5045] {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
.nav-item.center-games .nav-label[data-v-825d5045] {
  margin-top: 1px;
  color: var(--text-primary);
  font-weight: var(--font-bold);
}
.nav-item.center-games.active .nav-icon[data-v-825d5045] {
  box-shadow:
    0 8px 18px rgba(59, 130, 246, 0.34),
    0 0 22px color-mix(in srgb, var(--color-primary-500) 38%, transparent);
}
.nav-icon[data-v-825d5045] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.nav-badge[data-v-825d5045] {
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: var(--font-bold);
  color: white;
  background: var(--color-error-500);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-label[data-v-825d5045] {
  font-size: 10px;
  font-weight: var(--font-medium);
}
@keyframes gamesNeonOrbit-825d5045 {
to {
    transform: rotate(360deg);
}
}
@media (prefers-reduced-motion: reduce) {
.nav-item.center-games .nav-icon[data-v-825d5045]::before {
    animation: none;
}
}

/* Desktop: Hide bottom nav (1024px and above) */
@media (min-width: 1024px) {
.bottom-nav[data-v-825d5045] {
    display: none;
}
}

.app-footer[data-v-2255e010] {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, color-mix(in srgb, var(--color-primary-500) 16%, transparent), transparent 34%),
    linear-gradient(180deg, color-mix(in srgb, var(--bg-secondary) 90%, #05070b), var(--bg-primary));
  border-top: 1px solid color-mix(in srgb, var(--border-light) 80%, transparent);
  color: var(--text-primary);
}
.app-footer[data-v-2255e010]::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.045), transparent);
}
.footer-container[data-v-2255e010] {
  position: relative;
  width: min(100%, var(--content-max-width, 1440px));
  margin: 0 auto;
  padding: clamp(30px, 4vw, 52px) clamp(16px, 3vw, 32px) clamp(18px, 3vw, 28px);
}
.footer-main[data-v-2255e010] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
}
.footer-brand[data-v-2255e010] {
  max-width: 500px;
}
.footer-logo[data-v-2255e010] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--text-primary);
  text-decoration: none;
}
.footer-logo-img[data-v-2255e010] {
  width: auto;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.logo-text[data-v-2255e010] {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 950;
  letter-spacing: 0;
}
.logo-text span[data-v-2255e010] {
  color: var(--color-primary-500);
}
.brand-description[data-v-2255e010] {
  max-width: 44rem;
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}
.trust-row[data-v-2255e010] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.trust-row span[data-v-2255e010],
.payment-icons span[data-v-2255e010],
.footer-badges span[data-v-2255e010] {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid color-mix(in srgb, var(--border-light) 75%, transparent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--bg-card) 74%, transparent);
}
.trust-row span[data-v-2255e010] {
  gap: 8px;
  padding: 7px 11px;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 850;
}
.trust-row svg[data-v-2255e010] {
  width: 17px;
  height: 17px;
  color: var(--color-success-500, #22c55e);
}
.footer-links[data-v-2255e010] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
}
.footer-column[data-v-2255e010] {
  min-width: 0;
}
.column-title[data-v-2255e010],
.utility-label[data-v-2255e010] {
  display: block;
  margin: 0 0 10px;
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}
.footer-column a[data-v-2255e010],
.footer-link-button[data-v-2255e010] {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: var(--text-muted);
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 750;
  text-align: start;
  text-decoration: none;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease;
}
.footer-column a[data-v-2255e010]:hover,
.footer-column a[data-v-2255e010]:focus-visible,
.footer-link-button[data-v-2255e010]:hover,
.footer-link-button[data-v-2255e010]:focus-visible {
  color: var(--text-primary);
  transform: translateX(-3px);
}
html.ltr,html.ltr,html.ltr,html.ltr {
  transform: translateX(3px);
}
.status-dot[data-v-2255e010] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-success-500, #22c55e);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-success-500, #22c55e) 14%, transparent);
}
.footer-utility[data-v-2255e010] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: clamp(26px, 4vw, 42px);
  padding: 18px 0;
  border-top: 1px solid color-mix(in srgb, var(--border-light) 70%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--border-light) 70%, transparent);
}
.payment-panel[data-v-2255e010],
.social-panel[data-v-2255e010] {
  min-width: 0;
}
.payment-icons[data-v-2255e010],
.social-links[data-v-2255e010] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.payment-icons span[data-v-2255e010] {
  justify-content: center;
  min-width: 62px;
  padding: 6px 10px;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 900;
}
.payment-panel small[data-v-2255e010] {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 12px;
}
.social-links a[data-v-2255e010] {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--border-light) 75%, transparent);
  border-radius: 8px;
  color: var(--text-muted);
  background: color-mix(in srgb, var(--bg-card) 70%, transparent);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.social-links a[data-v-2255e010]:hover,
.social-links a[data-v-2255e010]:focus-visible {
  color: var(--text-primary);
  border-color: color-mix(in srgb, var(--color-primary-500) 45%, var(--border-light));
  background: color-mix(in srgb, var(--color-primary-500) 16%, var(--bg-card));
  transform: translateY(-2px);
}
.social-links svg[data-v-2255e010] {
  width: 18px;
  height: 18px;
}
.footer-bottom[data-v-2255e010] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 18px;
}
.footer-bottom p[data-v-2255e010] {
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 650;
}
.footer-badges[data-v-2255e010] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-badges span[data-v-2255e010] {
  padding: 6px 10px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 900;
}
@media (min-width: 768px) {
.footer-main[data-v-2255e010] {
    grid-template-columns: minmax(300px, 0.85fr) minmax(480px, 1.15fr);
    align-items: start;
}
.footer-links[data-v-2255e010] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.footer-utility[data-v-2255e010],
  .footer-bottom[data-v-2255e010] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-panel[data-v-2255e010] {
    text-align: end;
}
.social-panel .social-links[data-v-2255e010] {
    justify-content: flex-end;
}
}
@media (max-width: 520px) {
.footer-links[data-v-2255e010] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.footer-column a[data-v-2255e010],
  .footer-link-button[data-v-2255e010] {
    width: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
.footer-column a[data-v-2255e010],
  .footer-link-button[data-v-2255e010],
  .social-links a[data-v-2255e010] {
    transition: none;
}
.footer-column a[data-v-2255e010]:hover,
  .footer-column a[data-v-2255e010]:focus-visible,
  .footer-link-button[data-v-2255e010]:hover,
  .footer-link-button[data-v-2255e010]:focus-visible,
  .social-links a[data-v-2255e010]:hover,
  .social-links a[data-v-2255e010]:focus-visible {
    transform: none;
}
}

.notification-panel[data-v-b4d944bd] {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  height: 100dvh;
  background: var(--bg-card);
  border-left: 1px solid var(--border-light);
  box-shadow: var(--shadow-xl);
  z-index: var(--z-modal);
  display: flex;
  flex-direction: column;
}
.panel-backdrop[data-v-b4d944bd] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: calc(var(--z-modal) - 1);
}

/* Header */
.panel-header[data-v-b4d944bd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--border-light);
  flex-shrink: 0;
}
.header-title[data-v-b4d944bd] {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}
.unread-badge[data-v-b4d944bd] {
  padding: 2px 8px;
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  color: white;
  background: var(--color-primary-500);
  border-radius: var(--radius-full);
}
.header-actions[data-v-b4d944bd] {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.clear-all-btn[data-v-b4d944bd] {
  font-size: var(--text-xs);
  color: var(--text-muted);
  font-weight: var(--font-medium);
}
.clear-all-btn[data-v-b4d944bd]:hover {
  color: var(--text-primary);
  text-decoration: underline;
}
.mark-all-btn[data-v-b4d944bd] {
  font-size: var(--text-xs);
  color: var(--color-primary-600);
  font-weight: var(--font-medium);
}
.mark-all-btn[data-v-b4d944bd]:hover {
  text-decoration: underline;
}
.close-btn[data-v-b4d944bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--text-muted);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
}
.close-btn[data-v-b4d944bd]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

/* Body */
.panel-body[data-v-b4d944bd] {
  flex: 1;
  overflow-y: auto;
  padding: var(--space-4);
}

/* Loading State */
.loading-state[data-v-b4d944bd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--space-8);
  color: var(--text-muted);
}
.spinner[data-v-b4d944bd] {
  width: 32px;
  height: 32px;
  border: 3px solid var(--border-light);
  border-top-color: var(--color-primary-500);
  border-radius: var(--radius-full);
  animation: spin-b4d944bd 0.8s linear infinite;
}
@keyframes spin-b4d944bd {
to { transform: rotate(360deg);
}
}

/* Empty State */
.empty-state[data-v-b4d944bd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--space-8);
  text-align: center;
  color: var(--text-muted);
}
.empty-state p[data-v-b4d944bd] {
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  margin: 0;
}
.empty-state span[data-v-b4d944bd] {
  font-size: var(--text-sm);
}

/* Notification List */
.notification-list[data-v-b4d944bd] {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.notification-item[data-v-b4d944bd] {
  display: flex;
  gap: var(--space-3);
  padding: var(--space-3);
  background: var(--bg-secondary);
  border-radius: var(--radius-xl);
  cursor: pointer;
  transition: all var(--transition-fast);
}
.notification-item[data-v-b4d944bd]:hover {
  background: var(--bg-tertiary);
}
.notification-item.unread[data-v-b4d944bd] {
  background: var(--color-primary-50);
  border-left: 3px solid var(--color-primary-500);
}
.dark .notification-item.unread[data-v-b4d944bd] {
  background: rgba(59, 130, 246, 0.1);
}

/* Icon */
.notification-icon[data-v-b4d944bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}
.icon-success[data-v-b4d944bd] {
  background: var(--color-success-100);
  color: var(--color-success-600);
}
.icon-info[data-v-b4d944bd] {
  background: var(--color-info-100);
  color: var(--color-info-600);
}
.icon-warning[data-v-b4d944bd] {
  background: var(--color-warning-100);
  color: var(--color-warning-600);
}
.icon-error[data-v-b4d944bd] {
  background: var(--color-error-100);
  color: var(--color-error-600);
}
.icon-security[data-v-b4d944bd] {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

/* Content */
.notification-content[data-v-b4d944bd] {
  flex: 1;
  min-width: 0;
}
.notification-title[data-v-b4d944bd] {
  font-weight: var(--font-medium);
  color: var(--text-primary);
  margin-bottom: 2px;
}
.notification-message[data-v-b4d944bd] {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.4;
  margin-bottom: 4px;
}
.notification-time[data-v-b4d944bd] {
  font-size: var(--text-xs);
  color: var(--text-muted);
}

/* Actions */
.notification-actions[data-v-b4d944bd] {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  opacity: 0;
  transition: opacity var(--transition-fast);
}
.notification-item:hover .notification-actions[data-v-b4d944bd] {
  opacity: 1;
}
.action-btn[data-v-b4d944bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--text-muted);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}
.action-btn[data-v-b4d944bd]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}
.action-btn.delete[data-v-b4d944bd]:hover {
  background: var(--color-error-100);
  color: var(--color-error-600);
}

/* Footer */
.panel-footer[data-v-b4d944bd] {
  padding: var(--space-4);
  border-top: 1px solid var(--border-light);
  flex-shrink: 0;
}
.view-all-btn[data-v-b4d944bd] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  width: 100%;
  padding: var(--space-3);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-primary-600);
  background: var(--color-primary-50);
  border-radius: var(--radius-xl);
  text-decoration: none;
  transition: all var(--transition-fast);
}
.view-all-btn[data-v-b4d944bd]:hover {
  background: var(--color-primary-100);
}
.dark .view-all-btn[data-v-b4d944bd] {
  background: rgba(59, 130, 246, 0.1);
}
.dark .view-all-btn[data-v-b4d944bd]:hover {
  background: rgba(59, 130, 246, 0.2);
}

/* Transitions */
.slide-enter-active[data-v-b4d944bd],
.slide-leave-active[data-v-b4d944bd] {
  transition: transform 300ms ease;
}
.slide-enter-from[data-v-b4d944bd],
.slide-leave-to[data-v-b4d944bd] {
  transform: translateX(100%);
}
.fade-enter-active[data-v-b4d944bd],
.fade-leave-active[data-v-b4d944bd] {
  transition: opacity 300ms ease;
}
.fade-enter-from[data-v-b4d944bd],
.fade-leave-to[data-v-b4d944bd] {
  opacity: 0;
}

/* List transitions */
.list-enter-active[data-v-b4d944bd],
.list-leave-active[data-v-b4d944bd] {
  transition: all 200ms ease;
}
.list-enter-from[data-v-b4d944bd] {
  opacity: 0;
  transform: translateX(20px);
}
.list-leave-to[data-v-b4d944bd] {
  opacity: 0;
  transform: translateX(-20px);
}
.list-move[data-v-b4d944bd] {
  transition: transform 300ms ease;
}

/* Mobile */
@media (max-width: 480px) {
.notification-panel[data-v-b4d944bd] {
    max-width: 100%;
}
}

/* Professional notification drawer refresh */
.notification-panel[data-v-b4d944bd] {
  width: min(100%, 430px);
  max-width: 430px;
  background: #111827;
  border-left: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: -24px 0 58px rgba(0, 0, 0, 0.42);
  color: #f8fafc;
  direction: rtl;
}
.panel-backdrop[data-v-b4d944bd] {
  background: rgba(2, 6, 23, 0.62);
  backdrop-filter: blur(3px);
}
.panel-header[data-v-b4d944bd] {
  align-items: flex-start;
  padding: 18px 18px 14px;
  border-bottom-color: rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, rgba(31, 41, 55, 0.92), rgba(17, 24, 39, 0.92));
}
.header-title[data-v-b4d944bd] {
  gap: 9px;
  color: #f8fafc;
  font-size: 15px;
}
.header-title svg[data-v-b4d944bd] {
  color: #14b8a6;
}
.header-actions[data-v-b4d944bd] {
  gap: 6px;
}
.clear-all-btn[data-v-b4d944bd],
.mark-all-btn[data-v-b4d944bd] {
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.5);
  color: #cbd5e1;
  font-size: 11px;
  text-decoration: none;
}
.clear-all-btn[data-v-b4d944bd]:hover,
.mark-all-btn[data-v-b4d944bd]:hover {
  border-color: rgba(20, 184, 166, 0.45);
  color: #fff;
  text-decoration: none;
}
.close-btn[data-v-b4d944bd] {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.45);
  color: #94a3b8;
}
.close-btn[data-v-b4d944bd]:hover {
  background: rgba(244, 63, 94, 0.14);
  border-color: rgba(244, 63, 94, 0.32);
  color: #fb7185;
}
.unread-badge[data-v-b4d944bd] {
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #14b8a6;
  color: #042f2e;
  border-radius: 999px;
}
.panel-body[data-v-b4d944bd] {
  padding: 12px;
}
.panel-summary[data-v-b4d944bd] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.panel-summary span[data-v-b4d944bd] {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 6px;
  background: rgba(31, 41, 55, 0.62);
  color: #94a3b8;
  font-size: 11px;
}
.panel-summary strong[data-v-b4d944bd] {
  color: #fff;
  font-size: 14px;
}
.notification-list[data-v-b4d944bd] {
  gap: 8px;
}
.notification-item[data-v-b4d944bd] {
  position: relative;
  gap: 11px;
  padding: 12px 12px 12px 8px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 7px;
  background: rgba(31, 41, 55, 0.54);
}
.notification-item[data-v-b4d944bd]:hover {
  background: rgba(51, 65, 85, 0.58);
  border-color: rgba(148, 163, 184, 0.28);
}
.notification-item.unread[data-v-b4d944bd] {
  background: rgba(20, 184, 166, 0.08);
  border-left: 0;
  border-right: 3px solid #14b8a6;
}
.notification-icon[data-v-b4d944bd] {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(148, 163, 184, 0.1);
}
.icon-success .notification-icon[data-v-b4d944bd],
.icon-success.notification-icon[data-v-b4d944bd] {
  background: rgba(16, 185, 129, 0.12);
  color: #34d399;
}
.icon-warning .notification-icon[data-v-b4d944bd],
.icon-warning.notification-icon[data-v-b4d944bd] {
  background: rgba(245, 158, 11, 0.12);
  color: #fbbf24;
}
.icon-error .notification-icon[data-v-b4d944bd],
.icon-error.notification-icon[data-v-b4d944bd] {
  background: rgba(244, 63, 94, 0.12);
  color: #fb7185;
}
.icon-info .notification-icon[data-v-b4d944bd],
.icon-info.notification-icon[data-v-b4d944bd] {
  background: rgba(99, 102, 241, 0.12);
  color: #a5b4fc;
}
.notification-title[data-v-b4d944bd] {
  margin-bottom: 4px;
  color: #f8fafc;
  font-size: 13px;
  line-height: 1.45;
}
.notification-message[data-v-b4d944bd] {
  margin-bottom: 8px;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.6;
}
.notification-meta[data-v-b4d944bd] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.type-label[data-v-b4d944bd],
.notification-time[data-v-b4d944bd] {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 4px;
  background: rgba(15, 23, 42, 0.58);
  color: #94a3b8;
  font-size: 10px;
}
.type-label[data-v-b4d944bd] {
  color: #5eead4;
}
.notification-actions[data-v-b4d944bd] {
  opacity: 1;
}
.action-btn[data-v-b4d944bd] {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.45);
  color: #94a3b8;
}
.action-btn[data-v-b4d944bd]:hover {
  background: rgba(20, 184, 166, 0.14);
  color: #5eead4;
}
.action-btn.delete[data-v-b4d944bd]:hover {
  background: rgba(244, 63, 94, 0.14);
  color: #fb7185;
}
.panel-footer[data-v-b4d944bd] {
  padding: 12px;
  border-top-color: rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.42);
}
.view-all-btn[data-v-b4d944bd] {
  min-height: 42px;
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 6px;
  background: rgba(20, 184, 166, 0.1);
  color: #5eead4;
}
.view-all-btn[data-v-b4d944bd]:hover,
.dark .view-all-btn[data-v-b4d944bd]:hover {
  background: rgba(20, 184, 166, 0.16);
}
.loading-state[data-v-b4d944bd],
.empty-state[data-v-b4d944bd] {
  color: #94a3b8;
}
.empty-state p[data-v-b4d944bd] {
  color: #f8fafc;
}
@media (max-width: 480px) {
.notification-panel[data-v-b4d944bd] {
    max-width: 100%;
}
.panel-header[data-v-b4d944bd] {
    padding: 16px 12px 12px;
}
.header-actions[data-v-b4d944bd] {
    flex-wrap: wrap;
    justify-content: flex-end;
}
}

.toast-container[data-v-6a72cc6f] {
  position: fixed;
  top: calc(var(--header-height, 60px) + 12px);
  right: 14px;
  z-index: var(--z-notification, 600);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(360px, calc(100vw - 28px));
  pointer-events: none;
}
.toast[data-v-6a72cc6f] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 11px;
  background: rgba(15, 23, 42, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 7px;
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  color: #f8fafc;
}

/* Toast Types */
.toast-success[data-v-6a72cc6f] {
  border-right: 3px solid #10b981;
}
.toast-success .toast-icon[data-v-6a72cc6f] {
  color: #34d399;
  background: rgba(16, 185, 129, 0.12);
}
.toast-success .toast-progress[data-v-6a72cc6f] {
  background: #10b981;
}
.toast-error[data-v-6a72cc6f] {
  border-right: 3px solid #ef233c;
}
.toast-error .toast-icon[data-v-6a72cc6f] {
  color: #fb7185;
  background: rgba(239, 35, 60, 0.12);
}
.toast-error .toast-progress[data-v-6a72cc6f] {
  background: #ef233c;
}
.toast-warning[data-v-6a72cc6f] {
  border-right: 3px solid #f59e0b;
}
.toast-warning .toast-icon[data-v-6a72cc6f] {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.12);
}
.toast-warning .toast-progress[data-v-6a72cc6f] {
  background: #f59e0b;
}
.toast-info[data-v-6a72cc6f] {
  border-right: 3px solid #38bdf8;
}
.toast-info .toast-icon[data-v-6a72cc6f] {
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.12);
}
.toast-info .toast-progress[data-v-6a72cc6f] {
  background: #38bdf8;
}

/* Icon */
.toast-icon[data-v-6a72cc6f] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.toast-icon[data-v-6a72cc6f] svg {
  width: 18px;
  height: 18px;
}

/* Content */
.toast-content[data-v-6a72cc6f] {
  flex: 1;
  min-width: 0;
}
.toast-title[data-v-6a72cc6f] {
  font-weight: 800;
  color: #f8fafc;
  font-size: 12px;
  line-height: 1.4;
}
.toast-message[data-v-6a72cc6f] {
  font-size: 11px;
  color: #cbd5e1;
  margin-top: 1px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

/* Close Button */
.toast-close[data-v-6a72cc6f] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #94a3b8;
  border-radius: 5px;
  transition: all var(--transition-fast);
}
.toast-close[data-v-6a72cc6f]:hover {
  background: rgba(148, 163, 184, 0.12);
  color: #fff;
}

/* Progress Bar */
.toast-progress[data-v-6a72cc6f] {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transform-origin: right;
  animation: progress-shrink-6a72cc6f linear forwards;
  opacity: 0.85;
}
@keyframes progress-shrink-6a72cc6f {
from { transform: scaleX(1);
}
to { transform: scaleX(0);
}
}

/* Transitions */
.toast-enter-active[data-v-6a72cc6f] {
  animation: toast-in-6a72cc6f 300ms ease forwards;
}
.toast-leave-active[data-v-6a72cc6f] {
  animation: toast-out-6a72cc6f 200ms ease forwards;
}
@keyframes toast-in-6a72cc6f {
from {
    opacity: 0;
    transform: translateX(18px) scale(0.98);
}
to {
    opacity: 1;
    transform: translateX(0) scale(1);
}
}
@keyframes toast-out-6a72cc6f {
from {
    opacity: 1;
    transform: translateX(0) scale(1);
}
to {
    opacity: 0;
    transform: translateX(18px) scale(0.98);
}
}
.toast-move[data-v-6a72cc6f] {
  transition: transform 300ms ease;
}

/* Mobile */
@media (max-width: 480px) {
.toast-container[data-v-6a72cc6f] {
    top: auto;
    bottom: calc(var(--bottom-nav-height, 64px) + 16px);
    left: 12px;
    right: 12px;
    width: auto;
}
@keyframes toast-in-6a72cc6f {
from {
      opacity: 0;
      transform: translateY(100%);
}
to {
      opacity: 1;
      transform: translateY(0);
}
}
@keyframes toast-out-6a72cc6f {
from {
      opacity: 1;
      transform: translateY(0);
}
to {
      opacity: 0;
      transform: translateY(100%);
}
}
}

.mobile-menu-overlay[data-v-7d6148b7] {
	  position: fixed;
	  inset: 0;
	  background: rgba(2, 8, 23, 0.55);
	  backdrop-filter: blur(10px);
	  -webkit-backdrop-filter: blur(10px);
	  z-index: var(--z-modal);
}
.mobile-menu[data-v-7d6148b7] {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  max-width: 320px;
	  height: 100vh;
	  height: 100dvh;
	  background: var(--bg-card);
	  border-left: 1px solid var(--border-light);
	  box-shadow: 0 20px 60px rgba(2, 8, 23, 0.55);
	  display: flex;
	  flex-direction: column;
	  overflow-y: auto;
}
.mobile-menu-overlay.is-rtl .mobile-menu[data-v-7d6148b7] {
	  left: 0;
	  right: auto;
	  border-left: none;
	  border-right: 1px solid var(--border-light);
}

/* Header */
.menu-header[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4);
  border-bottom: 1px solid var(--border-light);
}
.logo[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
}
.logo-icon[data-v-7d6148b7] {
  width: 32px;
  height: 32px;
}
.logo-img[data-v-7d6148b7] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-text[data-v-7d6148b7] {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--text-primary);
}
.logo-text .accent[data-v-7d6148b7] {
  color: var(--color-primary-500);
}
.close-btn[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--text-muted);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
}
.close-btn[data-v-7d6148b7]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

/* User Section */
.user-section[data-v-7d6148b7] {
  padding: var(--space-4);
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-light);
}
.user-info[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}
.avatar[data-v-7d6148b7] {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-600));
  color: white;
  font-weight: var(--font-bold);
  font-size: var(--text-lg);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.avatar.has-img[data-v-7d6148b7] {
  background: transparent;
}
.avatar img[data-v-7d6148b7] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  display: block;
}
.info[data-v-7d6148b7] {
  display: flex;
  flex-direction: column;
}
.name[data-v-7d6148b7] {
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}
.balance[data-v-7d6148b7] {
  font-size: var(--text-sm);
  color: var(--color-success-600);
  font-weight: var(--font-medium);
}
.quick-actions[data-v-7d6148b7] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}
.quick-btn[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  border-radius: var(--radius-xl);
  text-decoration: none;
  transition: all var(--transition-fast);
}
.quick-btn.deposit[data-v-7d6148b7] {
  background: var(--color-success-100);
  color: var(--color-success-700);
}
.quick-btn.deposit[data-v-7d6148b7]:hover {
  background: var(--color-success-500);
  color: white;
}
.quick-btn.withdraw[data-v-7d6148b7] {
  background: var(--color-warning-100);
  color: var(--color-warning-700);
}
.quick-btn.withdraw[data-v-7d6148b7]:hover {
  background: var(--color-warning-500);
  color: white;
}

/* Navigation */
.menu-nav[data-v-7d6148b7] {
  flex: 1;
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.menu-item[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-xl);
  transition: all var(--transition-fast);
}
.menu-item[data-v-7d6148b7]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}
.menu-item.active[data-v-7d6148b7] {
  background: var(--color-primary-50);
  color: var(--color-primary-600);
}
.dark .menu-item.active[data-v-7d6148b7] {
  background: rgba(59, 130, 246, 0.1);
}
.menu-item.admin[data-v-7d6148b7] {
  color: var(--color-primary-600);
}
.menu-divider[data-v-7d6148b7] {
  height: 1px;
  background: var(--border-light);
  margin: var(--space-3) 0;
}
.badge[data-v-7d6148b7] {
  margin-left: auto;
  padding: 2px 8px;
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  color: white;
  background: var(--color-primary-500);
  border-radius: var(--radius-full);
}
.theme-section[data-v-7d6148b7] {
  padding: var(--space-4);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.theme-section__header[data-v-7d6148b7] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--text-sm);
  color: var(--text-muted);
}
.theme-section__current[data-v-7d6148b7] {
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}
.theme-swatches[data-v-7d6148b7] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
  gap: var(--space-2);
}
.theme-swatch[data-v-7d6148b7] {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  position: relative;
  padding: 0;
  cursor: pointer;
  background-size: cover;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}
.theme-swatch[data-v-7d6148b7]::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.7;
}
.theme-swatch.active[data-v-7d6148b7] {
  transform: translateY(-2px);
  border-color: var(--color-primary-500);
  box-shadow: var(--shadow-md);
}
.theme-swatch[data-v-7d6148b7]:focus-visible,
.theme-swatch[data-v-7d6148b7]:hover {
  outline: none;
  border-color: var(--color-primary-500);
  box-shadow: var(--shadow-md);
}

/* Footer */
.menu-footer[data-v-7d6148b7] {
  padding: var(--space-4);
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.footer-btn[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  color: var(--text-secondary);
  border-radius: var(--radius-xl);
  transition: all var(--transition-fast);
  width: 100%;
  text-align: left;
}
.footer-btn[data-v-7d6148b7]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}
.footer-btn.logout[data-v-7d6148b7] {
  color: var(--color-error-500);
}
.footer-btn.logout[data-v-7d6148b7]:hover {
  background: var(--color-error-50);
}
.btn[data-v-7d6148b7] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-3) var(--space-4);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-xl);
  text-decoration: none;
  transition: all var(--transition-fast);
}
.btn-primary[data-v-7d6148b7] {
  background: var(--color-primary-500);
  color: white;
}
.btn-primary[data-v-7d6148b7]:hover {
  background: var(--color-primary-600);
}
.btn-secondary[data-v-7d6148b7] {
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
}
.btn-secondary[data-v-7d6148b7]:hover {
  background: var(--bg-card-hover);
}

/* Transitions */
.fade-enter-active[data-v-7d6148b7],
.fade-leave-active[data-v-7d6148b7] {
  transition: opacity 200ms ease;
}
.fade-enter-from[data-v-7d6148b7],
.fade-leave-to[data-v-7d6148b7] {
  opacity: 0;
}
.slide-left-enter-active[data-v-7d6148b7],
.slide-left-leave-active[data-v-7d6148b7] {
  transition: transform 300ms ease;
}
.slide-left-enter-from[data-v-7d6148b7],
	.slide-left-leave-to[data-v-7d6148b7] {
	  transform: translateX(100%);
}
.slide-right-enter-active[data-v-7d6148b7],
	.slide-right-leave-active[data-v-7d6148b7] {
	  transition: transform 300ms ease;
}
.slide-right-enter-from[data-v-7d6148b7],
	.slide-right-leave-to[data-v-7d6148b7] {
	  transform: translateX(-100%);
}
	
.pwa-banner[data-v-8da5285a] {
  position: fixed;
  inset-inline: 14px;
  top: calc(var(--header-height, 60px) + 12px);
  bottom: auto;
  z-index: 12050;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid var(--border-light);
  background: color-mix(in srgb, var(--bg-card) 72%, transparent);
  box-shadow: var(--shadow-xl);
}
body.dark-theme .pwa-banner[data-v-8da5285a] {
  background: radial-gradient(
    circle at top left,
    #1e293b 0%,
    #020617 60%
  );

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;

  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03),
    0 8px 24px rgba(0, 0, 0, 0.8),
    inset 0 -1px 1px rgba(255, 255, 255, 0.05);}
@media (min-width: 769px) {
.pwa-banner[data-v-8da5285a] {
    top: auto;
    bottom: 20px;
    max-width: 520px;
    margin-inline: auto;
    left: 0;
    right: 0;
}
}
.pwa-banner__content[data-v-8da5285a] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.pwa-banner__icon[data-v-8da5285a] {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--color-primary-500) 14%, transparent);
  color: var(--color-primary-600);
  flex: 0 0 auto;
}
.pwa-banner__text[data-v-8da5285a] {
  flex: 1;
  min-width: 0;
}
.pwa-banner__title[data-v-8da5285a] {
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  color: var(--text-primary);
}
.pwa-banner__body[data-v-8da5285a] {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-secondary);
}
.pwa-banner__actions[data-v-8da5285a] {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  justify-content: flex-end;
}
.btn[data-v-8da5285a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 12px;
  min-height: 40px;
}
.btn.primary[data-v-8da5285a] {
  background: var(--color-primary-500);
  color: #fff;
}
.btn.primary[data-v-8da5285a]:hover {
  background: var(--color-primary-600);
}
.btn.ghost[data-v-8da5285a] {
  background: transparent;
  border: 1px solid var(--border-light);
  color: var(--text-primary);
}
[dir='rtl'] .pwa-banner__actions[data-v-8da5285a] {
  justify-content: flex-start;
}

/* 
  App Layout Styles
  Most styles are now centralized in resources/css/app.css
*/
.app-layout {
  /* CRITICAL: Prevent rotation */
  transform: none !important;
  rotate: 0deg !important;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
}

/* Main Content */
.app-main {
  flex: 1;
  /* Header height is handled by app.css variables */
  padding-top: calc(var(--header-height, 64px) + var(--smart-alerts-height, 0px) - 32px);
  padding-bottom: 0;
  position: relative;
  width: 100%;
}

/* Mobile Padding */
@media (max-width: 1023px) {
.app-layout.is-authenticated .app-main {
    padding-bottom: var(--footer-height, 72px);
}
}

/* Page Content Wrapper */
.page-content {
  width: 100%;
  min-height: calc(100vh - (var(--header-height, 64px) + var(--smart-alerts-height, 0px) - 32px));
}

/* Transitions */
.page-enter-active,
.page-leave-active {
  transition: opacity 150ms ease, transform 150ms ease;
}
.page-enter-from {
  opacity: 0;
  transform: translateY(8px);
}
.page-leave-to {
  opacity: 0;
  transform: translateY(-8px);
}

/* Slide Transitions */
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  transition: opacity 200ms ease, transform 200ms ease;
}
.slide-left-enter-from { opacity: 0; transform: translateX(30px);
}
.slide-left-leave-to { opacity: 0; transform: translateX(-30px);
}
.slide-right-enter-from { opacity: 0; transform: translateX(-30px);
}
.slide-right-leave-to { opacity: 0; transform: translateX(30px);
}

.guest-footer[data-v-bc590844] {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 117, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #171819 0%, #101113 52%, #0b0c0e 100%);
  border-top: 1px solid rgba(94, 103, 121, 0.3);
  color: #d8dde6;
  box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.28);
}
.guest-footer[data-v-bc590844]::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  opacity: 0.7;
}
.footer-shell[data-v-bc590844] {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) clamp(16px, 3vw, 36px) clamp(18px, 3vw, 28px);
}
.footer-top[data-v-bc590844] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(26px, 4vw, 56px);
}
.footer-brand[data-v-bc590844] {
  max-width: 540px;
}
.brand-link[data-v-bc590844] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f0f2f5;
  text-decoration: none;
}
.brand-logo[data-v-bc590844] {
  width: 58px;
  height: 46px;
  display: grid;
  place-items: center;
}
.brand-logo-img[data-v-bc590844] {
  width: auto;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand-name[data-v-bc590844] {
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 950;
  letter-spacing: 0;
}
.brand-name span[data-v-bc590844] {
  color: #0075ff;
}
.brand-copy[data-v-bc590844] {
  max-width: 48rem;
  margin: 16px 0 0;
  color: #aeb4bf;
  font-size: 14px;
  line-height: 1.9;
}
.trust-strip[data-v-bc590844] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.trust-strip span[data-v-bc590844],
.footer-badges span[data-v-bc590844],
.payment-list span[data-v-bc590844] {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(94, 103, 121, 0.26);
  border-radius: 8px;
  background: rgba(46, 48, 53, 0.44);
  color: #d8dde6;
}
.trust-strip span[data-v-bc590844] {
  gap: 8px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 850;
}
.trust-strip svg[data-v-bc590844] {
  width: 17px;
  height: 17px;
  color: #22c55e;
}
.footer-nav[data-v-bc590844] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 14px;
}
.footer-group[data-v-bc590844] {
  min-width: 0;
}
.footer-group h5[data-v-bc590844],
.payment-title[data-v-bc590844],
.social-title[data-v-bc590844] {
  margin: 0 0 10px;
  color: #f0f2f5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}
.footer-group a[data-v-bc590844] {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 30px;
  color: #aeb4bf;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}
.footer-group a[data-v-bc590844]:hover,
.footer-group a[data-v-bc590844]:focus-visible {
  color: #ffffff;
  transform: translateX(-3px);
}
html.ltr,html.ltr {
  transform: translateX(3px);
}
.footer-middle[data-v-bc590844] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: clamp(24px, 4vw, 42px);
  padding: 18px 0;
  border-top: 1px solid rgba(94, 103, 121, 0.22);
  border-bottom: 1px solid rgba(94, 103, 121, 0.22);
}
.payment-line[data-v-bc590844],
.social-line[data-v-bc590844] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.payment-title[data-v-bc590844],
.social-title[data-v-bc590844] {
  margin: 0;
  color: #9ca3af;
}
.payment-list[data-v-bc590844] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.payment-list span[data-v-bc590844] {
  justify-content: center;
  min-width: 62px;
  padding: 6px 10px;
  color: #f0f2f5;
  font-size: 12px;
}
.social-line a[data-v-bc590844] {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 103, 121, 0.26);
  border-radius: 8px;
  color: #aeb4bf;
  background: rgba(46, 48, 53, 0.36);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.social-line a[data-v-bc590844]:hover,
.social-line a[data-v-bc590844]:focus-visible {
  color: #ffffff;
  border-color: rgba(0, 117, 255, 0.42);
  background: rgba(0, 117, 255, 0.16);
  transform: translateY(-2px);
}
.social-line svg[data-v-bc590844] {
  width: 18px;
  height: 18px;
}
.footer-bottom[data-v-bc590844] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 18px;
}
.footer-meta[data-v-bc590844] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: #8f98a8;
  font-size: 12px;
  font-weight: 650;
}
.footer-badges[data-v-bc590844] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-badges span[data-v-bc590844] {
  padding: 6px 10px;
  color: #aeb4bf;
  font-size: 11px;
  font-weight: 900;
}
@media (min-width: 760px) {
.footer-top[data-v-bc590844] {
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
    align-items: start;
}
.footer-nav[data-v-bc590844] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.footer-middle[data-v-bc590844],
  .footer-bottom[data-v-bc590844] {
    grid-template-columns: 1fr auto;
}
.footer-middle[data-v-bc590844] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom[data-v-bc590844] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}
@media (max-width: 520px) {
.footer-shell[data-v-bc590844] {
    padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
}
.footer-nav[data-v-bc590844] {
    grid-template-columns: 1fr 1fr;
}
.footer-group a[data-v-bc590844] {
    width: 100%;
}
.payment-line[data-v-bc590844],
  .social-line[data-v-bc590844] {
    align-items: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
.footer-group a[data-v-bc590844],
  .social-line a[data-v-bc590844] {
    transition: none;
}
.footer-group a[data-v-bc590844]:hover,
  .footer-group a[data-v-bc590844]:focus-visible,
  .social-line a[data-v-bc590844]:hover,
  .social-line a[data-v-bc590844]:focus-visible {
    transform: none;
}
}

.guest-bottom-nav[data-v-4ae987d0] {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  height: 68px;
  padding-bottom: env(safe-area-inset-bottom, 0);
  z-index: 1100;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: color-mix(in srgb, var(--bg-card) 76%, transparent);
  border-top: 1px solid var(--glass-border);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}
.nav-item[data-v-4ae987d0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  transition: color var(--transition-fast), transform var(--transition-fast);
  min-width: 0;
}
.nav-item[data-v-4ae987d0]:active {
  transform: translateY(1px);
}
.icon[data-v-4ae987d0] {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: color-mix(in srgb, var(--bg-secondary) 70%, transparent);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
}
.label[data-v-4ae987d0] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-item.active[data-v-4ae987d0] {
  color: var(--text-primary);
}
.nav-item.active .icon[data-v-4ae987d0] {
  border-color: color-mix(in srgb, var(--color-primary-500) 35%, var(--border-light));
  color: var(--color-primary-400);
}
.nav-item.cta .icon[data-v-4ae987d0] {
  background: color-mix(in srgb, var(--color-primary-500) 16%, transparent);
  border-color: color-mix(in srgb, var(--color-primary-500) 30%, var(--border-light));
  color: var(--color-primary-400);
}
@media (min-width: 768px) {
.guest-bottom-nav[data-v-4ae987d0] {
    display: none;
}
}

.guest-layout[data-v-d59c942f] {
  /* CRITICAL: Prevent rotation */
  transform: none !important;
  rotate: 0deg !important;
  --header-height: 58px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #141415;
  padding-top: var(--header-height, 64px);
  width: 100%;
  overflow-x: hidden;
}
.guest-layout.is-auth[data-v-d59c942f] {
  padding-top: 0;
  min-height: 100dvh;
}
.guest-layout.is-rtl[data-v-d59c942f] {
  direction: rtl;
}
.guest-layout.is-auth .guest-header[data-v-d59c942f] {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.guest-layout.is-auth .header-container[data-v-d59c942f] {
  max-width: min(1100px, 100%);
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}
.guest-layout.is-auth .guest-main[data-v-d59c942f] {
  padding: 0;
}

/* Header */
.guest-header[data-v-d59c942f] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  height: 58px !important;
  min-height: 58px !important;
  background:
    linear-gradient(180deg, rgba(20, 20, 21, 0.94), rgba(20, 20, 21, 0.84)),
    rgba(20, 20, 21, 0.9);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border-bottom: 1px solid rgba(94, 103, 121, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

/* Page Loading Bar (lightweight, glassy) */
.page-loading-bar[data-v-d59c942f] {
  position: fixed;
  top: var(--header-height, 60px);
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  z-index: 1000;
  overflow: hidden;
}
.page-loading-bar[data-v-d59c942f]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, var(--color-primary-500) 65%, white),
    color-mix(in srgb, var(--color-accent-cyan, #06b6d4) 70%, white),
    transparent
  );
  background-size: 200% 100%;
  animation: loading-shimmer-d59c942f 900ms ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(37, 99, 235, 0.35));
}
.page-loading-bar[data-v-d59c942f]::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
@keyframes loading-shimmer-d59c942f {
0% { background-position: 200% 0;
}
100% { background-position: -200% 0;
}
}
@media (prefers-reduced-motion: reduce) {
.page-loading-bar[data-v-d59c942f]::before { animation: none;
}
}
.header-container[data-v-d59c942f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(100%, 1440px);
  max-width: none;
  min-height: 58px;
  margin: 0 auto;
  padding: 7px clamp(12px, 2vw, 28px);
}

/* Logo */
.logo[data-v-d59c942f] {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}
.logo-icon[data-v-d59c942f] {
  width: 42px;
  height: 36px;
  border: 1px solid rgba(94, 103, 121, 0.3);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
}
.logo-accent[data-v-d59c942f] {
  color: #0075ff;
}
.logo-text[data-v-d59c942f] {
  font-size: 18px;
  font-weight: 950;
  color: #f0f2f5;
  letter-spacing: 0;
  white-space: nowrap;
}

/* Desktop Nav */
.desktop-nav[data-v-d59c942f] {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 4px;
  border: 1px solid rgba(94, 103, 121, 0.2);
  border-radius: 8px;
  background: rgba(46, 48, 53, 0.34);
}
.nav-link[data-v-d59c942f] {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 6px;
  color: #b3b6bd;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color var(--transition-fast), background var(--transition-fast);
}
.nav-link[data-v-d59c942f]:hover,
.nav-link.router-link-active[data-v-d59c942f] {
  color: #f0f2f5;
  background: rgba(0, 117, 255, 0.12);
}

/* Header Actions */
.header-actions[data-v-d59c942f] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-btn[data-v-d59c942f] {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 48, 53, 0.46);
  border: 1px solid rgba(94, 103, 121, 0.22);
  border-radius: 8px;
  color: #b3b6bd;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.icon-btn[data-v-d59c942f]:hover {
  background: rgba(0, 117, 255, 0.12);
  color: #f0f2f5;
  border-color: rgba(0, 117, 255, 0.34);
}

/* Buttons */
.btn[data-v-d59c942f] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 15px;
  font-weight: 900;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition-fast);
}
.btn-primary[data-v-d59c942f] {
  background: linear-gradient(135deg, #0075ff, #005fcc);
  color: white;
  box-shadow: 0 8px 20px rgba(0, 117, 255, 0.2);
}
.btn-primary[data-v-d59c942f]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 117, 255, 0.28);
}
.btn-ghost[data-v-d59c942f] {
  background: rgba(46, 48, 53, 0.36);
  color: #d8dde6;
  border-color: rgba(94, 103, 121, 0.24);
}
.btn-ghost[data-v-d59c942f]:hover {
  background: rgba(246, 175, 72, 0.08);
  color: #f0f2f5;
  border-color: rgba(246, 175, 72, 0.28);
}
.btn-secondary[data-v-d59c942f] {
  background: var(--bg-secondary);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
}
.btn-secondary[data-v-d59c942f]:hover {
  background: var(--bg-tertiary);
}
.btn-block[data-v-d59c942f] {
  width: 100%;
}

/* Mobile Menu */
.mobile-menu-overlay[data-v-d59c942f] {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(2, 8, 23, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: flex-end;
}
.mobile-menu-overlay.is-rtl[data-v-d59c942f] {
  justify-content: flex-start;
}
.mobile-menu[data-v-d59c942f] {
  width: min(320px, 85vw);
  height: 100%;
  background: rgba(20, 20, 21, 0.96);
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(94, 103, 121, 0.28);
  box-shadow: 0 20px 60px rgba(2, 8, 23, 0.55);
}
.mobile-menu-overlay.is-rtl .mobile-menu[data-v-d59c942f] {
  border-left: none;
  border-right: 1px solid var(--border-light);
}
.menu-header[data-v-d59c942f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4);
  border-bottom: 1px solid var(--border-light);
}
.close-btn[data-v-d59c942f] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-secondary);
  border: none;
  border-radius: var(--radius-lg);
  color: var(--text-secondary);
  cursor: pointer;
}
.mobile-nav[data-v-d59c942f] {
  flex: 1;
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.nav-item[data-v-d59c942f] {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-xl);
  transition: all var(--transition-fast);
}
.nav-item[data-v-d59c942f]:hover,
.nav-item.router-link-active[data-v-d59c942f] {
  background: var(--bg-secondary);
  color: var(--color-primary-500);
}
.menu-footer[data-v-d59c942f] {
  padding: var(--space-4);
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

/* Menu Transition */
.menu-enter-active[data-v-d59c942f],
.menu-leave-active[data-v-d59c942f] {
  transition: all 0.3s ease;
}
.menu-enter-active .mobile-menu[data-v-d59c942f],
.menu-leave-active .mobile-menu[data-v-d59c942f] {
  transition: transform 0.3s ease;
}
.menu-enter-from[data-v-d59c942f],
.menu-leave-to[data-v-d59c942f] {
  opacity: 0;
}
.menu-enter-from .mobile-menu[data-v-d59c942f],
.menu-leave-to .mobile-menu[data-v-d59c942f] {
  transform: translateX(100%);
}
.menu-enter-from.mobile-menu-overlay.is-rtl .mobile-menu[data-v-d59c942f],
.menu-leave-to.mobile-menu-overlay.is-rtl .mobile-menu[data-v-d59c942f] {
  transform: translateX(-100%);
}

/* Main Content */
.guest-main[data-v-d59c942f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: calc(var(--bottom-nav-height, 64px) + env(safe-area-inset-bottom, 0px));
}
.guest-layout.is-home[data-v-d59c942f] {
  padding-top: 0 !important;
}
.guest-layout.is-home .guest-main[data-v-d59c942f] {
  padding-bottom: 0;
}
body.guest-home-body {
  padding-bottom: 0 !important;
}

/* Page Loading */
.page-loading[data-v-d59c942f] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.spinner[data-v-d59c942f] {
  width: 40px;
  height: 40px;
  border: 3px solid var(--border-light);
  border-top-color: var(--color-primary-500);
  border-radius: 50%;
  animation: spin-d59c942f 1s linear infinite;
}
@keyframes spin-d59c942f {
to { transform: rotate(360deg);
}
}

/* Page Transitions */
.page-enter-active[data-v-d59c942f],
.page-leave-active[data-v-d59c942f] {
  transition: all 0.3s ease;
}
.page-enter-from[data-v-d59c942f] {
  opacity: 0;
  transform: translateY(10px);
}
.page-leave-to[data-v-d59c942f] {
  opacity: 0;
}

.auth-layout-shell {
  /* CRITICAL: Prevent rotation */
  transform: none !important;
  rotate: 0deg !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #0a0e1a;
  color: #e0e0e0;
  overflow-x: hidden;
  position: relative;
  --auth-header-height: clamp(64px, 8vw, 84px);
  --auth-footer-height: clamp(54px, 7vw, 72px);
}
.auth-layout-shell.is-minimal {
  --auth-header-height: 0px;
  --auth-footer-height: 0px;
  display: block;
  min-height: 100dvh;
  background: transparent;
  overflow: hidden;
}
body.auth-minimal-body {
  padding: 0 !important;
  overflow: hidden !important;
}
.auth-layout-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.auth-layout-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 166, 255, 0.15) 0%, rgba(88, 166, 255, 0) 70%);
  animation: float 20s infinite ease-in-out;
}
.auth-layout-shape1 {
  width: 400px;
  height: 400px;
  top: 10%;
  left: 10%;
  animation-duration: 25s;
}
.auth-layout-shape2 {
  width: 300px;
  height: 300px;
  top: 50%;
  right: 5%;
  animation-duration: 30s;
  animation-delay: -5s;
  background: radial-gradient(circle, rgba(233, 30, 99, 0.1) 0%, rgba(233, 30, 99, 0) 70%);
}
.auth-layout-shape3 {
  width: 200px;
  height: 200px;
  bottom: 10%;
  left: 20%;
  animation-duration: 20s;
  animation-delay: -10s;
}
@keyframes float {
0% { transform: translate(0, 0) scale(1);
}
50% { transform: translate(10px, -20px) scale(1.1);
}
100% { transform: translate(0, 0) scale(1);
}
}
.auth-layout-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.auth-layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: var(--auth-header-height);
  padding: calc(10px + env(safe-area-inset-top, 0px)) 0 10px;
  background: rgba(10, 14, 26, 0.5);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.auth-layout-header .auth-layout-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.auth-layout-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.auth-layout-logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-inline-end: 10px;
}
.auth-layout-logo-img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.auth-layout-logo-text {
  font-size: 18px;
  font-weight: 700;
}
.auth-layout-logo-accent {
  color: #38bdf8;
}
.auth-layout-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.auth-layout-nav a {
  color: #a0aec0;
  text-decoration: none;
  transition: color 0.3s;
}
.auth-layout-nav a:hover,
.auth-layout-nav a.router-link-exact-active {
  color: #fff;
}
.auth-layout-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: calc(var(--auth-header-height) + 12px) 16px calc(var(--auth-footer-height) + 16px);
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}
.auth-layout-shell.is-minimal .auth-layout-main {
  padding: 0;
  display: block;
  min-height: 100dvh;
  width: 100%;
}
.auth-layout-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: var(--auth-footer-height);
  padding: 12px 0;
  font-size: 14px;
  color: #718096;
  background: rgba(10, 14, 26, 0.5);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 20;
}
.auth-layout-footer .auth-layout-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.auth-layout-footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.auth-layout-footer-links a {
  color: #718096;
  text-decoration: none;
  transition: color 0.3s;
}
.auth-layout-footer-links a:hover {
  color: #a0aec0;
}
.auth-swap-enter-active,
.auth-swap-leave-active {
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 0.78, 0.28, 1);
}
.auth-to-register .auth-swap-enter-active,
.auth-to-register .auth-swap-leave-active {
  transform-origin: left center;
}
.auth-to-login .auth-swap-enter-active,
.auth-to-login .auth-swap-leave-active {
  transform-origin: right center;
}
.auth-swap-enter-active::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.12) 49%, rgba(22,135,255,.1) 53%, transparent 66%);
  animation: auth-page-sheen 360ms ease-out;
}
.auth-layout-main {
  perspective: 1400px;
  transform-style: preserve-3d;
}
.auth-to-register .auth-swap-enter-from {
  opacity: 0;
  transform: translate3d(18px, 0, 0) rotateY(-7deg) scale(0.992);
}
.auth-to-register .auth-swap-leave-to {
  opacity: 0;
  transform: translate3d(-14px, 0, 0) rotateY(6deg) scale(0.994);
}
.auth-to-login .auth-swap-enter-from {
  opacity: 0;
  transform: translate3d(-18px, 0, 0) rotateY(7deg) scale(0.992);
}
.auth-to-login .auth-swap-leave-to {
  opacity: 0;
  transform: translate3d(14px, 0, 0) rotateY(-6deg) scale(0.994);
}
@keyframes auth-page-sheen {
0% { opacity: 0; transform: translate3d(-34%, 0, 0);
}
42% { opacity: .75;
}
100% { opacity: 0; transform: translate3d(34%, 0, 0);
}
}
@media (prefers-reduced-motion: reduce) {
.auth-swap-enter-active,
  .auth-swap-leave-active {
    transition: opacity 120ms ease;
}
.auth-swap-enter-from,
  .auth-swap-leave-to {
    transform: none;
}
.auth-swap-enter-active::after {
    animation: none;
}
}
@media (max-width: 640px) {
.auth-swap-enter-active,
  .auth-swap-leave-active {
    transition-duration: 170ms;
}
.auth-to-register .auth-swap-enter-from {
    transform: translate3d(12px, 0, 0) rotateY(-4deg);
}
.auth-to-register .auth-swap-leave-to {
    transform: translate3d(-10px, 0, 0) rotateY(3deg);
}
.auth-to-login .auth-swap-enter-from {
    transform: translate3d(-12px, 0, 0) rotateY(4deg);
}
.auth-to-login .auth-swap-leave-to {
    transform: translate3d(10px, 0, 0) rotateY(-3deg);
}
}
[dir="rtl"] .auth-layout-header .auth-layout-container {
  flex-direction: row-reverse;
}
[dir="rtl"] .auth-layout-logo-icon {
  margin-inline-end: 0;
  margin-inline-start: 10px;
}
@media (max-width: 768px) {
.auth-layout-header .auth-layout-container,
  .auth-layout-footer .auth-layout-container {
    flex-direction: column;
    align-items: flex-start;
}
.auth-layout-nav {
    width: 100%;
    gap: 12px;
}
.auth-layout-main {
    padding: calc(var(--auth-header-height) + 12px) 14px calc(var(--auth-footer-height) + 14px);
}
.auth-layout-shell.is-minimal .auth-layout-main {
    padding: 0;
}
.auth-layout-footer-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.auth-layout-footer-links a {
    margin-left: 0;
}
}

/* Auth product surface: one 1win-dark system for login/register/recovery/reset. */
body.auth-minimal-body .auth-shell {
  --auth-accent: #19e36f;
  --auth-accent-2: #e7ff3c;
  --auth-accent-3: #00d4ff;
  --auth-ink: #f7fff9;
  --auth-muted: rgba(231, 255, 240, 0.68);
  --auth-panel: rgba(8, 15, 18, 0.88);
  --auth-card: rgba(9, 17, 18, 0.94);
  width: 100% !important;
  min-height: 100dvh !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  overflow: hidden !important;
  color: var(--auth-ink) !important;
  background:
    radial-gradient(circle at 16% 10%, color-mix(in srgb, var(--auth-accent) 20%, transparent), transparent 30%),
    radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--auth-accent-2) 16%, transparent), transparent 28%),
    radial-gradient(circle at 74% 86%, color-mix(in srgb, var(--auth-accent-3) 12%, transparent), transparent 32%),
    linear-gradient(135deg, #020506 0%, #071111 45%, #090d12 100%) !important;
}
body.auth-minimal-body .auth-mode-register {
  --auth-accent: #ffd84a;
  --auth-accent-2: #20f1a4;
  --auth-accent-3: #ff8a2a;
}
body.auth-minimal-body .auth-mode-forgot {
  --auth-accent: #1ddcff;
  --auth-accent-2: #72ffcf;
  --auth-accent-3: #7aa6ff;
}
body.auth-minimal-body .auth-mode-reset {
  --auth-accent: #b986ff;
  --auth-accent-2: #28f0c7;
  --auth-accent-3: #ff5fa2;
}
body.auth-minimal-body .auth-shell::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  opacity: 0.8 !important;
  background:
    linear-gradient(115deg, transparent 0 28%, color-mix(in srgb, var(--auth-accent) 10%, transparent) 42%, transparent 58% 100%),
    radial-gradient(1px 1px at 18% 24%, rgba(255, 255, 255, 0.85), transparent 70%),
    radial-gradient(1px 1px at 74% 16%, color-mix(in srgb, var(--auth-accent) 82%, white), transparent 70%),
    radial-gradient(1px 1px at 88% 62%, rgba(255, 255, 255, 0.72), transparent 70%) !important;
  background-size: auto, 440px 440px, 440px 440px, 440px 440px !important;
  animation: auth-neon-drift 18s linear infinite !important;
}
body.auth-minimal-body .auth-panel,
body.auth-minimal-body .login-panel,
body.auth-minimal-body .register-panel {
  position: relative !important;
  z-index: 1 !important;
  width: min(1120px, 100%) !important;
  min-height: min(690px, calc(100dvh - 36px)) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.82fr) !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  background: color-mix(in srgb, var(--auth-panel) 92%, transparent) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.46) !important;
}
body.auth-minimal-body .login-visual,
body.auth-minimal-body .register-visual {
  min-height: 100% !important;
  display: grid !important;
  align-content: space-between !important;
  gap: 24px !important;
  padding: clamp(24px, 4vw, 44px) !important;
}
body.auth-minimal-body .visual-bg {
  background:
    radial-gradient(circle at 54% 48%, color-mix(in srgb, var(--auth-accent) 30%, transparent), transparent 12%),
    radial-gradient(circle at 54% 48%, color-mix(in srgb, var(--auth-accent-2) 16%, transparent), transparent 36%),
    linear-gradient(135deg, rgba(2, 5, 6, 0.98), rgba(6, 17, 19, 0.82)) !important;
}
body.auth-minimal-body .galaxy-core {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 4%, var(--auth-accent) 12%, color-mix(in srgb, var(--auth-accent) 22%, transparent) 36%, transparent 66%) !important;
}
body.auth-minimal-body .galaxy-ring {
  border-color: color-mix(in srgb, var(--auth-accent) 46%, transparent) !important;
}
body.auth-minimal-body .comet {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--auth-accent-2) 92%, white), transparent) !important;
}
body.auth-minimal-body .visual-brand {
  color: #fff !important;
  font-weight: 950 !important;
}
body.auth-minimal-body .visual-brand img {
  width: 42px !important;
  height: 42px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
body.auth-minimal-body .eyebrow,
body.auth-minimal-body .form-kicker {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 7px 10px !important;
  border: 1px solid color-mix(in srgb, var(--auth-accent) 38%, transparent) !important;
  border-radius: 8px !important;
  color: color-mix(in srgb, var(--auth-accent) 74%, white) !important;
  background: color-mix(in srgb, var(--auth-accent) 13%, transparent) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}
body.auth-minimal-body .visual-copy h1 {
  max-width: 650px !important;
  margin: 16px 0 0 !important;
  color: #fff !important;
  font-size: clamp(38px, 5.2vw, 70px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}
body.auth-minimal-body .visual-copy p,
body.auth-minimal-body .auth-intro p {
  color: var(--auth-muted) !important;
}
body.auth-minimal-body .visual-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
body.auth-minimal-body .visual-stats div {
  min-height: 78px !important;
  display: grid !important;
  align-content: center !important;
  gap: 5px !important;
  padding: 12px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  background: rgba(3, 7, 8, 0.58) !important;
}
body.auth-minimal-body .visual-stats strong,
body.auth-minimal-body .link {
  color: var(--auth-accent-2) !important;
}
body.auth-minimal-body .auth-card {
  width: 100% !important;
  min-height: 100% !important;
  display: grid !important;
  align-content: center !important;
  gap: 15px !important;
  padding: clamp(22px, 3.4vw, 36px) !important;
  border: 0 !important;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--auth-accent) 11%, transparent), transparent 30%),
    linear-gradient(150deg, color-mix(in srgb, var(--auth-card) 96%, transparent), rgba(5, 8, 11, 0.94)) !important;
  box-shadow: none !important;
  transform: none !important;
}
body.auth-minimal-body .auth-intro h2 {
  margin: 10px 0 0 !important;
  color: #fff !important;
  font-size: clamp(29px, 3.3vw, 40px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}
body.auth-minimal-body .auth-form {
  display: grid !important;
  gap: 12px !important;
}
body.auth-minimal-body .grid-two {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 11px !important;
}
body.auth-minimal-body .input-group {
  display: grid !important;
  gap: 7px !important;
}
body.auth-minimal-body .input-group label,
body.auth-minimal-body .auth-row,
body.auth-minimal-body .remember-row,
body.auth-minimal-body .terms-row,
body.auth-minimal-body .auth-footnote {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: 13px !important;
}
body.auth-minimal-body .input-group input,
body.auth-minimal-body .password-wrap {
  min-height: 46px !important;
  width: 100% !important;
  padding: 12px 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.065) !important;
  font-size: 14px !important;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease !important;
}
body.auth-minimal-body .password-wrap {
  display: flex !important;
  align-items: center !important;
  padding: 0 8px 0 13px !important;
}
body.auth-minimal-body .password-wrap input {
  min-height: 44px !important;
  border: 0 !important;
  padding: 10px 0 !important;
  background: transparent !important;
}
body.auth-minimal-body .input-group input:focus,
body.auth-minimal-body .password-wrap:focus-within {
  outline: none !important;
  border-color: color-mix(in srgb, var(--auth-accent) 70%, white) !important;
  background: rgba(255, 255, 255, 0.095) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--auth-accent) 12%, transparent) !important;
}
body.auth-minimal-body .password-toggle {
  flex: 0 0 auto !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 7px 9px !important;
  color: color-mix(in srgb, var(--auth-accent) 70%, white) !important;
  background: color-mix(in srgb, var(--auth-accent) 12%, transparent) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}
body.auth-minimal-body .security-strip span,
body.auth-minimal-body .captcha-wrap {
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
body.auth-minimal-body .btn-submit {
  height: 48px !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #03100b !important;
  background: linear-gradient(135deg, var(--auth-accent), var(--auth-accent-2) 66%, var(--auth-accent-3)) !important;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--auth-accent) 16%, transparent) !important;
  font-size: 15px !important;
  font-weight: 1000 !important;
  transition: transform 160ms ease, filter 160ms ease !important;
}
body.auth-minimal-body .btn-submit:not(:disabled):hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.04) !important;
}
body.auth-minimal-body .checkbox {
  accent-color: var(--auth-accent) !important;
}
body.auth-minimal-body .strength-text.is-weak {
  color: #ff9b9b !important;
}
body.auth-minimal-body .strength-text.is-medium {
  color: #ffe08a !important;
}
body.auth-minimal-body .strength-text.is-strong {
  color: #7dffb2 !important;
}
@keyframes auth-neon-drift {
0% { background-position: -16% 0, 0 0, 0 0, 0 0;
}
100% { background-position: 116% 0, -90px -120px, 120px -80px, -80px 120px;
}
}
@media (max-width: 920px) {
body.auth-minimal-body .auth-shell {
    padding: 10px !important;
}
body.auth-minimal-body .auth-panel,
  body.auth-minimal-body .login-panel,
  body.auth-minimal-body .register-panel {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
}
body.auth-minimal-body .login-visual,
  body.auth-minimal-body .register-visual {
    min-height: 260px !important;
}
body.auth-minimal-body .auth-card {
    min-height: auto !important;
    border-inline-start: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.11) !important;
}
}
@media (max-width: 620px) {
body.auth-minimal-body .auth-shell {
    height: 100dvh !important;
    min-height: 100dvh !important;
    padding: 0 !important;
}
body.auth-minimal-body .auth-shell::before,
  body.auth-minimal-body .visual-bg::before,
  body.auth-minimal-body .galaxy-core,
  body.auth-minimal-body .galaxy-ring,
  body.auth-minimal-body .comet {
    animation: none !important;
}
body.auth-minimal-body .auth-panel,
  body.auth-minimal-body .login-panel,
  body.auth-minimal-body .register-panel {
    height: 100dvh !important;
    min-height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
body.auth-minimal-body .login-visual,
  body.auth-minimal-body .register-visual,
  body.auth-minimal-body .visual-stats,
  body.auth-minimal-body .security-strip {
    display: none !important;
}
body.auth-minimal-body .auth-card {
    height: 100dvh !important;
    min-height: 100dvh !important;
    align-content: center !important;
    gap: 7px !important;
    padding: calc(8px + env(safe-area-inset-top, 0px)) 12px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    overflow: hidden !important;
    border: 0 !important;
}
body.auth-minimal-body .auth-heading-row {
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 0 !important;
}
body.auth-minimal-body .form-kicker {
    padding: 5px 8px !important;
    font-size: 10.5px !important;
}
body.auth-minimal-body .auth-intro h2 {
    margin-top: 6px !important;
    font-size: 22px !important;
}
body.auth-minimal-body .auth-intro p {
    margin-top: 4px !important;
    font-size: 11px !important;
    line-height: 1.42 !important;
}
body.auth-minimal-body .auth-form {
    gap: 6px !important;
}
body.auth-minimal-body .grid-two {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
}
body.auth-minimal-body .input-group {
    gap: 3px !important;
}
body.auth-minimal-body .input-group label,
  body.auth-minimal-body .auth-row,
  body.auth-minimal-body .remember-row,
  body.auth-minimal-body .terms-row,
  body.auth-minimal-body .auth-footnote {
    font-size: 10.5px !important;
}
body.auth-minimal-body .input-group input,
  body.auth-minimal-body .password-wrap {
    min-height: 36px !important;
    padding: 8px 9px !important;
    font-size: 12.5px !important;
}
body.auth-minimal-body .password-wrap {
    padding: 0 7px 0 9px !important;
}
body.auth-minimal-body .password-wrap input {
    min-height: 34px !important;
    padding: 7px 0 !important;
}
body.auth-minimal-body .password-toggle {
    padding: 5px 7px !important;
    font-size: 10.5px !important;
}
body.auth-minimal-body .captcha-wrap {
    padding: 5px 7px !important;
    gap: 3px !important;
}
body.auth-minimal-body .btn-submit {
    height: 39px !important;
    font-size: 12.5px !important;
}
body.auth-minimal-body .error-banner,
  body.auth-minimal-body .success-banner {
    padding: 7px 9px !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
}
}
@media (max-width: 380px) {
body.auth-minimal-body .auth-card {
    padding-inline: 9px !important;
    gap: 5px !important;
}
body.auth-minimal-body .auth-intro p {
    display: none !important;
}
body.auth-minimal-body .auth-intro h2 {
    font-size: 20px !important;
}
}
@media (prefers-reduced-motion: reduce) {
body.auth-minimal-body .auth-shell::before {
    animation: none !important;
}
}
/* Unified theme bridge: mirrors tokens from resources/css/app.css */
/* Binance Design System */
[data-v-3f2faa1a]:root {
  --bg-primary: var(--color-background);
  --bg-secondary: var(--color-surface);
  --bg-tertiary: var(--color-surface-strong);
  --bg-card: var(--bg-secondary);
  --bg-card-hover: var(--color-surface-strong);
  --bg-overlay: rgba(11, 14, 17, 0.85);

  --text-primary: var(--color-text-primary);
  --text-secondary: var(--color-text-secondary);
  --text-muted: var(--color-text-muted);
  --text-tertiary: var(--color-text-muted);
  --text-inverse: #0B0E11;
  --text-disabled: color-mix(in srgb, var(--color-text-muted) 70%, var(--color-background) 30%);
  --text-error: var(--error);

  --border-light: var(--border-primary);
  --border-medium: var(--border-secondary);
  --border-dark: var(--border-secondary);

  --color-primary-50: var(--primary-50);
  --color-primary-100: var(--primary-100);
  --color-primary-200: var(--primary-200);
  --color-primary-300: var(--primary-300);
  --color-primary-400: var(--primary-400);
  --color-primary-500: var(--primary-500);
  --color-primary-600: var(--primary-600);
  --color-primary-700: var(--primary-700);
  --color-primary-800: var(--primary-800);
  --color-primary-900: var(--primary-900);

  --color-success: var(--success);
  --color-warning: var(--warning);
  --color-error: var(--error);
  --color-info: var(--info);
  --color-success-500: var(--success);
  --color-warning-500: var(--warning);
  --color-error-500: var(--error);
  --color-info-500: var(--info);

  --status-success: var(--success);
  --status-success-bg: color-mix(in srgb, var(--success) 12%, transparent 88%);
  --status-warning: var(--warning);
  --status-warning-bg: color-mix(in srgb, var(--warning) 12%, transparent 88%);
  --status-error: var(--error);
  --status-error-bg: color-mix(in srgb, var(--error) 12%, transparent 88%);
  --status-info: var(--info);
  --status-info-bg: color-mix(in srgb, var(--info) 12%, transparent 88%);

  --brand-primary: var(--primary);
  --brand-primary-hover: var(--primary-600);
  --brand-primary-active: var(--primary-700);

  --brand-secondary: var(--secondary);
  --brand-secondary-hover: var(--secondary-400);
  --brand-secondary-active: var(--secondary-600);

  --interactive-primary: var(--primary);
  --interactive-primary-hover: var(--primary-600);
  --interactive-primary-active: var(--primary-700);

  --interactive-secondary: var(--secondary);
  --interactive-secondary-hover: var(--secondary-400);
  --interactive-secondary-active: var(--secondary-600);

  --interactive-danger: var(--error);
  --interactive-danger-hover: color-mix(in srgb, var(--error) 85%, #3b1016 15%);
  --interactive-danger-active: color-mix(in srgb, var(--error) 90%, #20060b 10%);

  --shadow-sm: var(--glass-shadow-soft);
  --shadow-md: var(--glass-shadow);
  --shadow-lg: 0 18px 40px rgba(11, 14, 17, 0.35);
  --shadow-xl: 0 28px 60px rgba(11, 14, 17, 0.42);
  --shadow-inner: inset 0 2px 4px color-mix(in srgb, var(--color-text-primary) 10%, transparent 90%);
}
[data-theme][data-v-3f2faa1a] {
  /* Theme-specific values are defined globally in resources/css/app.css */
}
/* Light theme overrides for specific tokens */
[data-theme="light"][data-v-3f2faa1a],
[data-theme="binance-light"][data-v-3f2faa1a] {
  --text-inverse: #FFFFFF;
  --bg-overlay: rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 28px 60px rgba(0, 0, 0, 0.15);
}
[data-v-3f2faa1a]:root {
  --admin-surface: var(--bg-primary);
  --admin-surface-elevated: var(--bg-secondary);
  --admin-surface-card: var(--bg-card);

  --admin-text-primary: var(--text-primary);
  --admin-text-secondary: var(--text-secondary);
  --admin-text-muted: var(--text-muted);

  --admin-border: var(--border-primary);
  --admin-border-strong: var(--border-secondary);

  --admin-accent: var(--primary-500);
  --admin-accent-contrast: var(--primary-700);

  /* Spacing tokens */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;

  /* Radius tokens */
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-2xl: 20px;
  --radius-3xl: 24px;
  --radius-full: 9999px;

  /* Font weight tokens */
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  /* Font size tokens */
  --text-xs: 11px;
  --text-sm: 13px;
  --text-base: 14px;
  --text-lg: 16px;
  --text-xl: 18px;
  --text-2xl: 22px;
  --text-3xl: 28px;
  --text-4xl: 36px;

  /* Transition tokens */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s ease;
  --transition-slow: 0.35s ease;

  /* Z-index tokens */
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal-backdrop: 300;
  --z-modal: 400;
  --z-tooltip: 500;
  --z-toast: 600;

  /* Admin specific shadows */
  --shadow-glow: 0 0 20px color-mix(in srgb, var(--color-primary-500) 10%, transparent 90%);
  --shadow-card: 0 2px 10px color-mix(in srgb, var(--color-text-primary) 6%, transparent 94%);
  --shadow-elevated: 0 8px 30px color-mix(in srgb, var(--color-text-primary) 10%, transparent 90%);

  /* Admin colors */
  --admin-bg-primary: var(--bg-primary);
  --admin-bg-secondary: var(--bg-secondary);
  --admin-bg-tertiary: var(--bg-tertiary);
  --admin-bg-card: var(--bg-card);
  --admin-text-primary: var(--text-primary);
  --admin-text-secondary: var(--text-secondary);
  --admin-text-tertiary: var(--text-muted);
  --admin-border-primary: var(--border-light);
  --admin-border-secondary: var(--border-primary);
  --admin-interactive-primary: var(--color-primary-500);
}
/* CSS Variables */
.admin-pro[data-v-3f2faa1a] {
  --sidebar-width: 280px;
  --sidebar-collapsed-width: 80px;
  --topbar-height: 64px;
  --stats-bar-height: 80px;
  --bottom-nav-height: 70px;
  
  --primary: var(--color-primary-600);
  --primary-dark: var(--color-primary-700);
  --success: var(--color-success-500);
  --warning: var(--color-warning-500);
  --danger: var(--color-error-500);
  --info: var(--color-info-500);
  
  --border-color: var(--border-medium);
  --text-muted: var(--text-tertiary);
  
  min-height: 100vh;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Vazirmatn', 'Segoe UI', sans-serif;
}
/* Sidebar */
.admin-sidebar[data-v-3f2faa1a] {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--sidebar-width);
  height: 100vh;
  background: var(--bg-secondary);
  border-left: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  z-index: 100;
  transition: all 0.3s ease;
  min-height: 0;
}
.admin-sidebar.collapsed[data-v-3f2faa1a] {
  width: var(--sidebar-collapsed-width);
}
.sidebar-header[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}
.logo[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.logo-icon[data-v-3f2faa1a] {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  overflow: hidden;
}
.logo-img[data-v-3f2faa1a] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-text[data-v-3f2faa1a] {
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary), #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.collapse-btn[data-v-3f2faa1a], .close-btn[data-v-3f2faa1a] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--bg-tertiary);
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.2s;
}
.collapse-btn[data-v-3f2faa1a]:hover, .close-btn[data-v-3f2faa1a]:hover {
  background: var(--primary);
  color: white;
}
/* Navigation */
.sidebar-nav[data-v-3f2faa1a] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 12px;
}
.nav-section[data-v-3f2faa1a] {
  margin-bottom: 24px;
}
.nav-section-title[data-v-3f2faa1a] {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 0 12px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.nav-item[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.2s;
  margin-bottom: 4px;
}
.nav-item[data-v-3f2faa1a]:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}
.nav-item.active[data-v-3f2faa1a] {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
}
.nav-icon[data-v-3f2faa1a] {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: var(--bg-tertiary);
  flex-shrink: 0;
}
.nav-icon.blue[data-v-3f2faa1a] { color: var(--info);
}
.nav-icon.green[data-v-3f2faa1a] { color: var(--success);
}
.nav-icon.orange[data-v-3f2faa1a] { color: var(--warning);
}
.nav-icon.red[data-v-3f2faa1a] { color: var(--danger);
}
.nav-icon.purple[data-v-3f2faa1a] { color: #a855f7;
}
.nav-icon.yellow[data-v-3f2faa1a] { color: #eab308;
}
.nav-icon.gray[data-v-3f2faa1a] { color: var(--text-muted);
}
.nav-item.active .nav-icon[data-v-3f2faa1a] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.nav-text[data-v-3f2faa1a] {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.nav-badge[data-v-3f2faa1a] {
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}
.nav-badge.success[data-v-3f2faa1a] { background: var(--success); color: white;
}
.nav-badge.warning[data-v-3f2faa1a] { background: var(--warning); color: black;
}
.nav-badge.danger[data-v-3f2faa1a] { background: var(--danger); color: white;
}
/* Sidebar Footer */
.sidebar-footer[data-v-3f2faa1a] {
  padding: 16px;
  border-top: 1px solid var(--border-color);
}
.user-profile[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: var(--bg-tertiary);
  cursor: pointer;
  transition: all 0.2s;
}
.user-profile[data-v-3f2faa1a]:hover {
  background: var(--border-color);
}
.user-avatar[data-v-3f2faa1a] {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), #a855f7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
.user-info[data-v-3f2faa1a] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.user-name[data-v-3f2faa1a] {
  font-weight: 600;
  font-size: 14px;
}
.user-role[data-v-3f2faa1a] {
  font-size: 12px;
  color: var(--text-muted);
}
.user-menu-icon[data-v-3f2faa1a] {
  transition: transform 0.2s;
}
.user-menu-icon.rotated[data-v-3f2faa1a] {
  transform: rotate(180deg);
}
.user-menu[data-v-3f2faa1a] {
  margin-top: 8px;
  background: var(--bg-tertiary);
  border-radius: 12px;
  overflow: hidden;
}
.menu-item[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: var(--text-secondary);
  text-decoration: none;
  border: none;
  width: 100%;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.menu-item[data-v-3f2faa1a]:hover {
  background: var(--border-color);
  color: var(--text-primary);
}
.menu-item.danger[data-v-3f2faa1a]:hover {
  background: var(--danger);
  color: white;
}
/* Main Content */
.admin-main[data-v-3f2faa1a] {
  margin-right: var(--sidebar-width);
  min-height: 100vh;
  transition: margin 0.3s ease;
}
.admin-pro.mobile .admin-main[data-v-3f2faa1a] {
  margin-right: 0;
}
.admin-sidebar.collapsed + .admin-main[data-v-3f2faa1a] {
  margin-right: var(--sidebar-collapsed-width);
}
/* Top Bar */
.top-bar[data-v-3f2faa1a] {
  position: sticky;
  top: 0;
  height: var(--topbar-height);
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  z-index: 50;
}
.top-bar-left[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-toggle[data-v-3f2faa1a] {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bg-tertiary);
  border: none;
  color: var(--text-primary);
  font-size: 18px;
  cursor: pointer;
}
.page-info[data-v-3f2faa1a] {
  display: flex;
  flex-direction: column;
}
.page-title[data-v-3f2faa1a] {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.breadcrumb[data-v-3f2faa1a] {
  font-size: 12px;
  color: var(--text-muted);
}
.breadcrumb a[data-v-3f2faa1a] {
  color: var(--primary);
  text-decoration: none;
}
.top-bar-right[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.search-box[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-tertiary);
  border-radius: 12px;
  padding: 10px 16px;
}
.search-box input[data-v-3f2faa1a] {
  background: transparent;
  border: none;
  color: var(--text-primary);
  outline: none;
  font-size: 14px;
  width: 200px;
}
.search-box i[data-v-3f2faa1a] {
  color: var(--text-muted);
}
.quick-actions[data-v-3f2faa1a] {
  display: flex;
  gap: 8px;
}
.action-btn[data-v-3f2faa1a] {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bg-tertiary);
  border: none;
  color: var(--text-secondary);
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.action-btn[data-v-3f2faa1a]:hover {
  background: var(--primary);
  color: white;
}
.action-btn .badge[data-v-3f2faa1a] {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--danger);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.action-btn.spinning i[data-v-3f2faa1a] {
  animation: spin-3f2faa1a 1s linear infinite;
}
@keyframes spin-3f2faa1a {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}
/* Notifications Panel */
.notifications-panel[data-v-3f2faa1a] {
  position: absolute;
  top: calc(var(--topbar-height) + 8px);
  left: 24px;
  width: 360px;
  background: var(--bg-secondary);
  border-radius: 16px;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.panel-header[data-v-3f2faa1a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--border-color);
}
.panel-header h3[data-v-3f2faa1a] {
  margin: 0;
  font-size: 16px;
}
.clear-btn[data-v-3f2faa1a] {
  background: transparent;
  border: none;
  color: var(--primary);
  font-size: 13px;
  cursor: pointer;
}
.panel-body[data-v-3f2faa1a] {
  max-height: 300px;
  overflow-y: auto;
}
.empty-state[data-v-3f2faa1a] {
  padding: 40px;
  text-align: center;
  color: var(--text-muted);
}
.empty-state i[data-v-3f2faa1a] {
  font-size: 32px;
  margin-bottom: 8px;
}
.notification-item[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-color);
  transition: background 0.2s;
}
.notification-item[data-v-3f2faa1a]:hover {
  background: var(--bg-tertiary);
}
.notification-item.warning i[data-v-3f2faa1a] { color: var(--warning);
}
.notification-item.info i[data-v-3f2faa1a] { color: var(--info);
}
.notification-item.success i[data-v-3f2faa1a] { color: var(--success);
}
.notif-content[data-v-3f2faa1a] {
  flex: 1;
}
.notif-title[data-v-3f2faa1a] {
  margin: 0;
  font-size: 14px;
}
.notif-time[data-v-3f2faa1a] {
  font-size: 12px;
  color: var(--text-muted);
}
/* Stats Bar */
.stats-bar[data-v-3f2faa1a] {
  display: flex;
  gap: 16px;
  padding: 16px 24px;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
  overflow-x: auto;
}
.stat-card[data-v-3f2faa1a] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: var(--bg-tertiary);
  border-radius: 12px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.stat-icon[data-v-3f2faa1a] {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.stat-icon.blue[data-v-3f2faa1a] { background: rgba(59, 130, 246, 0.2); color: var(--info);
}
.stat-icon.green[data-v-3f2faa1a] { background: rgba(16, 185, 129, 0.2); color: var(--success);
}
.stat-icon.purple[data-v-3f2faa1a] { background: rgba(168, 85, 247, 0.2); color: #a855f7;
}
.stat-icon.orange[data-v-3f2faa1a] { background: rgba(245, 158, 11, 0.2); color: var(--warning);
}
.stat-icon.red[data-v-3f2faa1a] { background: rgba(239, 68, 68, 0.2); color: var(--danger);
}
.stat-info[data-v-3f2faa1a] {
  display: flex;
  flex-direction: column;
}
.stat-value[data-v-3f2faa1a] {
  font-size: 20px;
  font-weight: 700;
}
.stat-label[data-v-3f2faa1a] {
  font-size: 12px;
  color: var(--text-muted);
}
/* Page Content */
.page-content[data-v-3f2faa1a] {
  padding: 24px;
  min-height: calc(100vh - var(--topbar-height) - var(--stats-bar-height));
}
/* Mobile Styles */
.admin-pro.mobile .admin-sidebar[data-v-3f2faa1a] {
  transform: translateX(100%);
  width: min(88vw, 340px);
}
.admin-pro.mobile.sidebar-open .admin-sidebar[data-v-3f2faa1a] {
  transform: translateX(0);
}
.mobile-overlay[data-v-3f2faa1a] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  backdrop-filter: blur(2px);
}
.mobile-quick-stats[data-v-3f2faa1a] {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  background: var(--bg-tertiary);
  margin: 12px;
  border-radius: 12px;
}
.mobile-quick-stats .stat-item[data-v-3f2faa1a] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
.mobile-quick-stats .stat-item i[data-v-3f2faa1a] {
  font-size: 16px;
  color: var(--text-muted);
}
.mobile-quick-stats .stat-item.success i[data-v-3f2faa1a] { color: var(--success);
}
.mobile-quick-stats .stat-item.warning i[data-v-3f2faa1a] { color: var(--warning);
}
/* Mobile Bottom Navigation */
.mobile-bottom-nav[data-v-3f2faa1a] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--bottom-nav-height);
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 8px;
  z-index: 90;
}
.bottom-nav-item[data-v-3f2faa1a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 11px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.bottom-nav-item i[data-v-3f2faa1a] {
  font-size: 20px;
}
.bottom-nav-item.active[data-v-3f2faa1a] {
  color: var(--primary);
}
.bottom-nav-fab[data-v-3f2faa1a] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  margin-top: -20px;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}
/* Quick Actions Modal */
.quick-actions-modal[data-v-3f2faa1a] {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-end;
}
.quick-actions-modal .modal-overlay[data-v-3f2faa1a] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.quick-actions-modal .modal-content[data-v-3f2faa1a] {
  position: relative;
  width: 100%;
  background: var(--bg-secondary);
  border-radius: 24px 24px 0 0;
  padding: 24px;
  padding-bottom: calc(24px + var(--bottom-nav-height));
}
.quick-actions-modal .modal-header[data-v-3f2faa1a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.quick-actions-modal .modal-header h3[data-v-3f2faa1a] {
  margin: 0;
  font-size: 18px;
}
.quick-actions-modal .modal-header button[data-v-3f2faa1a] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--bg-tertiary);
  border: none;
  color: var(--text-primary);
  cursor: pointer;
}
.action-grid[data-v-3f2faa1a] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.action-item[data-v-3f2faa1a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: var(--bg-tertiary);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.2s;
}
.action-item[data-v-3f2faa1a]:hover {
  transform: translateY(-2px);
  background: var(--border-color);
}
.action-icon[data-v-3f2faa1a] {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.action-icon.orange[data-v-3f2faa1a] { background: rgba(245, 158, 11, 0.2); color: var(--warning);
}
.action-icon.green[data-v-3f2faa1a] { background: rgba(16, 185, 129, 0.2); color: var(--success);
}
.action-icon.blue[data-v-3f2faa1a] { background: rgba(59, 130, 246, 0.2); color: var(--info);
}
.action-icon.purple[data-v-3f2faa1a] { background: rgba(168, 85, 247, 0.2); color: #a855f7;
}
.action-icon.red[data-v-3f2faa1a] { background: rgba(239, 68, 68, 0.2); color: var(--danger);
}
.action-icon.gray[data-v-3f2faa1a] { background: rgba(100, 116, 139, 0.2); color: var(--text-muted);
}
.action-item span[data-v-3f2faa1a] {
  font-size: 13px;
  font-weight: 500;
}
/* AI Assistant */
.ai-assistant[data-v-3f2faa1a] {
  position: fixed;
  bottom: 90px;
  left: 24px;
  /* keep under the dedicated assistant component z-index */
  z-index: 12000;
}
.admin-pro:not(.mobile) .ai-assistant[data-v-3f2faa1a] {
  bottom: 24px;
}
.ai-toggle[data-v-3f2faa1a] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--success), #059669);
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
  transition: transform 0.2s;
}
.ai-toggle[data-v-3f2faa1a]:hover {
  transform: scale(1.1);
}
.ai-chat-panel[data-v-3f2faa1a] {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 320px;
  background: var(--bg-secondary);
  border-radius: 16px;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.ai-header[data-v-3f2faa1a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, var(--success), #059669);
  color: white;
}
.ai-header button[data-v-3f2faa1a] {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
.ai-messages[data-v-3f2faa1a] {
  height: 250px;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ai-message[data-v-3f2faa1a] {
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 85%;
  font-size: 14px;
  line-height: 1.5;
}
.ai-message.user[data-v-3f2faa1a] {
  background: var(--primary);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.ai-message.assistant[data-v-3f2faa1a] {
  background: var(--bg-tertiary);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.ai-input[data-v-3f2faa1a] {
  display: flex;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid var(--border-color);
}
.ai-input input[data-v-3f2faa1a] {
  flex: 1;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--bg-tertiary);
  border: none;
  color: var(--text-primary);
  outline: none;
  font-size: 14px;
}
.ai-input button[data-v-3f2faa1a] {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--success);
  border: none;
  color: white;
  cursor: pointer;
}
/* Transitions */
.fade-enter-active[data-v-3f2faa1a],
.fade-leave-active[data-v-3f2faa1a] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-3f2faa1a],
.fade-leave-to[data-v-3f2faa1a] {
  opacity: 0;
}
.slide-enter-active[data-v-3f2faa1a],
.slide-leave-active[data-v-3f2faa1a] {
  transition: all 0.3s ease;
}
.slide-enter-from[data-v-3f2faa1a],
.slide-leave-to[data-v-3f2faa1a] {
  opacity: 0;
  transform: translateX(20px);
}
.slide-up-enter-active[data-v-3f2faa1a],
.slide-up-leave-active[data-v-3f2faa1a] {
  transition: all 0.3s ease;
}
.slide-up-enter-from[data-v-3f2faa1a],
.slide-up-leave-to[data-v-3f2faa1a] {
  opacity: 0;
  transform: translateY(20px);
}
.slide-down-enter-active[data-v-3f2faa1a],
.slide-down-leave-active[data-v-3f2faa1a] {
  transition: all 0.3s ease;
}
.slide-down-enter-from[data-v-3f2faa1a],
.slide-down-leave-to[data-v-3f2faa1a] {
  opacity: 0;
  transform: translateY(-20px);
}
.scale-enter-active[data-v-3f2faa1a],
.scale-leave-active[data-v-3f2faa1a] {
  transition: all 0.3s ease;
}
.scale-enter-from[data-v-3f2faa1a],
.scale-leave-to[data-v-3f2faa1a] {
  opacity: 0;
  transform: scale(0.9);
}
.page-enter-active[data-v-3f2faa1a],
.page-leave-active[data-v-3f2faa1a] {
  transition: all 0.2s ease;
}
.page-enter-from[data-v-3f2faa1a] {
  opacity: 0;
  transform: translateY(10px);
}
.page-leave-to[data-v-3f2faa1a] {
  opacity: 0;
  transform: translateY(-10px);
}
/* Mobile adjustments for page content */
.admin-pro.mobile .page-content[data-v-3f2faa1a] {
  padding: 16px;
  padding-bottom: calc(16px + var(--bottom-nav-height));
}
.admin-pro.mobile .top-bar[data-v-3f2faa1a] {
  padding: 0 16px;
}
.admin-pro.mobile .page-title[data-v-3f2faa1a] {
  font-size: 18px;
}
/* Scrollbar */
[data-v-3f2faa1a]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
[data-v-3f2faa1a]::-webkit-scrollbar-track {
  background: var(--bg-primary);
}
[data-v-3f2faa1a]::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 3px;
}
[data-v-3f2faa1a]::-webkit-scrollbar-thumb:hover {
  background: var(--text-muted);
}

.header-app[data-v-d080a60e] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 68px !important;
  z-index: 99999 !important;
  background: linear-gradient(135deg, var(--bg-primary), var(--bg-card)) !important;
  border-bottom: 1px solid var(--border-strong) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28) !important;
  transform: none !important;
  -webkit-transform: none !important;
  rotate: 0deg !important;
  writing-mode: horizontal-tb !important;
}
.solid-shell[data-v-d080a60e] {
  background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary)) !important;
}
.header-app.is-rtl .header-left[data-v-d080a60e],
.header-app.is-rtl .header-right[data-v-d080a60e] {
  flex-direction: row-reverse;
  gap: 12px;
}
.header-app.is-rtl .header-left[data-v-d080a60e] > *,
.header-app.is-rtl .header-right[data-v-d080a60e] > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.header-app.is-rtl .theme-toggle[data-v-d080a60e],
.header-app.is-rtl .profile-trigger[data-v-d080a60e] {
  flex-direction: row-reverse;
}
.header-app .lang-switch[data-v-d080a60e] {
  display: inline-flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  background: var(--bg-secondary);
}
.header-app.is-rtl .mobile-link[data-v-d080a60e] {
  flex-direction: row-reverse;
}
.header-app.is-rtl .mobile-link .mr-3[data-v-d080a60e] {
  margin-right: 0 !important;
  margin-left: 0.75rem !important;
}
.mobile-panel[data-v-d080a60e] {
  left: 0;
}

/* Smooth transitions for mobile menu */
.fixed[data-v-d080a60e] {
  transition: transform 0.3s ease-out;
}

/* Improve touch targets on mobile */
@media (max-width: 640px) {
button[data-v-d080a60e], a[data-v-d080a60e] {
    min-height: 44px;
    min-width: 44px;
}
.header-app .container[data-v-d080a60e] {
    padding-left: 12px;
    padding-right: 12px;
}
.header-app .text-lg[data-v-d080a60e] {
    font-size: 0.95rem;
}
}

/* Dark mode adjustments */
body.dark-theme .header-app[data-v-d080a60e] {
  background: linear-gradient(135deg, var(--bg-primary), var(--bg-card)) !important;
  border-color: var(--border-primary) !important;
}
body.dark-theme .bg-surface-elevated[data-v-d080a60e] {
  background-color: var(--bg-secondary);
}
body.dark-theme .bg-bg-tertiary[data-v-d080a60e] {
  background-color: var(--bg-tertiary);
}
.theme-toggle[data-v-d080a60e] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  background: var(--bg-secondary);
  color: var(--text-primary);
  transition: all var(--transition-fast);
  cursor: pointer;
  min-width: 130px;
}
.theme-toggle[data-v-d080a60e]:hover,
.theme-toggle.active[data-v-d080a60e] {
  border-color: var(--border-medium);
  box-shadow: var(--shadow-sm);
}
.theme-toggle .swatch[data-v-d080a60e] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--bg-primary);
  box-shadow: 0 0 0 1px var(--border-light);
}
.theme-name[data-v-d080a60e] {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
}
.theme-menu[data-v-d080a60e] {
  position: absolute;
  right: 0;
  margin-top: 6px;
  width: 180px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 6px;
  z-index: var(--z-dropdown, 100);
}
.theme-option[data-v-d080a60e] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: var(--radius-md);
  border: none;
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  transition: all var(--transition-fast);
}
.theme-option[data-v-d080a60e]:hover {
  background: var(--bg-tertiary);
}
.theme-option.selected[data-v-d080a60e] {
  outline: 2px solid var(--color-primary-500);
  background: var(--bg-tertiary);
}
.theme-option .swatch[data-v-d080a60e] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--bg-primary);
  box-shadow: 0 0 0 1px var(--border-light);
}
.theme-option-label[data-v-d080a60e] {
  font-size: var(--text-sm);
}
.header-app .w-8 img[data-v-d080a60e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
/* ═══════════════════════════════════════════════════════════════════════════
   CASINO PRO - DESIGN SYSTEM INDEX
   Import all design system styles
   ═══════════════════════════════════════════════════════════════════════════ */

/* Unified theme bridge: mirrors tokens from resources/css/app.css */

/* Binance Design System */

:root {
  --bg-primary: var(--color-background);
  --bg-secondary: var(--color-surface);
  --bg-tertiary: var(--color-surface-strong);
  --bg-card: var(--bg-secondary);
  --bg-card-hover: var(--color-surface-strong);
  --bg-overlay: rgba(11, 14, 17, 0.85);

  --text-primary: var(--color-text-primary);
  --text-secondary: var(--color-text-secondary);
  --text-muted: var(--color-text-muted);
  --text-tertiary: var(--color-text-muted);
  --text-inverse: #0B0E11;
  --text-disabled: color-mix(in srgb, var(--color-text-muted) 70%, var(--color-background) 30%);
  --text-error: var(--error);

  --border-light: var(--border-primary);
  --border-medium: var(--border-secondary);
  --border-dark: var(--border-secondary);

  --color-primary-50: var(--primary-50);
  --color-primary-100: var(--primary-100);
  --color-primary-200: var(--primary-200);
  --color-primary-300: var(--primary-300);
  --color-primary-400: var(--primary-400);
  --color-primary-500: var(--primary-500);
  --color-primary-600: var(--primary-600);
  --color-primary-700: var(--primary-700);
  --color-primary-800: var(--primary-800);
  --color-primary-900: var(--primary-900);

  --color-success: var(--success);
  --color-warning: var(--warning);
  --color-error: var(--error);
  --color-info: var(--info);
  --color-success-500: var(--success);
  --color-warning-500: var(--warning);
  --color-error-500: var(--error);
  --color-info-500: var(--info);

  --status-success: var(--success);
  --status-success-bg: color-mix(in srgb, var(--success) 12%, transparent 88%);
  --status-warning: var(--warning);
  --status-warning-bg: color-mix(in srgb, var(--warning) 12%, transparent 88%);
  --status-error: var(--error);
  --status-error-bg: color-mix(in srgb, var(--error) 12%, transparent 88%);
  --status-info: var(--info);
  --status-info-bg: color-mix(in srgb, var(--info) 12%, transparent 88%);

  --brand-primary: var(--primary);
  --brand-primary-hover: var(--primary-600);
  --brand-primary-active: var(--primary-700);

  --brand-secondary: var(--secondary);
  --brand-secondary-hover: var(--secondary-400);
  --brand-secondary-active: var(--secondary-600);

  --interactive-primary: var(--primary);
  --interactive-primary-hover: var(--primary-600);
  --interactive-primary-active: var(--primary-700);

  --interactive-secondary: var(--secondary);
  --interactive-secondary-hover: var(--secondary-400);
  --interactive-secondary-active: var(--secondary-600);

  --interactive-danger: var(--error);
  --interactive-danger-hover: color-mix(in srgb, var(--error) 85%, #3b1016 15%);
  --interactive-danger-active: color-mix(in srgb, var(--error) 90%, #20060b 10%);

  --shadow-sm: var(--glass-shadow-soft);
  --shadow-md: var(--glass-shadow);
  --shadow-lg: 0 18px 40px rgba(11, 14, 17, 0.35);
  --shadow-xl: 0 28px 60px rgba(11, 14, 17, 0.42);
  --shadow-inner: inset 0 2px 4px color-mix(in srgb, var(--color-text-primary) 10%, transparent 90%);
}

[data-theme] {
  /* Theme-specific values are defined globally in resources/css/app.css */
}

/* Light theme overrides for specific tokens */

[data-theme="light"],
[data-theme="binance-light"] {
  --text-inverse: #FFFFFF;
  --bg-overlay: rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 18px 40px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 28px 60px rgba(0, 0, 0, 0.15);
}

/* ═══════════════════════════════════════════════════════════════════════════
   CASINO PRO - BASE STYLES
   Global resets and foundational styles
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
  /* Ensure UA uses :root values for direction/writing mode (per spec warning) */
  --app-direction: ltr;
  direction: var(--app-direction);
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

/* ─────────────────────────────────────────────────────────────────────────
   RESET & BOX MODEL
   ───────────────────────────────────────────────────────────────────────── */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}

/* ─────────────────────────────────────────────────────────────────────────
   TYPOGRAPHY
   ───────────────────────────────────────────────────────────────────────── */

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  color: var(--text-primary);
}

h1 { font-size: var(--text-4xl); }

h2 { font-size: var(--text-3xl); }

h3 { font-size: var(--text-2xl); }

h4 { font-size: var(--text-xl); }

h5 { font-size: var(--text-lg); }

h6 { font-size: var(--text-base); }

p {
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
}

a {
  color: var(--color-primary-500);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-primary-600);
}

/* ─────────────────────────────────────────────────────────────────────────
   FORM ELEMENTS
   ───────────────────────────────────────────────────────────────────────── */

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* ─────────────────────────────────────────────────────────────────────────
   IMAGES & MEDIA
   ───────────────────────────────────────────────────────────────────────── */

img, video, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ─────────────────────────────────────────────────────────────────────────
   SCROLLBAR STYLING
   ───────────────────────────────────────────────────────────────────────── */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--border-medium);
  border-radius: var(--radius-full);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--border-dark);
}

/* Firefox */

* {
  scrollbar-width: thin;
  scrollbar-color: var(--border-medium) var(--bg-secondary);
}

/* ─────────────────────────────────────────────────────────────────────────
   SELECTION
   ───────────────────────────────────────────────────────────────────────── */

::-moz-selection {
  background-color: var(--color-primary-500);
  color: white;
}

::selection {
  background-color: var(--color-primary-500);
  color: white;
}

/* ─────────────────────────────────────────────────────────────────────────
   FOCUS VISIBLE STYLES
   ───────────────────────────────────────────────────────────────────────── */

:focus-visible {
  outline: 2px solid var(--color-primary-500);
  outline-offset: 2px;
}

/* ─────────────────────────────────────────────────────────────────────────
   APP CONTAINER
   ───────────────────────────────────────────────────────────────────────── */

#app {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

/* ─────────────────────────────────────────────────────────────────────────
   UTILITY CLASSES
   ───────────────────────────────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 var(--space-4);
}

@media (min-width: 640px) {
  .container {
    padding: 0 var(--space-6);
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 var(--space-8);
  }
}

/* Visually Hidden (Screen Readers Only) */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Text truncation */

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Line clamp */

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CASINO PRO - COMPONENT STYLES
   Reusable UI component classes
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────
   BUTTONS
   ───────────────────────────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-5);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  line-height: 1;
  border-radius: var(--radius-xl);
  transition: all var(--transition-fast);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-600));
  color: white;
  box-shadow: 0 4px 14px color-mix(in srgb, var(--color-primary-600) 30%, transparent 70%);
}

.btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, var(--color-primary-600), var(--color-primary-700));
  box-shadow: 0 6px 20px color-mix(in srgb, var(--color-primary-700) 38%, transparent 62%);
  transform: translateY(-1px);
}

.btn-primary:active:not(:disabled) {
  transform: translateY(0);
}

.btn-secondary {
  background: var(--bg-tertiary);
  color: var(--text-primary);
  border: 1px solid var(--border-light);
}

.btn-secondary:hover:not(:disabled) {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
}

.btn-ghost {
  background: transparent;
  color: var(--text-secondary);
}

.btn-ghost:hover:not(:disabled) {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

.btn-success {
  background: linear-gradient(135deg, var(--color-success-500), var(--color-success-600));
  color: white;
}

.btn-danger {
  background: linear-gradient(135deg, var(--color-error-500), var(--color-error-600));
  color: white;
}

.btn-sm {
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-xs);
}

.btn-lg {
  padding: var(--space-4) var(--space-6);
  font-size: var(--text-base);
}

.btn-icon {
  padding: var(--space-2);
  width: 40px;
  height: 40px;
}

.btn-icon-sm {
  padding: var(--space-1);
  width: 32px;
  height: 32px;
}

/* ─────────────────────────────────────────────────────────────────────────
   CARDS
   ───────────────────────────────────────────────────────────────────────── */

.card {
  background: var(--bg-card);
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.card:hover {
  box-shadow: var(--shadow-md);
}

.card-interactive {
  cursor: pointer;
}

.card-interactive:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.card-header {
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-body {
  padding: var(--space-5);
}

.card-footer {
  padding: var(--space-4) var(--space-5);
  border-top: 1px solid var(--border-light);
  background: var(--bg-secondary);
}

/* Glass Card Effect */

.card-glass {
  background: color-mix(in srgb, var(--bg-card) 82%, transparent 18%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid color-mix(in srgb, var(--text-inverse) 18%, transparent 82%);
}

.dark .card-glass {
  background: color-mix(in srgb, var(--bg-secondary) 78%, transparent 22%);
  border-color: color-mix(in srgb, var(--text-inverse) 14%, transparent 86%);
}

/* ─────────────────────────────────────────────────────────────────────────
   INPUTS
   ───────────────────────────────────────────────────────────────────────── */

.input {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  color: var(--text-primary);
  transition: all var(--transition-fast);
}

.input::-moz-placeholder {
  color: var(--text-muted);
}

.input::placeholder {
  color: var(--text-muted);
}

.input:hover {
  border-color: var(--border-medium);
}

.input:focus {
  border-color: var(--color-primary-500);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary-500) 18%, transparent 82%);
}

.input-error {
  border-color: var(--color-error-500);
}

.input-error:focus {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-error-500) 18%, transparent 82%);
}

.input-group {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

.input-icon-start {
  right: var(--space-4);
}

.input-icon-end {
  left: var(--space-4);
}

.input-with-icon-start {
  padding-right: var(--space-12);
}

.input-with-icon-end {
  padding-left: var(--space-12);
}

/* ─────────────────────────────────────────────────────────────────────────
   BADGES
   ───────────────────────────────────────────────────────────────────────── */

.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1) var(--space-2);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  border-radius: var(--radius-full);
}

.badge-primary {
  background: var(--color-primary-100);
  color: var(--color-primary-700);
}

.badge-success {
  background: var(--color-success-100);
  color: var(--color-success-700);
}

.badge-warning {
  background: var(--color-warning-100);
  color: var(--color-warning-600);
}

.badge-error {
  background: var(--color-error-100);
  color: var(--color-error-600);
}

.badge-live {
  background: var(--color-error-500);
  color: white;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* ─────────────────────────────────────────────────────────────────────────
   AVATAR
   ───────────────────────────────────────────────────────────────────────── */

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--color-primary-500), var(--color-primary-600));
  color: white;
  font-weight: var(--font-bold);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  text-transform: uppercase;
  flex-shrink: 0;
}

.avatar-sm {
  width: 32px;
  height: 32px;
  font-size: var(--text-xs);
}

.avatar-lg {
  width: 56px;
  height: 56px;
  font-size: var(--text-lg);
}

.avatar-xl {
  width: 80px;
  height: 80px;
  font-size: var(--text-2xl);
}

/* ─────────────────────────────────────────────────────────────────────────
   SKELETON LOADER
   ───────────────────────────────────────────────────────────────────────── */

.skeleton {
  background: linear-gradient(
    90deg,
    var(--bg-tertiary) 0%,
    var(--bg-secondary) 50%,
    var(--bg-tertiary) 100%
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  border-radius: var(--radius-md);
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.skeleton-text {
  height: 1em;
  width: 100%;
}

.skeleton-text-sm {
  height: 0.75em;
  width: 60%;
}

.skeleton-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
}

.skeleton-card {
  height: 200px;
  width: 100%;
}

/* ─────────────────────────────────────────────────────────────────────────
   DIVIDER
   ───────────────────────────────────────────────────────────────────────── */

.divider {
  height: 1px;
  background: var(--border-light);
  margin: var(--space-4) 0;
}

.divider-vertical {
  width: 1px;
  height: 100%;
  background: var(--border-light);
}

/* ─────────────────────────────────────────────────────────────────────────
   TOOLTIP
   ───────────────────────────────────────────────────────────────────────── */

.tooltip {
  position: relative;
}

.tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: var(--space-2) var(--space-3);
  background: var(--text-primary);
  color: var(--text-inverse);
  font-size: var(--text-xs);
  border-radius: var(--radius-md);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-fast);
  z-index: var(--z-tooltip);
  margin-bottom: var(--space-2);
}

.tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--text-primary);
}

.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}

/* ─────────────────────────────────────────────────────────────────────────
   DROPDOWN
   ───────────────────────────────────────────────────────────────────────── */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  z-index: var(--z-dropdown);
  padding: var(--space-2);
  margin-top: var(--space-2);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  color: var(--text-secondary);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.dropdown-item:hover {
  background: var(--bg-tertiary);
  color: var(--text-primary);
}

.dropdown-divider {
  height: 1px;
  background: var(--border-light);
  margin: var(--space-2) 0;
}

/* ─────────────────────────────────────────────────────────────────────────
   TABS
   ───────────────────────────────────────────────────────────────────────── */

.tabs {
  display: flex;
  gap: var(--space-1);
  padding: var(--space-1);
  background: var(--bg-secondary);
  border-radius: var(--radius-xl);
}

.tab {
  flex: 1;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  background: transparent;
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
  text-align: center;
}

.tab:hover {
  color: var(--text-primary);
}

.tab.active {
  background: var(--bg-card);
  color: var(--color-primary-600);
  box-shadow: var(--shadow-sm);
}

/* ─────────────────────────────────────────────────────────────────────────
   PROGRESS
   ───────────────────────────────────────────────────────────────────────── */

.progress {
  height: 8px;
  background: var(--bg-tertiary);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--color-primary-500), var(--color-primary-600));
  border-radius: var(--radius-full);
  transition: width var(--transition-slow);
}

.progress-success .progress-bar {
  background: linear-gradient(90deg, var(--color-success-500), var(--color-success-600));
}

.progress-warning .progress-bar {
  background: linear-gradient(90deg, var(--color-warning-500), var(--color-warning-600));
}

/* ─────────────────────────────────────────────────────────────────────────
   SPINNER
   ───────────────────────────────────────────────────────────────────────── */

.spinner {
  width: 24px;
  height: 24px;
  border: 2px solid var(--border-light);
  border-top-color: var(--color-primary-500);
  border-radius: var(--radius-full);
  animation: spin 0.8s linear infinite;
}

.spinner-sm {
  width: 16px;
  height: 16px;
}

.spinner-lg {
  width: 40px;
  height: 40px;
  border-width: 3px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CASINO PRO - ANIMATION STYLES
   Page transitions and micro-interactions
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────
   PAGE TRANSITIONS (Vue Router)
   Fast & Smooth - App-like feel
   ───────────────────────────────────────────────────────────────────────── */

/* Fade transition - Default */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

/* Page fade with slight slide */

.page-enter-active,
.page-leave-active {
  transition: opacity 200ms ease, transform 200ms ease;
}

.page-enter-from {
  opacity: 0;
  transform: translateY(8px);
}

.page-leave-to {
  opacity: 0;
  transform: translateY(-8px);
}

/* Slide from right (for navigation forward) */

.slide-right-enter-active,
.slide-right-leave-active {
  transition: opacity 200ms ease, transform 200ms ease;
}

.slide-right-enter-from {
  opacity: 0;
  transform: translateX(20px);
}

.slide-right-leave-to {
  opacity: 0;
  transform: translateX(-20px);
}

/* Slide from left (for navigation back) */

.slide-left-enter-active,
.slide-left-leave-active {
  transition: opacity 200ms ease, transform 200ms ease;
}

.slide-left-enter-from {
  opacity: 0;
  transform: translateX(-20px);
}

.slide-left-leave-to {
  opacity: 0;
  transform: translateX(20px);
}

/* Scale up (for modals) */

.scale-enter-active,
.scale-leave-active {
  transition: opacity 200ms ease, transform 200ms ease;
}

.scale-enter-from {
  opacity: 0;
  transform: scale(0.95);
}

.scale-leave-to {
  opacity: 0;
  transform: scale(0.95);
}

/* Slide up (for bottom sheets / mobile menus) */

.slide-up-enter-active,
.slide-up-leave-active {
  transition: opacity 250ms ease, transform 250ms ease;
}

.slide-up-enter-from {
  opacity: 0;
  transform: translateY(100%);
}

.slide-up-leave-to {
  opacity: 0;
  transform: translateY(100%);
}

/* Dropdown animation */

.dropdown-enter-active,
.dropdown-leave-active {
  transition: opacity 150ms ease, transform 150ms ease;
  transform-origin: top;
}

.dropdown-enter-from,
.dropdown-leave-to {
  opacity: 0;
  transform: scaleY(0.95) translateY(-4px);
}

/* ─────────────────────────────────────────────────────────────────────────
   LIST ANIMATIONS
   ───────────────────────────────────────────────────────────────────────── */

/* List item enter/leave */

.list-enter-active,
.list-leave-active {
  transition: all 200ms ease;
}

.list-enter-from {
  opacity: 0;
  transform: translateX(-20px);
}

.list-leave-to {
  opacity: 0;
  transform: translateX(20px);
}

.list-move {
  transition: transform 300ms ease;
}

/* Staggered list animation (use with transition-group) */

.stagger-enter-active {
  transition: all 300ms ease;
}

.stagger-enter-from {
  opacity: 0;
  transform: translateY(20px);
}

/* ─────────────────────────────────────────────────────────────────────────
   MICRO INTERACTIONS
   ───────────────────────────────────────────────────────────────────────── */

/* Button press effect */

.press-effect {
  transition: transform 100ms ease;
}

.press-effect:active {
  transform: scale(0.97);
}

/* Hover lift effect */

.hover-lift {
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* Subtle bounce on hover */

.hover-bounce {
  transition: transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-bounce:hover {
  transform: scale(1.02);
}

/* Pulse animation (for live indicators) */

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Ping animation (for notification badges) */

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* Bounce animation */

@keyframes bounce {
  0%, 100% {
    transform: translateY(-10%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

/* Spin animation */

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

/* Shake animation (for errors) */

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-4px); }
  20%, 40%, 60%, 80% { transform: translateX(4px); }
}

.animate-shake {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* Slide in from bottom (for toasts) */

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-in-up {
  animation: slideInUp 300ms ease forwards;
}

/* Fade in */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.animate-fade-in {
  animation: fadeIn 200ms ease forwards;
}

/* Scale in */

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-scale-in {
  animation: scaleIn 200ms ease forwards;
}

/* ─────────────────────────────────────────────────────────────────────────
   SKELETON LOADING ANIMATION
   ───────────────────────────────────────────────────────────────────────── */

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.skeleton-shimmer {
  background: linear-gradient(
    90deg,
    var(--bg-tertiary) 0%,
    var(--bg-secondary) 50%,
    var(--bg-tertiary) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
}

/* ─────────────────────────────────────────────────────────────────────────
   LOADING STATES
   ───────────────────────────────────────────────────────────────────────── */

/* Content loading overlay */

.loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.dark .loading-overlay {
  background: rgba(15, 23, 42, 0.8);
}

/* Progress bar loading */

@keyframes progress-indeterminate {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(400%);
  }
}

.progress-indeterminate {
  width: 25%;
  animation: progress-indeterminate 1.5s ease-in-out infinite;
}

/* ─────────────────────────────────────────────────────────────────────────
   REDUCED MOTION
   Respect user's motion preferences
   ───────────────────────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
