:root{--bg-page: #1a1a2e;--bg-card: #1e2838;--bg-input: #273750;--border-default: #334155;--accent-cyan: #00d9ff;--accent-orange: #FF6B35;--text-primary: #ffffff;--text-data: #e2e8f0;--text-secondary: #94a3b8;--color-green: #10b981;--color-amber: #f59e0b;--color-red: #ef4444;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-data);background-color:var(--bg-page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{color:var(--accent-cyan);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}input:focus,textarea:focus,select:focus{outline:2px solid var(--accent-cyan);outline-offset:1px}::selection{background:var(--accent-cyan);color:var(--bg-page)}
