:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f1f5f9de;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#6366f1;text-decoration:inherit;transition:color .25s}a:hover{color:#818cf8}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1;color:#f1f5f9}h2,h3{color:#f1f5f9}button{border-radius:.5rem;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#334155;color:#f1f5f9;cursor:pointer;transition:all .25s}button:hover{background-color:#475569;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}button:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}button:active{transform:translateY(0)}input[type=text],input[type=number],input[type=email],textarea,select{background-color:#1a1f35;border:1px solid #334155;border-radius:.375rem;color:#f1f5f9;padding:.5rem .75rem;font-family:inherit;font-size:1em;transition:all .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:#6366f1;background-color:#1e293b;box-shadow:0 0 0 3px #6366f11a}input::placeholder,textarea::placeholder{color:#64748b}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#64748b}::selection{background-color:#6366f1;color:#f1f5f9}:root{color-scheme:dark;--primary-dark: #0f172a;--secondary-dark: #1e293b;--tertiary-dark: #334155;--accent-emerald: #10b981;--accent-teal: #14b8a6;--accent-indigo: #6366f1;--accent-blue: #3b82f6;--accent-purple: #a855f7;--accent-yellow: #eab308;--accent-red: #ef4444;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--border-color: #334155;--border-light: #475569}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background-color:var(--primary-dark);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--secondary-dark)}::-webkit-scrollbar-thumb{background:var(--tertiary-dark);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}a{color:var(--accent-indigo);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-blue)}button{cursor:pointer;font-family:inherit;transition:all .3s ease}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:inherit;background-color:#1a1f35;border:1px solid var(--border-color);color:var(--text-primary);border-radius:.5rem;padding:.5rem .75rem;transition:all .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent-indigo);box-shadow:0 0 0 2px #6366f11a}.min-h-screen{min-height:100vh}.bg-gray-900{background-color:#0f172a}.bg-gray-800{background-color:#1e293b}.bg-gray-700{background-color:#334155}.text-white{color:#f1f5f9}.text-gray-300{color:#cbd5e1}.text-gray-400{color:#94a3b8}.text-gray-500{color:#64748b}.border-gray-700{border-color:#334155}.border-gray-600{border-color:#475569}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.text-emerald-300{color:#a7f3d0}.text-emerald-400{color:#6ee7b7}.text-emerald-500{color:#10b981}.text-emerald-600{color:#059669}.text-teal-300{color:#7dd3fc}.text-teal-400{color:#22d3ee}.text-indigo-300{color:#a5b4fc}.text-indigo-400{color:#818cf8}.text-indigo-600{color:#4f46e5}.text-blue-300{color:#93c5fd}.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}.text-purple-300{color:#d8b4fe}.text-purple-400{color:#c084fc}.text-yellow-300{color:#fcd34d}.text-yellow-400{color:#facc15}.text-red-300{color:#fca5a5}.bg-emerald-900{background-color:#05966933}.bg-emerald-600{background-color:#059669}.bg-emerald-500{background-color:#10b981}.bg-indigo-900{background-color:#4f46e533}.bg-indigo-600{background-color:#4f46e5}.bg-blue-900{background-color:#3b82f633}.bg-blue-600{background-color:#3b82f6}.bg-purple-900{background-color:#a855f733}.bg-purple-600{background-color:#a855f7}.bg-red-900{background-color:#ef444433}.bg-red-600{background-color:#dc2626}.border-emerald-600{border-color:#059669}.border-indigo-600{border-color:#4f46e5}.border-blue-600{border-color:#3b82f6}.border-yellow-600{border-color:#ca8a04}.bg-gray-700\/50{background-color:#33415580}.bg-gray-900\/20{background-color:#0f172a33}.bg-gray-900\/50{background-color:#0f172a80}.bg-red-900\/20{background-color:#7f1d1d33}.bg-green-900\/20{background-color:#14532d33}.border-emerald-600\/50{border-color:#05966980}.border-indigo-600\/50{border-color:#4f46e580}.border-blue-600\/50{border-color:#3b82f680}.border-yellow-600\/50{border-color:#ca8a0480}.border-red-700{border-color:#b91c1c}.border-green-700{border-color:#15803d}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-6,.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.border{border:1px solid var(--border-color)}.border-b{border-bottom:1px solid var(--border-color)}.border-b-2{border-bottom:2px solid transparent}.shadow-lg{box-shadow:0 10px 15px -3px #0000004d}.shadow-md{box-shadow:0 4px 6px -1px #0003}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.divide-y>*+*{border-top:1px solid var(--border-color)}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2 / span 2}}.flex{display:flex}.flex-1{flex:1 1 0%}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.space-x-8{gap:2rem}.overflow-x-auto{overflow-x:auto}.overflow-hidden{overflow:hidden}.opacity-50{opacity:.5}.disabled\:opacity-50:disabled{opacity:.5}.hover\:opacity-100:hover{opacity:1}.inline-flex{display:inline-flex}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.z-40{z-index:40}.z-50{z-index:50}.sticky{position:sticky}.top-0{top:0}.hover\:bg-gray-600:hover{background-color:#475569}.hover\:bg-gray-700:hover{background-color:#334155}.hover\:text-white:hover{color:#f1f5f9}.hover\:text-gray-300:hover{color:#cbd5e1}.hover\:from-emerald-500:hover{--tw-gradient-from: #10b981}.hover\:to-teal-500:hover{--tw-gradient-to: #14b8a6}.hover\:from-indigo-500:hover{--tw-gradient-from: #6366f1}.hover\:to-purple-500:hover{--tw-gradient-to: #a855f7}.hover\:from-blue-500:hover{--tw-gradient-from: #3b82f6}.hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4}.hover\:from-green-500:hover{--tw-gradient-from: #22c55e}.hover\:to-emerald-500:hover{--tw-gradient-to: #10b981}.hover\:border-gray-600:hover{border-color:#475569}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-from),var(--tw-gradient-to))}.from-gray-800{--tw-gradient-from: #1e293b}.to-gray-900{--tw-gradient-to: #0f172a}.from-emerald-600{--tw-gradient-from: #059669}.to-teal-600{--tw-gradient-to: #0d9488}.from-indigo-600{--tw-gradient-from: #4f46e5}.to-purple-600{--tw-gradient-to: #9333ea}.from-blue-600{--tw-gradient-from: #2563eb}.to-cyan-600{--tw-gradient-to: #0891b2}.from-green-600{--tw-gradient-from: #16a34a}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.w-full{width:100%}.w-screen{width:100vw}.h-full{height:100%}.h-screen{height:100vh}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}
