:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:#111827;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{max-width:1120px;min-height:100vh;margin:0 auto;padding:32px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.product-name{color:#2563eb;letter-spacing:-.2px;background:#eef4ff;border-radius:999px;align-items:center;padding:7px 12px;font-size:15px;font-weight:800;display:inline-flex}.topbar h1{letter-spacing:-1px;color:#0f172a;margin:14px 0 8px;font-size:30px;line-height:1.25}.topbar p{color:#64748b;max-width:560px;margin:0;font-size:15px;line-height:1.65}.workflow-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;min-width:300px;padding:20px 22px;box-shadow:0 14px 32px #0f172a0f}.workflow-card span{color:#64748b;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.workflow-card strong{color:#111827;font-size:16px;line-height:1.5;display:block}.console{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:22px;box-shadow:0 16px 40px #0f172a0d}.panel-header{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.step{color:#2563eb;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;min-width:36px;height:36px;font-size:13px;font-weight:900;display:inline-flex}.panel h2{color:#111827;margin:0 0 4px;font-size:18px}.panel p{color:#64748b;margin:0;font-size:14px;line-height:1.55}.upload-box{cursor:pointer;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:18px;justify-content:center;align-items:center;height:118px;transition:all .2s;display:flex}.upload-box:hover{background:#eef4ff;border-color:#3b82f6}.upload-box input{display:none}.upload-box span{color:#334155;font-size:14px;font-weight:800}.options-panel{margin-bottom:18px}.option-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:8px;display:grid}label{color:#475569;margin-bottom:7px;font-size:13px;font-weight:800;display:block}select{color:#111827;background:#fff;border:1px solid #dbe3ef;border-radius:14px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}select:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f}.highlight-row{margin-top:18px}.highlight-title{color:#475569;margin-bottom:10px;font-size:13px;font-weight:900;display:block}.chips{flex-wrap:wrap;gap:10px;display:flex}.chip{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:800;transition:all .2s}.chip:hover{color:#2563eb;border-color:#3b82f6}.chip.active{color:#fff;background:#2563eb;border-color:#2563eb}.generate-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;border-radius:16px;width:100%;margin-top:20px;padding:15px;font-size:15px;font-weight:900;box-shadow:0 14px 28px #2563eb38}.generate-btn:hover{transform:translateY(-1px)}.generate-btn:disabled{opacity:.6;cursor:not-allowed}.result{margin-bottom:32px}pre{color:#dbeafe;background:#0f172a;border-radius:16px;margin:0;padding:18px;font-size:13px;line-height:1.6;overflow:auto}@media (width<=900px){.page{padding:24px}.topbar{flex-direction:column}.workflow-card{width:100%;min-width:auto}.console,.option-grid{grid-template-columns:1fr}.topbar h1{font-size:26px}}@media (width<=520px){.page{padding:18px}.topbar h1{font-size:24px}.product-name{font-size:13px}.panel{border-radius:20px;padding:18px}.upload-box{height:104px}}
