:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary:#f36f21;--primary-dark:#d85a1a;--secondary:#2a333e;--text:#333;--light-bg:#fdfdfd;--dark-bg:#1a1a1a;--container-max-width:1200px}.app-wrapper{width:100%;overflow-x:hidden}.container{width:90%;max-width:var(--container-max-width);margin:0 auto}.header{z-index:100;background:#fff;padding:1.5rem 0;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--secondary);letter-spacing:-1px;font-size:1.8rem;font-weight:800}.nav{align-items:center;gap:2rem;display:flex}.nav a{color:#666;font-weight:500;text-decoration:none;transition:color .2s}.nav a:hover{color:var(--primary)}.nav-cta{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-weight:700;transition:background .2s}.hero{text-align:center;background:linear-gradient(#fff 0%,#f9f9f9 100%);padding:8rem 0}.hero-title{color:var(--secondary);margin-bottom:2rem;font-size:4rem;font-weight:900;line-height:1.1}.highlight{color:var(--primary)}.hero-subtitle{color:#666;max-width:800px;margin:0 auto 3rem;font-size:1.4rem;line-height:1.5}.hero-cta-group{justify-content:center;gap:1.5rem;display:flex}.primary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700}.secondary-btn{color:var(--secondary);cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700}.tool-section{background:var(--secondary);color:#fff;padding:6rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header p{color:#aaa;font-size:1.1rem}.features-section{background:#fff;padding:8rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.feature-card{background:#fdfdfd;border:1px solid #eee;border-radius:20px;padding:3rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.feature-icon{margin-bottom:1.5rem;font-size:3rem}.feature-card h3{color:var(--secondary);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#777;line-height:1.6}.footer{text-align:center;color:#999;background:#f4f4f4;padding:4rem 0}@media (width<=1024px){.hero-title{font-size:3rem}}@media (width<=768px){.hero-title{font-size:2.5rem}.nav{display:none}.hero-cta-group{flex-direction:column}}.deployer-container{color:#eee;background:#1e1e1e;border-radius:12px;width:100%;max-width:800px;margin:2rem auto;padding:2rem;box-shadow:0 10px 30px #0000004d}.deployer-form{flex-direction:column;gap:1.5rem;display:flex}.input-group{background:#2d2d2d;border:1px solid #444;border-radius:8px;align-items:center;padding:0 1rem;display:flex}.repo-prefix{color:#888;font-family:monospace}.deployer-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:1rem .5rem;font-family:monospace;font-size:1.1rem}.deployer-button{color:#fff;cursor:pointer;background:#f36f21;border:none;border-radius:8px;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.deployer-button:hover{background:#d85a1a;transform:translateY(-2px)}.status-container{animation:.3s ease-out fadeIn}.status-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.status-badge{text-transform:uppercase;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.step-1{background:#555}.step-2{background:#3a7bd5}.step-3{background:#f36f21}.step-4{background:#2ecc71}.terminal{background:#000;border:1px solid #333;border-radius:8px;height:300px;padding:1.5rem;font-family:Fira Code,Courier New,monospace;font-size:.9rem;overflow-y:auto}.log-entry{margin-bottom:.5rem;line-height:1.4}.log-timestamp{color:#555;margin-right:.8rem}.log-success{color:#2ecc71}.log-warning{color:#f1c40f}.log-error{color:#e74c3c}.log-info{color:#3498db}.cursor{animation:1s infinite blink;display:inline-block}.reset-button{color:#fff;cursor:pointer;background:#333;border:1px solid #444;border-radius:6px;margin-top:1.5rem;padding:.8rem 1.5rem}@keyframes blink{50%{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
