@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#000;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#262626;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#333}::selection{background:#a855f74d;color:#fff}input,textarea,select{font-family:Inter,system-ui,sans-serif!important}input::placeholder,textarea::placeholder{color:#666!important}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mobile-nav{display:none!important}@media (max-width: 768px){.desktop-nav{display:none!important}.mobile-nav{display:flex!important}.desktop-sidebar{display:none!important}.app-content{margin-left:0!important;width:100%!important}.section-padding{padding:40px 16px!important}.landing-nav{padding:16px!important}.modal-content{width:95%!important;max-width:95%!important;margin:16px!important;max-height:90vh!important}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:#0a0a0a;border-top:1px solid #262626;padding:8px 0;padding-bottom:env(safe-area-inset-bottom,8px);z-index:100}}@media (max-width: 480px){.btn-large{padding:14px 24px!important;font-size:14px!important}}.mobile-bottom-nav{display:none}
