:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.45;font-weight:400;color:#14201c;background:#f4f7f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;--surface: rgba(255, 255, 255, .92);--surface-soft: rgba(245, 249, 244, .85);--border: rgba(21, 38, 29, .1);--text: #14201c;--text-muted: #5a6b62;--text-faint: #8a9b92;--primary: #1a5c3a;--primary-light: #e8f5ec;--primary-ink: #f2f9f4;--danger: #c0392b;--danger-light: #fbeae8;--success: #1a7a3a;--success-light: #e3f7ea;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--shadow-sm: 0 1px 3px rgba(20, 43, 35, .06);--shadow-md: 0 4px 12px rgba(20, 43, 35, .08);--tab-height: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overscroll-behavior:none}button,input,textarea,select{font:inherit;color:inherit}input,textarea,select{border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;padding:12px 14px;width:100%;font-size:16px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-light)}h1,h2,h3,p{margin:0}.app-shell{display:grid;grid-template-rows:1fr auto;height:100dvh;height:100vh;overflow:hidden;max-width:480px;margin:0 auto}@supports (height: 100dvh){.app-shell{height:100dvh}}.page-container{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.page{padding:20px 16px;padding-bottom:calc(20px + var(--safe-bottom));min-height:100%}.tab-bar{display:grid;grid-template-columns:repeat(5,1fr);background:var(--surface);border-top:1px solid var(--border);padding-bottom:var(--safe-bottom);box-shadow:0 -1px 6px #142b230d}.tab-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 0;min-height:var(--tab-height);background:none;border:none;cursor:pointer;color:var(--text-muted);transition:color .12s ease;-webkit-tap-highlight-color:transparent}.tab-button:active{transform:scale(.95)}.tab-active{color:var(--primary)}.tab-icon{font-size:22px;line-height:1}.tab-label{font-size:10px;font-weight:500;letter-spacing:.02em}.tab-bar-hidden{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-pill);padding:14px 24px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .12s ease,opacity .12s ease;-webkit-tap-highlight-color:transparent}.btn:disabled{cursor:not-allowed;opacity:.45}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--primary);color:var(--primary-ink)}.btn-secondary{background:var(--surface);color:var(--primary);border:1px solid var(--border)}.btn-full{width:100%}.btn-lg{padding:16px 32px;font-size:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow-sm)}.field{display:grid;gap:6px}.field-label{font-size:13px;font-weight:500;color:var(--text-muted)}.section-title{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.status-text{font-size:13px;color:var(--text-muted)}.status-success{color:var(--success)}.status-error{color:var(--danger)}.page-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:60vh;color:var(--text-faint);text-align:center}.page-placeholder-icon{font-size:48px;opacity:.5}.page-placeholder-title{font-size:18px;font-weight:600;color:var(--text-muted)}.lock-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;padding:32px 24px;gap:32px}.lock-header{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.lock-logo{width:64px;height:64px;border-radius:18px;background:var(--primary);color:var(--primary-ink);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin-bottom:4px}.lock-title{font-size:28px;font-weight:700;letter-spacing:-.02em}.lock-subtitle{font-size:14px;color:var(--text-muted)}.lock-form{display:flex;flex-direction:column;gap:16px;width:100%;max-width:340px}.lock-status{font-size:13px;color:var(--text-muted);text-align:center;min-height:1.4em}.lock-link{background:none;border:none;color:var(--primary);font-size:14px;cursor:pointer;text-align:center;padding:4px;-webkit-tap-highlight-color:transparent}.lock-link:active{opacity:.7}.home-page{display:flex;flex-direction:column;gap:20px}.home-greeting{font-size:15px;color:var(--text-muted);font-weight:500}.home-balance-section{text-align:center;padding:24px 0 8px}.home-balance-label{font-size:13px;color:var(--text-muted);margin-bottom:4px}.home-balance-row{display:flex;align-items:baseline;justify-content:center;gap:8px}.home-balance-value{font-size:36px;font-weight:700;letter-spacing:-.02em}.home-balance-unit{font-size:16px;color:var(--text-muted);font-weight:500}.home-tokens{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:var(--radius-md);overflow:hidden}.home-token-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface)}.home-token-icon{width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.home-token-info{flex:1;min-width:0}.home-token-name{font-size:15px;font-weight:600}.home-token-balance{font-size:15px;font-weight:500;color:var(--text);text-align:right}.home-actions-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-action-trio-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .12s ease}.home-action-trio-btn:active{transform:scale(.96)}.home-action-trio-icon{width:40px;height:40px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:20px}.home-action-trio-label{font-size:13px;font-weight:600;color:var(--text)}.home-flow-area{display:flex;flex-direction:column;gap:12px}.home-flow-card{display:flex;flex-direction:column;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.home-flow-title{font-size:18px;font-weight:700}.home-flow-note-result{display:flex;flex-direction:column;gap:10px}.home-note-output{font-family:monospace;font-size:12px;word-break:break-all;resize:vertical}.home-recent{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:var(--radius-md);overflow:hidden}.home-tx-row{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--surface)}.home-tx-icon{width:32px;height:32px;border-radius:50%;background:var(--surface-soft);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.home-tx-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.home-tx-label{font-size:14px;font-weight:500}.home-tx-hash{font-size:12px;color:var(--text-faint);font-family:monospace}.home-tx-height{font-size:12px;color:var(--text-faint);flex-shrink:0}.home-sync-status{font-size:12px;color:var(--text-faint);text-align:center}.send-page{display:flex;flex-direction:column;gap:20px}.send-title{font-size:22px;font-weight:700}.send-inputs{display:flex;flex-direction:column;gap:16px}.send-progress{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:40vh;text-align:center}.send-progress-icon{font-size:48px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.send-progress-text{font-size:15px;color:var(--text-muted)}.send-result{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:32px 0}.send-result-icon{font-size:56px}.send-result-title{font-size:22px;font-weight:700}.send-result-detail{font-size:14px;color:var(--text-muted);word-break:break-all;max-width:100%}.receive-page{display:flex;flex-direction:column;gap:20px}.receive-title{font-size:22px;font-weight:700}.receive-inputs,.receive-result{display:flex;flex-direction:column;gap:16px}.receive-address-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;word-break:break-all}.receive-address-text{font-family:monospace;font-size:14px;line-height:1.5;color:var(--text)}.receive-commitment-text{font-family:monospace;font-size:12px;color:var(--text-faint);word-break:break-all}.receive-status-section{display:flex;align-items:center;gap:12px;padding:16px;background:var(--surface-soft);border-radius:var(--radius-md)}.receive-status-icon{font-size:24px;flex-shrink:0}.receive-status-text{font-size:14px;color:var(--text-muted)}.receive-status-done{background:var(--success-light)}.receive-status-done .receive-status-text{color:var(--success);font-weight:500}.receive-card{display:flex;flex-direction:column;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.receive-addr-result{display:flex;flex-direction:column;gap:10px}.activity-page{display:flex;flex-direction:column;gap:16px}.activity-title{font-size:22px;font-weight:700}.activity-list{display:flex;flex-direction:column;gap:1px;background:var(--border);border-radius:var(--radius-md);overflow:hidden}.activity-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:none;text-align:left;cursor:pointer;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.activity-row:active{background:var(--surface-soft)}.activity-row-icon{width:36px;height:36px;border-radius:50%;background:var(--surface-soft);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.activity-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.activity-row-label{font-size:15px;font-weight:500}.activity-row-hash{font-size:12px;color:var(--text-faint);font-family:monospace}.activity-row-height{font-size:12px;color:var(--text-faint);flex-shrink:0}.activity-detail{display:flex;flex-direction:column;gap:12px;padding:4px 0}.activity-detail-icon{font-size:40px;text-align:center}.activity-detail-kind{font-size:20px;font-weight:700;text-align:center}.activity-detail-field{display:flex;flex-direction:column;gap:2px;padding:8px 0;border-bottom:1px solid var(--border)}.activity-detail-value{font-size:13px;font-family:monospace;word-break:break-all;color:var(--text)}.settings-page{display:flex;flex-direction:column;gap:12px}.settings-title{font-size:22px;font-weight:700;margin-bottom:4px}.settings-section{display:flex;flex-direction:column;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}
