*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Yu Gothic UI,sans-serif;background:#f4f5f7;color:#1e293b;font-size:14px;min-height:100vh}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}a{color:#2563eb}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;padding:16px 24px;justify-content:space-between;color:#111827;background:hsla(0,0%,100%,.78);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(17,24,39,.08);box-shadow:0 4px 24px rgba(17,24,39,.06)}.app-brand,.app-header{display:flex;align-items:center}.app-header h1{font-size:18px;font-weight:700;letter-spacing:.01em;color:#111827}.app-header a.logout{color:#374151;font-size:12px;font-weight:500;text-decoration:none;padding:6px 14px;border-radius:999px;background:rgba(17,24,39,.04);border:1px solid rgba(17,24,39,.12);transition:background .18s ease,border-color .18s ease,transform .18s ease}.app-header a.logout:hover{background:rgba(17,24,39,.08);border-color:rgba(17,24,39,.22);transform:translateY(-1px)}.container{max-width:1200px;margin:0 auto;padding:24px;width:100%}.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.card h2{font-size:15px;font-weight:600;margin-bottom:12px;color:#0f172a}.row{display:flex;gap:12px;align-items:center}.row>*{min-width:0}label{display:block;font-weight:600;font-size:12px;color:#475569;margin-bottom:4px}input[type=password],input[type=text],select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:8px 10px;background:#fff;outline-color:#2563eb}textarea{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:13px;min-height:80px}button.primary{background:#2563eb;color:#fff;border:none;padding:9px 16px;border-radius:6px;font-weight:600;font-size:13px}button.primary:disabled{background:#94a3b8;cursor:not-allowed}button.secondary{background:#fff;color:#1e293b;border:1px solid #cbd5e1;padding:8px 14px;border-radius:6px;font-weight:500;font-size:13px}button.secondary:hover{background:#f1f5f9}button.danger{background:#fff;color:#b91c1c;border:1px solid #fecaca;padding:6px 12px;border-radius:6px;font-size:12px}.stepper{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.step{padding:6px 10px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:12px;font-weight:500}.step.active{background:#2563eb;color:#fff}.step.done{background:#16a34a;color:#fff}.log-pane{background:#0f172a;color:#e2e8f0;border-radius:6px;padding:14px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;max-height:380px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.log-pane.empty{color:#64748b}.summary-table{width:100%;border-collapse:collapse;font-size:13px}.summary-table td,.summary-table th{border-bottom:1px solid #e2e8f0;padding:6px 10px;text-align:left}.summary-table th{background:#f8fafc;color:#475569;font-weight:600}.kv{display:grid;grid-template-columns:140px 1fr;grid-gap:6px 14px;gap:6px 14px;font-size:13px}.kv dt{color:#64748b}.kv dd,.kv dt{font-weight:500}.kv dd{color:#0f172a;word-break:break-all}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 12px;border-radius:6px;font-size:13px}.notice{background:#f0f9ff;border:1px solid #bae6fd;color:#075985;padding:8px 12px;border-radius:6px;font-size:12px}.spinner{display:inline-block;width:14px;height:14px;border:2px solid #cbd5e1;border-top-color:#2563eb;border-radius:50%;animation:nh-spin .8s linear infinite;vertical-align:middle;flex-shrink:0}.spinner.lg{width:18px;height:18px;border-width:3px}.spinner.on-primary{border-color:#fff hsla(0,0%,100%,.4) hsla(0,0%,100%,.4)}@keyframes nh-spin{to{transform:rotate(1turn)}}.loading-banner{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:12px 14px;border-radius:6px;display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:16px}.loading-banner .title{font-weight:600}.loading-banner .hint{margin-left:4px;font-size:12px;color:#475569}.test-preview{max-height:420px;overflow:auto;border:1px solid #e2e8f0;border-radius:6px}.test-preview table{width:100%;border-collapse:collapse;font-size:12px}.test-preview td,.test-preview th{border:1px solid #e2e8f0;padding:4px 8px;text-align:left;white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}.test-preview th{background:#f1f5f9;position:-webkit-sticky;position:sticky;top:0}