:root{--bg-primary:#0a0e0d;--accent-primary:#1d9e75;--accent-light:#5dcaa5;--text-primary:#e8f0ec;--text-muted:#e8f0ec73;--surface-card:#ffffff0a;--border-color:#1d9e7533;--purple-accent:#534ab7;--risk-high:#ef4444;--risk-medium:#f59e0b;--risk-low:#10b981;--font-ui:"Space Grotesk", system-ui, -apple-system, sans-serif;--font-code:"JetBrains Mono", "Courier New", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(#1d9e7508 1px,#0000 1px),linear-gradient(90deg,#1d9e7508 1px,#0000 1px);background-size:32px 32px;background-attachment:fixed;min-height:100vh}#root{width:100%;min-height:100vh}.topbar{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0a0e0dcc;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:.75rem;display:flex}.hexagon-icon{width:32px;height:32px;color:var(--accent-primary)}.wordmark{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.topbar-nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-muted);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:var(--accent-light)}.nav-link:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.bob-badge{color:var(--accent-light);border:1px solid var(--border-color);background:#1d9e7526;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.back-button{color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;font-size:.875rem;font-weight:600;font-family:var(--font-ui);background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:inline-flex}.back-button:hover{background:var(--surface-card);color:var(--text-primary);border-color:var(--accent-primary)}.home-container{transform-origin:top;max-width:1500px;margin:0 auto;padding:4rem 2rem;transform:scale(.8)}.home-hero{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:4rem;padding-bottom:4rem}.home-logo{width:80px;height:80px;color:var(--accent-primary);margin:0 auto 1.5rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.home-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:4rem;font-weight:700}.home-tagline{color:var(--accent-light);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.home-description{color:var(--text-muted);max-width:800px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.8}.enter-app-button{background:linear-gradient(135deg, var(--accent-primary), var(--accent-light));color:#fff;font-family:var(--font-ui);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:12px;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;transition:all .3s;box-shadow:0 4px 20px #1d9e754d}.enter-app-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1d9e7566}.home-features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.feature-card{background:var(--surface-card);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--accent-primary);background:#1d9e750d;transform:translateY(-5px)}.feature-icon{width:48px;height:48px;color:var(--accent-primary);margin:0 auto 1.5rem}.feature-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.feature-section{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;padding:15vh 5vw;animation:.8s ease-out forwards fadeInSection;display:grid;position:relative;overflow:hidden}@keyframes fadeInSection{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-section:nth-child(2n){background:linear-gradient(135deg,#1d9e7508 0%,#0000 100%)}.feature-section:nth-child(odd){background:linear-gradient(135deg,#8a2be208 0%,#0000 100%)}.section-left .section-content{order:1}.section-left .section-visual,.section-right .section-content{order:2}.section-right .section-visual{order:1}.section-content{max-width:600px}.section-title{color:var(--text-primary);background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.section-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.section-features{margin:0;padding:0;list-style:none}.section-features li{color:var(--text-secondary);border-bottom:1px solid #ffffff0d;padding:.75rem 0;font-size:1rem;transition:all .3s}.section-features li:hover{color:var(--accent-light);border-bottom-color:var(--accent-primary);padding-left:1rem}.section-visual{justify-content:center;align-items:center;display:flex;position:relative}.code-visual{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #1d9e754d;border-radius:16px;padding:2rem;position:relative;box-shadow:0 20px 60px #1d9e7533}.code-line{color:var(--text-secondary);white-space:pre;margin:.5rem 0;font-family:Courier New,monospace;font-size:1.125rem}.code-line.indent{padding-left:2rem}.code-keyword{color:#8a2be2;font-weight:600}.code-function{color:var(--accent-light)}.pin-visual{position:relative}.pin-diagram{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #1d9e754d;border-radius:16px;padding:3rem;box-shadow:0 20px 60px #1d9e7533}.pin-row{gap:1rem;margin-bottom:1rem;display:flex}.pin{width:60px;height:60px;color:var(--text-muted);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.pin.active{border-color:var(--accent-primary);color:var(--accent-light);background:#1d9e7533;animation:2s ease-in-out infinite pinPulse;box-shadow:0 0 20px #1d9e7566}@keyframes pinPulse{0%,to{box-shadow:0 0 20px #1d9e7566}50%{box-shadow:0 0 30px #1d9e7599}}.pin-label{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:1rem;font-weight:600}.download-visual{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #8a2be24d;border-radius:16px;flex-direction:column;align-items:center;gap:2rem;padding:3rem;display:flex;box-shadow:0 20px 60px #8a2be233}.download-icon{width:80px;height:80px;color:var(--accent-light);animation:2s ease-in-out infinite downloadBounce}@keyframes downloadBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.file-stack{flex-direction:column;gap:.75rem;width:100%;display:flex}.file-item{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem 1.5rem;font-family:Courier New,monospace;font-size:.9375rem;transition:all .3s}.file-item:hover{background:#8a2be21a;border-color:#8a2be280;transform:translate(10px)}.glow-effect{pointer-events:none;background:radial-gradient(circle,#1d9e7526 0%,#0000 70%);width:200%;height:200%;animation:3s ease-in-out infinite glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}.home-footer{text-align:center;border-top:1px solid var(--border-color);padding-top:3rem}.home-footer p{color:var(--text-muted);font-size:.875rem}.landing-container{max-width:560px;margin:0 auto;padding:4rem 2rem}.hero-section{text-align:center;margin-bottom:3rem}.hero-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:600}.hero-title{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.hero-title .highlight{color:var(--accent-primary)}.hero-subtext{color:var(--text-muted);max-width:480px;margin:0 auto;font-size:1rem;line-height:1.6}.mode-toggle{background:var(--surface-card);border:1px solid var(--border-color);border-radius:100px;gap:.5rem;margin-bottom:2rem;padding:.375rem;display:flex}.mode-button{font-family:var(--font-ui);cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:100px;flex:1;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.mode-button.active{color:var(--accent-primary);border:1px solid var(--accent-primary);background:#1d9e7526}.mode-button:not(.active):hover{color:var(--text-primary)}.input-panel{flex-direction:column;gap:1.5rem;display:flex}.drop-zone{border:2px dashed var(--border-color);text-align:center;cursor:pointer;background:var(--surface-card);border-radius:12px;padding:3rem 2rem;transition:all .2s}.drop-zone:hover{border-color:var(--accent-primary);background:#1d9e750d}.drop-zone.drag-over{border-color:var(--accent-primary);background:#1d9e751a;border-style:solid}.upload-icon{width:48px;height:48px;color:var(--accent-light);opacity:.6;margin:0 auto 1rem}.drop-zone h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.drop-zone p{color:var(--text-muted);font-size:.875rem}.drop-zone input[type=file]{display:none}.file-selected{border:1px solid var(--accent-primary);color:var(--accent-light);background:#1d9e751a;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.divider{color:var(--text-muted);align-items:center;gap:1rem;font-size:.875rem;font-weight:600;display:flex}.divider:before,.divider:after{content:"";background:var(--border-color);flex:1;height:1px}.github-input-row{gap:.75rem;display:flex}.github-input{background:var(--surface-card);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-ui);border-radius:8px;flex:1;padding:.875rem 1rem;font-size:.875rem;transition:all .2s}.github-input:focus{border-color:var(--accent-primary);background:#1d9e750d;outline:none}.github-input::placeholder{color:var(--text-muted)}.fetch-button{background:var(--surface-card);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-ui);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.fetch-button:hover{border-color:var(--accent-primary);color:var(--accent-light);background:#1d9e751a}.project-textarea{background:var(--surface-card);border:1px solid var(--border-color);width:100%;min-height:150px;color:var(--text-primary);font-family:var(--font-ui);resize:vertical;border-radius:12px;padding:1rem;font-size:.875rem;line-height:1.6;transition:all .2s}.project-textarea:focus{border-color:var(--accent-primary);background:#1d9e750d;outline:none}.project-textarea::placeholder{color:var(--text-muted)}.example-chips{flex-wrap:wrap;gap:.5rem;display:flex}.chip{background:var(--surface-card);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:100px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s}.chip:hover{border-color:var(--accent-primary);color:var(--accent-light);background:#1d9e751a}.primary-button{background:linear-gradient(135deg, var(--accent-primary), var(--accent-light));color:#fff;width:100%;font-family:var(--font-ui);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .2s}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1d9e754d}.primary-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.primary-button.purple{background:linear-gradient(135deg, var(--purple-accent), #6d5fd4)}.primary-button.purple:hover{box-shadow:0 8px 24px #534ab74d}.loading-container{text-align:center;max-width:600px;margin:0 auto;padding:4rem 2rem}.loading-icon{width:64px;height:64px;color:var(--accent-primary);margin:0 auto 2rem;animation:2s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-step{color:var(--text-primary);margin-bottom:2rem;font-size:1.125rem;font-weight:600}.progress-list{text-align:left;flex-direction:column;gap:1rem;display:flex}.progress-item{background:var(--surface-card);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.progress-item.completed{border-color:var(--accent-primary);background:#1d9e750d}.progress-item.active{border-color:var(--accent-primary);background:#1d9e751a;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.progress-icon{flex-shrink:0;width:20px;height:20px}.progress-icon.completed{color:var(--accent-primary)}.progress-icon.active{color:var(--accent-light);animation:1s linear infinite spin}.progress-icon.pending{color:var(--text-muted);opacity:.3}.progress-text{color:var(--text-primary);font-size:.875rem}.progress-item.pending .progress-text{color:var(--text-muted)}.results-container{max-width:1200px;margin:0 auto;padding:2rem}.results-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.results-title-section h2{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.results-subtitle{color:var(--text-muted);font-size:.875rem}.export-button{background:var(--surface-card);border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-ui);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.export-button:hover{border-color:var(--accent-primary);color:var(--accent-light);background:#1d9e751a}.export-icon{width:16px;height:16px}.tabs-container{-webkit-overflow-scrolling:touch;margin-bottom:2rem;overflow-x:auto}.tabs-row{gap:.5rem;min-width:min-content;padding-bottom:.5rem;display:flex}.tab-button{background:var(--surface-card);border:1px solid var(--border-color);color:var(--text-muted);font-family:var(--font-ui);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.tab-button:hover{color:var(--text-primary);border-color:var(--accent-primary)}.tab-button.active{color:var(--accent-primary);border-color:var(--accent-primary);background:#1d9e7526}.tab-button.active.purple{color:var(--purple-accent);border-color:var(--purple-accent);background:#534ab726}.result-panel{background:var(--surface-card);border:1px solid var(--border-color);border-radius:12px;padding:2rem}.panel-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.panel-icon{width:32px;height:32px;color:var(--accent-primary)}.panel-title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.panel-body{color:var(--text-primary);font-size:.875rem;line-height:1.7}.pin-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.pin-card{border:1px solid var(--border-color);background:#ffffff05;border-radius:8px;padding:1rem}.pin-number{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.pin-description{color:var(--text-muted);font-size:.8125rem;line-height:1.5}.risk-list{flex-direction:column;gap:1rem;display:flex}.risk-item{border:1px solid var(--border-color);background:#ffffff05;border-radius:8px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.risk-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;flex-shrink:0;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.risk-badge.high{color:var(--risk-high);border:1px solid var(--risk-high);background:#ef444426}.risk-badge.medium{color:var(--risk-medium);border:1px solid var(--risk-medium);background:#f59e0b26}.risk-badge.low{color:var(--risk-low);border:1px solid var(--risk-low);background:#10b98126}.risk-description{color:var(--text-primary);font-size:.875rem;line-height:1.6}.code-block{border:1px solid var(--border-color);font-family:var(--font-code);color:var(--text-primary);background:#0000004d;border-radius:8px;padding:1.5rem;font-size:.8125rem;line-height:1.6;overflow-x:auto}.code-block pre{white-space:pre;margin:0}.results-main-layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}.results-content{min-width:0}.build-roadmap-sidebar{background:var(--surface-card);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;position:sticky;top:100px}.roadmap-header{border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.roadmap-icon{width:24px;height:24px;color:var(--accent-primary);flex-shrink:0}.roadmap-header h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.roadmap-tasks{flex-direction:column;gap:.75rem;display:flex}.task-item{border:1px solid var(--border-color);cursor:pointer;background:#ffffff05;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.task-item:hover{border-color:var(--accent-primary);background:#1d9e750d}.task-item input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent-primary);flex-shrink:0}.task-item span{color:var(--text-primary);font-size:.875rem;line-height:1.4}.task-item span.completed{color:var(--text-muted);text-decoration:line-through}.github-cta{background:#534ab71a;border:1px solid #534ab74d;border-radius:8px;align-items:flex-start;gap:1rem;margin-top:.5rem;padding:1rem;display:flex}.github-icon{width:24px;height:24px;color:var(--purple-accent);flex-shrink:0;margin-top:2px}.cta-text{flex-direction:column;flex:1;gap:.25rem;display:flex}.cta-text strong{color:var(--text-primary);font-size:.875rem;font-weight:600}.cta-text span{color:var(--text-muted);font-size:.75rem;line-height:1.4}.cta-text .coming-soon{color:var(--purple-accent);margin-top:.25rem;font-weight:600}@media (width<=768px){.topbar{padding:1rem}.home-container{padding:2rem 1rem}.home-title{font-size:2.5rem}.home-tagline{font-size:1.125rem}.home-description{font-size:1rem}.home-features{grid-template-columns:1fr}.feature-section{grid-template-columns:1fr;gap:3rem;padding:10vh 2rem}.section-left .section-content,.section-left .section-visual,.section-right .section-content,.section-right .section-visual{order:unset}.section-title{font-size:2rem}.section-description{font-size:1rem}.code-visual,.pin-diagram,.download-visual{padding:1.5rem}.pin-row{gap:.5rem}.pin{width:50px;height:50px;font-size:.75rem}.landing-container{padding:2rem 1rem}.hero-title{font-size:2rem}.github-input-row{flex-direction:column}.results-container{padding:1rem}.results-header{flex-direction:column;align-items:flex-start;gap:1rem}.results-main-layout{grid-template-columns:1fr}.build-roadmap-sidebar{position:static}.pin-grid{grid-template-columns:1fr}}
