:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;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;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{overflow-x:hidden;width:100%}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);overflow-x:hidden;max-width:100vw}.header{background:#fffffff2;padding:.75rem 2rem;box-shadow:0 4px 6px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.brand{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.brand-logo{height:84px;width:auto;object-fit:contain;margin-top:2rem}.beta-badge{display:inline-block;padding:.2rem .6rem;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;font-size:.7rem;color:#666;font-weight:500;text-transform:lowercase;align-self:center}.status-badge{display:flex;align-items:center;gap:1rem;font-size:.9rem}.status-indicator{padding:.5rem 1rem;border-radius:20px;font-weight:600}.status-indicator.active{background:#10b981;color:#fff}.status-indicator.inactive{background:#6b7280;color:#fff}.status-info{color:#666}.last-update{max-width:1400px;margin:.75rem auto 0;text-align:right;font-size:.875rem;color:#666}.category-nav{background:#fffffff2;padding:.75rem 2rem;box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-nav-inner{max-width:1400px;margin:0 auto;display:flex;gap:.5rem;flex-wrap:nowrap}.category-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:none;border-radius:20px;background:transparent;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.category-btn:hover{background:#667eea1a;color:#667eea}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea66}.category-btn-icon{font-size:1rem}.category-btn-label{font-family:inherit}.more-dropdown{position:relative}.more-btn{border:1px solid #e5e7eb}.more-backdrop{position:fixed;inset:0;z-index:99}.more-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:.5rem;min-width:180px;z-index:100}.more-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;border:none;border-radius:8px;background:transparent;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:left}.more-menu-item:hover{background:#667eea1a;color:#667eea}.more-menu-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.category-count{background:#667eea33;color:#667eea;font-size:.7rem;font-weight:600;padding:.1rem .4rem;border-radius:10px;margin-left:.25rem}.category-btn.active .category-count{background:#ffffff4d;color:#fff}.more-menu-item .category-count{margin-left:auto}.more-menu-item.active .category-count{background:#ffffff4d;color:#fff}.main{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.loading{text-align:center;padding:4rem 2rem;color:#fff}.spinner{width:50px;height:50px;margin:0 auto 1rem;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-banner{background:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:2rem;border:1px solid #fcc}.empty-state{text-align:center;padding:4rem 2rem;background:#fffffff2;border-radius:12px;color:#666}.empty-state h2{margin:0 0 1rem;color:#333}.spotlight-section{margin-bottom:2.5rem;position:relative}.spotlight-breaking-indicator{position:absolute;top:-12px;left:24px;display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#dc2626,#b91c1c);padding:6px 14px 6px 10px;border-radius:20px;box-shadow:0 4px 15px #dc262666;z-index:10;animation:breaking-pulse 2s ease-in-out infinite}@keyframes breaking-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.breaking-icon{font-size:1.1rem;animation:bolt-flash 1.5s ease-in-out infinite}@keyframes bolt-flash{0%,to{opacity:1}50%{opacity:.7}}.breaking-text{color:#fff;font-weight:800;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase}.spotlight-layout{display:grid;grid-template-columns:1fr 2fr 1fr;gap:1.25rem;background:#ffffffeb;border-radius:16px;padding:1.5rem;border:2px solid rgba(255,107,53,.25);box-shadow:0 4px 20px #ff6b3514,inset 0 0 60px #ff931e08}.spotlight-side{display:flex;flex-direction:column;gap:1rem;justify-content:center}.spotlight-card{background:#fffffff2;border-radius:10px;padding:1rem;border-left:4px solid transparent;transition:transform .2s,box-shadow .2s;cursor:pointer}.spotlight-card.up{border-left-color:#22c55e}.spotlight-card.down{border-left-color:#ef4444}.spotlight-card:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}.spotlight-card-badge{font-size:.75rem;font-weight:700;margin-bottom:.5rem}.spotlight-card.up .spotlight-card-badge{color:#16a34a}.spotlight-card.down .spotlight-card-badge{color:#dc2626}.spotlight-card-title{margin:0 0 .5rem;font-size:.9rem;font-weight:600;line-height:1.3;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spotlight-card-market{margin:0;font-size:.75rem;color:#666;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spotlight-center{position:relative;background:#fffffffa;border-radius:12px;overflow:hidden;min-height:280px;display:flex;flex-direction:column}.spotlight-image{position:relative;height:160px;overflow:hidden}.spotlight-image img{width:100%;height:100%;object-fit:cover}.spotlight-image-overlay{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(transparent,#ffffffe6)}.spotlight-theme{padding:1rem 1.25rem .5rem;text-align:center}.spotlight-theme-title{margin:0 0 .5rem;font-size:1.75rem;font-weight:800;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.spotlight-keywords{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.spotlight-keyword{font-size:.7rem;color:#888;background:#f0f0f0;padding:.2rem .5rem;border-radius:4px}.spotlight-marquee-headline{padding:.75rem 1.25rem 1.25rem;flex:1;display:flex;flex-direction:column}.spotlight-price-badge{align-self:flex-start;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;margin-bottom:.5rem}.spotlight-price-badge.up{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.spotlight-price-badge.down{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.spotlight-marquee-headline h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1a1a1a;line-height:1.4}.spotlight-market{margin:auto 0 0;font-size:.8rem;color:#666}@media(max-width:1024px){.spotlight-layout{grid-template-columns:1fr;gap:1rem}.spotlight-side{flex-direction:row;gap:1rem}.spotlight-side.left{order:2}.spotlight-center{order:1}.spotlight-side.right{order:3}.spotlight-card{flex:1}}@media(max-width:768px){.spotlight-side{flex-direction:column}.spotlight-theme-title{font-size:1.4rem}}@media(max-width:480px){.spotlight-section{padding:1rem;margin:0 -.75rem 1.5rem}.spotlight-breaking-indicator{font-size:.7rem;padding:.3rem .6rem}.spotlight-theme-title{font-size:1.1rem}.spotlight-keywords{gap:.4rem}.spotlight-keyword{font-size:.65rem;padding:.2rem .5rem}.spotlight-card{padding:.6rem}.spotlight-card-title{font-size:.8rem}.spotlight-card-market{font-size:.7rem}.spotlight-card-badge{font-size:.65rem;padding:.15rem .4rem}.spotlight-image{height:150px}}.featured-section{margin-bottom:2.5rem}.featured-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem}.marquee-container{display:flex}.marquee-container .headline-card{flex:1}.headline-card.marquee{background:#fffffffa;border:2px solid rgba(102,126,234,.3)}.headline-card.marquee .headline-title{font-size:1.5rem}.headline-card.marquee .headline-summary{font-size:1rem}.side-headlines{display:flex;flex-direction:column;gap:.75rem}.headline-compact{background:#fffffff2;border-radius:10px;padding:1rem;transition:transform .2s,box-shadow .2s}.headline-compact:hover{transform:translate(4px);box-shadow:0 4px 8px #0000001a}.compact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.compact-title{margin:0;font-size:.95rem;line-height:1.4;color:#1a1a1a;font-weight:600}.compact-market{font-size:.8rem;color:#666;margin-top:.5rem;line-height:1.3}.change-badge.small{padding:.15rem .5rem;font-size:.65rem}.category-section{margin-bottom:2.5rem}.section-title{background:#fffffff2;color:#1a1a1a;font-size:1.5rem;margin:0 0 1.25rem;padding:1rem 1.25rem;border-radius:10px;display:flex;align-items:center;gap:.75rem;border-bottom:3px solid #667eea;box-shadow:0 2px 4px #0000001a}.section-icon{font-size:1.5rem;width:1.75rem;text-align:center;flex-shrink:0}.section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.section-empty{color:#ffffffb3;font-style:italic;text-align:center;padding:2rem;background:#ffffff1a;border-radius:8px}.category-section.politics .section-title,.category-section.economics .section-title,.category-section.sports .section-title{border-bottom-color:#667eea}.headline-card{background:#fffffff2;border-radius:12px;padding:1.25rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;gap:.75rem}.headline-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.headline-card.negative{border:2px dashed #9ca3af;background:#ffffffeb}.headline-card.negative:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.headline-card.negative .headline-title{color:#4b5563}.card-header{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#666}.timestamp{color:#999}.change-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.75rem}.change-badge-detailed{padding:.25rem .6rem;border-radius:12px;font-weight:600;font-size:.7rem;white-space:nowrap}.change-badge-detailed.up{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534}.change-badge-detailed.down{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.change-badge-detailed .pp{font-weight:700;margin-left:.25rem}.change-badge.negative{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#4b5563}.triggering-news{margin-top:.5rem;padding:.75rem;background:#9ca3af1a;border-radius:8px;border-left:3px solid #9ca3af}.triggering-label{display:block;font-size:.7rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.triggering-headline{margin:0;font-size:.85rem;color:#4b5563;font-style:italic}.headline-title{margin:0;font-size:1.1rem;line-height:1.4;color:#1a1a1a!important;font-weight:700;font-style:normal!important}.headline-summary{margin:0;color:#555;line-height:1.6;font-size:.9rem}.news-image-container{margin:.5rem 0;border-radius:8px;overflow:hidden;background:#f0f0f0}.news-image-container.marquee{max-height:280px}.news-image-container.normal{max-height:160px}.news-image{width:100%;height:100%;object-fit:cover;display:block}.chart-container{margin:.25rem 0;padding:.5rem;background:#f8f9fa;border-radius:8px}.price-chart-enhanced{display:flex;flex-direction:column;gap:.5rem}.price-chart-enhanced svg{width:100%;height:auto}.event-info-box{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.6rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600}.event-info-box.up{background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid rgba(34,197,94,.3)}.event-info-box.down{background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.3)}.event-info-box .price-from{color:#6b7280}.event-info-box .arrow{color:#9ca3af;font-size:1.1rem}.event-info-box .price-to{color:#374151}.event-info-box .change-indicator{padding:.2rem .5rem;border-radius:4px;font-size:.8rem}.event-info-box .change-indicator.up{background:#22c55e26;color:#16a34a}.event-info-box .change-indicator.down{background:#ef444426;color:#dc2626}.market-info{margin-top:auto;padding-top:.75rem;border-top:1px solid #eee;display:flex;align-items:center;gap:.75rem}.market-image{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.headline-card.marquee .market-image{width:56px;height:56px}.market-question{font-size:.8rem;color:#666;line-height:1.4;flex:1}.market-question strong{color:#333}.sources-container{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee;line-height:1.8}.sources-label{font-size:.75rem;color:#888;font-weight:500;margin-right:.3rem}.source-button{display:inline-block;padding:.2rem .6rem;margin-right:.35rem;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;font-size:.7rem;color:#666;text-decoration:none;transition:all .15s ease;font-weight:500}.source-button:hover{background:#e8e8e8;border-color:#ccc;color:#444}.source-button:active{background:#ddd}.footer{background:#fffffff2;padding:1.5rem;text-align:center;color:#666;font-size:.875rem;box-shadow:0 -4px 6px #0000000d}.footer a{color:#667eea;text-decoration:none;font-weight:600}.footer a:hover{text-decoration:underline}@media(max-width:1024px){.featured-layout{grid-template-columns:1fr}.side-headlines{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:768px){.header h1{font-size:2rem}.header-content{flex-direction:column;align-items:flex-start}.category-nav{padding:.5rem 1rem}.category-nav-inner{flex-wrap:wrap;justify-content:center}.category-btn{padding:.4rem .75rem;font-size:.8rem}.category-btn-icon{font-size:.9rem}.more-menu{right:auto;left:50%;transform:translate(-50%)}.section-grid,.side-headlines{grid-template-columns:1fr}.main{padding:1rem}.headline-card.marquee .headline-title,.section-title{font-size:1.25rem}.brand-logo{height:56px;margin-top:.5rem}.status-badge{flex-wrap:wrap;gap:.5rem}.globe-toggle{padding:.4rem .8rem;font-size:.8rem}}@media(max-width:480px){.app{overflow-x:hidden}.header{padding:.5rem 1rem}.header-content{gap:.5rem}.brand-logo{height:48px;margin-top:.25rem}.beta-badge{font-size:.6rem;padding:.15rem .4rem}.status-badge{width:100%;justify-content:space-between}.status-indicator{padding:.35rem .7rem;font-size:.75rem}.status-info{font-size:.7rem}.category-nav{padding:.5rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.category-nav-inner{flex-wrap:nowrap;justify-content:flex-start;padding:0 1rem;gap:.5rem}.category-btn{flex-shrink:0;padding:.35rem .6rem;font-size:.75rem;white-space:nowrap}.category-btn-icon{font-size:.85rem}.main{padding:.75rem}.section{margin-bottom:1.5rem}.section-title{font-size:1.1rem;margin-bottom:.75rem}.headline-card{padding:.75rem}.headline-card .card-header{margin-bottom:.5rem}.headline-card .timestamp{font-size:.7rem}.headline-card .change-badge{font-size:.65rem;padding:.2rem .4rem}.headline-title{font-size:.9rem;line-height:1.3}.headline-card.marquee .headline-title{font-size:1.1rem}.headline-summary{font-size:.8rem;-webkit-line-clamp:2}.market-question{font-size:.75rem;padding:.4rem .6rem}.price-chart-container{height:80px;margin:.5rem 0}.source-link{font-size:.7rem;padding:.25rem .5rem}.footer{padding:1rem;font-size:.75rem}.last-update{display:none}}@media(max-width:390px){.brand-logo{height:40px;margin-top:0}.beta-badge{display:none}.header-content{flex-direction:row;justify-content:space-between;align-items:center}.status-badge{width:auto}.status-info{display:none}.globe-toggle span:not(.globe-icon){display:none}.globe-toggle{padding:.5rem;border-radius:50%}.category-btn span:not(.category-btn-icon){display:none}.category-btn{padding:.4rem .5rem}.headline-card.marquee .headline-title{font-size:1rem}.headline-title{font-size:.85rem}.price-chart-container{height:60px}}.globe-toggle{background:linear-gradient(135deg,#1e3a5f,#2d5a87);color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 8px #1e3a5f4d}.globe-toggle:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e3a5f66}.globe-toggle .globe-icon{font-size:1.1rem}.globe-portal{position:fixed;inset:0;width:100vw;height:100vh;background:#0a0a0f;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.globe-header{background:#14141ef2;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.globe-header h2{margin:0;color:#fff;font-size:1.5rem;background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.globe-stats{display:flex;gap:1.5rem}.globe-stats .stat{color:#ffffffb3;font-size:.9rem}.globe-close{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.5rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.globe-close:hover{background:#fff3;border-color:#ffffff4d}.globe-container{flex:1;position:relative;overflow:hidden;min-height:0}.globe-container canvas{cursor:grab}.globe-container canvas:active{cursor:grabbing}.globe-legend{position:absolute;bottom:2rem;left:2rem;background:#14141ee6;padding:1rem 1.5rem;border-radius:12px;display:flex;gap:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.legend-item{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.85rem}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-dot.up{background:#22c55e;box-shadow:0 0 8px #22c55e80}.legend-dot.down{background:#ef4444;box-shadow:0 0 8px #ef444480}.legend-ring{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.5);animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.5}to{transform:scale(1);opacity:1}}.globe-event-overlay{position:absolute;top:0;left:0;width:240px;background:#0f0f19f2;border-radius:12px;padding:12px 14px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0006;pointer-events:none;will-change:transform,opacity}.globe-event-overlay.pinned{pointer-events:auto;border-width:2px;box-shadow:0 12px 40px #00000080}.globe-event-overlay.up{border-left:3px solid #22c55e}.globe-event-overlay.down{border-left:3px solid #ef4444}.globe-event-overlay.pinned.up{border-color:#22c55e;box-shadow:0 12px 40px #22c55e33}.globe-event-overlay.pinned.down{border-color:#ef4444;box-shadow:0 12px 40px #ef444433}.overlay-close{position:absolute;top:6px;right:8px;background:#ffffff1a;border:none;color:#fff9;width:20px;height:20px;border-radius:50%;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.overlay-close:hover{background:#fff3;color:#fff}.globe-connector-line{position:absolute;top:0;left:0;pointer-events:none;overflow:visible}.globe-connector-line line{stroke-width:2;stroke-linecap:round}.globe-connector-line.up line{stroke:#22c55e99}.globe-connector-line.down line{stroke:#ef444499}.legend-hint{font-size:10px;color:#fff6;font-style:italic;margin-left:.5rem;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.2)}.overlay-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.overlay-badge{padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700}.overlay-badge.up{background:#22c55e33;color:#4ade80}.overlay-badge.down{background:#ef444433;color:#f87171}.overlay-time{font-size:10px;color:#ffffff80}.overlay-headline{margin:0 0 6px;font-size:13px;font-weight:600;color:#fff;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.overlay-market{font-size:11px;color:#fff9;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.overlay-price{font-size:12px;font-weight:600;color:#fffc}@media(max-width:768px){.globe-header{flex-direction:column;gap:.5rem;text-align:center;padding:.5rem 1rem;min-height:auto}.globe-header h2{font-size:1.25rem}.globe-stats{gap:1rem}.globe-stats .stat{font-size:.8rem}.globe-legend{bottom:1rem;left:1rem;right:1rem;justify-content:center;flex-wrap:wrap;gap:1rem}.globe-event-overlay{width:200px;padding:10px 12px}.overlay-headline{font-size:12px}}@media(max-width:480px){.globe-portal{overflow:hidden}.globe-header{flex-direction:row;justify-content:space-between;padding:.5rem .75rem;gap:.5rem}.globe-header h2{font-size:1rem}.globe-stats{display:none}.globe-close{padding:.4rem .8rem;font-size:.8rem}.globe-legend{bottom:.5rem;left:.5rem;right:.5rem;padding:.5rem;gap:.5rem;font-size:.7rem}.legend-item{font-size:.7rem}.legend-hint{display:none}.globe-event-overlay{width:160px;padding:8px 10px}.overlay-headline{font-size:11px;-webkit-line-clamp:2}.overlay-market{font-size:9px}.overlay-price{font-size:10px}.overlay-badge{font-size:9px;padding:2px 6px}.overlay-time{font-size:9px}.overlay-close{width:20px;height:20px;font-size:12px}}@media(max-width:390px){.globe-header h2{font-size:.9rem}.globe-close{padding:.3rem .6rem;font-size:.75rem}.globe-event-overlay{width:140px;padding:6px 8px}.overlay-headline{font-size:10px}.globe-legend{padding:.4rem}.legend-item span:last-child{display:none}}.consolidated-section{margin-bottom:2rem}.consolidated-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}@media(max-width:768px){.consolidated-grid{grid-template-columns:1fr}}.consolidated-group{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #2d3a4f;border-radius:12px;padding:16px;margin-bottom:16px;transition:transform .2s ease,box-shadow .2s ease}.consolidated-group:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px}.group-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:600}.link-icon{font-size:.9rem}.group-keywords{display:flex;gap:6px;flex-wrap:wrap}.keyword-tag{background:#ffffff1a;color:#a0aec0;padding:2px 8px;border-radius:10px;font-size:.75rem}.group-theme{color:#f7fafc;font-size:1.2rem;font-weight:700;margin:0 0 12px;line-height:1.3}.group-image{width:100%;height:160px;border-radius:8px;overflow:hidden;margin-bottom:12px}.group-image img{width:100%;height:100%;object-fit:cover}.primary-headline{background:#ffffff0d;border-left:3px solid #667eea;padding:12px;border-radius:0 8px 8px 0;cursor:pointer;transition:background .2s ease;margin-bottom:12px}.primary-headline:hover{background:#ffffff14}.headline-title{color:#e2e8f0;font-size:1rem;font-weight:600;margin:0 0 6px;line-height:1.4}.market-question{color:#718096;font-size:.85rem;margin:0;line-height:1.3}.price-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:600;margin-bottom:6px}.price-badge.up{background:#48bb7833;color:#68d391}.price-badge.down{background:#f5656533;color:#fc8181}.price-badge.small{font-size:.7rem;padding:1px 6px;margin-right:8px;margin-bottom:0}.related-headlines{display:flex;flex-direction:column;gap:8px;overflow:hidden;transition:max-height .3s ease}.related-headlines.collapsed{max-height:60px}.related-headlines.expanded{max-height:500px}.related-headline{display:flex;align-items:center;background:#ffffff08;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background .2s ease}.related-headline:hover{background:#ffffff0f}.headline-text{color:#a0aec0;font-size:.9rem;line-height:1.3;flex:1}.expand-button{background:transparent;border:1px solid #4a5568;color:#a0aec0;padding:6px 12px;border-radius:6px;font-size:.8rem;cursor:pointer;margin-top:8px;transition:all .2s ease;width:100%}.expand-button:hover{background:#ffffff0d;border-color:#667eea;color:#e2e8f0}.group-score{color:#718096;font-size:.75rem;text-align:right;margin-top:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:640px){.consolidated-group{padding:12px}.group-header{flex-direction:column;align-items:flex-start}.group-theme{font-size:1rem}.group-image{height:120px}}
