/* Header Styles - Generated from Tailwind CSS */
/* This file should be regenerated using: npm run build-css */

/* Base Tailwind Utilities */
.fixed { position: fixed; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.z-50 { z-index: 50; }
.z-40 { z-index: 40; }
.z-30 { z-index: 30; }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.flex { display: flex; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.w-6 { width: 1.5rem; }
.h-0\.5 { height: 0.125rem; }
.w-80 { width: 20rem; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.hidden { display: none; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-lg { border-radius: 0.5rem; }
.text-white { color: rgb(255 255 255); }
.font-bold { font-weight: 700; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-\[10px\] { font-size: 10px; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.leading-tight { line-height: 1.25; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }
.duration-300 { transition-duration: 300ms; }
.ease-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:bg-bg-secondary:hover { background-color: var(--bg-secondary); }
.hover\:text-accent-primary:hover { color: var(--accent-primary); }
.opacity-50 { opacity: 0.5; }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.invisible { visibility: hidden; }
.visible { visibility: visible; }
.cursor-not-allowed { cursor: not-allowed; }
.bg-bg-primary\/80 { background-color: rgba(var(--bg-primary-rgb), 0.8); }
.border-b { border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-border-primary { border-color: var(--border-primary); }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.p-6 { padding: 1.5rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.text-text-primary { color: var(--text-primary); }
.text-text-secondary { color: var(--text-secondary); }
.text-accent-primary { color: var(--accent-primary); }
.bg-bg-secondary { background-color: var(--bg-secondary); }
.bg-gradient-logo { background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%); }
.bg-gradient-brand { background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%); }
.bg-gradient-login { 
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%); 
    color: #ffffff !important;
}

.bg-gradient-login * {
    color: #ffffff !important;
}
.bg-clip-text { -webkit-background-clip: text; background-clip: text; }
.text-transparent { color: transparent; }
.shadow-glow { box-shadow: 0 0 20px rgba(220, 38, 38, 0.5); }
.hover\:shadow-glow-hover:hover { box-shadow: 0 0 30px rgba(220, 38, 38, 0.7); }
.translate-x-full { transform: translateX(100%); }
.h-\[calc\(100vh-4rem\)\] { height: calc(100vh - 4rem); }
.max-w-\[85vw\] { max-width: 85vw; }
.overflow-y-auto { overflow-y: auto; }
.backdrop-blur-sm { backdrop-filter: blur(4px); }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }

/* Responsive */
@media (min-width: 640px) {
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:block { display: block; }
}

@media (min-width: 768px) {
  .md\:h-20 { height: 5rem; }
  .md\:w-12 { width: 3rem; }
  .md\:h-12 { height: 3rem; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-xs { font-size: 0.75rem; line-height: 1rem; }
  .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .md\:py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
  .md\:text-base { font-size: 1rem; line-height: 1.5rem; }
  .md\:top-20 { top: 5rem; }
  .md\:h-\[calc\(100vh-5rem\)\] { height: calc(100vh - 5rem); }
}

@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
}

/* Custom Header Styles */
.header-glass {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-primary);
}

/* Dark theme background (default) */
.header-glass {
  background: rgba(15, 17, 23, 0.85);
}


/* Nav Link Hover Effect */
.nav-link-hover {
  position: relative;
  transition: all 0.3s ease;
}

.nav-link-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-primary) 0%, var(--success) 100%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link-hover:hover::after {
  width: 100%;
}

.nav-link-hover:hover {
  color: var(--accent-primary);
}

/* Mobile Menu Animation */
#mobileMenu {
  transition: transform 0.3s ease-out;
  background: var(--bg-elevated) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3);
}

/* Mobile menu */
#mobileMenu {
  background: rgba(30, 41, 59, 0.98) !important;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
}

/* Mobile menu links - ensure readability */
#mobileMenu nav a {
  color: var(--text-primary) !important;
  font-weight: 500;
  padding: 1rem 1.5rem !important;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
}

/* Mobile menu links */
#mobileMenu nav a {
  color: #E2E8F0 !important;
}

#mobileMenu nav a:hover {
  background: rgba(220, 38, 38, 0.2) !important;
  color: var(--accent-primary) !important;
  transform: translateX(-4px);
}

#mobileMenu nav a:hover {
  background: rgba(220, 38, 38, 0.25) !important;
  color: #b91c1c !important;
}

#mobileMenu nav a.active,
#mobileMenu nav a.bg-bg-secondary {
  background: rgba(220, 38, 38, 0.25) !important;
  color: var(--accent-primary) !important;
  font-weight: 600;
}

#mobileMenu nav a.active,
#mobileMenu nav a.bg-bg-secondary {
  background: rgba(220, 38, 38, 0.3) !important;
  color: #b91c1c !important;
}

#mobileMenuOverlay {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Hamburger Icon Animation */
#mobileMenuToggle {
  background: rgba(220, 38, 38, 0.15);
  border: 2px solid var(--accent-primary);
  border-radius: 8px;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

#mobileMenuToggle:hover {
  background: rgba(220, 38, 38, 0.25);
  transform: scale(1.05);
}

#mobileMenuToggle span {
  transition: all 0.3s ease;
  background: var(--accent-primary) !important;
  width: 24px !important;
  height: 3px !important;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(220, 38, 38, 0.4);
}

#mobileMenuToggle span {
  background: var(--accent-primary) !important;
}

/* Logo Typing Animation */
.logo-link-typing {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: 'Courier New', 'Monaco', 'Menlo', monospace;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}

.logo-link-typing:hover {
  transform: scale(1.05);
}

#logoText {
  display: inline-block;
  min-width: 0;
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo-cursor {
  display: inline-block;
  width: 3px;
  height: 1.2em;
  background: var(--accent-primary);
  margin-right: 3px;
  animation: blink 1s infinite;
  vertical-align: middle;
  border-radius: 1px;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}


