@import"https://fonts.googleapis.com/css2?family=Public+Sans:wght@700;800&family=Inter:wght@400;500;600&display=swap";:root{--bg: #ffffff;--surface: #f8fafc;--surface-soft: #eef2ff;--text: #0f172a;--muted: #475569;--accent: #1e3a8a;--accent-soft: #e0ecff;--hl: #dc2626;--ad: #f1f5f9;--border: #e2e8f0;--shadow-soft: 0 8px 22px rgba(15, 23, 42, .08)}:root.dark{--bg: #020617;--surface: #020617;--surface-soft: #0f172a;--text: #e5e7eb;--muted: #9ca3af;--accent: #93c5fd;--accent-soft: #1e293b;--hl: #f97373;--ad: #020617;--border: #1f2937;--shadow-soft: 0 8px 22px rgba(0, 0, 0, .7)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{text-decoration:none;color:inherit}ul{list-style:none}.layout{display:flex;gap:24px;max-width:1200px;margin:0 auto;padding:0 16px}.content{flex:1;padding:16px 0}.app-container{max-width:1200px;margin:0 auto;padding:0 16px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}@media (max-width:1024px){.layout{display:block}}.content{min-width:0}.info-strip{background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:11px;color:#64748b}:root.dark .info-strip{background:#020617;border-color:#111827;color:#9ca3af}.info-inner{max-width:1200px;margin:0 auto;padding:6px 16px;display:flex;align-items:center;justify-content:space-between}.info-left{display:flex;gap:8px}.info-left span+span{border-left:1px solid #cbd5e1;padding-left:8px}.info-right{display:flex;gap:14px}@media (max-width:768px){.info-inner{padding:6px 12px}.info-left span:nth-child(n+3){display:none}.info-right{display:none}}.topbar{position:sticky;top:22px;z-index:140;display:flex;align-items:center;gap:14px;padding:10px 18px;background:#fff;border-bottom:1px solid #e5e7eb}:root.dark .topbar{background:#020617;border-color:#1f2937}.top-left{display:flex;align-items:center;gap:12px}.logo{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:.02em}:root.dark .logo{color:#e5e7eb}.nav-toggle{display:none;width:34px;height:34px;border-radius:999px;border:1px solid #e5e7eb;background:#f8fafc;font-size:18px;cursor:pointer}:root.dark .nav-toggle{background:#0f172a;border-color:#1f2937;color:#e5e7eb}.search{flex:1;display:flex;justify-content:center}.search-wrap{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#f8fafc;border:1px solid #e5e7eb;max-width:380px;width:100%}.search-wrap input{flex:1;border:0;outline:none;background:transparent;font-size:14px;color:#111827}.search-wrap span{font-size:15px;color:#64748b}:root.dark .search-wrap{background:#0f172a;border-color:#1f2937}:root.dark .search-wrap input{color:#e5e7eb}.actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.icon-btn{width:34px;height:34px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:16px;cursor:pointer;color:#0f172a;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}:root.dark .icon-btn{background:#020617;border-color:#1f2937;color:#e5e7eb}.lang-select{padding:6px 10px;border-radius:999px;border:2px solid #1e40af;background:#fff;color:#1e40af;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}@media (max-width:768px){.topbar{padding:8px 12px;gap:10px}.nav-toggle{display:inline-flex;align-items:center;justify-content:center}.logo{font-size:20px}.search{display:none;flex:0 0 auto}.actions{gap:8px}.icon-btn{width:32px;height:32px;font-size:15px;background:#f8fafc}:root.dark .icon-btn{background:#020617}.lang-select{padding:5px 8px;font-size:12px}}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061773;z-index:200;display:flex}.menu-panel{width:82%;max-width:320px;background:#fff;height:100vh;padding:14px;overflow-y:auto;box-shadow:16px 0 40px #0f172a66}.menu-header{display:flex;justify-content:space-between;margin-bottom:12px}.menu-title{font-size:18px;font-weight:700}.menu-close{border:0;background:none;font-size:20px}.menu-ai-card{background:linear-gradient(135deg,#1d4ed8,#020617);color:#fff;border-radius:16px;padding:14px;margin-bottom:16px}.menu-ai-pill{font-size:10px;background:#fff3;padding:2px 8px;border-radius:999px}.menu-ai-btn{margin-top:8px;border:0;padding:6px 12px;border-radius:999px;background:#fbbf24;font-weight:600}.menu-group{margin-top:18px}.menu-group-label{font-size:11px;letter-spacing:.14em;color:#64748b;margin-bottom:6px}.menu-link{display:flex;justify-content:space-between;width:100%;padding:10px 0;font-size:15px;background:none;border:none;text-decoration:none;color:#0f172a;position:relative}.menu-link:not(.home-link){border-bottom:1px solid #e5e7eb}.menu-link.active{font-weight:600}.menu-link.active:before{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#1d4ed8;border-radius:2px}.menu-chevron{transition:transform .25s}.menu-chevron.open{transform:rotate(90deg)}.menu-sublist{max-height:0;overflow:hidden;transition:max-height .3s ease}.menu-sublist.open{max-height:120px}.menu-sublink{display:block;padding:6px 0 6px 12px;font-size:14px;color:#475569;text-decoration:none}.cats{position:sticky;top:76px;z-index:120;background:var(--bg);border-bottom:1px solid var(--border);width:100%;overflow:hidden}.cats-scroll-container{display:flex;gap:8px;overflow-x:auto;padding:10px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;ms-overflow-style:none}.cats-scroll-container::-webkit-scrollbar{display:none}.cat-item{flex:0 0 auto;padding:8px 16px;border-radius:999px;border:0;background:transparent;font-size:14px;color:var(--muted);white-space:nowrap;cursor:pointer;position:relative;transition:all .2s ease}.cat-item.active{background:var(--surface-soft);color:#0062ff;font-weight:700}@media (max-width: 768px){.cats-scroll-container{gap:6px;padding:8px 12px}.cat-item{font-size:13px;padding:6px 14px}}.breaking-ticker{max-width:1200px;margin:0 auto;padding:0 16px}.breaking-wrap{display:flex;align-items:center;gap:14px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin:15px 0}.breaking-label{display:flex;align-items:center;gap:8px;padding:5px 12px;border-radius:4px;background:#fee2e2;font-size:12px;font-weight:800;color:#b91c1c;flex-shrink:0}.breaking-track{overflow:hidden;flex:1;position:relative}.breaking-content{display:flex;gap:40px;white-space:nowrap;animation:ticker-scroll 35s linear infinite}.breaking-item{display:flex;align-items:center;gap:10px;cursor:pointer;color:#334155;font-weight:600;font-size:14px}.breaking-item img{width:32px;height:32px;border-radius:4px;object-fit:cover;object-position:top;border:1px solid #e2e8f0}.breaking-item:hover{color:#0062ff;text-decoration:underline}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.breaking-wrap{padding:8px;gap:8px}.breaking-content{gap:30px}.breaking-item{font-size:13px}.breaking-item img{width:28px;height:28px}}.breadcrumb{font-size:12px;padding:8px 16px;color:#64748b;background:var(--bg)}.breadcrumb a{color:#475569;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{margin:0 6px;color:#94a3b8}.breadcrumb .current{color:#0f172a;font-weight:500}@media (max-width:768px){.breadcrumb{font-size:11px;padding:6px 12px}}.premium-news-section{max-width:1200px;margin:40px auto;padding:0 16px;font-family:Inter,-apple-system,sans-serif}.section-head-container{margin-bottom:25px}.section-main-heading{display:flex;align-items:center;gap:12px;margin-bottom:15px}.mashal-icon{font-size:26px;filter:drop-shadow(0 0 8px rgba(255,69,0,.4));animation:fire-flicker 1.2s infinite alternate ease-in-out}@keyframes fire-flicker{0%{transform:scale(1) rotate(-2deg)}to{transform:scale(1.15) rotate(2deg);opacity:.9}}.section-main-heading h2{font-size:24px;font-weight:800;color:#000;margin:0;letter-spacing:-.5px}.category-tabs-scroll{display:flex;gap:10px;overflow-x:auto;padding:5px 0 15px;scrollbar-width:none}.category-tabs-scroll::-webkit-scrollbar{display:none}.category-pill{padding:8px 20px;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:100px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:.3s ease}.category-pill.is-active{background:#0062ff;color:#fff;border-color:#0062ff;box-shadow:0 4px 12px #0062ff33}.top-trending-hero{display:flex;margin-bottom:40px;background:#fff;border-radius:24px;overflow:hidden;border:1px solid #f1f5f9;min-height:320px;cursor:pointer;transition:.4s cubic-bezier(.165,.84,.44,1);box-shadow:0 10px 30px #0000000a}.top-trending-hero:hover{transform:translateY(-5px);box-shadow:0 25px 50px -12px #00000014}.hero-image-wrapper{flex:1.2;position:relative;overflow:hidden;clip-path:polygon(0 0,100% 0%,90% 100%,0% 100%);background:#f1f5f9}.hero-image-wrapper img{width:100%;height:100%!important;object-fit:cover;object-position:center 15%;transition:.6s ease}.hero-text-details{flex:1;padding:40px 40px 40px 15px;display:flex;flex-direction:column;justify-content:center;margin-left:-30px;z-index:2}.hot-label{display:flex;align-items:center;gap:6px;color:#ff4d4d;font-weight:800;font-size:12px;text-transform:uppercase;margin-bottom:12px}.hero-title{font-size:28px;font-weight:900;line-height:1.2;color:#111;margin-bottom:15px;letter-spacing:-.8px}.hero-desc{font-size:15px;color:#4b5563;line-height:1.6;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.news-card-polished{display:flex;flex-direction:column;cursor:pointer}.card-media-box{aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;margin-bottom:12px;box-shadow:0 4px 15px #0000000d}.card-media-box img{width:100%;height:100%;object-fit:cover;transition:.4s}.news-card-polished:hover .card-media-box img{transform:scale(1.05)}.article-main-title{font-size:17px;font-weight:700;line-height:1.4;color:#1a202c;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:70px}.section-footer-action{margin-top:40px;display:flex;justify-content:center}.explore-all-btn{background:#0062ff;color:#fff;border:none;padding:12px 30px;border-radius:50px;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:.3s ease;box-shadow:0 8px 20px #0062ff33}.explore-all-btn:hover{background:#0052d4;transform:translateY(-2px);box-shadow:0 10px 25px #0062ff4d}.arrow-icon{display:flex;animation:arrow-pulse 1.5s infinite}@keyframes arrow-pulse{0%,to{transform:translate(0)}50%{transform:translate(5px)}}@media (max-width: 768px){.top-trending-hero{flex-direction:column;min-height:auto;border-radius:16px}.hero-image-wrapper{clip-path:none;aspect-ratio:16 / 9}.hero-text-details{padding:20px;margin-left:0}.hero-title{font-size:20px}.news-cards-grid{grid-template-columns:1fr;gap:20px}.article-main-title{min-height:auto}}.onboarding-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px}.onboarding-card{background:#fffffff2;width:100%;max-width:450px;padding:30px;border-radius:28px;box-shadow:0 20px 40px #0003;border:1px solid rgba(255,255,255,.5);position:relative;text-align:center}.picker-header h3{font-size:1.8rem;color:#1a1a1a;margin-bottom:8px;font-weight:700}.picker-header p{color:#666;font-size:.95rem;margin-bottom:25px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:30px}.category-chip{padding:12px 15px;border-radius:16px;border:2px solid #f0f0f0;background:#f8f9fa;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;font-size:.95rem;font-weight:500;color:#444;transition:all .25s cubic-bezier(.4,0,.2,1)}.category-chip:hover{border-color:#007bff;background:#f0f7ff;transform:translateY(-2px)}.category-chip.active{background:#007bff;color:#fff;border-color:#007bff;box-shadow:0 8px 15px #007bff40}.save-btn{width:100%;padding:15px;border-radius:16px;border:none;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #007bff33}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #007bff4d}.save-btn:disabled{background:#e0e0e0;color:#999;cursor:not-allowed;box-shadow:none}.loader-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;justify-content:center;align-items:center;border-radius:28px;font-weight:600;color:#007bff}.animated-up{animation:slideUpFade .6s ease-out forwards}@keyframes slideUpFade{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.onboarding-card{padding:20px;border-radius:20px}.category-grid{grid-template-columns:repeat(2,1fr);gap:8px}.category-chip{font-size:.85rem;padding:10px}}.breaking-section{margin:24px 0}.breaking-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.breaking-header h2{font-size:20px;font-weight:800}.breaking-live{font-size:12px;font-weight:700;color:#dc2626;border:1px solid #dc2626;padding:2px 8px;border-radius:999px}.breaking-slider{position:relative;height:260px;border-radius:16px;background-size:cover;background-repeat:no-repeat;background-position:center 20%;overflow:hidden;isolation:isolate;cursor:pointer}@media (min-width:1200px){.breaking-slider{background-position:center 18%}}@media (max-width:1024px){.breaking-slider{background-position:center 22%}}@media (max-width:768px){.breaking-slider{height:220px;background-position:center 28%}}.breaking-slider:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000bf,#0000008c 45%,#00000026);z-index:1}.breaking-overlay{position:absolute;left:0;bottom:0;z-index:2;max-width:80%;padding:32px 24px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}@media (max-width:768px){.breaking-overlay{max-width:100%;padding:16px}}.breaking-badge{background:#2563eb;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;width:max-content;margin-bottom:12px}.breaking-overlay h3{font-size:24px;line-height:1.3;margin-bottom:10px}@media (max-width:768px){.breaking-overlay h3{font-size:18px}}.breaking-overlay p{font-size:14px;color:#e5e7eb}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:#0009;color:#fff;font-size:22px;cursor:pointer;z-index:3;opacity:0;pointer-events:none;transition:.25s}.breaking-slider:hover .nav-btn{opacity:1;pointer-events:auto}.nav-btn.prev{left:14px}.nav-btn.next{right:14px}.share-btn{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;border:0;background:#0009;color:#fff;font-size:16px;cursor:pointer;z-index:3;opacity:0;transition:.25s}.breaking-slider:hover .share-btn{opacity:1}.breaking-badge,.breaking-overlay h3,.breaking-overlay p{opacity:0;filter:blur(6px);transform:translateY(14px);animation-fill-mode:forwards}.breaking-badge{animation:fadeBlurUp .35s ease .05s forwards}.breaking-overlay h3{animation:fadeBlurUp .45s ease .15s forwards}.breaking-overlay p{animation:fadeBlurUp .55s ease .28s forwards}@keyframes fadeBlurUp{to{opacity:1;filter:blur(0);transform:translateY(0)}}.breaking-slider:after{content:"Read full story →";position:absolute;bottom:18px;right:18px;font-size:12px;font-weight:600;color:#fff;background:#0000008c;padding:6px 10px;border-radius:999px;opacity:0;transform:translateY(6px);transition:.25s ease;z-index:3}.breaking-slider:hover:after{opacity:1;transform:translateY(0)}@media (max-width:768px){.breaking-slider:after{display:none}}.si-post-viewer{max-width:1240px;margin:0 auto;padding:40px 20px 80px;display:grid;grid-template-columns:80px 1fr;gap:40px;background:#fff;font-family:Inter,sans-serif}.si-social-sidebar{position:relative}.si-sidebar-inner{position:sticky;top:100px;display:flex;flex-direction:column;gap:15px;align-items:center}.si-sidebar-inner button{background:#fff;border:1px solid #eee;border-radius:50%;width:44px;height:44px;cursor:pointer;color:#555;display:grid;place-items:center;font-size:19px;transition:.3s}.si-sidebar-inner button:hover{background:#f8f9fa;color:#0062ff;border-color:#0062ff}.si-sidebar-inner button.active{color:#e74c3c;border-color:#e74c3c;background:#fff5f5}.si-main-content{max-width:800px;width:100%}.si-breadcrumb-msn{display:flex;align-items:center;gap:8px;font-size:13px;color:#777;margin-bottom:20px}.si-breadcrumb-msn span{color:#0062ff;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.si-msn-header{margin-bottom:25px}.si-main-title{font-family:Public Sans,sans-serif;font-size:40px;font-weight:800;line-height:1.15;color:#111;margin:0 0 15px;letter-spacing:-.02em}.si-msn-meta-row{display:flex;align-items:center;gap:12px;font-size:14px;color:#666}.si-meta-brand{display:flex;align-items:center;gap:8px;color:#222;font-weight:600}.si-brand-icon{width:24px;height:24px;border-radius:4px;background:#ed1c24;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.si-msn-hero{margin-bottom:30px;width:100%;border-radius:12px;overflow:hidden;background:#f4f4f4}.si-msn-hero img{width:100%;height:auto;display:block;object-fit:contain;max-height:550px}.si-hero-caption{font-size:13px;color:#777;margin-top:10px;border-left:2px solid #eee;padding-left:10px}.si-article-wrapper{position:relative}.si-msn-content{position:relative;overflow:hidden;transition:.4s}.si-is-truncated{max-height:500px}.si-msn-overlay{position:absolute;bottom:0;left:0;width:100%;height:250px;background:linear-gradient(to top,#fff 25%,rgba(255,255,255,.8) 60%,transparent);display:flex;align-items:flex-end;justify-content:center;padding-bottom:30px;z-index:5}.si-msn-btn{background:#0062ff;color:#fff;border:none;padding:14px 28px;border-radius:50px;font-weight:700;font-size:15px;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:0 8px 20px #0062ff40}.si-msn-p{font-size:19px;line-height:1.8;color:#333;margin-bottom:22px}.si-related-footer{margin-top:50px;padding-top:30px;border-top:1px solid #eee}.si-section-divider{display:flex;align-items:center;gap:15px;margin-bottom:25px}.si-section-divider h3{font-size:14px;font-weight:800;color:#111;text-transform:uppercase}.si-section-divider .line{flex:1;height:1px;background:#eee}.si-grid-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.si-news-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:transform .2s}.si-news-card:hover{transform:translateY(-4px)}.si-card-img-box{width:100%;aspect-ratio:16 / 9;background:#f0f0f0;overflow:hidden}.si-news-card img{width:100%;height:100%;object-fit:cover;object-position:center top}.si-card-body{padding:15px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-grow:1}.si-card-body h4{font-size:15px;font-weight:700;margin:0;line-height:1.4;color:#222;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.si-card-body svg{color:#0062ff;flex-shrink:0;margin-top:4px}@media (max-width: 768px){.si-post-viewer{display:block;padding:15px}.si-social-sidebar{display:none}.si-main-content{max-width:100%}.si-main-title{font-size:26px!important}.si-msn-hero{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px);border-radius:0}.si-grid-related{grid-template-columns:1fr}}.ad-card{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:10px;text-align:center}.ad-card span{font-size:11px;color:#94a3b8}.ad-box{height:250px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#64748b}.ad-card{margin:16px 0}.ad-box{min-height:250px}@media (max-width:768px){.ad-box{min-height:180px}}.right-sidebar{width:300px;max-width:300px;position:sticky;top:160px;height:calc(100vh - 180px);display:flex;animation:sidebarFadeIn .6s ease both}@keyframes sidebarFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.rs-scroll{height:100%;overflow-y:auto;overflow-x:hidden;padding-right:8px;scroll-behavior:smooth}.rs-scroll::-webkit-scrollbar{width:6px}.rs-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c7d2fe,#93c5fd);border-radius:12px}.rs-scroll::-webkit-scrollbar-track{background:#f1f5f9}.rs-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;margin-bottom:18px;box-shadow:0 6px 16px #0000000d}.rs-card+.rs-card{position:relative}.rs-card+.rs-card:before{content:"";position:absolute;top:-10px;left:18px;right:18px;height:1px;background:linear-gradient(to right,transparent,#e5e7eb,transparent)}.rs-card h4,.rs-section-title{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:800;margin-bottom:12px;color:#0f172a}.market-status{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px}.market-open{background:#dcfce7;color:#166534}.market-closed{background:#fee2e2;color:#7f1d1d}.rs-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:6px 0;color:#475569;border-bottom:1px dashed #e5e7eb}.rs-row:last-child{border-bottom:none}.rs-row strong{font-weight:700;color:#0f172a}.up{color:#16a34a}.down{color:#dc2626}.rs-watchlist{display:flex;flex-direction:column;gap:10px}.rs-watch-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:14px;background:#f8fafc;cursor:pointer;transition:.2s ease}.rs-watch-item:hover{background:#eef2ff;transform:translateY(-2px)}.rs-watch-name{font-size:13px;font-weight:700;color:#0f172a}.rs-watch-price{font-size:13px;font-weight:800}.rs-top-header{display:flex;align-items:center;gap:10px;margin-bottom:14px}.rs-top-header h4{font-size:13px;font-weight:900;letter-spacing:.12em}.rs-top-header .line{flex:1;height:1px;background:#cbd5e1}.rs-top-item{position:relative;padding:14px 12px;margin-bottom:12px;border-radius:14px;cursor:pointer;background:#fff;border:1px solid transparent;transition:.25s ease}.rs-top-item:hover{background:#f8fafc;border-color:#e5e7eb}.rs-top-item.breaking{border-color:#fecaca;background:#fff1f2}.breaking-badge{position:absolute;top:-10px;right:12px;background:#dc2626;color:#fff;font-size:10px;font-weight:800;padding:4px 8px;border-radius:999px}.rs-top-cat{font-size:12px;font-weight:800;color:#0369a1;margin-bottom:6px;display:block}.rs-top-title{font-size:14px;font-weight:600;line-height:1.45;color:#0f172a}.rs-top-time{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px}.rs-trending-item{display:flex;gap:12px;margin-bottom:14px;cursor:pointer;transition:transform .2s ease}.rs-trending-item:hover{transform:translateY(-2px)}.rs-trending-item img{width:56px;height:56px;max-width:56px;max-height:56px;object-fit:cover;object-position:center;border-radius:12px;flex-shrink:0}.rs-trending-item p{font-size:13px;font-weight:600;line-height:1.35;color:#0f172a}.rs-score{font-size:11px;font-weight:700;color:#dc2626}.rs-social-item{display:flex;gap:12px;margin-bottom:14px;cursor:pointer;transition:transform .2s ease}.rs-social-item:hover{transform:translateY(-2px)}.rs-social-item img{width:54px;height:54px;max-width:54px;max-height:54px;object-fit:cover;object-position:center;border-radius:12px;flex-shrink:0}.rs-platform{font-size:11px;font-weight:800;color:#2563eb;margin-bottom:4px}:root.dark .rs-card{background:#020617;border-color:#1f2937}:root.dark .rs-row{color:#94a3b8;border-color:#1f2937}:root.dark .rs-top-title,:root.dark .rs-trending-item p,:root.dark .rs-social-item p,:root.dark .rs-watch-name{color:#e5e7eb}:root.dark .rs-watch-item{background:#020617}:root.dark .rs-watch-item:hover{background:#020617}@media (max-width:1024px){.right-sidebar{display:none}}.right-sidebar img{max-height:100%}.breaking-badge,.live-dot,.market-open:before{animation:none!important;box-shadow:none!important;filter:none!important}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061780;z-index:300;display:flex;align-items:flex-end;justify-content:flex-end;padding:16px}.chat-box{width:340px;max-height:520px;background:#fff;border-radius:16px;display:flex;flex-direction:column}.chat-header{padding:12px;font-weight:600;display:flex;justify-content:space-between;border-bottom:1px solid #e5e7eb}.chat-body{flex:1;padding:12px;font-size:13px;color:#475569}.chat-input{display:flex;border-top:1px solid #e5e7eb}.chat-input input{flex:1;border:0;padding:10px;font-size:13px}.chat-input button{border:0;padding:0 14px;background:#2563eb;color:#fff}.news-footer{background:#111827;color:#fff;padding-top:80px;margin-top:60px;border-top:5px solid #0062ff;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px 60px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-column{flex:1;min-width:200px}.brand-column{flex:1.5}.footer-logo{font-size:30px;font-weight:800;color:#fff!important;margin-bottom:20px;letter-spacing:-.5px}.footer-logo span{color:#3b82f6}.footer-about{font-size:15px;line-height:1.8;color:#cbd5e1;margin-bottom:25px;max-width:380px}.footer-label{font-size:14px;font-weight:700;text-transform:uppercase;color:#94a3b8;margin-bottom:20px;letter-spacing:1px}.footer-nav{list-style:none;padding:0}.footer-nav li{margin-bottom:12px}.footer-nav a{color:#fff;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.footer-nav a:hover{color:#3b82f6;text-decoration:underline}.disclaimer-area{background:#ffffff0d;padding:20px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.disclaimer-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-weight:700;font-size:13px;color:#fff}.icon-blue{color:#3b82f6;font-size:18px}.disclaimer-text{font-size:13px;line-height:1.6;color:#94a3b8;margin-bottom:15px}.social-links-row{display:flex;gap:12px}.social-tile{width:40px;height:40px;background:#1e293b;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;transition:.3s}.social-tile:hover{background:#3b82f6;transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:25px 20px;background:#0f172a}.bottom-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#64748b}@media (max-width: 768px){.footer-container{flex-direction:column;text-align:left}.bottom-inner{flex-direction:column;gap:10px;text-align:center}}
