:root{--navy: #0d1f3c;--navy2: #16305a;--gold: #c8a96e;--gold2: #b8954f;--light: #f7f8fa;--border-color: #e0e8f5;--muted-text: #6a7f96;--background: hsl(0, 0%, 100%);--foreground: hsl(214, 66%, 15%);--muted: hsl(213, 40%, 97%);--muted-foreground: hsl(213, 20%, 55%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(214, 66%, 15%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(214, 66%, 15%);--border: hsl(213, 40%, 88%);--input: hsl(213, 40%, 88%);--primary: hsl(214, 66%, 15%);--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(36, 43%, 61%);--secondary-foreground: hsl(214, 66%, 15%);--accent: hsl(213, 40%, 97%);--accent-foreground: hsl(214, 66%, 15%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(0, 0%, 100%);--ring: hsl(214, 66%, 15%);--radius: .5rem;--primary-50: hsl(213, 40%, 97%);--primary-100: hsl(213, 40%, 93%);--primary-500: hsl(214, 66%, 35%);--primary-600: hsl(214, 66%, 25%);--primary-700: hsl(214, 66%, 20%);--primary-800: hsl(214, 66%, 15%);--primary-900: hsl(214, 66%, 10%);--gold-50: hsl(36, 43%, 96%);--gold-100: hsl(36, 43%, 90%);--gold-500: hsl(36, 43%, 61%);--gold-600: hsl(36, 43%, 53%);--success-50: hsl(142, 60%, 96%);--success-100: hsl(142, 60%, 91%);--success-500: hsl(142, 60%, 36%);--success-600: hsl(142, 60%, 32%);--success-700: hsl(142, 60%, 28%);--blue-50: hsl(213, 40%, 97%);--blue-100: hsl(213, 40%, 93%);--blue-600: hsl(214, 66%, 30%)}.dark{--background: hsl(214, 66%, 8%);--foreground: hsl(0, 0%, 95%);--muted: hsl(214, 30%, 15%);--muted-foreground: hsl(213, 20%, 65%);--popover: hsl(214, 66%, 10%);--popover-foreground: hsl(0, 0%, 95%);--card: hsl(214, 66%, 10%);--card-foreground: hsl(0, 0%, 95%);--border: hsl(214, 30%, 20%);--input: hsl(214, 30%, 20%);--primary: hsl(36, 43%, 61%);--primary-foreground: hsl(214, 66%, 15%);--secondary: hsl(214, 30%, 20%);--secondary-foreground: hsl(0, 0%, 95%);--accent: hsl(214, 30%, 18%);--accent-foreground: hsl(0, 0%, 95%);--destructive: hsl(0, 62.8%, 45%);--destructive-foreground: hsl(0, 0%, 98%);--ring: hsl(36, 43%, 61%);--radius: .5rem}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}.gradient-hero{background:linear-gradient(135deg,#f7f8fa,#fff)}.text-balance{text-wrap:balance}.module-card-locked{@apply opacity-75 grayscale;}.module-card-available{@apply transform transition-all duration-200 hover:scale-105 hover:shadow-lg;}.module-card-completed{@apply ring-2 ring-green-200 bg-green-50;}.chat-message-user{@apply bg-primary text-primary-foreground;}.chat-message-assistant{@apply bg-muted text-muted-foreground;}.pricing-highlight{@apply ring-2 ring-primary-500 bg-gradient-to-br from-primary-50 to-white;}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pulse-success{animation:pulseSuccess 2s infinite}@keyframes pulseSuccess{0%,to{opacity:1}50%{opacity:.7}}html{scroll-behavior:smooth}.focus-visible{@apply outline-none ring-2 ring-primary-500 ring-offset-2;}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f2f2f2}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#b3b3b3}}.btn-primary{@apply bg-primary hover:bg-primary-foreground text-white font-semibold py-3 px-6 rounded-lg transition-all duration-200 shadow-sm hover:shadow-md;}.btn-secondary{@apply bg-white border-2 border-primary text-primary hover:bg-secondary font-semibold py-3 px-6 rounded-lg transition-all duration-200;}.btn-success{@apply bg-green-600 hover:bg-green-700 text-white font-semibold py-3 px-6 rounded-lg transition-all duration-200 shadow-sm hover:shadow-md;}.card-enterprise{@apply bg-white rounded-xl shadow-lg border border-gray-200 hover:shadow-xl transition-all duration-300;}.badge-status-available{@apply bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm font-medium;}.badge-status-locked{@apply bg-gray-100 text-gray-600 px-3 py-1 rounded-full text-sm font-medium;}.badge-status-completed{@apply bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm font-medium;}.progress-bar-success{@apply bg-green-600;}.progress-bar-primary{@apply bg-primary;}.text-enterprise-primary{@apply text-primary;}.text-enterprise-success{@apply text-green-600;}.text-enterprise-muted{@apply text-gray-600;}.bg-enterprise-light{@apply bg-gray-50;}.border-enterprise{@apply border-gray-200;}.btn-primary{background:#0d1f3c!important;color:#fff!important;border:none;font-weight:600;transition:background .2s,box-shadow .2s}.btn-primary:hover{background:#16305a!important;box-shadow:0 4px 16px #0d1f3c40}.btn-gold{background:#c8a96e!important;color:#0d1f3c!important;font-weight:700;transition:background .2s,box-shadow .2s}.btn-gold:hover{background:#b8954f!important;box-shadow:0 4px 16px #c8a96e59}.card-enterprise{background:#fff;border:1px solid #e0e8f5;border-radius:12px;box-shadow:0 2px 12px #0d1f3c0f;transition:box-shadow .2s,transform .2s}.card-enterprise:hover{box-shadow:0 8px 32px #0d1f3c1f;transform:translateY(-2px)}nav{background:#0d1f3c!important;border-bottom:2px solid #c8a96e}.gradient-hero{background:linear-gradient(135deg,#f7f8fa,#eef3ff,#fff)}.gold-accent{color:#c8a96e}.navy-bg{background:#0d1f3c;color:#fff}.gold-bg{background:#c8a96e;color:#0d1f3c}.light-bg{background:#f7f8fa}.progress-bar-primary{background:#c8a96e!important}.module-card-completed{ring-color:#c8a96e;background:#f7f8fa}.badge-status-available{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.badge-status-locked{background:#f7f8fa;color:#6a7f96;border:1px solid #e0e8f5}.divider-gold{height:2px;background:linear-gradient(90deg,transparent,#c8a96e,transparent)}[data-slot=button][class*=bg-primary]{background-color:#0d1f3c!important;color:#fff!important}[data-slot=button][class*=bg-primary]:hover{background-color:#16305a!important}
