@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#667eea;text-decoration:inherit}a:hover{color:#764ba2}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s ease}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e);color:#fff;line-height:1.6;min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column}.header{padding:1.5rem 2rem;position:fixed;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f1ab3}.logo{font-size:1.5rem;font-weight:800;letter-spacing:-.5px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;padding-top:100px;min-height:100vh}.content{width:100%;max-width:960px;display:flex;flex-direction:column;gap:2rem}.hero{text-align:center;display:flex;flex-direction:column;align-items:center;padding-top:15vh;transition:padding .4s ease}.hero-compact{padding-top:2rem}h1{font-size:3.5rem;font-weight:800;letter-spacing:-2px;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#fff,#a5b4fc,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.25rem;color:#fff9;margin-bottom:3rem;max-width:640px}.input-wrapper{display:flex;align-items:center;gap:0;width:100%;max-width:640px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:4px 4px 4px 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.input-wrapper:focus-within{border-color:#667eea4d;box-shadow:0 0 0 4px #667eea1a}.input-prompt{display:flex;align-items:center;padding-left:1.25rem;color:#fff6;font-size:.95rem;white-space:nowrap;font-family:SF Mono,Monaco,Menlo,monospace}.repo-input{flex:1;padding:1rem .75rem;font-size:.95rem;border:none;border-radius:12px;background:transparent;color:#fff;outline:none;font-family:SF Mono,Monaco,Menlo,monospace}.repo-input:disabled{opacity:.7}.repo-input::placeholder{color:#ffffff4d;font-family:SF Mono,Monaco,Menlo,monospace}.analyze-btn{padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;background:#ffffff1a;color:#fff;border:none;border-radius:20px;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.analyze-btn:hover:not(:disabled){background:#ffffff26}.analyze-btn:active:not(:disabled){transform:translateY(0)}.analyze-btn:disabled{cursor:not-allowed;opacity:.9}.analyze-btn.analyzing{background:#ffffff14}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.error{color:#f87171;font-size:.875rem;background:#f871711a;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(248,113,113,.2);margin-top:1rem}.progress-section,.results-section{width:100%}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-title{font-size:1rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.timeline{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem 1.5rem;max-height:300px;overflow-y:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.timeline::-webkit-scrollbar{width:6px}.timeline::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.timeline::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.timeline-item{display:flex;gap:1rem;padding:.5rem 0}.timeline-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.timeline-dot{width:10px;height:10px;background:#ffffff4d;border-radius:50%;transition:all .3s ease}.timeline-dot.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 20px #667eea80;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 20px #667eea80}50%{box-shadow:0 0 30px #667eeacc}}.timeline-line{width:2px;flex:1;background:#ffffff1a;margin-top:4px;min-height:16px}.timeline-content{flex:1;padding-bottom:.25rem}.timeline-message{color:#ffffffe6;font-size:.9rem;margin-bottom:.125rem}.timeline-time{color:#fff6;font-size:.7rem}@keyframes spin{to{transform:rotate(360deg)}}.top-repos-section{width:100%;margin-top:4rem}.top-repos-loading{display:flex;justify-content:center;padding:2rem}.top-repos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.top-repo-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s ease;text-align:left;display:flex;flex-direction:column;gap:.5rem}.top-repo-card:hover{background:#ffffff0f;border-color:#667eea4d;transform:translateY(-2px)}.top-repo-name{font-size:.85rem;font-weight:600;color:#ffffffe6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-repo-price-range{display:flex;align-items:center;gap:.5rem}.top-repo-price{font-size:.85rem;font-weight:700;color:#10b981}.top-repo-dash{color:#fff6}.repo-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.json-dump{background:#0000004d;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.25rem;font-family:JetBrains Mono,Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;color:#fffc;margin:0}.price-range{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 0}.price-box{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;min-width:140px;transition:all .3s ease}.price-box:hover{background:#ffffff14;transform:translateY(-2px)}.price-low{border-color:#667eea4d}.price-high{border-color:#764ba24d}.price-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#ffffff80}.price-value{font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-dash{display:flex;align-items:center;justify-content:center;color:#fff6;font-size:1.5rem;font-weight:300}@media(max-width:640px){.price-range{gap:.75rem}.price-box{padding:1rem 1.25rem;min-width:100px}.price-value,.price-dash{font-size:1.25rem}}@media(max-width:768px){.content{max-width:100%}.top-repos-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){h1{font-size:2rem;letter-spacing:-1px}.subtitle{font-size:1rem;margin-bottom:2rem}.input-wrapper{flex-direction:column;align-items:stretch;padding:12px;max-width:100%;border-radius:16px}.input-prompt{padding:0 .5rem .25rem;font-size:.85rem}.repo-input{padding:.5rem;font-size:.9rem}.analyze-btn{width:100%;padding:.75rem;justify-content:center;border-radius:12px;margin-top:.5rem}.main{padding:1rem;padding-top:80px}.hero{padding-top:6vh}.hero-compact{padding-top:1rem}.header{padding:1rem 1.25rem}.logo{font-size:1.25rem}.section-title{font-size:.875rem}.top-repos-grid{grid-template-columns:1fr;gap:.5rem}.top-repo-card{padding:.75rem}.top-repo-name{font-size:.8rem}.top-repo-price{font-size:.75rem}.top-repo-price-range{gap:.25rem}.timeline{padding:1rem}.timeline-message{font-size:.85rem}.repo-card{padding:1rem}.json-dump{font-size:.75rem;padding:1rem}}.faq-section{width:100%;margin-top:3rem}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.faq-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease}.faq-card:hover{background:#ffffff0f;border-color:#667eea4d;transform:translateY(-2px)}.faq-question{font-size:.85rem;font-weight:600;color:#ffffffe6}.faq-answer{font-size:.8rem;color:#ffffff80;line-height:1.4}@media(max-width:768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.faq-grid{grid-template-columns:1fr;gap:.5rem}.faq-card{padding:.75rem}.faq-question{font-size:.8rem}.faq-answer{font-size:.75rem}}@media(max-width:380px){h1{font-size:1.75rem}.top-repos-grid{grid-template-columns:1fr}.top-repo-card{flex-direction:row;align-items:center;justify-content:space-between}.top-repo-price-range{flex-shrink:0}.faq-grid{grid-template-columns:1fr}}
