*{box-sizing:border-box}body{font-family:-apple-system,Segoe UI,Roboto,sans-serif;margin:0;background:#f4f5f7;color:#222}.container{max-width:960px;margin:0 auto;padding:16px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}header h1{font-size:18px;margin:0}.badge{display:inline-block;padding:2px 8px;background:#e6f0ff;color:#2d6cdf;border-radius:3px;font-size:11px;vertical-align:middle;font-weight:400;margin-left:6px}.card{background:#fff;border-radius:8px;padding:16px;margin-bottom:12px;box-shadow:0 1px 3px #00000014}.card h2{font-size:14px;margin:0 0 12px;color:#555;display:flex;align-items:center;gap:8px}.card h2 small{font-size:11px;color:#999;font-weight:400}.info-card{background:#fffae6;border-left:3px solid #ffc107}.info-card p{margin:4px 0;font-size:12px;line-height:1.6}.info-card code{background:#fff;padding:1px 4px;border-radius:3px;font-family:ui-monospace,Menlo,Consolas,monospace}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}@media(max-width:600px){.row{grid-template-columns:1fr}}.field label{display:block;font-size:12px;color:#666;margin:8px 0 4px}.field input,.field select{width:100%;padding:8px;border:1px solid #d0d7de;border-radius:4px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px;background:#fff}.field input:focus,.field select:focus{outline:none;border-color:#2d6cdf;box-shadow:0 0 0 2px #2d6cdf26}button{background:#2d6cdf;color:#fff;border:0;padding:10px 20px;border-radius:6px;font-size:14px;cursor:pointer;margin-right:8px}button:disabled{background:#999;cursor:not-allowed}button.ghost{background:#fff;color:#2d6cdf;border:1px solid #d0d7de}button.ghost:hover:not(:disabled){background:#f0f6ff}.actions{display:flex;flex-wrap:wrap;gap:8px}.actions button{margin:0}pre{background:#1e1e1e;color:#d4d4d4;padding:12px;border-radius:6px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;overflow-x:auto;max-height:320px;margin:0;line-height:1.5}#fz-container{min-height:560px;border:1px dashed #d0d7de;border-radius:6px;padding:8px;background:#fafbfc;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch}#fz-container>iframe{width:100%!important;min-height:540px;border:0!important;display:block;flex:1 1 auto}#fz-container .placeholder{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:480px;color:#999;font-size:14px}.log{background:#1e1e1e;color:#d4d4d4;padding:12px;border-radius:6px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;max-height:360px;overflow-y:auto;line-height:1.6}.log>div{white-space:pre-wrap;padding:1px 0;word-break:break-all}.log-success{color:#4ade80}.log-error{color:#f87171}.log-warn{color:#fbbf24}.log-info{color:#60a5fa}footer{text-align:center;color:#999;font-size:11px;margin-top:24px;padding:12px}
