@import"https://fonts.googleapis.com/css2?family=Doto:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";.navbar{padding:20px 0;border-bottom:1px solid #222;position:sticky;top:0;background:#000;z-index:100}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5em;font-weight:600;font-family:Doto,sans-serif;color:#fff}.cta-button{padding:10px 24px;background:#fff;color:#000;border:none;border-radius:8px;font-weight:700;font-family:Economica,sans-serif;cursor:pointer;transition:all .2s}.cta-button:hover{background:#eee;transform:translateY(-1px)}.footer{padding:40px 0;text-align:center;border-top:1px solid #111;background:#000;color:#666}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-content{text-align:center;max-width:400px;width:90%}.spinner{width:50px;height:50px;border:3px solid #333;border-top-color:#38bdf8;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.loading-title{color:#fff;font-family:Economica,sans-serif;font-size:1.2rem;margin-bottom:1rem}.skeleton-container{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:1rem}.skeleton{height:14px;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.loading-logs{background:#ffffff0d;border-radius:6px;padding:10px;text-align:left;color:#9ca3af;font-family:Source Code Pro,monospace;font-size:.85rem;max-height:120px;overflow-y:auto;margin-bottom:1rem}.log-line{margin:0;line-height:1.3em}.progress-bar-container{width:100%;height:6px;background:#ffffff1a;border-radius:9999px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#38bdf8,#3b82f6);transition:width .3s ease}.hero{padding:100px 0;text-align:center;position:relative;overflow:visible;background:#000}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(99,102,241,.1) 0%,transparent 50%);animation:rotate 20s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero h1{font-size:3em;margin-bottom:20px;font-weight:700;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out;position:relative;z-index:1}.subtitle{font-size:1.2em;color:#888;margin-bottom:50px;animation:fadeInUp .8s ease-out .2s backwards;position:relative;z-index:1;font-weight:400}.search-container{max-width:600px;margin:0 auto 20px;display:flex;gap:10px;animation:fadeInUp .8s ease-out .4s backwards;position:relative;z-index:1000;overflow:visible}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:16px;color:#666;pointer-events:none;z-index:1}.search-input{flex:1;width:100%;padding:16px 20px 16px 48px;background:#111c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333;border-radius:8px;color:#fff;font-size:1em;font-family:Economica,sans-serif;transition:all .3s ease;box-shadow:0 4px 6px #0000004d}.search-input::placeholder{color:#fff6}.search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a,0 4px 12px #6366f133;transform:translateY(-2px)}.analyze-button{padding:16px 32px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-weight:700;font-family:Economica,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6366f14d;position:relative;overflow:hidden;display:flex;align-items:center;gap:8px;white-space:nowrap}.analyze-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.analyze-button:hover:before{left:100%}.analyze-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.analyze-button.active{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 4px 12px #7c3aed66}.analyze-button.active:hover{box-shadow:0 6px 20px #7c3aed80}.analyze-button.disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#4a4d9e,#6b4fa0)}.helper-text{color:#666;font-size:.9em;animation:fadeInUp .8s ease-out .6s backwards;position:relative;z-index:0;margin-top:30px}@media (max-width: 768px){.hero h1{font-size:2em}.search-container{flex-direction:column}}.search-wrapper{flex:1;position:relative}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#111111f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333;border-radius:8px;max-height:400px;overflow-y:auto;z-index:9999;box-shadow:0 8px 32px #00000080}.dropdown-item{padding:12px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid #222;transition:background .2s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover,.dropdown-item.selected{background:#6366f11a}.company-name{color:#fff;font-weight:500}.company-ticker{color:#6366f1;font-weight:600;font-family:monospace;font-size:.9em}.dashboard-section{padding:80px 0;background:#000;position:relative;z-index:1}.dashboard-title{text-align:center;font-size:2.5em;margin-bottom:50px;font-weight:700;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto}.company-card{background:#111c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333;border-radius:12px;padding:24px;cursor:pointer;transition:all .3s ease;animation:fadeInUp .6s ease-out backwards;box-shadow:0 4px 6px #0000004d}.company-card:hover{transform:translateY(-4px);border-color:#6366f1;box-shadow:0 8px 24px #6366f14d}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.company-name{font-size:1.4em;font-weight:600;color:#fff;margin:0;flex:1}.grade-badge{padding:6px 14px;border-radius:6px;font-weight:700;font-size:.9em;min-width:45px;text-align:center}.grade-a{background:linear-gradient(135deg,#10b981,#6366f1);color:#fff}.grade-b{background:linear-gradient(135deg,#f59e0b,#eab308);color:#000}.grade-c{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff}.grade-d{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.card-stats{display:flex;gap:20px;margin-bottom:16px}.stat{display:flex;align-items:center;gap:8px;color:#888;font-size:.9em}.stat svg{color:#6366f1}.card-footer{display:flex;align-items:center;gap:6px;color:#6366f1;font-size:.85em;font-weight:600;margin-top:12px;padding-top:12px;border-top:1px solid #222}.loading-state,.empty-state{text-align:center;color:#666;font-size:1.1em;padding:40px 0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.dashboard-grid{grid-template-columns:1fr}.dashboard-title{font-size:2em}}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px;padding-top:30px;border-top:1px solid #222}.pagination-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#111c;border:1px solid #333;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#6366f11a;border-color:#6366f1;transform:translateY(-2px)}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.pagination-numbers{display:flex;gap:8px}.page-number{width:40px;height:40px;background:#111c;border:1px solid #333;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.page-number:hover{background:#6366f11a;border-color:#6366f1}.page-number.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1}@media (max-width: 768px){.pagination{flex-wrap:wrap}.pagination-numbers{order:3;width:100%;justify-content:center;margin-top:12px}}.company-card.skeleton{pointer-events:none;background:#1119;animation:pulse 1.5s ease-in-out infinite;min-height:240px}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.01)}}.skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.skeleton-text{height:22px;width:60%;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-badge{height:32px;width:50px;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.skeleton-stats{display:flex;gap:20px;margin-bottom:16px}.skeleton-line{height:16px;width:80px;background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-line.short{width:120px}.skeleton-footer{padding-top:12px;border-top:1px solid #222}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.company-card.skeleton{min-height:180px}}.feature-carousel-section{padding:100px 0;background:#000;position:relative;overflow:hidden}.carousel-heading{text-align:center;font-size:3em;font-weight:700;margin-bottom:60px;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInDown .8s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.carousel-container{display:flex;align-items:center;justify-content:center;gap:30px;max-width:1000px;margin:0 auto;position:relative;min-height:500px}.carousel-nav{background:#6366f11a;border:2px solid #05deee;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0;z-index:10}.carousel-nav:hover{background:#6366f133;border-color:#01adad;transform:scale(1.1);box-shadow:0 0 20px #a1e7ab4d}.carousel-nav:active{transform:scale(.95)}.carousel-card-wrapper{flex:1;perspective:1000px;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.carousel-card{background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border:2px solid rgba(99,102,241,.2);border-radius:20px;padding:50px 40px;text-align:center;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000004d,0 0 80px #6366f126;position:relative;overflow:hidden}.carousel-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(99,102,241,.1) 0%,transparent 50%);animation:rotateGlow 15s linear infinite}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.carousel-icon-wrapper{margin:0 auto 30px;width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border:3px solid #20c5bd;border-radius:50%;position:relative;z-index:1;animation:iconPulse 3s ease-in-out infinite}@keyframes iconPulse{0%,to{box-shadow:0 0 20px #7deff34d}50%{box-shadow:0 0 40px #84ebc099}}.carousel-icon{color:#20c5bd;filter:drop-shadow(0 0 10px rgba(45,170,187,.5))}.carousel-title{font-size:2.2em;font-weight:700;margin-bottom:20px;color:#fff;position:relative;z-index:1}.carousel-description{font-size:1.1em;color:#ffffffe6;line-height:1.8;margin-bottom:30px;position:relative;z-index:1;font-weight:400}.carousel-features{list-style:none;padding:0;text-align:left;max-width:500px;margin:0 auto;position:relative;z-index:1}.carousel-features li{padding:12px 0 12px 35px;position:relative;color:#ddd;font-size:1.05em;line-height:1.6;transition:all .3s ease;font-weight:400}.carousel-features li:before{content:">";position:absolute;left:0;color:#2cfa9a;font-weight:700;font-size:1.3em;text-shadow:0 0 10px rgba(123,247,236,.6)}.carousel-features li:hover{padding-left:40px;color:#fff}.carousel-dots{display:flex;gap:12px;justify-content:center;margin-top:40px}.dot{width:12px;height:12px;border-radius:50%;background:#6366f133;border:2px solid #594efc;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#6366f166;border-color:#8b5cf6;transform:scale(1.2)}.dot.active{background:#5ed4e4;border-color:#5ed4e4;box-shadow:0 0 15px #ececff99;transform:scale(1.3)}.carousel-counter{text-align:center;margin-top:20px;font-size:1.1em;color:#9bfcf7;font-weight:400}@media (max-width: 768px){.carousel-heading{font-size:2em}.carousel-container{gap:15px;min-height:600px}.carousel-nav{width:45px;height:45px}.carousel-card{padding:40px 25px}.carousel-title{font-size:1.8em}.carousel-icon-wrapper{width:100px;height:100px}.carousel-icon{width:48px;height:48px}.carousel-features{font-size:.95em}}@media (max-width: 480px){.carousel-nav.prev,.carousel-nav.next{position:absolute;top:50%;transform:translateY(-50%)}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.carousel-card-wrapper{padding:0 60px}}.cta-section{padding:100px 0;text-align:center;background:#0a0a0a}.cta-section h2{font-size:2.5em;color:#fff;margin-bottom:20px;font-weight:700}.cta-section p{font-size:1.2em;color:#888;margin-bottom:40px;font-weight:400}.cta-button-large{padding:18px 48px;background:#fff;color:#000;border:none;border-radius:10px;font-weight:700;font-size:1.1em;font-family:Economica,sans-serif;cursor:pointer;transition:all .2s}.cta-button-large:hover{background:#eee;transform:translateY(-2px)}.disclaimer-section{padding:40px 0;background:#1119;border-top:1px solid rgba(255,255,255,.1)}.disclaimer-content{display:flex;align-items:flex-start;gap:16px;max-width:1200px;margin:0 auto;padding:20px;background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:8px}.disclaimer-icon{color:#ef4444;flex-shrink:0;margin-top:2px}.disclaimer-text{flex:1}.disclaimer-text p{margin:0;color:#ffffffb3;font-size:.9em;line-height:1.6}.disclaimer-text strong{color:#ef4444;font-weight:600}@media (max-width: 768px){.disclaimer-content{flex-direction:column;padding:16px}.disclaimer-text p{font-size:.85em}}.report-container{padding:60px 0;background:#000;min-height:100vh}.report-header{text-align:center;margin-bottom:60px;padding-bottom:30px;border-bottom:1px solid #222}.report-header h1{font-size:3em;margin-bottom:10px;color:#fff;font-weight:700}.ticker-label{color:#888;font-size:1.1em;font-family:monospace;margin:8px 0}.report-meta{display:flex;align-items:center;justify-content:center;gap:8px;color:#666;font-size:.9em;font-weight:400}.score-card{background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:60px;text-align:center;margin-bottom:40px;box-shadow:0 8px 32px #0000004d;position:relative;overflow:hidden}.score-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(99,102,241,.1) 0%,transparent 50%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.grade-badge-large{font-size:4em;font-weight:900;background:linear-gradient(135deg,#10b981,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1;margin-bottom:16px;animation:scaleIn .6s ease-out}.score-number{font-size:3em;font-weight:700;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px;position:relative;z-index:1}@keyframes scaleIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.score-label{font-size:1.2em;color:#fff;position:relative;z-index:1;opacity:.8;font-weight:400}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}.metric-box{background:#111c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #333;border-radius:12px;padding:30px 20px;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000004d;animation:fadeInUp .5s ease-out backwards}.metric-box:nth-child(1){animation-delay:.1s}.metric-box:nth-child(2){animation-delay:.2s}.metric-box:nth-child(3){animation-delay:.3s}.metric-box:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.metric-box:hover{transform:translateY(-5px);box-shadow:0 8px 16px #6366f133;border-color:#6366f1}.metric-icon{color:#6366f1;margin:0 auto 15px;opacity:.8}.metric-value{font-size:2em;font-weight:700;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:10px}.metric-label{color:#888;font-size:.9em;font-weight:400}.verdict-card,.action-card{background:#111c;border:1px solid #333;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 6px #0000004d}.verdict-card{border-left:4px solid}.verdict-card.positive{border-left-color:#10b981;background:#10b9810d}.verdict-card.neutral{border-left-color:#f59e0b;background:#f59e0b0d}.verdict-card.negative{border-left-color:#ef4444;background:#ef44440d}.verdict-content{display:flex;align-items:center;gap:12px;font-size:1.2em;font-weight:600;margin-top:12px;color:#fff}.verdict-text{color:#fff}.verdict-card h3,.action-card h3,.insights-container h3{margin-bottom:20px;font-size:1.5em;color:#fff;font-weight:700}.verdict-card p{color:#ddd;line-height:1.8;font-weight:400}.insights-container{margin-bottom:30px}.signals-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px}.signals-column h4{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:1.1em;font-weight:600}.signals-column.positive h4{color:#10b981}.signals-column.negative h4{color:#ef4444}.signal-item{padding:12px 16px;margin-bottom:8px;border-radius:8px;border-left:3px solid;color:#ddd;font-weight:400}.signal-item.positive{background:#10b9811a;border-left-color:#10b981}.signal-item.negative{background:#ef44441a;border-left-color:#ef4444}.no-signals{color:#666;font-style:italic;padding:12px 0}.insight-item{background:#111c;border-left:4px solid;padding:15px 20px;margin-bottom:15px;border-radius:6px;box-shadow:0 2px 4px #0000004d}.insight-item.positive{border-left-color:#22c55e}.insight-item.neutral{border-left-color:#eab308}.insight-item.negative{border-left-color:#ef4444}.insight-item strong{display:block;margin-bottom:5px;color:#fff;font-weight:700}.insight-item p{color:#ddd;font-weight:400}.action-step{padding:12px 0;border-bottom:1px solid #333;display:flex;align-items:flex-start;gap:12px;color:#ddd;font-weight:400}.action-step:last-child{border-bottom:none}.action-icon{color:#6366f1;flex-shrink:0;margin-top:2px}.details-section{background:#111c;border:1px solid #333;border-radius:12px;padding:20px;cursor:pointer;box-shadow:0 4px 6px #0000004d}.details-section summary{font-weight:700;font-size:1.2em;padding:10px;cursor:pointer;color:#fff}.analysis-content{padding:20px 10px;line-height:1.8}.analysis-header{color:#fff;font-size:1.2em;font-weight:700;margin:25px 0 15px;padding-bottom:8px;border-bottom:1px solid #333}.analysis-header:first-child{margin-top:10px}.analysis-paragraph{color:#ddd;margin:12px 0;line-height:1.7;font-weight:400}.analysis-numbered-item{color:#ddd;margin:8px 0;padding-left:10px;line-height:1.6;font-weight:400}.analysis-bullet-item{display:flex;align-items:flex-start;gap:12px;margin:10px 0;padding:8px 12px;background:#6366f10d;border-radius:6px;color:#ddd;line-height:1.6}.analysis-bullet-item.positive{background:#22c55e0d;border-left:3px solid #22c55e}.analysis-bullet-item.warning{background:#eab3080d;border-left:3px solid #eab308}.bullet-icon{font-size:1.2em;flex-shrink:0;margin-top:2px;color:#6366f1}.analysis-highlight{color:#fff;font-weight:700;margin:20px 0 10px;padding:12px 16px;background:#6366f11a;border-radius:8px;border-left:4px solid #6366f1}.loading-state,.error-state{text-align:center;padding:100px 20px;color:#888;font-size:1.2em}.error-state{color:#ef4444}@media (max-width: 768px){.metrics-grid,.signals-grid{grid-template-columns:1fr}.report-header h1{font-size:2em}.score-number,.grade-badge-large{font-size:3em}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #000;--text-primary: #fff;--text-secondary: #888;--accent: #6366f1;--accent-light: #8b5cf6;--border: #222;--border-light: #333}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;overflow-x:hidden}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.logo,.brand-text{font-family:Doto,sans-serif;font-weight:600}
