:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at top left,#0d1f33 0%,#050b13 40%,#040810 100%);color:#e9edf5;min-height:100vh}*{box-sizing:border-box}body{margin:0;padding:0;background:transparent}main.app{max-width:1100px;margin:0 auto;padding:2rem}header{display:flex;justify-content:space-between;align-items:center;gap:1rem}h1{margin:0;font-size:2.4rem}p{line-height:1.5}.auth{display:flex;gap:.75rem;align-items:center}.tag{padding:.25rem .75rem;border-radius:999px;background:#132b44;border:1px solid #1e3d61;font-size:.9rem}button{background:linear-gradient(135deg,#3b82f6,#9333ea);border:none;color:#fff;padding:.7rem 1.1rem;border-radius:10px;cursor:pointer;font-weight:700;transition:transform .1s ease,box-shadow .1s ease}button:disabled{opacity:.6;cursor:not-allowed}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #00000040}.content{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem}.card{background:#0b1624;border:1px solid #132235;border-radius:16px;padding:1.25rem;box-shadow:0 10px 30px #00000040}.card h2{margin-top:0;margin-bottom:.6rem}.callout{margin-top:2rem;text-align:center}form{display:flex;flex-direction:column;gap:.75rem}label{display:flex;flex-direction:column;gap:.3rem;font-weight:600}input,textarea{width:100%;border-radius:10px;border:1px solid #1f2e45;background:#0f1c2d;color:#e9edf5;padding:.75rem .9rem;font-size:1rem}textarea{min-height:100px;resize:vertical}.status{margin-top:.5rem;color:#a5b4fc}.status.error{color:#ef4444}.status.warning{color:#fbbf24}.muted{color:#9ca3af}.seed-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.seed-list li{border:1px solid #1f2e45;background:#0e1b2c;border-radius:12px;padding:.85rem 1rem}.seed-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.seed-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.delete-button{background:linear-gradient(135deg,#ef4444,#b91c1c)}.delete-button:hover:not(:disabled){box-shadow:0 8px 18px #ef444440}.seed-name{font-weight:700;margin:0 0 .35rem}.seed-phrase{margin:0;color:#cbd5e1;word-break:break-word}.account-line{display:flex;flex-direction:column;gap:.35rem}.account-id-container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.account-id{word-break:break-all;overflow-wrap:anywhere}.copy-button{background:#1f2e45;border:none;color:#fff;padding:.3rem .6rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s ease}.copy-button:hover{background:#2a3f5e}.copy-button.copied{background:#22c55e}.hide-button{background:#1f2e45;border:none;color:#fff;padding:.3rem .6rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s ease;margin-right:.4rem}.hide-button:hover{background:#2a3f5e}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite;margin-left:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.button-loading{opacity:.7;cursor:progress}.processing-notice{margin-top:1rem;padding:1rem;background:#132b44;border:1px solid #1e3d61;border-radius:10px;color:#a5b4fc;font-size:.95rem;text-align:center}
