*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0d1117;color:#e6edf3;min-height:100vh}#root{min-height:100vh;padding:2rem;max-width:640px;margin:0 auto}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.header-logo{height:2rem;width:auto;object-fit:contain}.trustline-logo,.stellar-logo{height:4rem}.soroban-logo{padding:.15rem 0}h1{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}input,button{font:inherit;color:inherit}input{background:#21262d;border:1px solid #30363d;border-radius:6px;padding:.5rem .75rem;width:100%}input::placeholder{color:#8b949e}button{background:#238636;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-weight:500}button:hover{background:#2ea043}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:#21262d;color:#e6edf3;border:1px solid #30363d}button.secondary:hover{background:#30363d}button.danger{background:#da3633}button.danger:hover{background:#f85149}.card{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.label{display:block;font-size:.875rem;color:#8b949e;margin-bottom:.25rem}.wallet-card .wallet-status{margin:0 0 .25rem;font-weight:600;font-size:.9375rem}.wallet-card .wallet-disconnected{color:#8b949e}.wallet-card .wallet-connected{color:#3fb950}.wallet-card .wallet-address{margin:0;font-family:ui-monospace,monospace;font-size:.875rem;color:#e6edf3;word-break:break-all}.wallet-card .wallet-hint{margin:0;font-size:.8125rem;color:#8b949e}.actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.mt1{margin-top:1rem}.mb1{margin-bottom:1rem}.error{color:#f85149;font-size:.875rem;margin-top:.5rem}.success{color:#3fb950;font-size:.875rem;margin-top:.5rem}ul.entries{list-style:none;padding:0;margin:0}ul.entries li{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #21262d;gap:.75rem}ul.entries li:last-child{border-bottom:none}ul.entries li code{background:#21262d;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;word-break:break-all}
