*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#ffffff;line-height:1.5}main.initial-view-centered{padding:20px;min-height:100vh}.loading-spinner-container,main.initial-view-centered{display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-spinner-container{height:100%}.dashboard-content-blurred{filter:blur(5px);pointer-events:none}.landing-container{width:100%;max-width:700px;text-align:center}.landing-content{background-color:#111111;padding:40px 30px;border-radius:16px;border:1px solid #222222;box-shadow:0 10px 30px rgba(0,0,0,.3)}.title-container{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:10px}.title-container .landing-title{margin-bottom:0}.landing-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;color:#ffffff;letter-spacing:-.025em;margin-top:20px;margin-bottom:10px}.beta-tag{background-color:#007bff;color:white;padding:3px 8px;font-size:.7rem;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.landing-tagline{font-size:clamp(1rem,2.5vw,1.25rem);color:#a0aec0;line-height:1.6;max-width:550px;margin-left:auto;margin-right:auto}.landing-search-wrapper,.landing-tagline{margin-bottom:30px}.landing-search-wrapper .search-form{display:flex;gap:16px;align-items:center;justify-content:center}.landing-search-wrapper .search-input{background:#0d0d0d;border:1px solid #333333;border-radius:8px;padding:14px 18px;color:#ffffff;font-size:1rem;min-width:220px;outline:none;transition:all .2s ease}.landing-search-wrapper .search-input:focus{border-color:#00AEEF;background:#151515}.landing-search-wrapper .search-button{background:#007bff;border:none;border-radius:8px;padding:14px 28px;color:white;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.landing-search-wrapper .search-button:hover:not(:disabled){background:#0056b3}.landing-search-wrapper .search-button:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#ff6b6b;font-size:14px;margin-top:8px}.features-overview{display:flex;justify-content:space-around;gap:20px;margin-top:30px;margin-bottom:30px;flex-wrap:wrap}.feature-item{display:flex;flex-direction:column;align-items:center;gap:8px;color:#cbd5e1;font-size:.9rem;flex-basis:150px;text-align:center}.feature-icon{font-size:1.8rem}.landing-disclaimer{font-size:.75rem;color:#718096;margin-top:30px}.fixed-header-actions{position:fixed;top:15px;right:15px;z-index:1050;display:flex;gap:10px;background:rgba(26,26,26,.9);padding:10px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.3)}.action-button{padding:7px 14px;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;text-align:center;min-width:120px}.action-button.new-search-button{background-color:#007bff;color:white}.action-button.new-search-button:hover{background-color:#0056b3}.action-button.logout-button{background-color:#334155;color:#e0e0e0}.action-button.logout-button:hover{background-color:#475569}.header-section{max-width:1600px;margin:32px auto;padding:0 24px}.stock-header{background:#111111;border:1px solid #222222;border-radius:12px;padding:32px}.stock-info{display:flex;align-items:baseline;gap:24px;margin-bottom:20px;flex-wrap:wrap}.stock-symbol{font-size:48px;font-weight:800;color:#ffffff;letter-spacing:-.02em}.stock-name{font-size:24px;font-weight:500;color:#888888}.stock-price{font-size:20px;font-weight:600;color:#ffffff;margin-left:auto}.price-change{font-size:.8em;color:#888888;margin-left:8px;font-weight:400}.company-details{margin-top:16px}.company-summary{font-size:14px;line-height:1.6;color:#bbbbbb;margin-bottom:12px}.data-period-info{font-size:12px;color:#888}.dashboard{max-width:1600px;margin:0 auto;padding:0 24px 24px;display:grid;grid-template-columns:380px 1fr;gap:24px}.main-content,.sidebar{display:flex;flex-direction:column;gap:24px}.card{background:#111111;border:1px solid #222222;border-radius:12px;padding:24px;transition:all .2s ease}.card:hover{border-color:#333333;background:#121212}.card-header{justify-content:space-between;margin-bottom:24px;font-size:16px;font-weight:600;color:#ffffff}.card-header,.card-title{display:flex;align-items:center}.card-title{gap:12px}.icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:1.1em}.metrics-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-auto-rows:1fr}.metric-card{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;padding:20px;transition:all .2s ease;display:flex;flex-direction:column;justify-content:space-between}.metric-card:hover{border-color:#333333;transform:translateY(-1px)}.metric-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.metric-label{font-size:12px;color:#888888;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:24px;font-weight:700;color:#ffffff;margin-bottom:4px;word-break:break-all}.metric-subtitle{font-size:11px;color:#666666}.placeholder-card{display:flex;align-items:center;justify-content:center;min-height:120px;background:#111111;border:1px solid #222222;border-radius:12px;color:#666666;font-size:14px;padding:20px;text-align:center}.horizontal-card-group{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.horizontal-card-group .placeholder-card{min-height:100px;font-size:13px}.login-prompt-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(10,10,10,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;opacity:0;animation:fadeInOverlay .3s ease-out forwards}@keyframes fadeInOverlay{to{opacity:1}}.login-prompt-modal{background:linear-gradient(145deg,#1f2228,#14161a);padding:35px 45px;border-radius:16px;border:1px solid #2d333b;box-shadow:0 12px 35px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.05);width:100%;max-width:450px;text-align:center;color:#c9d1d9;transform:scale(.95);opacity:0;animation:fadeInModal .4s ease-out .1s forwards}@keyframes fadeInModal{to{transform:scale(1);opacity:1}}.modal-logo-container{margin-bottom:25px}.modal-title{font-size:1.9rem;font-weight:700;margin-bottom:12px;color:#ffffff;letter-spacing:-.5px}.modal-text{font-size:1rem;color:#a0aec0;margin-bottom:30px;line-height:1.6}.modal-form .form-group{margin-bottom:22px;text-align:left}.modal-form .form-group label{display:block;font-size:.85rem;color:#b0bac9;margin-bottom:8px;font-weight:500}.modal-form .form-group input{width:100%;padding:14px 18px;border-radius:8px;border:1px solid #30363d;background-color:#0d1117;color:#e0e0e0;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.modal-form .form-group input::-moz-placeholder{color:#555e6d}.modal-form .form-group input::placeholder{color:#555e6d}.modal-form .form-group input:focus{outline:none;border-color:#00AEEF;box-shadow:0 0 0 3px rgba(0,174,239,.25)}.password-group{position:relative}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:45px}.password-toggle{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;padding:10px;cursor:pointer;color:#718096;display:flex;align-items:center;justify-content:center}.password-toggle:hover svg{stroke:#00AEEF}.password-toggle svg{width:20px;height:20px}.forgot-password-button{background:none;border:none;color:#8ab4f8;font-size:.8rem;padding:0;margin-top:8px;cursor:pointer;text-align:right;display:block;width:100%;transition:color .2s ease}.forgot-password-button:hover{color:#00AEEF;text-decoration:underline}.modal-actions{display:flex;flex-direction:column;gap:15px}.modal-button{padding:14px 20px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease;width:100%;letter-spacing:.5px}.modal-button.primary{background:linear-gradient(90deg,#007bff,#00AEEF);color:white;box-shadow:0 4px 15px rgba(0,123,255,.3)}.modal-button.primary:hover:not(:disabled){background:linear-gradient(90deg,#0069d9,#0095cc);box-shadow:0 6px 20px rgba(0,123,255,.4);transform:translateY(-1px)}.modal-button.secondary{background-color:transparent;color:#8ab4f8;border:1px solid #30363d}.modal-button.secondary:hover:not(:disabled){background-color:rgba(0,174,239,.1);border-color:#00AEEF;color:#00AEEF}.modal-button:disabled{opacity:.5;cursor:not-allowed;transform:translateY(0);box-shadow:none}.spinner-icon{display:inline-block;width:1.2em;height:1.2em;vertical-align:middle;animation:rotateSpinner .8s linear infinite}.spinner-icon .path{stroke:currentColor;stroke-linecap:round;animation:dashSpinner 1.5s ease-in-out infinite}@keyframes rotateSpinner{to{transform:rotate(1turn)}}@keyframes dashSpinner{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.modal-error-message{color:#f87171;background-color:rgba(248,113,113,.1);border:1px solid rgba(248,113,113,.3);border-radius:6px}.modal-error-message,.modal-success-message{padding:10px 12px;font-size:.85rem;margin-bottom:15px;min-height:1.2em;text-align:center;line-height:1.4}.modal-success-message{color:#3fb950;background-color:rgba(63,185,80,.1);border:1px solid rgba(63,185,80,.3);border-radius:6px}.modal-toggle-mode{margin-top:25px;font-size:.9rem;color:#a0aec0}.toggle-mode-button{background:none;border:none;color:#00AEEF;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:color .2s ease}.toggle-mode-button:hover{color:#38BDF8}.modal-guest-info{font-size:.8rem;color:#718096;margin-top:30px}@media (max-width:1200px){.dashboard{grid-template-columns:1fr;min-height:auto}}@media (max-width:768px){.landing-content{padding:30px 20px}.landing-title{font-size:2rem}.landing-tagline{font-size:1rem}.features-overview{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px}.feature-item{flex:1;min-width:0;flex-basis:auto;font-size:11px;line-height:1.3;gap:6px}.feature-icon{font-size:1.6rem}.landing-search-wrapper .search-form{flex-direction:column;align-items:stretch}.landing-search-wrapper .search-input{min-width:0}.fixed-header-actions{top:10px;right:10px;padding:8px}.action-button{padding:6px 10px;font-size:.8rem;min-width:auto}.title-container{flex-direction:column;gap:5px}.beta-tag{font-size:.6rem;padding:2px 6px}.login-prompt-modal{padding:25px 20px;max-width:calc(100% - 30px)}.modal-title{font-size:1.6rem}.modal-text{font-size:.9rem;margin-bottom:25px}.modal-form .form-group input{padding:12px 15px}.modal-button{padding:12px 18px;font-size:.95rem}.dashboard,.header-section{padding-left:16px;padding-right:16px}.card,.stock-header{padding:20px}.stock-info{flex-direction:column;align-items:flex-start;gap:12px}.stock-symbol{font-size:36px}.stock-name{font-size:20px}.stock-price{margin-left:0}.dashboard{gap:16px}.metrics-grid{grid-template-columns:1fr 1fr}.horizontal-card-group{display:flex;gap:8px}.horizontal-card-group>.placeholder-card{flex:1;min-width:0;min-height:95px;padding:10px 8px;font-size:11px;line-height:1.3;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}}.metric-box-wrapper{position:relative;display:block}.metric-tooltip{visibility:hidden;opacity:0;position:absolute;bottom:105%;left:50%;transform:translateX(-50%);background-color:#2d333b;color:#c9d1d9;padding:8px 12px;border-radius:6px;font-size:12px;line-height:1.4;text-align:center;width:200px;z-index:10;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;pointer-events:none}.metric-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#2d333b}.metric-box-wrapper:hover .metric-tooltip{visibility:visible;opacity:1}.CatalystReport_catalystContainerEnhanced__4eWx_{background:#111111;border:1px solid #222222;border-radius:12px;overflow:hidden;position:relative;transition:all .3s ease}.CatalystReport_catalystContainerEnhanced__4eWx_:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.CatalystReport_catalystHeaderEnhanced__9nAJK{padding:24px;border-bottom:1px solid #1a1a1a;background:linear-gradient(135deg,#111111,#1a1a1a)}.CatalystReport_headerTop__8gYRb{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.CatalystReport_headerTitleEnhanced__jaONO{display:flex;align-items:center;gap:16px}.CatalystReport_headerIconEnhanced__Ajb8c{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white}.CatalystReport_titleTextEnhanced__Gvlag{font-size:20px;font-weight:700;color:#ffffff;letter-spacing:-.01em}.CatalystReport_headerControls__eMJSt{display:flex;align-items:center;gap:12px}.CatalystReport_minimizeButton__Wu35f{background:#1a1a1a;border:1px solid #333333;border-radius:6px;padding:8px;color:#888888;cursor:pointer;transition:all .2s ease}.CatalystReport_minimizeButton__Wu35f:hover{color:#ffffff;border-color:#555555}.CatalystReport_aiBadge__fvU38{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:6px 12px;border-radius:16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.CatalystReport_statsGrid__IFxur{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.CatalystReport_sentimentScoreEnhanced__jUWOM{background:linear-gradient(135deg,#0d0d0d,#1a1a1a);border:1px solid #222222;border-radius:12px;padding:24px;text-align:center;position:relative;overflow:hidden}.CatalystReport_sentimentScoreEnhanced__jUWOM:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.03),rgba(118,75,162,.03))}.CatalystReport_scoreDisplay__aH5m0{position:relative;z-index:1}.CatalystReport_scoreLabelEnhanced__wg5Rw{font-size:11px;color:#888888;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-weight:600;display:block}.CatalystReport_scoreValueEnhanced__PU4Ng{font-size:42px;font-weight:800;color:#ffffff;margin-bottom:8px;letter-spacing:-.02em}.CatalystReport_scoreDenominatorEnhanced__yBa49{font-size:16px;color:#666666;font-weight:600}.CatalystReport_scoreSubtitleEnhanced__056Bk{font-size:10px;color:#666666;margin-top:8px;display:block}.CatalystReport_quickStats__H2sZA{display:flex;flex-direction:column;gap:12px}.CatalystReport_statCard__AArTU{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.CatalystReport_statCard__AArTU:hover{border-color:#333333;background:#111111}.CatalystReport_statLabelEnhanced__z2BT_{font-size:11px;color:#888888;font-weight:500}.CatalystReport_statValueEnhanced__m2nsm{font-size:16px;font-weight:700;color:#ffffff}.CatalystReport_executiveSummary__1VS1r{background:linear-gradient(135deg,rgba(102,126,234,.05),rgba(118,75,162,.05));border:1px solid rgba(102,126,234,.15);border-radius:12px;margin:24px;overflow:hidden}.CatalystReport_summaryHeader__SoLNO{display:flex;align-items:center;gap:16px;padding:20px 24px 16px;border-bottom:1px solid rgba(102,126,234,.1)}.CatalystReport_summaryIcon__otPNY{position:relative;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.CatalystReport_iconPulse__XNtVC{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(102,126,234,.3);border-radius:10px;animation:CatalystReport_pulse__TgPv8 2s ease-in-out infinite}.CatalystReport_summaryMeta__llLmX{flex:1}.CatalystReport_summaryTitle__wPRlH{font-size:16px;font-weight:600;color:#ffffff;margin:0 0 4px}.CatalystReport_summaryBadge__r2EPo{background:rgba(102,126,234,.2);color:#a19fed;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.CatalystReport_summaryContent__89VPS{padding:20px 24px}.CatalystReport_summaryText__WZWER{font-size:14px;color:#d1d1d1;line-height:1.6;margin:0 0 16px}.CatalystReport_summaryToggle__5kK5r{background:transparent;border:1px solid rgba(102,126,234,.3);color:#a19fed;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.CatalystReport_summaryToggle__5kK5r:hover{background:rgba(102,126,234,.1);border-color:rgba(102,126,234,.5)}.CatalystReport_healthPanel__fNMYo{margin:0 24px 24px;background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;overflow:hidden}.CatalystReport_healthHeader__2dI8x{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #1a1a1a;background:linear-gradient(135deg,#0d0d0d,#111111)}.CatalystReport_healthTitle__m_Ffs{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;color:#ffffff}.CatalystReport_healthScore__dnFy5{display:flex;align-items:baseline;gap:4px}.CatalystReport_healthScore__dnFy5 .CatalystReport_scoreValue__kjj1D{font-size:24px;font-weight:700;color:#ffffff}.CatalystReport_healthScore__dnFy5 .CatalystReport_scoreLabel__0VcJa{font-size:14px;color:#666666}.CatalystReport_healthContent__N588C{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:24px}.CatalystReport_radarContainer__WsbJA{display:flex;align-items:center;justify-content:center}.CatalystReport_healthMetrics__qwTtH{display:flex;flex-direction:column;gap:12px}.CatalystReport_healthMetric__kxHOx{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#111111;border:1px solid #1a1a1a;border-radius:8px;cursor:pointer;transition:all .2s ease}.CatalystReport_healthMetric__kxHOx.CatalystReport_selected__EXO8V,.CatalystReport_healthMetric__kxHOx:hover{border-color:#333333;background:#121212;transform:translateX(4px)}.CatalystReport_metricIndicator__aLAQq{width:12px;height:12px;border-radius:50%;flex-shrink:0}.CatalystReport_metricInfo__DCYjZ{display:flex;justify-content:space-between;align-items:center;flex:1}.CatalystReport_metricName__b1lcw{font-size:12px;font-weight:500;color:#ffffff}.CatalystReport_metricScore__DWX8x{font-size:14px;font-weight:700;color:#ffffff}.CatalystReport_metricBar__kKTZT{width:60px;height:4px;background:#1a1a1a;border-radius:2px;overflow:hidden}.CatalystReport_metricFill__igJXV{height:100%;border-radius:2px;transition:width .8s ease}.CatalystReport_catalystSectionsContainer__1U__6{padding:0 24px 24px}.CatalystReport_catalystCollapsibleSection__q7Fty{margin-bottom:16px}.CatalystReport_catalystSectionHeaderEnhanced__P2o_k{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:8px}.CatalystReport_catalystSectionHeaderEnhanced__P2o_k:hover{background:#111111;border-color:#333333;transform:translateY(-1px)}.CatalystReport_catalystSectionHeaderLeft____iYO{display:flex;align-items:center;gap:16px}.CatalystReport_catalystSectionIconEnhanced__e6IbB{position:relative;width:44px;height:44px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ffffff;flex-shrink:0}.CatalystReport_catalystIconGlow__B_suV{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;opacity:.1;animation:CatalystReport_pulse__TgPv8 3s ease-in-out infinite}.CatalystReport_catalystSectionInfo__ptEKq{display:flex;flex-direction:column;gap:4px}.CatalystReport_catalystSectionTitleEnhanced__TA8O6{font-size:16px;font-weight:600;color:#ffffff;margin:0}.CatalystReport_catalystSectionMeta__vw6_p{font-size:11px;color:#888888;font-weight:500}.CatalystReport_catalystSectionActions__GqAtY{display:flex;align-items:center;gap:12px}.CatalystReport_catalystCountBadge__L1nCT{background:#1a1a1a;border:1px solid;padding:6px 12px;border-radius:16px;font-size:12px;font-weight:600;color:#ffffff}.CatalystReport_catalystExpandButton__UeReI{color:#666666;transition:all .2s ease}.CatalystReport_catalystSectionHeaderEnhanced__P2o_k:hover .CatalystReport_catalystExpandButton__UeReI{color:#ffffff;transform:scale(1.1)}.CatalystReport_catalystSectionContent__2dSQi{overflow:hidden;transition:max-height .4s ease-in-out,opacity .4s ease-in-out}.CatalystReport_catalystCollapsed__SkOyY{max-height:0;opacity:0;pointer-events:none}.CatalystReport_catalystExpanded__FrGP0{max-height:5000px;opacity:1}.CatalystReport_catalystSectionBody__V3rcg{padding:0 8px 16px}.CatalystReport_catalystNewsFilters__7RpWJ{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;padding:16px;margin-bottom:16px}.CatalystReport_catalystFilterGroup__MsrO2{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.CatalystReport_catalystSearchInputWrapper__KaBhm{position:relative;flex:1;min-width:200px}.CatalystReport_catalystSearchIcon__fWCmu{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666666;pointer-events:none}.CatalystReport_catalystSearchInput__2LnTD{width:100%;background:#111111;border:1px solid #333333;border-radius:6px;padding:8px 12px 8px 36px;color:#ffffff;font-size:12px;outline:none;transition:all .2s ease}.CatalystReport_catalystSearchInput__2LnTD:focus{border-color:#667eea;background:#121212}.CatalystReport_catalystFilterSelect__vb0Sm{background:#111111;border:1px solid #333333;border-radius:6px;padding:8px 12px;color:#ffffff;font-size:12px;cursor:pointer;outline:none}.CatalystReport_catalystNewsGrid__5DZt_{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:16px}.CatalystReport_catalystEnhancedNewsCard__7ZJtk{background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;overflow:hidden;transition:all .3s ease;position:relative;animation:CatalystReport_slideInUp__l0wxQ .6s ease-out both}.CatalystReport_catalystEnhancedNewsCard__7ZJtk:hover{border-color:#333333;transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.3)}.CatalystReport_catalystSentimentPositive__CLL_A{border-left:3px solid #00ff88}.CatalystReport_catalystSentimentNegative__Fe_NQ{border-left:3px solid #ff6b6b}.CatalystReport_catalystSentimentNeutral__l_xm5{border-left:3px solid #ffa500}.CatalystReport_catalystNewsCardEnhancedHeader__FhUy8{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 12px;border-bottom:1px solid #1a1a1a}.CatalystReport_catalystPriorityIndicator__UzuVC{display:flex;align-items:center;gap:8px}.CatalystReport_catalystPriorityLevel-high__ygAP2{color:#ff6b6b}.CatalystReport_catalystPriorityLevel-medium__e4g4N{color:#ffa500}.CatalystReport_catalystPriorityLevel-low__FytSL{color:#00ff88}.CatalystReport_catalystPriorityText__hGzcl{font-size:10px;color:#888888;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.CatalystReport_catalystSentimentDisplay__2zjVo{background:#111111;border:1px solid #333333;padding:4px 10px;border-radius:12px}.CatalystReport_catalystSentimentScoreEnhanced__uxvv2{font-size:11px;font-weight:700;color:#ffffff}.CatalystReport_catalystNewsContentEnhanced__NOOWf{padding:16px 20px 20px}.CatalystReport_catalystNewsLinkEnhanced__JjCuT{display:flex;align-items:flex-start;justify-content:space-between;text-decoration:none;color:inherit;margin-bottom:16px}.CatalystReport_catalystNewsTitleEnhanced__Gfh2h{font-size:14px;font-weight:600;color:#ffffff;line-height:1.4;transition:color .2s ease;flex:1;margin:0}.CatalystReport_catalystNewsLinkEnhanced__JjCuT:hover .CatalystReport_catalystNewsTitleEnhanced__Gfh2h{color:#00ff88}.CatalystReport_catalystExternalLinkIndicator__ewUTd{color:#00ff88;margin-left:12px;animation:CatalystReport_slideInRight__47zst .2s ease}.CatalystReport_catalystNewsMetadata__8QqCz{display:flex;justify-content:space-between;align-items:center;gap:16px}.CatalystReport_catalystPublisherInfo__k8IUh{display:flex;align-items:center;gap:6px;font-size:11px;color:#888888;font-weight:500}.CatalystReport_catalystLoadMoreSection__CGDoo{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#0d0d0d;border:1px solid #1a1a1a;border-radius:8px;margin-top:16px}.CatalystReport_catalystLoadMoreButton__ykkf1{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;padding:10px 16px;color:white;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.CatalystReport_catalystLoadMoreButton__ykkf1:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(102,126,234,.3)}.CatalystReport_catalystItemsCounter__g2Wbl{font-size:11px;color:#888888}.CatalystReport_eventTimelineCard__zmkm5{display:flex;gap:16px;margin-bottom:8px;animation:CatalystReport_slideInUp__l0wxQ .6s ease-out both}.CatalystReport_eventTimelineMarker__YhGLm{display:flex;flex-direction:column;align-items:center;padding-top:4px}.CatalystReport_timelineDot__Nkl_E{width:10px;height:10px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 0 12px rgba(102,126,234,.3);flex-shrink:0}.CatalystReport_timelineLine__ely46{width:2px;flex-grow:1;background:#222;margin-top:8px}.CatalystReport_eventContent__LxYn5{flex:1;background:#0d0d0d;border:1px solid #1a1a1a;border-radius:12px;padding:16px 20px;transition:all .2s ease;margin-bottom:12px}.CatalystReport_eventContent__LxYn5:hover{border-color:#333333;background:#111111}.CatalystReport_eventHeader__7PORt{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.CatalystReport_eventTitle__0RFoI{font-size:14px;font-weight:600;color:#ffffff;flex:1}.CatalystReport_eventDateBadge__yFDnR{display:flex;align-items:center;gap:6px;background:#1a1a1a;border:1px solid #333333;padding:4px 10px;border-radius:16px;font-size:11px;font-weight:600;color:#ffffff;flex-shrink:0}.CatalystReport_mainContentEnhanced__aBcJc{padding:0 24px 24px}.CatalystReport_catalystSectionsContainer__1U__6{display:flex;flex-direction:column;gap:16px}@keyframes CatalystReport_slideInUp__l0wxQ{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes CatalystReport_slideInRight__47zst{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes CatalystReport_fadeIn__JU_9p{0%{opacity:0}to{opacity:1}}@keyframes CatalystReport_pulse__TgPv8{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}@media (max-width:1024px){.CatalystReport_catalystNewsGrid__5DZt_,.CatalystReport_healthContent__N588C,.CatalystReport_statsGrid__IFxur{grid-template-columns:1fr}}@media (max-width:768px){.CatalystReport_catalystHeaderEnhanced__9nAJK{padding:16px}.CatalystReport_catalystSectionsContainer__1U__6,.CatalystReport_executiveSummary__1VS1r,.CatalystReport_healthPanel__fNMYo{margin:16px}.CatalystReport_catalystFilterGroup__MsrO2{flex-direction:column;align-items:stretch}.CatalystReport_catalystSearchInputWrapper__KaBhm{min-width:auto}}.CatalystReport_catalystInsightsGrid__wb2OI{display:flex;flex-direction:column;gap:16px}.CatalystReport_insightCard__M4zYc{background:#0d0d0d;border:1px solid #222222;border-left:4px solid;border-radius:12px;overflow:hidden;transition:all .3s ease}.CatalystReport_insightCard__M4zYc:hover{transform:translateY(-2px);border-color:#444;box-shadow:0 8px 32px rgba(0,0,0,.3)}.CatalystReport_insightHeader__82nUE{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#111111;border-bottom:1px solid #222222}.CatalystReport_insightType__TvESm{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px}.CatalystReport_insightImpact__gsgKM{font-size:11px;font-weight:700;text-transform:uppercase;padding:4px 10px;border:1px solid;border-radius:16px}.CatalystReport_insightBody__4Ho33{padding:20px;display:flex;flex-direction:column;gap:16px}.CatalystReport_insightSection__EhmV7{display:flex;flex-direction:column;gap:4px}.CatalystReport_insightLabel__yOMcU{font-size:11px;color:#888;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.CatalystReport_insightCatalyst__EWZoc{font-size:15px;font-weight:600;color:#ffffff;margin:0}.CatalystReport_insightAnalysis__9diiu{font-size:14px;color:#d1d1d1;line-height:1.6;margin:0}