*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{font-family:segoe ui,helvetica neue,Arial,sans-serif;background:#f5f1eb;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.breaking-bar{background:#c0392b;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;overflow:hidden;white-space:nowrap;display:flex;align-items:center;gap:12px}.ticker-label{display:inline-flex;align-items:center;flex-shrink:0;background:#a93226;padding:3px 10px;border-radius:2px;font-size:.6rem;letter-spacing:.1em}.ticker-scroll{display:inline-block;animation:ticker-scroll 30s linear infinite;overflow:hidden}.ticker-scroll a{color:#fff;text-decoration:none;transition:text-decoration .15s}.ticker-scroll a:hover{text-decoration:underline}@keyframes ticker-scroll{0%{transform:translateX(100vw)}100%{transform:translateX(-100%)}}.site-header{background:#fff;border-bottom:3px solid #c0392b;padding:0;position:sticky;top:0;z-index:100;width:100%}.header-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;width:100%}.site-logo{font-size:1.5rem;font-weight:900;letter-spacing:-.03em;color:#1a1a1a;text-transform:uppercase;line-height:1;flex-shrink:0}.site-logo span{color:#c0392b}.header-date{font-size:.75rem;color:#666;text-align:right;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.rss-icon{display:inline-flex;align-items:center;justify-content:center;color:#666;transition:color .15s;padding:4px}.rss-icon:hover{color:#c0392b}.nav-bar{background:#1a1a1a;position:sticky;top:0;z-index:99;width:100%}@media(min-width:769px){.nav-bar{top:52px}}.nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nav-inner::-webkit-scrollbar{display:none}.nav-bar a{display:block;padding:11px 14px;color:#e0e0e0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;transition:background .2s,color .2s;border-bottom:2px solid transparent;flex-shrink:0}.nav-bar a:hover,.nav-bar a.active{color:#fff;background:rgba(255,255,255,8%);border-bottom-color:#c0392b}.mobile-toggle{display:none;background:0 0;color:#1a1a1a;border:none;padding:8px 12px;cursor:pointer;font-size:1.5rem;line-height:1;flex-shrink:0}@media(max-width:768px){.mobile-toggle{display:block}.nav-bar{position:relative;top:0}.nav-inner{display:none;flex-direction:column;padding:0}.nav-inner.open{display:flex}.nav-inner a{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,6%);width:100%}.site-logo{font-size:1.15rem}.header-date{display:none}.header-inner{padding:10px 12px}}.main-content{max-width:1280px;margin:0 auto;padding:20px 16px;width:100%}.content-grid{display:grid;grid-template-columns:1fr 340px;gap:30px;width:100%}@media(max-width:960px){.content-grid{grid-template-columns:1fr}}.section-header{display:flex;align-items:center;margin-bottom:14px;padding-bottom:10px;border-bottom:3px solid #c0392b}.section-header h2{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a}.section-header .see-all{margin-left:auto;font-size:.7rem;color:#c0392b;font-weight:600;text-transform:uppercase;white-space:nowrap}.hero-article{margin-bottom:24px;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,6%);transition:box-shadow .2s;width:100%}.hero-article:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.hero-article .hero-image{width:100%;height:340px;object-fit:cover;display:block;background:#ddd}.hero-article .hero-body{padding:18px 20px 22px}.hero-category{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c0392b;background:rgba(192,57,43,8%);padding:3px 10px;border-radius:2px;margin-bottom:8px}.hero-article h2{font-size:1.5rem;font-weight:800;line-height:1.25;margin-bottom:8px;color:#1a1a1a}.hero-article p{font-size:.88rem;color:#555;line-height:1.6;margin-bottom:8px}.hero-meta{font-size:.68rem;color:#888;text-transform:uppercase;letter-spacing:.04em}@media(max-width:768px){.hero-article .hero-image{height:200px}.hero-article .hero-body{padding:14px 16px 18px}.hero-article h2{font-size:1.2rem;line-height:1.25}.hero-article p{font-size:.82rem}}@media(max-width:380px){.hero-article .hero-image{height:170px}.hero-article h2{font-size:1.05rem}}.posts{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%}@media(max-width:600px){.posts{grid-template-columns:1fr;gap:20px;padding:0}}.post-card{background:#fff;border-bottom:1px solid #eee;padding-bottom:0;transition:all .3s ease;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,6%)}.post-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.post-card img{width:100%;height:200px;object-fit:cover;filter:grayscale(10%)contrast(110%);border-bottom:4px solid #c00}@media(max-width:768px){.post-card img{height:180px}}@media(max-width:380px){.post-card img{height:160px}}.post-card .meta{display:block;padding:14px 16px 0;font-size:.7rem;color:#c00;text-transform:uppercase;font-weight:700;letter-spacing:1px}@media(max-width:380px){.post-card .meta{padding:10px 12px 0;font-size:.65rem}}.post-card h2{font-family:helvetica neue,Helvetica,Arial,sans-serif;font-weight:800;font-size:1.3rem;line-height:1.2;margin:10px 16px 16px;color:#000}@media(max-width:768px){.post-card h2{font-size:1.1rem}}@media(max-width:380px){.post-card h2{font-size:.95rem;margin:8px 12px 12px}}.articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}@media(max-width:600px){.articles-grid{grid-template-columns:1fr;gap:16px}}.article-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,6%);transition:box-shadow .2s,transform .15s}.article-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.article-card .card-image{width:100%;height:170px;object-fit:cover;display:block;background:#ddd}@media(max-width:480px){.article-card .card-image{height:160px}}.article-card .card-body{padding:12px 14px 16px}.article-card .card-category{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c0392b;margin-bottom:6px}.article-card h3{font-size:.92rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin-bottom:6px}@media(max-width:380px){.article-card h3{font-size:.85rem}}.article-card .card-meta{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.03em}.articles-list{margin-bottom:30px}.list-article{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,6%);background:#fff;transition:background .15s}.list-article:first-child{padding-top:0}.list-article:hover{background:#faf8f5}.list-article .list-index{font-size:1.6rem;font-weight:900;color:#c0392b;min-width:36px;line-height:1.2}.list-article .list-body h3{font-size:.88rem;font-weight:700;line-height:1.35;color:#1a1a1a;margin-bottom:4px}.list-article .list-body .card-meta{font-size:.65rem;color:#999;text-transform:uppercase}.sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-widget{background:#fff;border-radius:4px;padding:18px;box-shadow:0 1px 4px rgba(0,0,0,6%)}@media(max-width:480px){.sidebar-widget{padding:14px 12px}}.sidebar-widget h3{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding-bottom:10px;margin-bottom:12px;border-bottom:3px solid #c0392b;color:#1a1a1a}.sidebar-article{display:block;padding:10px 0;border-bottom:1px solid rgba(0,0,0,5%)}.sidebar-article:last-child{border-bottom:none}.sidebar-article h4{font-size:.8rem;font-weight:600;line-height:1.35;color:#1a1a1a;margin-bottom:4px}.sidebar-article:hover h4{color:#c0392b}.sidebar-article .card-meta{font-size:.63rem;color:#aaa}.trending-now{border-left:1px solid #ddd;padding-left:18px;font-size:.9rem}@media(max-width:480px){.trending-now{border-left:none;padding-left:0}}.pagination{display:flex;justify-content:center;gap:6px;padding:24px 0;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;font-size:.8rem;font-weight:600;border-radius:3px;background:#fff;color:#1a1a1a;box-shadow:0 1px 3px rgba(0,0,0,6%);transition:all .15s}@media(max-width:380px){.pagination a,.pagination span{min-width:32px;height:32px;font-size:.75rem;padding:0 8px}}.pagination a:hover{background:#c0392b;color:#fff}.pagination .current{background:#c0392b;color:#fff}.article-page{max-width:1280px;margin:0 auto;padding:16px;width:100%}@media(max-width:480px){.article-page{padding:10px 8px}}.article-page-inner{display:grid;grid-template-columns:1fr 340px;gap:30px}@media(max-width:960px){.article-page-inner{grid-template-columns:1fr;gap:20px}}.article-main{background:#fff;border-radius:4px;padding:28px;box-shadow:0 1px 4px rgba(0,0,0,6%)}@media(max-width:768px){.article-main{padding:20px 16px}}@media(max-width:480px){.article-main{padding:16px 14px}}@media(max-width:360px){.article-main{padding:12px 10px}}.article-main .article-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,6%)}.article-main .article-category{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c0392b;background:rgba(192,57,43,8%);padding:3px 10px;border-radius:2px;margin-bottom:10px}.article-main h1{font-size:1.9rem;font-weight:800;line-height:1.2;color:#1a1a1a;margin-bottom:10px;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:768px){.article-main h1{font-size:1.4rem}}@media(max-width:480px){.article-main h1{font-size:1.2rem}}@media(max-width:360px){.article-main h1{font-size:1.05rem}}.article-main .article-meta{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:.04em}.article-main .article-featured-image{width:100%;border-radius:4px;margin-bottom:20px;height:auto;max-height:400px;object-fit:cover}@media(max-width:768px){.article-main .article-featured-image{max-height:280px}}@media(max-width:480px){.article-main .article-featured-image{max-height:220px;border-radius:2px;margin-bottom:16px}}.article-main .article-body{font-size:1rem;line-height:1.75;color:#333;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:480px){.article-main .article-body{font-size:.92rem;line-height:1.7}}.article-main .article-body h2{font-size:1.3rem;font-weight:700;margin:24px 0 10px;color:#1a1a1a;word-wrap:break-word}@media(max-width:480px){.article-main .article-body h2{font-size:1.1rem;margin:20px 0 8px}}.article-main .article-body p{margin-bottom:16px}.article-main .article-body img{border-radius:4px;margin:16px 0;max-width:100%;height:auto}@media(max-width:480px){.article-main .article-body img{margin:12px 0;border-radius:2px}}.article-main .article-body iframe{width:100%;max-width:100%;height:auto;aspect-ratio:16/9;border:none;border-radius:4px;margin:16px 0}@media(max-width:768px){.article-main .article-body iframe{aspect-ratio:16/9}}@media(max-width:480px){.article-main .article-body iframe{border-radius:2px;margin:12px 0}}.post-nav{display:flex;gap:16px;margin-top:24px}.post-nav a{flex:1;background:#fff;border-radius:4px;padding:14px 16px;box-shadow:0 1px 4px rgba(0,0,0,6%);font-size:.8rem;font-weight:600;color:#1a1a1a;transition:all .15s;word-wrap:break-word;overflow-wrap:break-word}.post-nav a:hover{background:#c0392b;color:#fff}@media(max-width:600px){.post-nav{flex-direction:column;gap:12px}}@media(max-width:360px){.post-nav a{padding:12px;font-size:.75rem}}.site-footer{background:#1a1a1a;color:#aaa;margin-top:40px;width:100%}.footer-inner{max-width:1280px;margin:0 auto;padding:30px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}@media(max-width:480px){.footer-inner{padding:24px 12px}}.footer-brand{font-size:1rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-.02em}.footer-brand span{color:#c0392b}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 12px}.footer-links a{color:#888;font-size:.72rem;transition:color .15s;white-space:nowrap}.footer-links a:hover{color:#fff}.footer-copy{width:100%;text-align:center;padding-top:16px;margin-top:16px;border-top:1px solid rgba(255,255,255,8%);font-size:.65rem;color:#666}@media(max-width:768px){.footer-inner{flex-direction:column;text-align:center}}.category-title{font-size:1.6rem;font-weight:800;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:6px}@media(max-width:480px){.category-title{font-size:1.3rem}}.category-subtitle{font-size:.82rem;color:#888;margin-bottom:20px}.error-page{text-align:center;padding:60px 16px}.error-page h1{font-size:5rem;font-weight:900;color:#c0392b;line-height:1;margin-bottom:12px}@media(max-width:480px){.error-page h1{font-size:3.5rem}}.error-page p{font-size:1rem;color:#666;margin-bottom:20px}.error-page a{display:inline-block;background:#c0392b;color:#fff;padding:12px 24px;border-radius:3px;font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;transition:background .15s}@media(max-width:380px){.error-page a{padding:10px 20px;font-size:.78rem}}.error-page a:hover{background:#a93226}.market-charts-widget{background:#fff;border-radius:4px;padding:0;box-shadow:0 1px 4px rgba(0,0,0,6%);overflow:hidden}.market-charts-widget .widget-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:3px solid #c0392b}.market-charts-widget .widget-header h3{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;margin:0;padding:0;border:none}.market-charts-widget .widget-header .live-dot{display:inline-flex;align-items:center;gap:5px;font-size:.6rem;font-weight:700;color:#c0392b;text-transform:uppercase;letter-spacing:.1em}.market-charts-widget .widget-header .live-dot::before{content:'';width:6px;height:6px;background:#c0392b;border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,100%{opacity:1}50%{opacity:.3}}.market-charts-widget .tradingview-widget-container{padding:0;margin:0}.market-charts-widget .tradingview-widget-container iframe{width:100%;border:none;margin:0;padding:0}#contact-form input:focus,#contact-form textarea:focus,#contact-form select:focus{border-color:#c0392b}.search-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:1000;justify-content:center;padding-top:80px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.search-overlay.active{display:flex}.search-overlay-inner{width:100%;max-width:680px;margin:0 16px;background:#fff;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden;max-height:70vh;display:flex;flex-direction:column}.search-box{display:flex;align-items:center;padding:16px 20px;border-bottom:2px solid #c0392b;gap:12px}.search-box .search-icon{flex-shrink:0}.search-box input{flex:1;border:none;outline:none;font-size:1.1rem;font-family:inherit;color:#1a1a1a;background:0 0}.search-box input::placeholder{color:#aaa}.search-close{background:0 0;border:none;font-size:1.5rem;color:#888;cursor:pointer;padding:4px 8px;line-height:1;transition:color .15s}.search-close:hover{color:#c0392b}.search-results{overflow-y:auto;padding:8px 0;flex:1}.search-result-item{display:flex;gap:14px;padding:14px 20px;transition:background .15s;align-items:flex-start}.search-result-item:hover{background:#faf8f5}.search-result-item img{width:80px;height:56px;object-fit:cover;border-radius:3px;flex-shrink:0}.search-result-body{flex:1;min-width:0}.search-result-cat{display:inline-block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c0392b;margin-bottom:3px}.search-result-item h3{font-size:.92rem;font-weight:700;color:#1a1a1a;line-height:1.3;margin-bottom:3px}.search-result-item p{font-size:.78rem;color:#666;line-height:1.4;margin:0}.search-result-date{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.03em}.search-toggle{background:0 0;border:none;color:#666;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center;transition:color .15s}.search-toggle:hover{color:#c0392b}.search-page{max-width:780px;margin:0 auto}.search-page-box{display:flex;align-items:center;background:#fff;border-radius:6px;padding:16px 20px;box-shadow:0 2px 8px rgba(0,0,0,8%);margin-bottom:24px;gap:12px}.search-page-icon{flex-shrink:0}.search-page-box input{flex:1;border:none;outline:none;font-size:1.05rem;font-family:inherit;color:#1a1a1a;background:0 0}.search-page-box input::placeholder{color:#bbb}.search-page-results{margin-bottom:32px}.search-page-suggestions{margin-top:20px}.search-page-suggestions h3{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a;margin-bottom:10px;margin-top:18px}.search-page-suggestions h3:first-child{margin-top:0}.search-tags{display:flex;flex-wrap:wrap;gap:8px}.search-tag{display:inline-block;font-size:.72rem;font-weight:600;color:#c0392b;background:rgba(192,57,43,8%);padding:6px 14px;border-radius:3px;transition:all .15s}.search-tag:hover{background:#c0392b;color:#fff}@media(max-width:768px){.search-overlay{padding-top:40px}.search-overlay-inner{max-height:80vh;margin:0 10px}.search-result-item img{width:64px;height:44px}.search-page-box{padding:14px 16px}}.author-page-grid{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start}@media(max-width:760px){.author-page-grid{grid-template-columns:1fr}}.author-profile-card{background:#fff;border-radius:4px;padding:28px 24px;box-shadow:0 1px 4px rgba(0,0,0,6%);text-align:center;position:sticky;top:120px}@media(max-width:760px){.author-profile-card{position:static}}.author-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 16px;border:3px solid #c0392b;display:block}.author-name{font-size:1.4rem;font-weight:800;color:#1a1a1a;margin-bottom:6px;line-height:1.2}.author-role{font-size:.78rem;font-weight:600;color:#c0392b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.author-meta-row{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.author-meta-item{font-size:.75rem;color:#888;display:flex;align-items:center;justify-content:center;gap:4px}.author-contact-btn{display:inline-block;background:#c0392b;color:#fff;padding:10px 28px;border-radius:3px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;transition:background .15s;text-decoration:none}.author-contact-btn:hover{background:#a93226}.author-content{min-width:0}.author-link{display:flex;align-items:center;gap:12px;padding:10px 0!important}.author-link-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-link-info{flex:1;min-width:0}.author-link-info h4{font-size:.82rem!important;margin-bottom:2px!important}.author-link-info .card-meta{font-size:.62rem!important}.share-buttons{display:flex;align-items:center;gap:10px;padding:20px 0;margin-top:8px;border-top:1px solid rgba(0,0,0,6%);flex-wrap:wrap}.share-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#888;margin-right:4px}.share-btn{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;position:relative;cursor:pointer;border:none;text-decoration:none}.share-btn:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.share-btn svg{pointer-events:none}.share-tooltip{position:absolute;bottom:-26px;left:50%;transform:translateX(-50%);font-size:.6rem;font-weight:600;color:#fff;background:#333;padding:3px 8px;border-radius:3px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s}.share-btn:hover .share-tooltip{opacity:1}.share-x{background:#000;color:#fff}.share-facebook{background:#1877f2;color:#fff}.share-whatsapp{background:#25d366;color:#fff}.share-linkedin{background:#0a66c2;color:#fff}.share-telegram{background:#26a5e4;color:#fff}.share-email{background:#444;color:#fff}.share-copy{background:#888;color:#fff}.share-copy.copied{background:#25d366}@media(max-width:480px){.share-buttons{gap:8px}.share-btn{width:36px;height:36px}.share-btn svg{width:16px;height:16px}}.next-read-section{margin-top:32px;padding-top:24px;border-top:3px solid #c0392b}.next-read-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.next-read-header h3{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#1a1a1a}.next-read-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.next-read-cards{grid-template-columns:1fr;gap:14px}}.next-read-card{display:block;background:#faf8f5;border-radius:4px;overflow:hidden;border-left:3px solid transparent;transition:all .2s}.next-read-card:hover{background:#fff;border-left-color:#c0392b;box-shadow:0 2px 10px rgba(0,0,0,8%)}.next-read-img{width:100%;height:120px;object-fit:cover;display:block}.next-read-body{padding:12px 14px 14px}.next-read-cat{display:inline-block;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c0392b;background:rgba(192,57,43,8%);padding:2px 8px;border-radius:2px;margin-bottom:6px}.next-read-body h4{font-size:.88rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin-bottom:6px}.next-read-date{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.03em}.most-read-widget .most-read-item{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid rgba(0,0,0,5%)}.most-read-widget .most-read-item:last-child{border-bottom:none}.most-read-rank{font-size:1.5rem;font-weight:900;color:#c0392b;line-height:1;min-width:24px;text-align:center;flex-shrink:0;padding-top:2px}.most-read-body{flex:1;min-width:0}.most-read-body h4{font-size:.78rem;font-weight:600;line-height:1.35;color:#1a1a1a;margin-bottom:3px}.most-read-item:hover .most-read-body h4{color:#c0392b}.most-read-body .card-meta{font-size:.6rem;color:#aaa}.breaking-alert{background:#c0392b;color:#fff;font-size:.78rem;padding:0;position:relative}.breaking-alert-inner{max-width:1280px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;gap:12px;padding-right:48px}.breaking-alert-badge{background:#fff;color:#c0392b;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;padding:3px 10px;border-radius:2px;flex-shrink:0;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,100%{opacity:1}50%{opacity:.7}}.breaking-alert-text{flex:1;line-height:1.4}.breaking-alert-close{position:absolute;top:50%;right:12px;transform:translateY(-50%);background:0 0;border:none;color:#fff;font-size:1.4rem;cursor:pointer;padding:4px 8px;line-height:1;opacity:.7;transition:opacity .15s}.breaking-alert-close:hover{opacity:1}@media(max-width:768px){.breaking-alert-inner{padding:10px 12px;padding-right:40px;font-size:.72rem}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;color:#ccc;z-index:999;box-shadow:0 -2px 20px rgba(0,0,0,.2)}.cookie-consent-inner{max-width:1280px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.cookie-text{font-size:.78rem;line-height:1.5;flex:1;min-width:200px}.cookie-text a{color:#c0392b}.cookie-text strong{color:#fff}.cookie-actions{display:flex;gap:8px;flex-shrink:0}.cookie-accept,.cookie-reject{padding:8px 18px;border-radius:3px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border:none;transition:all .15s}.cookie-accept{background:#c0392b;color:#fff}.cookie-accept:hover{background:#a93226}.cookie-reject{background:0 0;color:#aaa;border:1px solid #555}.cookie-reject:hover{border-color:#999;color:#fff}@media(max-width:600px){.cookie-consent-inner{flex-direction:column;text-align:center;padding:14px 16px}.cookie-actions{width:100%;justify-content:center}}.breadcrumbs{max-width:1280px;margin:0 auto;padding:10px 16px;font-size:.7rem;color:#999;display:flex;align-items:center;flex-wrap:wrap;gap:4px}.breadcrumbs a{color:#c0392b;transition:color .15s}.breadcrumbs a:hover{color:#a93226;text-decoration:underline}.breadcrumb-sep{color:#ccc;margin:0 2px}.breadcrumb-current{color:#666}