.project-module__cgbn1a__container{flex-direction:column;gap:1.5rem;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem;display:flex}.project-module__cgbn1a__breadcrumb{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.project-module__cgbn1a__breadcrumb a:hover{color:var(--accent)}.project-module__cgbn1a__projectHeader{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;display:flex}.project-module__cgbn1a__titleArea{flex-direction:column;gap:.5rem;display:flex}.project-module__cgbn1a__projectName{letter-spacing:-.025em;color:var(--text-primary);font-size:2rem;font-weight:800}.project-module__cgbn1a__workspaceBadge{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.project-module__cgbn1a__workspaceLayout{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:992px){.project-module__cgbn1a__workspaceLayout{grid-template-columns:320px 1fr}}.project-module__cgbn1a__sidebar{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;position:sticky;top:2rem}.project-module__cgbn1a__sidebarTitle{color:var(--text-primary);font-size:1.15rem;font-weight:700}.project-module__cgbn1a__progressBarContainer{flex-direction:column;gap:.35rem;display:flex}.project-module__cgbn1a__progressLabel{color:var(--text-secondary);justify-content:space-between;font-size:.8rem;display:flex}.project-module__cgbn1a__progressBarBg{background-color:var(--bg-base);border:1px solid var(--border-color);border-radius:999px;height:6px;overflow:hidden}.project-module__cgbn1a__progressBarFill{background:var(--accent-gradient);border-radius:999px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.project-module__cgbn1a__sectionList{flex-direction:column;gap:.75rem;display:flex}.project-module__cgbn1a__sectionItem{border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.project-module__cgbn1a__sectionItemPending{background-color:#ffffff03;border-color:#ffffff05}.project-module__cgbn1a__sectionItemSatisfied{background-color:var(--success-glow);border-color:#10b98126}.project-module__cgbn1a__checkboxIcon{border:2px solid var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:.1rem;font-size:.7rem;font-weight:700;display:flex}.project-module__cgbn1a__sectionItemSatisfied .project-module__cgbn1a__checkboxIcon{background-color:var(--success);border-color:var(--success);color:var(--bg-base)}.project-module__cgbn1a__sectionItemDetails{flex-direction:column;gap:.15rem;display:flex}.project-module__cgbn1a__sectionLabel{color:var(--text-secondary);font-size:.9rem;font-weight:600}.project-module__cgbn1a__sectionItemSatisfied .project-module__cgbn1a__sectionLabel{color:var(--text-primary)}.project-module__cgbn1a__sectionDesc{color:var(--text-muted);font-size:.75rem;line-height:1.4}.project-module__cgbn1a__mainArea{flex-direction:column;gap:1.5rem;min-height:600px;display:flex}.project-module__cgbn1a__card{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;padding:1.5rem;display:flex}.project-module__cgbn1a__chatPane{flex-direction:column;flex:1;gap:1rem;max-height:650px;display:flex}.project-module__cgbn1a__chatMessages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.25rem;min-height:350px;padding-right:.5rem;display:flex;overflow-y:auto}.project-module__cgbn1a__welcomeBubble{background-color:#6366f10d;border:1px solid #6366f11a;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.project-module__cgbn1a__welcomeTitle{color:var(--text-primary);font-weight:700}.project-module__cgbn1a__welcomeText{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.project-module__cgbn1a__messageRow{width:100%;display:flex}.project-module__cgbn1a__messageRowUser{justify-content:flex-end}.project-module__cgbn1a__messageRowAssistant{justify-content:flex-start}.project-module__cgbn1a__messageBubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;max-width:80%;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5}.project-module__cgbn1a__messageBubbleUser{background-color:var(--accent);color:#fff;border-bottom-right-radius:2px;box-shadow:0 4px 12px #6366f133}.project-module__cgbn1a__messageBubbleAssistant{background-color:var(--bg-base);border:1px solid var(--border-color);color:var(--text-primary);border-bottom-left-radius:2px}.project-module__cgbn1a__thinkingBubble{color:var(--text-secondary);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;display:flex}.project-module__cgbn1a__spinner{border:2px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite project-module__cgbn1a__spin}@keyframes project-module__cgbn1a__spin{to{transform:rotate(360deg)}}.project-module__cgbn1a__errorBox{background-color:var(--error-glow);color:var(--error);border:1px solid #ef444433;border-radius:8px;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;font-size:.9rem;display:flex}.project-module__cgbn1a__errorTitle{font-weight:700}.project-module__cgbn1a__chatInputForm{border-top:1px solid var(--border-color);gap:.75rem;padding-top:1rem;display:flex}.project-module__cgbn1a__chatInput{background-color:var(--bg-base);border:1px solid var(--border-color);color:var(--text-primary);resize:none;border-radius:8px;flex:1;min-height:48px;max-height:120px;padding:.85rem 1.25rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.project-module__cgbn1a__chatInput:focus{border-color:var(--accent);outline:none}.project-module__cgbn1a__chatInput:disabled{opacity:.6;cursor:not-allowed}.project-module__cgbn1a__sendBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 1.5rem;font-weight:600;transition:opacity .2s,transform .1s;display:flex}.project-module__cgbn1a__sendBtn:hover{opacity:.9}.project-module__cgbn1a__sendBtn:disabled{opacity:.5;cursor:not-allowed}.project-module__cgbn1a__generateBox{background-color:var(--success-glow);text-align:center;border:1px solid #10b98133;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem;padding:1.5rem;display:flex}.project-module__cgbn1a__generateIcon{color:var(--success);font-size:2rem}.project-module__cgbn1a__generateTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700}.project-module__cgbn1a__generateDesc{color:var(--text-secondary);max-width:500px;font-size:.9rem;line-height:1.5}.project-module__cgbn1a__generateBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:opacity .2s}.project-module__cgbn1a__generateBtn:hover{opacity:.9}.project-module__cgbn1a__generateBtn:disabled{opacity:.6;cursor:not-allowed}.project-module__cgbn1a__specContainer{flex-direction:column;gap:1.5rem;line-height:1.6;display:flex}.project-module__cgbn1a__specHeader{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.project-module__cgbn1a__specTitle{font-size:1.5rem;font-weight:700}.project-module__cgbn1a__specVersionBadge{background-color:var(--accent);color:#fff;border-radius:9999px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.project-module__cgbn1a__specContent{color:var(--text-primary);font-size:1rem}.project-module__cgbn1a__specContent h1,.project-module__cgbn1a__specContent h2,.project-module__cgbn1a__specContent h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-weight:700}.project-module__cgbn1a__specContent h1{border-bottom:1px solid var(--border-color);padding-bottom:.3rem;font-size:1.6rem}.project-module__cgbn1a__specContent h2{font-size:1.3rem}.project-module__cgbn1a__specContent h3{font-size:1.1rem}.project-module__cgbn1a__specContent p{color:var(--text-secondary);margin-bottom:1rem}.project-module__cgbn1a__specContent ul,.project-module__cgbn1a__specContent ol{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem}.project-module__cgbn1a__specContent li{margin-bottom:.35rem}.project-module__cgbn1a__specContent blockquote{border-left:4px solid var(--accent);background-color:var(--bg-base);color:var(--text-secondary);border-radius:0 8px 8px 0;margin-bottom:1rem;padding:.75rem 1rem}.project-module__cgbn1a__specContent code{font-family:var(--font-mono);background-color:var(--bg-base);border:1px solid var(--border-color);border-radius:4px;padding:.15rem .35rem;font-size:.9em}.project-module__cgbn1a__specContent pre{background-color:var(--bg-base);border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;padding:1rem;overflow-x:auto}.project-module__cgbn1a__specContent pre code{background-color:#0000;border:none;padding:0;font-size:.9rem}.project-module__cgbn1a__specPre{font-family:var(--font-mono);background-color:var(--bg-base);border:1px solid var(--border-color);white-space:pre-wrap;word-wrap:break-word;color:var(--text-secondary);border-radius:8px;max-height:60vh;margin-bottom:1.5rem;padding:1.5rem;font-size:.9rem;line-height:1.6;overflow:auto}.project-module__cgbn1a__specActions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.project-module__cgbn1a__downloadBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.project-module__cgbn1a__downloadBtn:hover{border-color:var(--accent-hover);background-color:#6366f114}.project-module__cgbn1a__downloadIcon{font-size:1.1rem}.project-module__cgbn1a__workspaceSplitGrid{grid-template-columns:1.25fr .75fr;align-items:start;gap:1.5rem;width:100%;display:grid}.project-module__cgbn1a__chatPaneCompact{flex-direction:column;max-height:calc(60vh + 6.5rem);display:flex}.project-module__cgbn1a__chatMessagesCompactHeader{border-bottom:1px solid var(--border-color);margin-bottom:.75rem;padding-bottom:.75rem}.project-module__cgbn1a__chatMessagesCompactHeader h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin:0;font-size:.85rem;font-weight:700}@media (max-width:1100px){.project-module__cgbn1a__workspaceSplitGrid{grid-template-columns:1fr}.project-module__cgbn1a__chatPaneCompact{max-height:none}}
.api-key-module__3aIyhG__overlay{z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#0b0f19bf;justify-content:center;align-items:center;padding:1.5rem;animation:.4s ease-out api-key-module__3aIyhG__fadeIn;display:flex;position:fixed;inset:0}.api-key-module__3aIyhG__modal{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:500px;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006,0 0 50px #6366f10d}.api-key-module__3aIyhG__modal:before{content:"";background:var(--accent-gradient);height:4px;position:absolute;top:0;left:0;right:0}.api-key-module__3aIyhG__header{flex-direction:column;gap:.5rem;display:flex}.api-key-module__3aIyhG__icon{margin-bottom:.5rem;font-size:2.5rem;line-height:1}.api-key-module__3aIyhG__title{letter-spacing:-.02em;background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.75rem;font-weight:800}.api-key-module__3aIyhG__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.api-key-module__3aIyhG__securityNotice{color:var(--text-secondary);background-color:#6366f10d;border:1px solid #6366f126;border-radius:8px;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.85rem;line-height:1.5;display:flex}.api-key-module__3aIyhG__securityIcon{flex-shrink:0;font-size:1.15rem;line-height:1}.api-key-module__3aIyhG__securityText strong{color:var(--text-primary)}.api-key-module__3aIyhG__form{flex-direction:column;gap:1rem;display:flex}.api-key-module__3aIyhG__formGroup{flex-direction:column;gap:.5rem;display:flex}.api-key-module__3aIyhG__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.api-key-module__3aIyhG__inputWrapper{align-items:center;display:flex;position:relative}.api-key-module__3aIyhG__input{background-color:var(--bg-base);border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-family:var(--font-mono);border-radius:8px;padding:.85rem 1rem;font-size:.9rem;transition:all .2s}.api-key-module__3aIyhG__input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #6366f133}.api-key-module__3aIyhG__input::placeholder{color:var(--text-muted)}.api-key-module__3aIyhG__submitBtn{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;transition:opacity .2s,transform .1s}.api-key-module__3aIyhG__submitBtn:hover{opacity:.95}.api-key-module__3aIyhG__submitBtn:active{transform:scale(.98)}.api-key-module__3aIyhG__submitBtn:disabled{opacity:.5;cursor:not-allowed}.api-key-module__3aIyhG__errorText{color:var(--error);margin-top:.25rem;font-size:.85rem}.api-key-module__3aIyhG__settingsWidget{z-index:999;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.api-key-module__3aIyhG__settingsBtn{background-color:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000004d}.api-key-module__3aIyhG__settingsBtn:hover{color:var(--text-primary);border-color:var(--accent);transform:rotate(45deg)}.api-key-module__3aIyhG__settingsTooltip{background-color:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-secondary);opacity:0;pointer-events:none;border-radius:6px;padding:.5rem .75rem;font-size:.8rem;transition:all .2s;transform:translate(10px);box-shadow:0 4px 12px #0000004d}.api-key-module__3aIyhG__settingsWidget:hover .api-key-module__3aIyhG__settingsTooltip{opacity:1;transform:translate(0)}@keyframes api-key-module__3aIyhG__fadeIn{0%{opacity:0}to{opacity:1}}
