:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;--bg-dark: #13141f;--bg-panel: #1e1f2b;--bg-hover: #2a2b3d;--primary: #6c5dd3;--primary-hover: #5b4cc4;--accent-green: #2cc09c;--accent-blue: #3f8cff;--accent-red: #ff5757;--text-primary: #ffffff;--text-secondary: #8f92a1;--border-color: #2d2e3d;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--header-height: 70px;--sidebar-width-left: 320px;--sidebar-width-right: 300px}body,html,#root,.App{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:var(--bg-dark);color:var(--text-primary);touch-action:none;user-select:none;-webkit-user-select:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a4b5d}.flex-center{display:flex;align-items:center;justify-content:center}.text-secondary{color:var(--text-secondary)}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:all .2s ease}input{background:var(--bg-dark);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;padding:8px 12px;outline:none;font-family:inherit}input:focus{border-color:var(--primary)}
