*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}#root{background:#0a0a0a;width:100%;max-width:480px;height:100vh;margin:0 auto;position:relative;box-shadow:0 0 0 1px #2a2a2a}button{cursor:pointer;font-family:inherit}input{font-family:inherit}input:-webkit-autofill{caret-color:#4ade80;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#fff!important;background-color:#161616!important;-webkit-box-shadow:inset 0 0 0 1000px #161616!important}input:-webkit-autofill:hover{caret-color:#4ade80;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#fff!important;background-color:#161616!important;-webkit-box-shadow:inset 0 0 0 1000px #161616!important}input:-webkit-autofill:focus{caret-color:#4ade80;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#fff!important;background-color:#161616!important;-webkit-box-shadow:inset 0 0 0 1000px #161616!important}input:-webkit-autofill:active{caret-color:#4ade80;transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#fff!important;background-color:#161616!important;-webkit-box-shadow:inset 0 0 0 1000px #161616!important}input:focus{color:#fff!important;background-color:#161616!important;outline:none!important}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}.skeleton{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-container{background:#0a0a0a;flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.app-content{-webkit-overflow-scrolling:touch;flex:1;padding-bottom:0;overflow:hidden auto}.app-content.app-content--no-nav-pad .tab-screen,.app-content.app-content--no-nav-pad{padding-bottom:0}.tab-screen{padding-bottom:100px}.bottom-nav{pointer-events:none;z-index:1000;background:0 0;justify-content:center;padding:0 16px;display:flex;position:fixed;bottom:16px;left:0;right:0}.bottom-nav-pill{pointer-events:all;background:#1a1a1a;border:.5px solid #2a2a2a;border-radius:40px;justify-content:space-around;align-items:center;gap:4px;width:100%;max-width:420px;padding:10px 16px 8px;display:flex;box-shadow:0 10px 40px #00000080}.nav-button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:24px;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;padding:8px 12px;transition:all .2s;display:flex}.nav-button:hover{background:#1f1f1f}.nav-button.active{color:#fff;background:#1b7a3e}.nav-button.active:hover{background:#1a8f47}.nav-label{white-space:nowrap;font-size:11px;font-weight:500}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}
