.app-container[data-v-61b4162a]{width:100%;min-height:100vh;background-color:#f5f5f5}*{box-sizing:border-box;margin:0;padding:0}:root{--paper: #fffdf8;--ink: #050505;--text: #111827;--muted: #6b7280;--faint: #9ca3af;--line: #e5e7eb;--accent: #ff9800;--solana-green: #14f195;--solana-purple: #9945ff}html,body,#app{width:100%;height:100%;min-height:100%}body{color:var(--text);background:#ececec;font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.container{position:relative;display:flex;flex-direction:column;width:100%;max-width:393px;height:100vh;height:100dvh;margin:0 auto;overflow:hidden;background:var(--paper)}.page-content{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.page-content>*{flex-shrink:0}.app-header,.top-nav{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent}.app-header{flex:0 0 58px;height:58px}.app-title{font-size:20px;font-weight:900;line-height:1.1;color:var(--text)}.app-subtitle{margin-top:2px;color:var(--faint);font-size:12px;font-weight:600}.circle-btn,.nav-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;background:transparent;color:var(--ink);cursor:pointer}.circle-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:999px;background:#fff}.top-nav{flex:0 0 56px;height:56px;padding:14px 18px}.top-nav h1{flex:1;text-align:center;font-size:17px;font-weight:700;line-height:1.1}.nav-btn{width:24px;height:24px}.screen-pad{padding:12px 18px 18px}.card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px}.card-title{margin-bottom:9px;color:var(--text);font-size:16px;font-weight:800;line-height:1.1}.pill-tabs{display:flex;gap:8px;width:100%}.pill-tab{display:inline-flex;align-items:center;justify-content:center;flex:1;height:36px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}.pill-tab.active{border-color:var(--ink);background:var(--ink);color:#fff}.progress-track{height:4px;overflow:hidden;border-radius:999px;background:#0000001f}.progress-fill{height:100%;border-radius:inherit;background:var(--ink)}.bottom-nav{flex:0 0 95px;z-index:10;display:flex;align-items:flex-start;justify-content:center;width:100%;height:95px;padding:12px 21px 21px;background:var(--paper)}.bottom-nav-tabs{display:flex;gap:4px;width:100%;height:62px;padding:4px;border:1px solid var(--line);border-radius:36px;background:#fff}.nav-tab{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;border-radius:26px;color:var(--faint);font-size:11px;font-weight:700;cursor:pointer}.nav-tab.active{background:var(--ink);color:#fff}.nav-icon{width:20px;height:20px}.bottom-cta{flex:0 0 auto;z-index:10;border-top:1px solid var(--line);background:#fff}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;border:0;border-radius:8px;background:var(--ink);color:#fff;font-size:16px;font-weight:800;cursor:pointer}.primary-btn:disabled{cursor:not-allowed;opacity:.45}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--ink);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@supports not (height: 100dvh){.container{height:100vh}}
