:root{--bg-dark: #05060b;--bg-card: #0a0b14;--border: #1e293b;--text-primary: #ffffff;--text-secondary: #94a3b8;--blue: #2563eb;--blue-hover: #3b82f6;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-dark)}body{margin:0;height:100vh;overflow:hidden}*{box-sizing:border-box}button{cursor:pointer;border:none;background:none;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.h-screen{height:100vh!important}.h-full{height:100%!important}.w-full{width:100%!important}.w-80{width:320px!important}.w-96{width:384px!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.flex-row{flex-direction:row!important}.flex-1{flex:1 1 0%!important}.flex-shrink-0{flex-shrink:0!important}.flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center!important}.justify-between{justify-content:space-between!important}.overflow-hidden{overflow:hidden!important}.overflow-y-auto{overflow-y:auto!important}.relative{position:relative!important}.z-20{z-index:20!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.space-y-3>*+*{margin-top:.75rem!important}.space-y-6>*+*{margin-top:1.5rem!important}.space-y-8>*+*{margin-top:2rem!important}.bg-gray-900{background-color:#0a0b14!important}.bg-blue-600{background-color:var(--blue)!important;color:#fff!important}.bg-blue-500\/5{background-color:#3b82f60d!important}.border-gray-800{border:1px solid var(--border)!important}.border-gray-700{border:1px solid #334155!important}.border-b{border-bottom:1px solid var(--border)!important}.border-r{border-right:1px solid var(--border)!important}.border-l{border-left:1px solid var(--border)!important}.text-white{color:#fff!important}.text-gray-300{color:#d1d5db!important}.text-gray-400{color:#9ca3af!important}.text-gray-500{color:#6b7280!important}.text-blue-400{color:#60a5fa!important}.text-purple-400{color:#c084fc!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.font-bold{font-weight:700!important}.uppercase{text-transform:uppercase!important}.tracking-widest{letter-spacing:.1em!important}.rounded-lg{border-radius:.5rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-2xl{border-radius:1rem!important}header button{height:auto!important}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.toast-container{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{background:#111222f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(59,130,246,.4);color:#e5e7eb;padding:14px 24px;border-radius:12px;box-shadow:0 20px 40px #0009,0 0 20px #3b82f633;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500;pointer-events:auto;animation:toast-in .3s cubic-bezier(.16,1,.3,1);min-width:320px}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}@keyframes toast-in{0%{transform:translate(100%) scale(.9);opacity:0}to{transform:translate(0) scale(1);opacity:1}}.toast-out{animation:toast-out .2s ease forwards}@keyframes toast-out{to{transform:translate(100%);opacity:0}}:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--accent: #ca8a04;--accent-hover: #eab308;--accent-text: #ffffff;--border-color: #334155;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--transition-fast: .2s ease;--transition-normal: .3s ease;--sidebar-width: 280px;--header-height: 70px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);margin:0;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
