*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.app-container{min-height:100vh;display:flex;flex-direction:column}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="white" opacity="0.1"/></svg>');background-size:30px 30px;opacity:.3}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1;animation:fadeIn .8s ease-out}.logo-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:100px;color:#fff;font-size:.875rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,255,255,.3)}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{font-size:1.375rem;color:#fffffff2;margin-bottom:1rem;font-weight:500;max-width:800px;margin-left:auto;margin-right:auto}.hero-description{font-size:1.125rem;color:#ffffffd9;margin-bottom:3rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7}.feature-pills{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:0}.feature-pill{display:flex;align-items:center;gap:.625rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.25rem;border-radius:100px;color:#fff;font-size:.9375rem;font-weight:500;border:1px solid rgba(255,255,255,.2);transition:all .2s ease-out}.feature-pill:hover{background:#ffffff40;transform:translateY(-2px)}.search-container{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(255,255,255,.3);max-width:700px;margin:3rem auto 2rem;animation:slideUp .6s ease-out .4s backwards}.search-label{font-size:.875rem;font-weight:600;color:#495057;margin-bottom:.75rem;display:block;text-align:left}.search-form{display:flex;gap:.75rem;background:#f8f9fa;padding:.5rem;border-radius:.75rem;border:2px solid #e9ecef;transition:all .2s ease-out}.search-form:focus-within{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;background:#fff}.input-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;width:20px;height:20px;color:#6c757d;pointer-events:none}.ticker-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:none;background:transparent;font-size:1.125rem;font-family:JetBrains Mono,monospace;font-weight:600;color:#1a1a1a;outline:none}.ticker-input::placeholder{color:#adb5bd;font-weight:500}.analyze-button{padding:.875rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.625rem;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-out;white-space:nowrap;box-shadow:0 4px 6px -1px #667eea4d}.analyze-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #667eea66}.analyze-button:active:not(:disabled){transform:translateY(0)}.analyze-button:disabled{opacity:.6;cursor:not-allowed}.button-spinner{width:18px;height:18px;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.search-hint{margin-top:.75rem;font-size:.8125rem;color:#6c757d;text-align:center}.search-hint strong{color:#495057;font-weight:600}.status-container{max-width:800px;margin:2rem auto;padding:0 2rem}.status-message{padding:1.25rem 1.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:.75rem;text-align:center;animation:slideUp .3s ease-out;color:#1a1a1a}.status-message.loading{background:#e7f0ff;border-color:#b3d4ff;color:#0056b3;display:flex;align-items:center;justify-content:center;gap:.75rem}.status-message.error{background:#f8d7da;border-color:#f5c2c7;color:#842029}.spinner-icon{animation:spin 1s linear infinite}.info-section{max-width:1200px;margin:4rem auto;padding:0 2rem}.section-title{font-size:2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#6c757d;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;border:1px solid #e9ecef;transition:all .3s ease-out;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease-out}.feature-card:hover{box-shadow:0 10px 15px -3px #00000014;transform:translateY(-4px);border-color:#667eea}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.feature-card p{font-size:.9375rem;color:#495057;line-height:1.7}.how-it-works{background:linear-gradient(180deg,#f8f9fa,#fff);padding:5rem 2rem;margin:0}.how-it-works-content{max-width:1200px;margin:0 auto}.steps-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;position:relative}.step-item{text-align:center;position:relative}.step-number{width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 10px 15px -3px #667eea4d}.step-item h3{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.step-item p{font-size:.9375rem;color:#6c757d;line-height:1.6}.results-container{max-width:1000px;margin:2rem auto 0;padding:0 2rem 5rem;animation:fadeIn .4s ease-out}.insight-card{background:#fff;border:1px solid #e9ecef;border-radius:1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;overflow:hidden;max-width:100%}.direction-banner{padding:1.75rem 2rem;display:flex;align-items:center;border-bottom:1px solid #e9ecef;animation:bannerSlide .35s ease-out}.direction-banner.positive{background:linear-gradient(135deg,#d4edda,#c3e6cb)}.direction-banner.negative{background:linear-gradient(135deg,#f8d7da,#f5c2c7)}.direction-banner.neutral{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.direction-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.75rem;width:auto;height:auto;margin-right:.75rem;flex-shrink:0}.direction-banner.positive .direction-icon{color:#28a745}.direction-banner.negative .direction-icon{color:#dc3545}.direction-banner.neutral .direction-icon{color:#6c757d}.direction-info{flex:1}.direction-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a;display:flex;align-items:center}.direction-subtitle{font-size:1.125rem;color:#495057;font-family:JetBrains Mono,monospace;word-break:break-word;overflow-wrap:break-word}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0;border-bottom:1px solid #e9ecef;animation:statsReveal .3s ease-out .1s backwards}.stat-blob{padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.625rem;border-right:1px solid #e9ecef;transition:background .2s ease-out;position:relative}.stat-blob:last-child{border-right:none}.stat-blob:hover{background:#f8f9fa}.stat-blob:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .2s ease-out}.stat-blob:hover:before{opacity:1}.stat-label{font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;color:#6c757d;font-weight:600}.stat-value{font-size:1.75rem;font-weight:700;font-family:JetBrains Mono,monospace;color:#1a1a1a;word-break:break-word;overflow-wrap:break-word}.stat-value.positive{color:#28a745}.stat-value.negative{color:#dc3545}.technical-footnote{padding:1.25rem 2rem;background:#f8f9fa;font-size:.875rem;color:#495057;border-bottom:1px solid #e9ecef;font-family:JetBrains Mono,monospace;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.analysis-section{padding:2.5rem 2rem;border-bottom:1px solid #e9ecef;animation:cardEnter .4s ease-out backwards}.analysis-section:last-of-type{border-bottom:none}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:.625rem;font-weight:700;font-size:1rem;flex-shrink:0}.section-header h3{font-size:1.375rem;font-weight:700;color:#1a1a1a}.section-content{color:#212529;line-height:1.8;font-size:1rem}.section-content p{margin-bottom:1.25rem}.section-content ul{margin:1.25rem 0;padding-left:1.75rem}.section-content li{margin-bottom:.75rem;padding-left:.5rem}.section-content strong{font-weight:600;color:#1a1a1a}.subsection{margin-bottom:1.75rem;padding-left:1rem;border-left:3px solid #e9ecef}.subsection-title{font-size:1.0625rem;font-weight:600;color:#1a1a1a;margin-bottom:.625rem}.subsection-content{color:#495057;margin-bottom:.625rem}.related-news{font-size:.85rem;color:#64748b;margin-top:.75em;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.news-link{display:inline-flex;align-items:center;justify-content:center;color:#3b82f6;background:#eff6ff;text-decoration:none;font-weight:600;font-size:.8rem;padding:4px 10px;border-radius:12px;border:1px solid #bfdbfe;transition:all .2s ease}.news-link:hover{background:#dbeafe;border-color:#3b82f6;color:#1e40af;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.news-section{padding:2.5rem 2rem}.news-section h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.news-list{display:flex;flex-direction:column;gap:1.25rem}.news-card{padding:1.75rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:.75rem;text-decoration:none;color:inherit;display:block;transition:all .2s ease-out;animation:cardEnter .4s ease-out backwards;position:relative;overflow:hidden}.news-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .2s ease-out}.news-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014;border-color:#667eea;background:#fff}.news-card:hover:before{opacity:1}.news-headline{font-size:1.0625rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a;display:flex;align-items:flex-start;gap:.75rem;line-height:1.5}.news-number{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:.5rem;font-size:.8125rem;font-weight:700;flex-shrink:0}.news-meta{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;font-size:.875rem;color:#6c757d;margin-bottom:1rem}.sentiment-tag{padding:.375rem .75rem;border-radius:.375rem;font-weight:600;font-size:.8125rem}.sentiment-positive{background:#d4edda;color:#28a745}.sentiment-negative{background:#f8d7da;color:#dc3545}.sentiment-neutral{background:#e9ecef;color:#6c757d}.news-summary{font-size:.9375rem;color:#495057;line-height:1.7}.show-more-button{margin-top:1.5rem;padding:1rem 2rem;background:#f8f9fa;color:#1a1a1a;border:1px solid #e9ecef;border-radius:.625rem;font-weight:600;font-size:.9375rem;cursor:pointer;width:100%;transition:all .15s ease-out}.show-more-button:hover{background:#fff;border-color:#667eea;color:#667eea}.footer-note{padding:2rem;text-align:center;font-size:.875rem;color:#6c757d;background:#f8f9fa;border-top:1px solid #e9ecef}.page-footer{padding:3rem 2rem;text-align:center;background:#f8f9fa;border-top:1px solid #e9ecef}.footer-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-text{font-size:1rem;color:#6c757d;margin:0}.bmc-button{display:inline-block;transition:transform .2s ease-out,box-shadow .2s ease-out;border-radius:8px;overflow:hidden}.bmc-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.bmc-button img{display:block}.footer-info{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.footer-copyright,.footer-contact{font-size:.875rem;color:#6c757d;margin:0}.footer-contact a{color:#667eea;text-decoration:none;font-weight:500;transition:color .2s ease-out}.footer-contact a:hover{color:#764ba2;text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerSlide{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes statsReveal{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes cardEnter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:1rem}.feature-pills{gap:.5rem}.feature-pill{padding:.5rem .875rem;font-size:.8125rem}.search-container{padding:1.5rem}.search-form{flex-direction:column;gap:.75rem}.analyze-button{width:100%;justify-content:center}.features-grid,.steps-container{grid-template-columns:1fr}.results-container{padding:0 1rem 3rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-blob{padding:1.5rem 1rem}.stat-blob:nth-child(2n){border-right:none}.stat-value{font-size:1.5rem}.technical-footnote{padding:1rem 1.5rem;font-size:.8125rem;word-wrap:break-word;overflow-wrap:break-word}.analysis-section,.news-section{padding:2rem 1.5rem}.news-card{padding:1.25rem}.direction-banner{flex-direction:column;text-align:center;padding:1.25rem 1rem}.direction-title{font-size:1.375rem;justify-content:center}.direction-icon{font-size:1.375rem;margin-right:.5rem}.direction-subtitle{font-size:.9375rem}.page-footer{padding:2rem 1rem}.footer-text{font-size:.9375rem}.footer-copyright,.footer-contact{font-size:.8125rem}}@media (max-width: 450px){.hero-section{padding:3rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.search-container{padding:1.25rem}.ticker-input{font-size:1rem;padding:.75rem .875rem .75rem 2.75rem}.analyze-button{padding:.75rem 1.5rem;font-size:.9375rem}.feature-pills{gap:.375rem}.feature-pill{font-size:.75rem;padding:.375rem .75rem}.results-container{padding:0 .5rem 2rem}.direction-banner{padding:1rem .75rem}.direction-title{font-size:1.125rem}.direction-icon{font-size:1.125rem;margin-right:.375rem}.direction-subtitle{font-size:.8125rem}.stat-blob{padding:1.25rem .75rem}.stat-value{font-size:1.125rem}.stat-label{font-size:.75rem}.technical-footnote{padding:.875rem .75rem;font-size:.6875rem}.analysis-section,.news-section{padding:1.5rem 1rem}.news-card{padding:1rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}}.showcase-section{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}.showcase-content{width:100%}.showcase-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#1a1a1a}.showcase-subtitle{text-align:center;color:#666;font-size:1rem;margin-bottom:2rem}.showcase-loading{text-align:center;color:#999;padding:2rem}.showcase-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.showcase-grid-1{grid-template-columns:1fr;max-width:400px;margin:0 auto}.showcase-grid-2{grid-template-columns:repeat(2,1fr);max-width:800px;margin:0 auto}.showcase-grid-3{grid-template-columns:repeat(3,1fr)}.showcase-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.showcase-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#d1d5db}.showcase-card-header{margin-bottom:.75rem}.showcase-ticker{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.showcase-ticker strong{font-size:1.25rem;font-weight:700;color:#1a1a1a}.showcase-change{font-size:1rem;font-weight:600;padding:.25rem .5rem;border-radius:.375rem}.showcase-change.positive{color:#059669;background-color:#d1fae5}.showcase-change.negative{color:#dc2626;background-color:#fee2e2}.showcase-company{font-size:.875rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.showcase-meta{font-size:.875rem;color:#999;margin-bottom:1rem}.showcase-preview{font-size:.875rem;color:#666;line-height:1.5;margin-bottom:1rem;min-height:2.5rem}.showcase-cta{font-size:.875rem;font-weight:600;color:#667eea;display:flex;align-items:center;gap:.25rem}.showcase-card:hover .showcase-cta{color:#764ba2}@media (max-width: 768px){.showcase-section{padding:2rem 1rem}.showcase-title{font-size:1.5rem}.showcase-grid,.showcase-grid-1,.showcase-grid-2,.showcase-grid-3{grid-template-columns:1fr}}
