*{box-sizing:border-box;margin:0;padding:0}body{color:#1c1917;background:#f5f5f4;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.container{max-width:560px;margin:0 auto;padding:40px 20px 80px}.header{margin-bottom:32px}.badge{color:#6366f1;background:#eef2ff;border-radius:4px;margin-bottom:12px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}h1{margin-bottom:4px;font-size:22px;font-weight:600}.subtitle{color:#78716c;font-size:14px}.progress-bar{z-index:10;background:#f5f5f4;border-bottom:1px solid #e7e5e4;margin-bottom:24px;padding:10px 0 12px;position:sticky;top:0}.progress-track{background:#e7e5e4;border-radius:2px;height:4px;overflow:hidden}.progress-fill{background:#6366f1;border-radius:2px;width:0%;height:100%;transition:width .3s}.progress-label{color:#a8a29e;justify-content:space-between;margin-top:6px;font-size:12px;display:flex}.section{margin-bottom:24px}.section-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.section-number{color:#a8a29e;background:#fff;border:1px solid #e7e5e4;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:600;display:flex}.section-number.done{color:#fff;background:#22c55e;border-color:#22c55e}.section-title{font-size:14px;font-weight:600}.card{background:#fff;border:1px solid #e7e5e4;border-radius:8px;padding:16px}.field{margin-bottom:12px}.field:last-child{margin-bottom:0}label{color:#57534e;margin-bottom:4px;font-size:13px;font-weight:500;display:block}input[type=text],select{color:#1c1917;background:#fafaf9;border:1px solid #d6d3d1;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}input[type=text]:focus,select:focus{border-color:#6366f1;box-shadow:0 0 0 2px #eef2ff}input[type=text]::placeholder{color:#c6c3c0}select{cursor:pointer}.hint{color:#a8a29e;margin-top:4px;font-size:12px}.checklist{list-style:none}.check-item{-webkit-user-select:none;user-select:none;border-bottom:1px solid #f5f5f4;align-items:flex-start;gap:10px;padding:8px 0;display:flex}.check-item:last-child{border-bottom:none;padding-bottom:0}.check-item:first-child{padding-top:0}.check-item input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1.5px solid #d6d3d1;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin:2px 0 0;transition:all .15s;position:relative}.check-item input[type=checkbox]:after{content:"";opacity:0;border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:5px;height:9px;transition:all .1s;position:absolute;top:2px;left:5px;transform:rotate(45deg)scale(.5)}.check-item input[type=checkbox]:hover{border-color:#6366f1}.check-item input[type=checkbox]:focus-visible{outline-offset:2px;outline:2px solid #6366f1}.check-item input[type=checkbox]:checked{background:#22c55e;border-color:#22c55e}.check-item input[type=checkbox]:checked:after{opacity:1;transform:rotate(45deg)scale(1)}.check-item label{color:#57534e;cursor:pointer;margin-bottom:0;font-size:13px}.check-item input[type=checkbox]:checked+label{color:#1c1917}.check-item label code{color:#6366f1;background:#f5f5f4;border-radius:3px;padding:1px 5px;font-family:SF Mono,Menlo,monospace;font-size:12px}.step-instructions{color:#57534e;background:#fafaf9;border:1px solid #e7e5e4;border-radius:6px;margin-bottom:14px;padding:12px 14px;font-size:13px;line-height:1.6}.step-instructions .step-label{color:#1c1917;margin-bottom:6px;font-weight:600;display:block}.step-instructions code{color:#e7e5e4;background:#1c1917;border-radius:4px;margin:2px 0;padding:2px 8px;font-family:SF Mono,Menlo,monospace;font-size:12px;display:inline-block}.step-instructions .cmd-block{color:#e7e5e4;white-space:pre-wrap;word-break:break-all;background:#1c1917;border-radius:4px;margin:6px 0;padding:8px 12px;font-family:SF Mono,Menlo,monospace;font-size:12px;line-height:1.8;display:block}.step-instructions .note{color:#a8a29e;margin-top:4px;font-size:12px}textarea{color:#1c1917;resize:vertical;background:#fafaf9;border:1px solid #d6d3d1;border-radius:6px;outline:none;width:100%;min-height:72px;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}textarea:focus{border-color:#6366f1;box-shadow:0 0 0 2px #eef2ff}textarea::placeholder{color:#c6c3c0}.submit-area{margin-top:28px}.btn{cursor:pointer;border:none;border-radius:6px;width:100%;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s;display:block}.btn-primary{color:#fff;background:#6366f1}.btn-primary:hover{background:#4f46e5}.btn-secondary{color:#1c1917;background:#fff;border:1px solid #d6d3d1;margin-top:8px}.btn-secondary:hover{background:#fafaf9}.btn-primary:disabled{cursor:not-allowed;background:#a5b4fc}.submit-status{min-height:20px;margin-top:10px;font-size:13px;font-weight:500}.submit-status.submitting{color:#6366f1}.submit-status.success{color:#16a34a}.submit-status.error{color:#dc2626}.submit-status.submitting:before{content:"";vertical-align:middle;border:2px solid #c7d2fe;border-top-color:#6366f1;border-radius:50%;width:12px;height:12px;margin-right:6px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.result-panel{margin-top:20px;display:none}.result-panel.visible{display:block}.result-box{background:#fff;border:1px solid #e7e5e4;border-radius:8px;overflow:hidden}.result-header{border-bottom:1px solid #e7e5e4;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.result-title{color:#78716c;text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.copy-btn{color:#6366f1;cursor:pointer;background:0 0;border:1px solid #e7e5e4;border-radius:4px;padding:3px 10px;font-size:12px;font-weight:500}.copy-btn:hover{background:#fafaf9}.copy-btn.copied{color:#22c55e;border-color:#bbf7d0}.result-content{color:#57534e;white-space:pre-wrap;max-height:360px;padding:14px;font-family:SF Mono,Menlo,monospace;font-size:11.5px;line-height:1.7;overflow-y:auto}.toast{color:#fff;opacity:0;z-index:100;pointer-events:none;background:#1c1917;border-radius:6px;padding:8px 18px;font-size:13px;font-weight:500;transition:all .25s;position:fixed;bottom:20px;left:50%;transform:translate(-50%)translateY(60px)}.toast.show{opacity:1;transform:translate(-50%)translateY(0)}@media (width<=480px){.container{padding:24px 16px 64px}h1{font-size:20px}}
