:root{--color-primary: #6366f1;--color-primary-foreground: #ffffff;--color-secondary: #8b5cf6;--color-secondary-foreground: #ffffff;--color-background: #f8fafc;--color-foreground: #0f172a;--color-muted: #f1f5f9;--color-muted-foreground: #64748b;--color-accent: #06b6d4;--color-accent-foreground: #ffffff;--color-destructive: #dc2626;--color-destructive-foreground: #ffffff;--color-success: #16a34a;--color-success-foreground: #ffffff;--color-warning: #d97706;--color-warning-foreground: #000000;--color-info: #2563eb;--color-info-foreground: #ffffff;--color-success-muted: rgba(16, 185, 129, .1);--color-destructive-muted: rgba(239, 68, 68, .1);--color-warning-muted: rgba(245, 158, 11, .1);--color-info-muted: rgba(59, 130, 246, .1);--color-primary-muted: rgba(99, 102, 241, .1);--color-accent-muted: rgba(6, 182, 212, .1);--color-border: #e2e8f0;--color-input: #cbd5e1;--color-ring: #6366f1;--color-card: #ffffff;--color-card-foreground: #0f172a;--color-popover: #ffffff;--color-popover-foreground: #0f172a;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem}[data-theme=dark],.dark{--color-primary: #6366f1;--color-primary-foreground: #ffffff;--color-secondary: #8b5cf6;--color-secondary-foreground: #ffffff;--color-background: #0d1117;--color-foreground: #e2e8f0;--color-muted: #1e293b;--color-muted-foreground: #94a3b8;--color-accent: #06b6d4;--color-accent-foreground: #ffffff;--color-destructive: #ef4444;--color-destructive-foreground: #ffffff;--color-success: #22c55e;--color-success-foreground: #ffffff;--color-warning: #f59e0b;--color-warning-foreground: #000000;--color-info: #3b82f6;--color-info-foreground: #ffffff;--color-success-muted: rgba(16, 185, 129, .15);--color-destructive-muted: rgba(239, 68, 68, .15);--color-warning-muted: rgba(245, 158, 11, .15);--color-info-muted: rgba(59, 130, 246, .15);--color-primary-muted: rgba(99, 102, 241, .15);--color-accent-muted: rgba(6, 182, 212, .15);--color-border: #1e293b;--color-input: #334155;--color-ring: #6366f1;--color-card: #161b22;--color-card-foreground: #e2e8f0;--color-popover: #1e293b;--color-popover-foreground: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 8px 10px -6px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;line-height:1.5;color:var(--color-foreground);background-color:var(--color-background);min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:var(--color-foreground)}h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}p{margin:0;line-height:1.6}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent)}code,pre{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.875em}code{background-color:var(--color-muted);padding:.125rem .375rem;border-radius:var(--radius-sm)}pre{background-color:var(--color-muted);padding:var(--spacing-md);border-radius:var(--radius-md);overflow-x:auto}pre code{background-color:transparent;padding:0}input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;color:var(--color-foreground);background-color:var(--color-background);border:1px solid var(--color-input);border-radius:var(--radius-md);padding:.5rem .75rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-ring);box-shadow:0 0 0 3px #6366f133}input::placeholder,textarea::placeholder{color:var(--color-muted-foreground)}input:disabled,textarea:disabled,select:disabled{opacity:.5;cursor:not-allowed}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;border-radius:var(--radius-md);padding:.5rem 1rem;font-weight:500;transition:all var(--transition-fast)}button:disabled{opacity:.5;cursor:not-allowed}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-muted-foreground)}::selection{background-color:#6366f14d;color:var(--color-foreground)}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-in-up{animation:fadeInUp .3s ease-out}.animate-slide-in-right{animation:slideInRight .3s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-scale-in{animation:scaleIn .3s ease-out}.page-transition{animation:fadeInUp .4s ease-out}.skeleton{background:linear-gradient(90deg,var(--color-muted) 0%,var(--color-border) 50%,var(--color-muted) 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-md)}html{scroll-behavior:smooth}
