:root{--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-app:#f8fafc;--bg-surface:#fff;--bg-subtle:#f1f5f9;--border-light:#e2e8f0;--border-hover:#cbd5e1;--border-focus:#6366f1;--text-main:#0f172a;--text-muted:#64748b;--text-subtle:#94a3b8;--primary:#4f46e5;--primary-hover:#4338ca;--primary-light:#eef2ff;--indigo:#6366f1;--sky:#0284c7;--emerald:#10b981;--emerald-hover:#059669;--rose:#ef4444;--amber:#f59e0b;--shadow-xs:0 1px 2px 0 #0000000d;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px}.style-module__hlQ3RG__container{font-family:var(--font-sans);color:var(--text-main);background-color:var(--bg-app);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;display:flex}.style-module__hlQ3RG__header{-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-light);z-index:50;box-shadow:var(--shadow-xs);background:#ffffffd9;justify-content:space-between;align-items:center;padding:.875rem 2rem;display:flex;position:sticky;top:0}.style-module__hlQ3RG__logo{letter-spacing:-.03em;background:linear-gradient(135deg,#0f172a 0%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:.5rem;margin:0;font-size:1.35rem;font-weight:800;display:flex}.style-module__hlQ3RG__projectSelect{border-radius:var(--radius-sm);border:1px solid var(--border-light);background-color:var(--bg-surface);cursor:pointer;color:var(--text-main);box-shadow:var(--shadow-xs);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%64748B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding:.6rem 2.25rem .6rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.style-module__hlQ3RG__projectSelect:hover{border-color:var(--border-hover);background-color:var(--bg-app)}.style-module__hlQ3RG__projectSelect:focus{border-color:var(--border-focus);outline:none;box-shadow:0 0 0 3px #6366f133}.style-module__hlQ3RG__main{box-sizing:border-box;flex:1;width:100%;max-width:1240px;margin:0 auto;padding:2.5rem 2rem}.style-module__hlQ3RG__card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);margin-bottom:1.75rem;padding:2rem;transition:box-shadow .2s,border-color .2s}.style-module__hlQ3RG__card:hover{box-shadow:var(--shadow-md)}.style-module__hlQ3RG__sectionTitle{letter-spacing:-.02em;color:var(--text-main);margin-top:0;margin-bottom:1.25rem;font-size:1.35rem;font-weight:700}.style-module__hlQ3RG__grid2Col{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.style-module__hlQ3RG__gridAuto{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.style-module__hlQ3RG__label{letter-spacing:-.01em;color:#334155;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.style-module__hlQ3RG__input,.style-module__hlQ3RG__textarea{border:1px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-surface);width:100%;color:var(--text-main);box-sizing:border-box;padding:.75rem 1rem;font-family:inherit;font-size:.925rem;transition:all .2s}.style-module__hlQ3RG__input:focus,.style-module__hlQ3RG__textarea:focus{border-color:var(--border-focus);background:var(--bg-surface);outline:none;box-shadow:0 0 0 3px #6366f126}.style-module__hlQ3RG__input::placeholder,.style-module__hlQ3RG__textarea::placeholder{color:var(--text-subtle)}.style-module__hlQ3RG__btn{border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--shadow-xs);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.style-module__hlQ3RG__btn:active:not(:disabled){transform:scale(.98)}.style-module__hlQ3RG__btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.style-module__hlQ3RG__btnPrimary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)}.style-module__hlQ3RG__btnPrimary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);box-shadow:0 4px 12px #2563eb40}.style-module__hlQ3RG__btnSecondary{background:var(--bg-subtle);color:var(--text-muted);border-color:var(--border-light)}.style-module__hlQ3RG__btnSecondary:hover:not(:disabled){color:var(--text-main);background:#e2e8f0}.style-module__hlQ3RG__btnSuccess{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.style-module__hlQ3RG__btnSuccess:hover:not(:disabled){background:linear-gradient(135deg,#059669 0%,#047857 100%);box-shadow:0 4px 12px #10b98140}.style-module__hlQ3RG__btnIndigo{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.style-module__hlQ3RG__btnIndigo:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);box-shadow:0 4px 12px #6366f140}.style-module__hlQ3RG__btnSky{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%)}.style-module__hlQ3RG__btnSky:hover:not(:disabled){background:linear-gradient(135deg,#0369a1 0%,#075985 100%);box-shadow:0 4px 12px #0284c740}.style-module__hlQ3RG__modeSelectBtn{border-radius:var(--radius-md);border:2px solid var(--border-light);background:var(--bg-surface);cursor:pointer;color:var(--text-muted);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.style-module__hlQ3RG__modeSelectBtn:hover{border-color:var(--border-hover);background:var(--bg-subtle)}.style-module__hlQ3RG__modeSelectBtnActive{border-color:var(--indigo);background:var(--primary-light);color:var(--primary);box-shadow:0 4px 12px #4f46e51f}.style-module__hlQ3RG__tabContainer{background:var(--bg-subtle);border-radius:var(--radius-md) var(--radius-md) 0 0;border-bottom:1px solid var(--border-light);gap:.25rem;padding:.35rem;display:flex;overflow-x:auto}.style-module__hlQ3RG__tab{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.style-module__hlQ3RG__tab:hover{color:var(--text-main);background:#ffffff80}.style-module__hlQ3RG__tabActive{color:var(--primary);background:var(--bg-surface);box-shadow:var(--shadow-xs)}.style-module__hlQ3RG__workspaceNav{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.style-module__hlQ3RG__workspaceBtn{border:1px solid var(--border-light);cursor:pointer;background:var(--bg-surface);color:var(--text-muted);border-radius:9999px;padding:.5rem 1rem;font-size:.825rem;font-weight:600;transition:all .2s}.style-module__hlQ3RG__workspaceBtn:hover{border-color:var(--border-hover);color:var(--text-main)}.style-module__hlQ3RG__workspaceBtnActiveBuild{background:var(--indigo);color:#fff;border-color:var(--indigo);box-shadow:0 2px 8px #6366f140}.style-module__hlQ3RG__channelCard{border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--bg-surface);cursor:pointer;box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.style-module__hlQ3RG__channelCard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.style-module__hlQ3RG__channelCardActive{background:#eff6ff;border-color:#93c5fd}.style-module__hlQ3RG__channelToggleTrack{background:#cbd5e1;border-radius:9999px;width:40px;height:22px;transition:background .3s;position:relative}.style-module__hlQ3RG__channelToggleTrackActive{background:#2563eb}.style-module__hlQ3RG__channelToggleThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .3s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.style-module__hlQ3RG__channelToggleThumbActive{left:20px}.style-module__hlQ3RG__deliverableCard{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-surface);cursor:pointer;text-align:left;color:var(--text-main);box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.975rem;font-weight:600;transition:all .2s;display:flex}.style-module__hlQ3RG__deliverableCard:hover{background:var(--bg-surface);border-color:var(--indigo);color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px #6366f11f}.style-module__hlQ3RG__codeBlock{border-radius:var(--radius-md);background-color:#0f172a;border:1px solid #1e293b;margin-bottom:1rem;padding:1.25rem;overflow-x:auto;box-shadow:inset 0 2px 4px #0003}.style-module__hlQ3RG__codeText{color:#38bdf8;white-space:pre-wrap;margin:0;font-family:Fira Code,Courier New,monospace;font-size:.85rem;line-height:1.6}.style-module__hlQ3RG__articlePreview{color:var(--text-main);font-family:inherit;line-height:1.65}.style-module__hlQ3RG__articlePreview h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:1.6rem;font-weight:800;line-height:1.25}.style-module__hlQ3RG__articlePreview h2{margin:1.75rem 0 .75rem;font-size:1.25rem;font-weight:700}.style-module__hlQ3RG__articlePreview h3{margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:700}.style-module__hlQ3RG__articlePreview p{margin:0 0 1rem;font-size:.95rem}.style-module__hlQ3RG__articlePreview ul,.style-module__hlQ3RG__articlePreview ol{margin:0 0 1rem;padding-left:1.5rem}.style-module__hlQ3RG__articlePreview li{margin-bottom:.4rem;font-size:.95rem}.style-module__hlQ3RG__articlePreview strong{font-weight:700}.style-module__hlQ3RG__articlePreview a{color:var(--primary);text-decoration:underline}.style-module__hlQ3RG__articlePreview img{border-radius:var(--radius-md);max-width:100%;margin:1rem 0}.style-module__hlQ3RG__loadingScreen{text-align:center;background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);padding:5rem 2rem;animation:2s cubic-bezier(.4,0,.6,1) infinite style-module__hlQ3RG__pulse}@keyframes style-module__hlQ3RG__pulse{0%,to{opacity:1}50%{opacity:.65}}.style-module__hlQ3RG__qaContainer{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-light);margin-bottom:1.5rem;padding:1.75rem}.style-module__hlQ3RG__planContainer{background:var(--bg-subtle);border-radius:var(--radius-md);border:1px solid var(--border-light);flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex}.style-module__hlQ3RG__specContainer{align-items:flex-start;gap:2rem;display:flex}@media (max-width:768px){.style-module__hlQ3RG__specContainer{flex-direction:column}}
