.app{width:100%;max-width:1400px;margin:0 auto;padding:24px;min-height:100vh;box-sizing:border-box}.page-loader{display:flex;justify-content:center;align-items:center;min-height:60vh}.loader-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.velocity-up{color:#4ade80!important}.velocity-down{color:#f87171!important}.velocity-neutral{color:#737373!important}@media(max-width:768px){.app{padding:16px}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e5e5e5;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;background:linear-gradient(180deg,#0a0a0a,#0f0f0f)}#root{width:100%}a{color:#3b82f6;text-decoration:none;transition:color .15s ease}a:hover{color:#60a5fa}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}::selection{background:#3b82f64d;color:#fafafa}
