:root{--bg:#fff;--text:#1f2937;--muted:#6b7280;--border:#d1d5db;--surface:#f9fafb;--surface-hover:#eef2ff;--code-bg:#f4f3ec;--accent:#2563eb;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}:root[data-theme=dark]{--bg:#16171d;--text:#e5e7eb;--muted:#9ca3af;--border:#343742;--surface:#1f2028;--surface-hover:#2a2c36;--code-bg:#1f2028;--accent:#3b82f6}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0}#root{max-width:100%}h1{margin:16px 0;font-size:28px}h2{margin:16px 0 8px;font-size:20px}h3{margin:12px 0 6px;font-size:16px}button{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:6px 12px;font-size:14px}button:hover:not(:disabled){background:var(--surface-hover)}button:disabled{cursor:not-allowed;opacity:.5}input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:4px;padding:4px 6px;font-size:14px}code{background:var(--code-bg);color:var(--text);border-radius:4px;padding:2px 6px;font-family:ui-monospace,Consolas,monospace;font-size:13px}table{background:var(--bg);color:var(--text)}th,td{border-color:var(--border)!important}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.col-hint{cursor:help;color:var(--accent);font-weight:700;position:relative}.col-hint-pop{z-index:1000;background:var(--surface);color:var(--text);border:1px solid var(--border);text-align:left;white-space:normal;border-radius:6px;width:250px;padding:8px 10px;font-size:12px;font-weight:400;line-height:1.8;display:none;position:absolute;top:1.6em;right:0;box-shadow:0 4px 12px #0003}.col-hint:hover .col-hint-pop,.col-hint:focus .col-hint-pop{display:block}.help-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin:10px 0;padding:14px 16px}.help-step{align-items:flex-start;gap:12px;display:flex}.help-badge{background:var(--accent);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.help-badge.gray{background:var(--muted)}details.faq{border:1px solid var(--border);background:var(--surface);border-radius:6px;margin:6px 0;padding:8px 12px}details.faq summary{cursor:pointer;font-weight:600}details.faq[open] summary{margin-bottom:6px}.help-table{border-collapse:collapse;width:100%;margin:6px 0;font-size:13px}.help-table th,.help-table td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:4px 8px}.help-table th{background:var(--surface)}
