*{margin:0;padding:0;box-sizing:border-box}:root{--vh: 1vh}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;overflow-x:hidden}#root{display:flex;flex-direction:column;height:100%}button{font-family:inherit;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}input,textarea,select{font-family:inherit;outline:none}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:0px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite;display:inline-flex}.lp-nav{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;background:#000000d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #1e1e1e}.lp-nav-links{display:flex;gap:24px;align-items:center;justify-content:center}@media (max-width: 760px){.lp-nav{flex-wrap:wrap;gap:12px 16px;padding:12px 16px}.lp-nav-links{order:3;width:100%;justify-content:flex-start;flex-wrap:nowrap;gap:18px;overflow-x:auto;-webkit-overflow-scrolling:touch}.lp-nav-links a{flex:0 0 auto}}
