@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-tertiary: #1a1a28;--bg-card: #16161f;--bg-hover: #1e1e2d;--accent-primary: #6366f1;--accent-secondary: #8b5cf6;--accent-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #a855f7 100%);--accent-glow: 0 0 40px rgba(99, 102, 241, .3);--success: #10b981;--error: #ef4444;--warning: #f59e0b;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--border-default: #2d2d3d;--border-focus: #6366f1;--border-subtle: rgba(99, 102, 241, .2);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .5);--shadow-glow: 0 0 60px rgba(99, 102, 241, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(99,102,241,.15),transparent),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(139,92,246,.1),transparent),radial-gradient(ellipse 50% 30% at 0% 80%,rgba(168,85,247,.08),transparent);pointer-events:none;z-index:-1}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-primary)}p{color:var(--text-secondary)}code,pre{font-family:JetBrains Mono,Fira Code,monospace}::selection{background:#6366f14d;color:var(--text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px;transition:background var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}*:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fadeIn{animation:fadeIn .5s ease forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:1rem 2rem;background:#0d1117f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(99,102,241,.2);position:sticky;top:0;z-index:100}.header-content{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:44px;height:44px;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 0 30px #6366f166}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-badges{display:flex;align-items:center;gap:.75rem}.header-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:20px;font-size:.8rem;font-weight:500;color:var(--accent-primary)}.model-badge{background:linear-gradient(135deg,#10b9811a,#10b9810d);border-color:#10b9814d;color:#10b981}.badge-icon{font-size:1rem}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 10px #10b98180}.main-content{flex:1;max-width:1600px;width:100%;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}.hero{text-align:center;padding:1.5rem 0;animation:fadeIn .6s ease}.hero h1{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.hero-gradient{font-size:2.75rem;font-weight:800;background:linear-gradient(135deg,#fff,#c7d2fe,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;font-weight:500;color:var(--text-secondary)}.hero p{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto 1.5rem;line-height:1.7}.hero-features{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.feature-tag{padding:.5rem 1rem;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:20px;font-size:.85rem;color:var(--text-secondary)}.editor-container{display:grid;grid-template-columns:1fr 1.5fr;gap:1.5rem;animation:fadeIn .6s ease .2s backwards}@media(max-width:1200px){.editor-container{grid-template-columns:1fr}}.panel{background:#0d1117;border:1px solid #30363d;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.panel:hover{border-color:#6366f14d}.panel-header{padding:.75rem 1rem;background:#161b22;border-bottom:1px solid #30363d;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.panel-title{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.panel-title-icon{font-size:1rem}.panel-tabs{display:flex;gap:.25rem}.panel-tab{padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:var(--text-muted);font-size:.8rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .2s ease}.panel-tab:hover{background:#6366f11a;color:var(--text-secondary)}.panel-tab.active{background:#6366f133;color:var(--accent-primary)}.panel-actions{display:flex;align-items:center;gap:.5rem}.action-btn{padding:.4rem .75rem;background:#21262d;border:1px solid #30363d;border-radius:6px;color:var(--text-secondary);font-size:.75rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .2s ease}.action-btn:hover{background:#30363d;color:var(--text-primary)}.launch-btn{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;color:#fff}.launch-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.download-btn:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.copy-btn.copied{background:#10b981;border-color:#10b981;color:#fff}.panel-body{padding:0;min-height:400px;display:flex;flex-direction:column}.input-panel .panel-body{padding:1rem}.prompt-textarea{width:100%;min-height:280px;padding:1rem;background:#161b22;border:1px solid #30363d;border-radius:8px;color:var(--text-primary);font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;resize:vertical;transition:all .2s ease}.prompt-textarea::placeholder{color:var(--text-muted)}.prompt-textarea:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #6366f126}.generate-btn{width:100%;margin-top:1rem;padding:1rem 2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);background-size:200% auto;border:none;border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 20px #6366f14d;animation:gradientShift 4s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 30px #6366f180}.generate-btn:disabled{opacity:.7;cursor:not-allowed;animation:none}.generate-btn .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.shortcut-hint{font-size:.7rem;opacity:.6}.output-panel{display:flex;flex-direction:column}.code-output{flex:1;overflow:auto;max-height:600px}.code-output pre{margin:0!important;min-height:100%}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.empty-state h3{font-size:1.25rem;color:var(--text-primary);margin-bottom:.5rem}.empty-state p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.empty-features{display:flex;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.build-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem;gap:1.5rem;background:linear-gradient(180deg,transparent 0%,rgba(99,102,241,.02) 100%)}.build-animation{position:relative;width:120px;height:120px}.architect-avatar{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.avatar-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:var(--accent-primary);border-radius:50%;animation:spin 2s linear infinite}.avatar-icon{font-size:3rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.build-particles{position:absolute;width:100%;height:100%;pointer-events:none}.particle{position:absolute;font-size:1.25rem;opacity:0;animation:particleOrbit 3s ease-in-out infinite}.particle:nth-child(1){top:-10px;left:50%;animation-delay:0s}.particle:nth-child(2){top:50%;right:-10px;animation-delay:.75s}.particle:nth-child(3){bottom:-10px;left:50%;animation-delay:1.5s}.particle:nth-child(4){top:50%;left:-10px;animation-delay:2.25s}@keyframes particleOrbit{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.build-info{text-align:center}.build-title{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem}.build-detail{font-size:.85rem;color:var(--text-muted)}.build-progress-container{width:100%;max-width:350px}.build-progress-bar{height:6px;background:#21262d;border-radius:3px;overflow:hidden}.build-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7);border-radius:3px;position:relative;transition:width .3s ease}.build-progress-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.build-progress-info{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.8rem}.build-percentage{color:var(--accent-primary);font-weight:600}.build-time{color:var(--text-muted)}.build-tips{padding:.75rem 1rem;background:#6366f11a;border-radius:8px;border:1px solid rgba(99,102,241,.2)}.build-tips p{font-size:.75rem;color:var(--text-secondary);margin:0}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem;text-align:center;gap:.75rem}.error-icon{font-size:3rem}.error-state h3{font-size:1.1rem;color:var(--error)}.error-message{color:var(--text-muted);font-size:.9rem;max-width:400px}.retry-btn{margin-top:1rem;padding:.75rem 1.5rem;background:var(--accent-primary);border:none;border-radius:6px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:var(--accent-secondary)}.inline-preview{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:0 0 12px 12px;overflow:hidden}.preview-browser-bar{padding:.5rem 1rem;background:#f1f3f4;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:1rem}.preview-browser-dots{display:flex;gap:.4rem}.preview-browser-dots .dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#ffbd2e}.dot.green{background:#28c840}.preview-browser-url{flex:1;display:flex;align-items:center;gap:.5rem;padding:.3rem .75rem;background:#fff;border-radius:4px;font-size:.7rem;color:#666}.preview-expand-btn{padding:.25rem .5rem;background:#e0e0e0;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.preview-expand-btn:hover{background:#d0d0d0}.inline-preview-iframe{flex:1;width:100%;min-height:500px;border:none;background:#fff}.preview-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}.preview-modal{width:100%;max-width:1400px;height:90vh;background:#0d1117;border-radius:12px;border:1px solid #30363d;box-shadow:0 25px 60px #00000080;display:flex;flex-direction:column;overflow:hidden;animation:modalPop .3s ease}@keyframes modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.preview-modal-header{padding:.75rem 1rem;background:#161b22;border-bottom:1px solid #30363d;display:flex;align-items:center;justify-content:space-between}.preview-modal-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--text-primary)}.preview-modal-actions{display:flex;align-items:center;gap:.5rem}.preview-modal-btn{padding:.4rem .75rem;background:#21262d;border:1px solid #30363d;border-radius:6px;color:var(--text-secondary);font-size:.75rem;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .2s}.preview-modal-btn:hover{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.preview-modal-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#21262d;border:1px solid #30363d;border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .2s}.preview-modal-close:hover{background:var(--error);border-color:var(--error);color:#fff}.preview-modal-body{flex:1;padding:1rem;overflow:hidden}.preview-browser-frame{width:100%;height:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column}.preview-iframe{flex:1;width:100%;border:none;background:#fff}.footer{padding:1rem 2rem;background:#0d1117;border-top:1px solid #30363d;text-align:center}.footer p{font-size:.8rem;color:var(--text-muted)}.footer a{color:var(--accent-primary);text-decoration:none}.footer a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.header-content{flex-direction:column;gap:.75rem}.header-badges{flex-wrap:wrap;justify-content:center}.hero-gradient{font-size:2rem}.main-content{padding:1rem}.prompt-textarea{min-height:180px}.panel-header{flex-direction:column;align-items:stretch}.panel-tabs{justify-content:center}.panel-actions{justify-content:center;flex-wrap:wrap}}
