*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0f172a;color:#e2e8f0;height:100vh;overflow:hidden}#root{height:100vh;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}button{cursor:pointer}input,textarea,select{font-family:inherit;background:#1e293b;border:1px solid #334155;color:#e2e8f0;border-radius:6px;padding:8px 12px;font-size:14px;outline:none;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:#6366f1}textarea{resize:vertical;min-height:80px}select option{background:#1e293b}
