@import"https://fonts.googleapis.com/css2?family=Marcellus&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--font-size: 14px;--font-sans: "Manrope", system-ui, -apple-system, sans-serif;--font-display: "Marcellus", Georgia, serif;--luxe-sand: #F8F6F0;--luxe-gold: #D4AF37;--luxe-gold-light: #E6C75A;--luxe-gold-dark: #B8941F;--luxe-charcoal: #2C2C2C;--luxe-charcoal-light: #404040;--luxe-gray: #6B7280;--luxe-gray-light: #9CA3AF;--background: var(--luxe-sand);--foreground: var(--luxe-charcoal);--card: #ffffff;--card-foreground: var(--luxe-charcoal);--popover: #ffffff;--popover-foreground: var(--luxe-charcoal);--primary: var(--luxe-gold);--primary-foreground: #ffffff;--secondary: #F3F4F6;--secondary-foreground: var(--luxe-charcoal);--muted: #F9FAFB;--muted-foreground: var(--luxe-gray);--accent: var(--luxe-gold-light);--accent-foreground: var(--luxe-charcoal);--destructive: #EF4444;--destructive-foreground: #ffffff;--success: #1F8A5B;--border: rgba(212, 175, 55, .2);--input-background: #ffffff;--switch-background: #E5E7EB;--ring: var(--luxe-gold);--radius: .75rem;--sidebar: #ffffff;--sidebar-accent: var(--luxe-sand);--sidebar-border: rgba(212, 175, 55, .1);--shadow-sm: 0 8px 22px -18px rgba(44,44,44,.25);--shadow-md: 0 18px 40px -18px rgba(44,44,44,.28);--shadow-lg: 0 30px 80px -40px rgba(44,44,44,.45);--topbar-bg: rgba(255,255,255,.72);--surface-2: #F8F6F0}.dark{--background: #1c1c1c;--foreground: var(--luxe-sand);--card: #2a2a2a;--card-foreground: var(--luxe-sand);--popover: #2a2a2a;--popover-foreground: var(--luxe-sand);--primary: var(--luxe-gold);--primary-foreground: #1c1c1c;--secondary: #353535;--secondary-foreground: var(--luxe-sand);--muted: #353535;--muted-foreground: var(--luxe-gray-light);--accent: var(--luxe-gold-dark);--accent-foreground: var(--luxe-sand);--destructive: #DC2626;--destructive-foreground: var(--luxe-sand);--success: #34D399;--border: rgba(212, 175, 55, .22);--input-background: #2a2a2a;--switch-background: #4a4a4a;--ring: var(--luxe-gold);--sidebar: #232323;--sidebar-accent: #2f2f2f;--sidebar-border: rgba(212, 175, 55, .18);--shadow-sm: 0 8px 22px -18px rgba(0,0,0,.6);--shadow-md: 0 18px 40px -18px rgba(0,0,0,.65);--shadow-lg: 0 30px 80px -40px rgba(0,0,0,.8);--topbar-bg: rgba(35,35,35,.72);--surface-2: #2f2f2f}*{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:var(--font-sans);font-size:var(--font-size);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;transition:background .3s,color .3s}.font-display{font-family:var(--font-display)}.luxury-gradient{background:linear-gradient(135deg,var(--luxe-gold-light) 0%,var(--luxe-gold-dark) 100%)}[dir=rtl]{direction:rtl}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--luxe-gold) 35%,transparent);border-radius:9px}::-webkit-scrollbar-track{background:transparent}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.animate-in{animation:fadeInUp .4s ease both}
