:root{--bg: #0b1220;--card: #0f1a2f;--text: #e8eefc;--muted: #9fb0d0;--border: rgba(255, 255, 255, .08);--primary: #4f8cff;--ok: #22c55e;--warn: #f59e0b;--err: #ef4444;--hl: #fff3cd}*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.page{min-height:100%;background:radial-gradient(1200px 600px at 10% 0%,rgba(79,140,255,.35),transparent 50%),radial-gradient(900px 500px at 90% 20%,rgba(34,197,94,.18),transparent 55%),var(--bg);color:var(--text);padding:40px 16px}.container{max-width:860px;margin:0 auto}.header{margin-bottom:18px}.title{margin:0 0 6px;font-size:28px;font-weight:700;letter-spacing:.2px}.subtitle{margin:0;color:var(--muted)}.card{background:#0f1a2fbf;border:1px solid var(--border);border-radius:14px;padding:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.label{display:block;font-weight:600;margin-bottom:10px}.input{width:100%;margin-top:8px;padding:12px;border-radius:12px;border:1px solid var(--border);background:#00000026;color:var(--text);outline:none}.input:disabled{opacity:.6}.hintRow{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.hint{color:var(--muted)}.hintError{color:#ffd1d1}.button{padding:10px 14px;border:1px solid rgba(79,140,255,.35);background:#4f8cff38;color:var(--text);border-radius:12px;cursor:pointer;font-weight:700}.button:disabled{opacity:.5;cursor:not-allowed}.secondary{padding:10px 14px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);border-radius:12px;cursor:pointer;font-weight:600}.linkBtn{display:inline-flex;padding:10px 14px;border-radius:12px;background:#22c55e24;border:1px solid rgba(34,197,94,.35);color:var(--text);text-decoration:none;font-weight:700}.linkActions{margin-top:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.iconBtn{width:38px;height:38px;border-radius:12px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);cursor:pointer;font-size:18px;line-height:1}.progress{margin-top:12px}.progressBar{height:6px;border-radius:999px;background:linear-gradient(90deg,#4f8cff1a,#4f8cffe6,#4f8cff1a);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.progressText{margin-top:8px;color:var(--muted)}@keyframes shimmer{0%{background-position:0% 0%}to{background-position:200% 0%}}.result{margin-top:14px;border-radius:14px;border:1px solid var(--border);padding:16px;background:#0f1a2fa6}.badgeRow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:800;font-size:12px;letter-spacing:.2px}.badgeOk{background:#22c55e26;border:1px solid rgba(34,197,94,.3)}.badgeWarn{background:#f59e0b26;border:1px solid rgba(245,158,11,.3)}.badgeErr{background:#ef444426;border:1px solid rgba(239,68,68,.3)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.notice{margin-top:12px;border-radius:12px;background:#fff3cd1f;border:1px solid rgba(255,243,205,.25);padding:12px}.noticeTitle{font-weight:800;margin-bottom:6px}.hl{background:var(--hl);color:#1b1b1b;padding:0 4px;border-radius:6px}.grid{margin-top:12px;display:grid;gap:10px}.row{display:grid;grid-template-columns:160px 1fr;gap:10px}.k{color:var(--muted)}.v{color:var(--text)}.text{margin-top:10px;color:var(--text)}.actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap;align-items:center}.link{color:var(--text);text-decoration:underline}.footer{margin-top:22px;color:var(--muted);display:flex;gap:6px;flex-wrap:wrap}.muted{color:var(--muted)}
