:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--background: #edf2fb;--background-accent-1: rgba(37, 99, 235, .14);--background-accent-2: rgba(124, 58, 237, .12);--surface: #ffffff;--surface-muted: #f8fafc;--surface-hover: rgba(226, 232, 240, .85);--border: #e2e8f0;--input-bg: #ffffff;--input-border: #cbd5f5;--muted: #475569;--text: #0f172a;--danger: #dc2626;--success: #15803d;--card-shadow: 0 18px 40px -24px rgba(15, 23, 42, .45);--theme-toggle-border: rgba(148, 163, 184, .65);--theme-toggle-bg: rgba(255, 255, 255, .75);--theme-toggle-hover: rgba(226, 232, 240, .85);--theme-toggle-text: #0f172a}:root[data-theme=dark]{color-scheme:dark;--background: #020617;--background-accent-1: rgba(37, 99, 235, .22);--background-accent-2: rgba(124, 58, 237, .18);--surface: #0f172a;--surface-muted: #1e293b;--surface-hover: rgba(51, 65, 85, .65);--border: rgba(148, 163, 184, .25);--input-bg: rgba(15, 23, 42, .95);--input-border: rgba(148, 163, 184, .35);--muted: #94a3b8;--text: #e2e8f0;--danger: #f87171;--success: #34d399;--card-shadow: 0 24px 40px -24px rgba(15, 23, 42, .75);--theme-toggle-border: rgba(148, 163, 184, .3);--theme-toggle-bg: rgba(15, 23, 42, .95);--theme-toggle-hover: rgba(30, 41, 59, .95);--theme-toggle-text: #e2e8f0}a{color:inherit}a:hover{color:#2563eb}:root[data-theme=dark] a:hover{color:#60a5fa}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,var(--background-accent-1),transparent 45%),radial-gradient(circle at bottom right,var(--background-accent-2),transparent 42%),var(--background);display:flex;justify-content:center;color:var(--text);transition:background-color .3s ease,color .3s ease}#root{width:min(960px,100%);padding:3rem 1.5rem 4rem}button,input{font-family:inherit}@media (max-width: 768px){#root{padding:2.25rem 1.1rem 3.25rem}}@media (max-width: 480px){#root{padding:1.5rem .75rem 2.5rem}}.app{display:flex;flex-direction:column;gap:2rem}main{display:flex;justify-content:center}.header{display:flex;flex-direction:column;gap:1.25rem}.header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.header h1{margin:0;font-size:2rem}.wallet{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;width:100%}.connectors{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.address{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem;word-break:break-all}.card{display:flex;flex-direction:column;gap:1rem;padding:1.75rem;border-radius:16px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--card-shadow);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease;width:min(100%,520px);margin:0 auto}.field{display:flex;flex-direction:column;gap:.5rem;text-align:left}.field span{font-weight:600;color:var(--text);transition:color .3s ease}.field input{padding:.65rem .75rem;border-radius:10px;border:1px solid var(--input-border);background:var(--input-bg);font-size:1rem;color:var(--text);transition:background-color .25s ease,border-color .25s ease,color .25s ease}.field input:focus{border-color:#2563eb;outline:2px solid rgba(37,99,235,.25)}.domain-preview{margin:-.25rem 0 0;font-size:.95rem;color:var(--muted);transition:color .3s ease}.domain-preview strong{color:var(--text);transition:color .3s ease}.registration-note{margin:-.35rem 0 .5rem;font-size:.85rem;color:var(--muted);line-height:1.4}button{align-self:flex-start;padding:.65rem 1.5rem;border-radius:999px;border:none;font-weight:600;font-size:.95rem;background:linear-gradient(120deg,#2563eb,#7c3aed);color:#fff;cursor:pointer;transition:opacity .2s ease,transform .15s ease}button:disabled{cursor:not-allowed;opacity:.6;transform:none}button:not(:disabled):hover{opacity:.9}.theme-toggle{padding:.4rem .5rem;border-radius:999px;border:1px solid var(--theme-toggle-border);background:var(--theme-toggle-bg);color:var(--theme-toggle-text);font-weight:500;display:inline-flex;align-items:center;justify-content:center;min-width:42px;align-self:center;margin-left:auto;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.theme-toggle:hover{background:var(--theme-toggle-hover)}.theme-toggle:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px}.status{margin:0;font-size:.95rem;line-height:1.4;word-break:break-word}.status code{font-size:.85rem}.status.error{color:var(--danger)}.status.success{color:var(--success)}.connectors button{width:min(100%,220px);flex:1 1 160px}@media (max-width: 600px){.card{padding:1.25rem}.header h1{font-size:1.6rem}.wallet{width:100%;justify-content:space-between;gap:.5rem}.wallet button,.connectors button{flex:1 1 48%;min-width:140px}.connectors{width:100%;gap:.5rem}}@media (max-width: 420px){.header{align-items:stretch}.theme-toggle{width:auto}.wallet{flex-direction:column;align-items:stretch}.wallet button,.connectors button{flex:1 1 auto;width:100%}}
