@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-background: #F7F7F7;--bg-surface: #FFFFFF;--bg-surface-secondary: #F0F0F0;--bg-surface-highlight: #EAECEF;--color-border: #E6E8EA;--color-text: #1E2329;--color-text-secondary: #848E9C;--color-brand: #F7A600;--color-success: #2DBD85;--color-danger: #F6465D;--color-warning: #F7A600;--shadow-card: 0 2px 4px rgba(0, 0, 0, .05);--radius-card: 8px;--radius-sm: 4px}.dark{--bg-background: #121212;--bg-surface: #1E1F24;--bg-surface-secondary: #2B2D36;--bg-surface-highlight: #363A45;--color-border: #2E323D;--color-text: #EAECEF;--color-text-secondary: #848E9C;--color-brand: #F7A600;--color-success: #2DBD85;--color-danger: #F6465D;--color-warning: #F7A600;--shadow-card: 0 4px 12px rgba(0, 0, 0, .2);--bg-matrix-slot: rgba(255, 255, 255, .05);--border-matrix-slot: rgba(255, 255, 255, .05);--matrix-image-opacity: .6}.corporate{--bg-primary: #F3F4F6;--bg-surface: #FFFFFF;--bg-surface-secondary: #E5E7EB;--bg-surface-highlight: #D1D5DB;--bg-elevated: #FFFFFF;--color-text: #0F172A;--color-text-secondary: #334155;--color-text-tertiary: #64748B;--color-text-muted: #94A3B8;--color-border-subtle: rgba(0, 0, 0, .05);--color-border: rgba(0, 0, 0, .1);--color-border-strong: rgba(0, 0, 0, .2);--color-brand: #4F46E5;--color-brand-light: #6366F1;--color-brand-dark: #3730A3;--color-brand-glow: rgba(79, 70, 229, .15);--color-success: #10B981;--color-success-light: #34D399;--color-success-dark: #065F46;--color-success-glow: rgba(16, 185, 129, .1);--color-danger: #EF4444;--color-danger-light: #F87171;--color-danger-dark: #991B1B;--color-danger-glow: rgba(239, 68, 68, .1);--color-warning: #F59E0B;--color-warning-light: #FBBF24;--color-warning-dark: #B45309;--color-warning-glow: rgba(245, 158, 11, .1);--color-info: #3B82F6;--color-info-light: #60A5FA;--color-info-dark: #1D4ED8;--overlay-light: rgba(0, 0, 0, .05);--overlay-medium: rgba(0, 0, 0, .1);--overlay-heavy: rgba(0, 0, 0, .3);--bg-matrix-slot: #E5E7EB;--border-matrix-slot: rgba(0, 0, 0, .1);--matrix-image-opacity: .9}.labs{--bg-primary: #F8FAFC;--bg-surface: #FFFFFF;--bg-surface-secondary: #F1F5F9;--bg-surface-highlight: #E2E8F0;--bg-elevated: #FFFFFF;--color-text: #1E293B;--color-text-secondary: #475569;--color-text-tertiary: #94A3B8;--color-text-muted: #CBD5E1;--color-border-subtle: rgba(0, 0, 0, .04);--color-border: rgba(0, 0, 0, .08);--color-border-strong: rgba(0, 0, 0, .15);--color-brand: #6366F1;--color-brand-light: #818CF8;--color-brand-dark: #4F46E5;--color-brand-glow: rgba(99, 102, 241, .1);--color-success: #059669;--color-success-light: #10B981;--color-success-dark: #064E3B;--color-success-glow: rgba(5, 150, 105, .08);--color-danger: #DC2626;--color-danger-light: #EF4444;--color-danger-dark: #7F1D1D;--color-danger-glow: rgba(220, 38, 38, .08);--color-warning: #D97706;--color-warning-light: #F59E0B;--color-warning-dark: #78350F;--color-info: #0EA5E9;--bg-matrix-slot: #F1F5F9;--border-matrix-slot: rgba(0, 0, 0, .05);--matrix-image-opacity: .95}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-primary);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#ffffff1f}.corporate ::-webkit-scrollbar-thumb,.labs ::-webkit-scrollbar-thumb{background:#00000014}.corporate ::-webkit-scrollbar-thumb:hover,.labs ::-webkit-scrollbar-thumb:hover{background:#0000001f}.scrollbar-thin::-webkit-scrollbar{width:4px;height:4px}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.glass{background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}.glass-strong{background:#ffffff0f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12)}.corporate .glass,.labs .glass{background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 6px -1px #0000000d}.corporate .glass-strong,.labs .glass-strong{background:#fffffff2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(0,0,0,.15);box-shadow:0 10px 15px -3px #0000001a}.minimal-mode .glass,.minimal-mode .glass-strong{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none}.text-gradient-violet{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-gold{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-emerald{background:linear-gradient(135deg,#6ee7b7,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-gradient-violet{background:linear-gradient(135deg,#9333ea,#7e22ce)}.bg-gradient-violet-subtle{background:linear-gradient(135deg,#9333ea1a,#7e22ce1a)}.bg-gradient-gold{background:linear-gradient(135deg,#f59e0b,#d97706)}.bg-gradient-gold-subtle{background:linear-gradient(135deg,#f59e0b1a,#d977061a)}.bg-gradient-emerald{background:linear-gradient(135deg,#10b981,#059669)}.bg-gradient-emerald-subtle{background:linear-gradient(135deg,#10b9811a,#0596691a)}.bg-gradient-ai{background:linear-gradient(135deg,#a855f7,#ec4899)}.bg-gradient-derivatives{background:linear-gradient(135deg,#f59e0b,#ef4444)}.bg-gradient-market{background:linear-gradient(135deg,#10b981,#059669)}.bg-ambient-violet{background:radial-gradient(circle at 50% 0%,rgba(147,51,234,.12) 0%,transparent 50%)}.bg-ambient-gold{background:radial-gradient(circle at 100% 100%,rgba(217,119,6,.08) 0%,transparent 50%)}.bg-ambient-emerald{background:radial-gradient(circle at 0% 50%,rgba(16,185,129,.08) 0%,transparent 50%)}.shadow-glow-violet{box-shadow:0 10px 40px -10px #9333ea4d}.shadow-glow-gold{box-shadow:0 10px 40px -10px #f59e0b4d}.shadow-glow-emerald{box-shadow:0 10px 40px -10px #10b9814d}.shadow-glow-rose{box-shadow:0 10px 40px -10px #ef44444d}.corporate .shadow-glow-violet,.labs .shadow-glow-violet{box-shadow:0 10px 30px -10px #6366f140}.corporate .shadow-glow-gold,.labs .shadow-glow-gold{box-shadow:0 10px 30px -10px #d9770640}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-enter{animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.animate-fade{animation:fadeIn .4s ease-out}.animate-pulse-slow{animation:pulse 4s cubic-bezier(.4,0,.6,1) infinite}.animate-scale{animation:scaleIn .3s cubic-bezier(.16,1,.3,1)}.animate-spin-slow{animation:spin-slow 8s linear infinite}@keyframes gradient-x{0%,to{background-size:200% 200%;background-position:left center}50%{background-size:200% 200%;background-position:right center}}.animate-gradient-x{animation:gradient-x 3s ease infinite}.backdrop-blur-strong{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.transition-smooth{transition:all .3s cubic-bezier(.16,1,.3,1)}.transition-fast{transition:all .15s cubic-bezier(.16,1,.3,1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
