:root{--bg-color: #050505;--card-bg: #121212;--text-primary: #ffffff;--text-secondary: #a1a1aa;--accent-color: #6366f1;--accent-hover: #4f46e5;--border-color: #27272a;--font-family: "Inter", system-ui, -apple-system, sans-serif}body{margin:0;font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#52525b}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.gradient-text{background:linear-gradient(to right,#c084fc,#6366f1,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.mobile-toggle-btn{display:flex}@media(min-width:768px){.modal-overlay{padding:1rem!important}.modal-container{border-radius:16px!important;max-width:900px!important;max-height:90vh!important;height:auto!important;border:1px solid #27272a!important}.modal-header{padding:1.5rem!important}.modal-container>div:nth-child(2){flex-direction:row!important}.modal-inputs{flex:1!important;border-right:1px solid #27272a!important;padding:1.5rem!important;display:block!important;max-height:70vh}.modal-output{flex:1!important;padding:1.5rem!important;display:flex!important}.mobile-toggle-btn{display:none!important}}
