@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&display=swap";:root{--emerald: #059669;--amber: #d97706;--red: #dc2626;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #9ca3af;--border: #e5e7eb;--bg-subtle: #fafafa}.ticker-heading{font-family:Fraunces,serif;font-size:1.875rem;font-weight:700;color:var(--text-primary);line-height:1.2}.ticker-intro{font-size:1rem;color:var(--text-secondary);font-weight:300;margin-top:.5rem}.ticker-browse{display:flex;flex-direction:column;gap:1.25rem}.ticker-search-row{margin-top:0;max-width:28rem}.ticker-search-field{box-sizing:border-box;width:100%;padding:.625rem .75rem;font-size:1rem;border:1px solid var(--border);border-radius:.375rem;color:var(--text-primary);background:#fff}.ticker-search-field::placeholder{color:var(--text-muted)}.ticker-search-field:focus{outline:2px solid var(--text-secondary);outline-offset:1px}.ticker-search-meta{margin-top:.5rem;font-size:.875rem;color:var(--text-muted);min-height:1.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ticker-section{padding:1.5rem;border:1px solid var(--border);border-radius:.5rem;animation:fadeIn .5s ease-out forwards;opacity:0}.ticker-section:nth-child(1){animation-delay:.05s}.ticker-section:nth-child(2){animation-delay:.1s}.ticker-section:nth-child(3){animation-delay:.15s}.ticker-section:nth-child(4){animation-delay:.2s}.ticker-section:nth-child(n+5){animation-delay:.25s}.ticker-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem}.ticker-logo{height:3rem;width:3rem;object-fit:contain;flex-shrink:0;opacity:.8}.ticker-name{font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;color:var(--text-primary);line-height:1.2}.model-download-link{margin-left:auto;font-size:.8125rem;font-weight:500;padding:.35rem .75rem;border:1px solid var(--border-subtle, #d4d4d8);border-radius:.375rem;color:var(--text-secondary, #52525b);background:var(--bg-subtle, #fafafa);text-decoration:none;white-space:nowrap;transition:background .12s ease,color .12s ease,border-color .12s ease}.model-download-link:hover{background:#003082;color:#fff;border-color:#003082}.latest-report{background:var(--bg-subtle);padding:0;margin-bottom:.5rem;animation:fadeIn .5s ease-out .1s forwards;opacity:0}.latest-report .report-text{text-decoration:underline;text-decoration-color:#000;text-underline-offset:.25rem}.report-item{display:flex;align-items:flex-start;gap:.65rem;padding:.3rem 0;animation:fadeIn .5s ease-out forwards;opacity:0;transition:transform .2s ease}.report-item:hover{transform:translate(4px)}.report-item:nth-child(1){animation-delay:.2s}.report-item:nth-child(2){animation-delay:.25s}.report-item:nth-child(3){animation-delay:.3s}.report-item:nth-child(4){animation-delay:.35s}.report-item:nth-child(5){animation-delay:.4s}.report-date{flex-shrink:0;min-width:5.25rem;font-family:ui-sans-serif,system-ui,sans-serif;font-size:.8rem;font-weight:500;color:var(--text-muted);line-height:1.35;padding-top:.2rem}.report-content{flex:1;min-width:0}.report-text{font-family:Fraunces,serif;font-size:.95rem;color:var(--text-primary);line-height:1.35}.report-link{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.report-link:hover{color:var(--text-secondary)}.rating-badge{display:inline-block;padding:.35rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-emerald{background:#0596691a;color:var(--emerald)}.badge-amber{background:#d977061a;color:var(--amber)}.badge-red{background:#dc26261a;color:var(--red)}.badge-slate{background:#9ca3af1a;color:var(--text-muted)}.badge-outperform{background:#16a34a;color:#fff}.badge-hold{background:#ca8a04;color:#fff}.badge-underperform{background:#dc2626;color:#fff}.container-main{display:flex;flex-direction:column;gap:3rem}.section-intro{padding:2rem 0}.home-hero-heading{display:flex;flex-direction:column;align-items:center;gap:1rem}.home-hero-logo{width:6rem;height:6rem;object-fit:contain;border-radius:.375rem;flex-shrink:0}.home-hero-title{margin:0;text-align:center}@media(min-width:640px){.home-hero-heading{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 1.5rem}.home-hero-title{text-align:left;max-width:min(100%,52rem)}}.ticker-list{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.ticker-section.ticker-section--home-report{animation:none;opacity:1;padding:0}.home-report-card-link{display:block;padding:1.5rem;border-radius:inherit}.reports-feed{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;list-style:none;padding:0;margin:0}@media(max-width:640px){.reports-feed{grid-template-columns:1fr}}.reports-date-section{margin-top:2rem;margin-bottom:.25rem}.reports-date-title{font-family:Fraunces,serif;font-size:1.35rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;padding-bottom:.35rem;border-bottom:2px solid var(--text-primary)}.reports-date-section .reports-feed{gap:1rem}.home-reports-scroll-sentinel{min-height:2rem;width:100%;flex-shrink:0;pointer-events:none}.home-report-title-row{min-width:0;line-height:1.45}.home-report-type-line{display:inline;margin:0;text-decoration:underline;text-decoration-color:#000;text-underline-offset:.2rem}.home-report-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.home-report-card-top .ticker-header{margin-bottom:0;flex:1;min-width:0}.home-report-headline{display:inline;font-family:Fraunces,serif;font-size:1rem;font-weight:400;color:var(--text-primary);margin:0}@media(max-width:1024px){.ticker-list{grid-template-columns:1fr}}@media(max-width:768px){.ticker-heading{font-size:1.5rem}.ticker-intro{font-size:.9rem}.ticker-section,.ticker-section.ticker-section--home-report .home-report-card-link{padding:1rem}.ticker-header{gap:1rem;margin-bottom:1rem}.ticker-logo{height:2.5rem;width:2.5rem}.ticker-name{font-size:1.1rem}.latest-report{padding:0;margin-bottom:.4rem}.report-item{gap:.45rem;padding:.25rem 0}.report-text{font-size:.9rem}.report-date{min-width:4.75rem;font-size:.75rem}.container-main{gap:2rem}.section-intro{padding:1rem 0}}@media(max-width:480px){.ticker-heading{font-size:1.25rem}.home-hero-logo{width:4.25rem;height:4.25rem}.ticker-intro{font-size:.85rem}.ticker-section,.ticker-section.ticker-section--home-report .home-report-card-link{padding:.75rem}.ticker-header{gap:.75rem;margin-bottom:.75rem}.ticker-logo{height:2rem;width:2rem}.ticker-name{font-size:1rem}.latest-report{padding:0;margin-bottom:.35rem}.report-item{gap:.35rem;padding:.2rem 0}.report-text{font-size:.85rem}.rating-badge{padding:.25rem .5rem;font-size:.65rem}.container-main{gap:1.5rem}.section-intro{padding:.75rem 0}}
