:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Open Sans,sans-serif;line-height:1.6;color:#333;background-color:#fff;min-width:320px;display:block}#root{max-width:none;margin:0;padding:0;text-align:left}:root{--red-50: #fef2f2;--red-100: #fee2e2;--red-200: #fecaca;--red-300: #fca5a5;--red-400: #f87171;--red-500: #ef4444;--red-600: #dc2626;--red-700: #b91c1c;--red-800: #991b1b;--red-900: #7f1d1d;--red-950: #450a0a;--font-family: "Open Sans", sans-serif;--font-size-base: 1rem;--line-height-base: 1.6;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--container-max-width: 1445px;--container-padding: 20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);line-height:var(--line-height-base);color:#333}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;color:#1f2937}a{text-decoration:none;color:inherit;transition:all .3s ease}img{max-width:100%;height:auto}.category{display:inline-block;padding:0;font-size:1rem;font-weight:700;text-transform:uppercase;color:var(--red-600);margin-bottom:.25rem}.article-meta{display:flex;gap:1rem;font-size:.8rem;color:#9ca3af;margin-top:.5rem}.meta-separator{color:#9ca3af;font-weight:400}.date{font-weight:400}.section-divider{width:100%;height:1px;background-color:#e5e7eb;margin:1rem 0}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.nav-container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:all .3s ease}.logo-link:hover{transform:translateY(-1px)}.logo-icon{width:40px;height:40px;transition:transform .3s ease}.logo-link:hover .logo-icon{transform:rotate(5deg) scale(1.05)}.logo-text{display:flex;align-items:baseline;font-family:Open Sans,sans-serif}.logo-main{font-size:1.75rem;font-weight:800;color:#d97706;letter-spacing:-.025em}.logo-accent{font-size:1.75rem;font-weight:600;color:var(--red-600);letter-spacing:-.025em}.logo h2{color:var(--red-600);font-weight:700;font-size:1.8rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#4b5563;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:var(--red-600)}.homepage-content-grid{display:grid;grid-template-columns:2fr 1fr .8fr;gap:2rem;max-width:var(--container-max-width);margin:0 auto;align-items:start;grid-auto-rows:1fr}.content-column{background:#fff;display:flex;flex-direction:column;height:100%}.news-homepage-section{padding:1.5rem 0;background:#fff}.latest-crypto-news-section{padding:2rem 0;background:#fff}.headlines-header{display:flex;align-items:center;gap:2rem}.headlines-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0;flex-shrink:0}.headlines-divider{flex:1;height:2px;background-color:var(--red-600);border-radius:2px}.category-section{margin:2rem 0}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.article-titles-section{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.article-titles-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem 2rem;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.footer{background:#1f2937;color:#fff;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem 0}.footer-section h3{color:var(--red-500);font-size:1.5rem;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;transition:color .3s ease}.footer-section ul li a:hover{color:var(--red-500)}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-icon{width:35px;height:35px}.footer-logo-text{display:flex;align-items:baseline;font-family:Open Sans,sans-serif}.footer-logo-main{font-size:1.5rem;font-weight:800;color:#f59e0b;letter-spacing:-.025em}.footer-logo-accent{font-size:1.5rem;font-weight:600;color:var(--red-400);letter-spacing:-.025em}.footer-description{color:#a1a1aa;line-height:1.6;margin-bottom:0;max-width:300px}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;margin-top:3rem;text-align:center}.footer-bottom p{color:#9ca3af;margin:0;font-size:.9rem}.load-more-btn{background:var(--red-600);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.load-more-btn:hover{background:var(--red-700)}.article-tags{display:flex;align-items:center;gap:1rem;margin:3rem 0 2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.tags-label{font-weight:600;color:#374151;font-size:.9rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.25rem .75rem;background:#f3f4f6;color:#374151;text-decoration:none;border-radius:20px;font-size:.85rem;transition:background-color .2s ease}.tag:hover{background:var(--red-100);color:var(--red-700)}.article-share-buttons{display:flex;align-items:center;gap:1rem;margin:2rem 0;padding:1rem;background:#f9fafb;border-radius:8px}.share-label{font-weight:600;color:#374151;font-size:.9rem}.share-buttons{display:flex;gap:.5rem}.share-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;text-decoration:none;color:#fff;transition:transform .2s ease,opacity .2s ease}.share-btn:hover{transform:translateY(-2px);opacity:.9}.share-facebook{background-color:#1877f2}.share-twitter{background-color:#1da1f2}.share-linkedin{background-color:#0077b5}.share-reddit{background-color:#ff4500}.share-telegram{background-color:#08c}.share-copy{background-color:#6b7280}.article-quote{margin:2rem 0;padding:2rem;background:#f9fafb;border-left:4px solid var(--red-500);border-radius:0 8px 8px 0}.article-quote p{font-size:1.2rem;font-style:italic;color:#374151;margin-bottom:1rem}.article-quote cite{font-size:.9rem;color:#6b7280;font-weight:600}@media (max-width: 1024px){.homepage-content-grid{grid-template-columns:1.5fr 1fr;gap:1.5rem}.trending-sidebar-column{grid-column:1 / -1;margin-top:2rem;padding-left:0;border-top:1px solid #e5e7eb;padding-top:2rem}.topics-sidebar-column,.exclusive-articles-column{border-right:none}.latest-news-articles{grid-template-columns:1fr;gap:1rem}.featured-news-grid{gap:2rem 1.5rem}.featured-news-card__link{gap:1rem}.crypto-news-grid{gap:1.5rem}.category-grid{grid-template-columns:1fr;gap:2rem}.article-titles-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width: 768px){.nav-container{flex-direction:column;height:auto;padding:1rem var(--container-padding)}.nav-menu{margin-top:1rem;gap:1rem;flex-wrap:wrap;justify-content:center}.logo h2{font-size:1.6rem;text-align:center}.logo-link{gap:.5rem}.logo-icon{width:35px;height:35px}.logo-main,.logo-accent{font-size:1.5rem}.homepage-content-grid{grid-template-columns:1fr;gap:2rem}.main-content-column{padding-right:0}.topics-sidebar-column,.exclusive-articles-column{border-left:none;border-right:none;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:1.5rem 0;margin:1rem 0}.trending-sidebar-column{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:0}.featured-article__image{height:250px}.featured-article__title{font-size:1.5rem}.featured-news-grid{grid-template-columns:1fr;gap:2rem;margin:2rem 0}.featured-news-card__link{flex-direction:column!important;gap:1rem;text-align:center}.featured-news-card__title{font-size:1.2rem}.crypto-news-grid{grid-template-columns:1fr;gap:1.5rem}.article-titles-grid{grid-template-columns:repeat(2,1fr)}.article-title-item:nth-child(n+7){border-bottom:1px solid #f3f4f6}.article-title-item:nth-child(n+9){border-bottom:none}.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.container{padding:0 12px}.nav-container{padding:.75rem 12px}.nav-menu{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem}.nav-menu a{font-size:.85rem;padding:.375rem .6rem;border-radius:16px;transition:all .3s ease}.nav-menu a:hover{background:var(--red-50);color:var(--red-600)}.logo h2{font-size:1.3rem}.logo-icon{width:30px;height:30px}.logo-main,.logo-accent{font-size:1.25rem}.news-homepage-section{padding:.5rem 0}.homepage-content-grid{gap:.75rem}.featured-article__image{height:160px}.featured-article__title{font-size:1.2rem;margin:.25rem 0 .5rem}.featured-news-grid{gap:.75rem;margin:.75rem 0}.featured-news-card__title{font-size:1.1rem}.article-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.article-titles-grid{grid-template-columns:1fr;gap:.5rem}.article-title-item:nth-child(n+7){border-bottom:1px solid #f3f4f6}.article-title-item:nth-child(n+9){border-bottom:1px solid #f3f4f6}.article-title-item:last-child{border-bottom:none}.article-title-link{font-size:.85rem}.posts-grid{grid-template-columns:1fr}.post-card__meta{flex-direction:row}}.skeleton-loading{padding:2rem 0}.skeleton-header{width:300px;height:40px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:8px;margin-bottom:2rem}.skeleton-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.skeleton-article-large{width:100%;height:400px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:12px}.skeleton-article-grid{display:grid;grid-template-columns:1fr;gap:1rem}.skeleton-article-card{width:100%;height:120px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.skeleton-content{grid-template-columns:1fr}.skeleton-article-large{height:300px}}.article-skeleton{padding:2rem 0}.skeleton-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.skeleton-breadcrumb-item{width:80px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.skeleton-breadcrumb-separator{width:20px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.article-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.article-skeleton-content{width:100%}.article-header-skeleton{margin-bottom:2rem}.skeleton-category{width:120px;height:24px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px;margin-bottom:1rem}.skeleton-title{width:80%;height:48px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:8px;margin-bottom:.5rem}.skeleton-title-line{width:60%;height:32px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:8px;margin-bottom:1rem}.skeleton-meta{display:flex;gap:2rem;margin-bottom:2rem}.skeleton-author{width:100px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.skeleton-date{width:80px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.skeleton-read-time{width:60px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.skeleton-featured-image{width:100%;height:400px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:12px;margin-bottom:2rem}.skeleton-share-buttons{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:#f9fafb;border-radius:8px}.skeleton-share-label{width:60px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.skeleton-share-icons{display:flex;gap:.5rem}.skeleton-share-icon{width:40px;height:40px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:50%}.skeleton-paragraph{width:100%;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px;margin-bottom:1rem}.skeleton-paragraph:nth-child(2n){width:90%}.skeleton-paragraph:nth-child(3n){width:95%}.skeleton-paragraph:last-child{width:85%}.skeleton-tags{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.skeleton-tags-label{width:50px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px;margin-bottom:1rem}.skeleton-tags-list{display:flex;gap:.5rem}.skeleton-tag{width:60px;height:32px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:16px}.skeleton-related{margin-top:4rem}.skeleton-section-title{width:180px;height:32px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:6px;margin-bottom:2rem}.skeleton-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.skeleton-related-item{width:100%}.skeleton-related-image{width:100%;height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:8px;margin-bottom:1rem}.skeleton-related-title{width:90%;height:24px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.article-sidebar-skeleton{width:100%}.skeleton-sidebar-widget{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.skeleton-widget-title{width:120px;height:24px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px;margin-bottom:1.5rem}.skeleton-widget-content{display:flex;flex-direction:column;gap:1rem}.skeleton-sidebar-item{display:flex;align-items:center;gap:1rem}.skeleton-sidebar-number{width:24px;height:24px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px;flex-shrink:0}.skeleton-sidebar-text{flex:1;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:4px}.skeleton-sidebar-image{width:60px;height:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 2s infinite;border-radius:6px;flex-shrink:0}@media (max-width: 1024px){.article-content-grid{grid-template-columns:1fr;gap:3rem}.skeleton-related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.skeleton-meta{flex-direction:column;gap:.5rem}.skeleton-featured-image{height:250px}.skeleton-related-grid{grid-template-columns:1fr}.skeleton-related-image{height:180px}.skeleton-share-buttons{flex-direction:column;align-items:flex-start;gap:1rem}.skeleton-share-icons{align-self:stretch;justify-content:flex-start}}.main-content-column{padding-right:1rem;display:flex;flex-direction:column;height:100%}.featured-article{margin-bottom:2rem}.featured-article__image{width:100%;height:300px;overflow:hidden;border-radius:8px;margin-bottom:1rem}.featured-article__image--tall{height:400px!important}.featured-article__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-article:hover .featured-article__image img{transform:scale(1.02)}.featured-article__content{padding:0}.featured-article__title{font-size:1.8rem;font-weight:700;color:#1f2937;line-height:1.3;margin:.5rem 0 .75rem}.featured-article__excerpt{color:#6b7280;font-size:1rem;line-height:1.6;margin-top:.75rem}.featured-news-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 1.5rem;background:#fff}.featured-news-card{transition:transform .3s ease;margin-bottom:0}.featured-news-card:hover{transform:translateY(-2px)}.featured-news-card__link{display:flex;align-items:stretch;gap:1rem;text-decoration:none;color:inherit;height:140px}.featured-news-card__text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:.25rem 0;height:100%}.featured-news-card__title{font-size:1rem;font-weight:700;color:#1f2937;line-height:1.4;margin:.5rem 0 0;transition:color .3s ease;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-news-card:hover .featured-news-card__title{color:var(--red-600)}.featured-news-card__image{flex:1;height:140px;overflow:hidden;border-radius:6px;flex-shrink:0}.featured-news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-news-card:hover .featured-news-card__image img{transform:scale(1.02)}.latest-news-articles{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.latest-news-article{padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.latest-news-article__title{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.4;margin:.2rem 0}.latest-news-article .category{font-size:.75rem}.topics-sidebar-column{padding:0 1rem;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.topics-header{margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.topics-title{font-size:1.3rem;font-weight:700;color:#1f2937;margin-bottom:0}.topics-nav{display:flex;gap:1rem}.topics-nav__link{color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.topics-nav__link--active{color:var(--red-600);font-weight:600}.topics-nav__link:hover{color:var(--red-600)}.topics-featured{display:flex;flex-direction:column;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.topics-featured__image{width:100%;height:280px;overflow:hidden;border-radius:4px;margin-bottom:1rem}.topics-featured__image img{width:100%;height:100%;object-fit:cover}.topics-featured__content{flex:1}.topics-featured__title{font-size:.9rem;font-weight:600;color:#1f2937;line-height:1.3;margin:.25rem 0 .5rem}.topics-list{display:flex;flex-direction:column;gap:1rem;flex:1}.topics-item{padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.topics-item:last-child{border-bottom:none}.topics-item__title{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.4;margin:.25rem 0 .5rem}.topics-featured__link:hover{transform:translateY(-1px)}.topics-featured__link:hover .topics-featured__title{color:var(--red-600)}.topics-item__link:hover{transform:translateY(-1px)}.topics-item__link:hover .topics-item__title{color:var(--red-600)}.topics-featured .article-meta .category,.topics-item .article-meta .category{font-size:.8rem;color:var(--red-600);font-weight:600;text-transform:uppercase;margin-bottom:0}.topics-featured .article-meta .date,.topics-item .article-meta .date{font-size:.8rem;color:#9ca3af;font-weight:400}.exclusive-articles-column{padding:0 1rem;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.trending-sidebar-column{padding-left:1rem;display:flex;flex-direction:column;height:100%}.sidebar-title{font-size:1.2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.trending-articles-list{display:flex;flex-direction:column;gap:1rem}.trending-article{padding-bottom:1rem;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.trending-article:last-child{border-bottom:none}.trending-article__link{display:block;text-decoration:none;color:inherit;flex:1}.trending-article__number{background:none;color:#d1d5db;width:auto;height:auto;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;flex-shrink:0}.trending-article__content{flex:1}.trending-article__title{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.4;margin:.5rem 0 0}.trending-article .category{font-size:.8rem;font-weight:600;color:var(--red-600);text-transform:uppercase;margin-bottom:.25rem}.trending-article__link:hover{transform:translateY(-1px)}.trending-article__link:hover .trending-article__title{color:var(--red-600)}.trending-article__link:hover .trending-article__number{color:#9ca3af}.popular-categories{margin-top:2.5rem;background-color:var(--red-50);padding:1.5rem;border-radius:8px}.popular-categories .sidebar-title{margin-bottom:1.5rem}.categories-list{display:flex;flex-direction:column;gap:0}.category-item{padding:.75rem 0;border-bottom:1px solid #f3f4f6}.category-item:last-child{border-bottom:none}.category-item__link{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:inherit;transition:all .3s ease}.category-item__link:hover{transform:translateY(-1px)}.category-item__name{font-size:.9rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.5px}.category-item__count{font-size:.9rem;font-weight:600;color:#6b7280}.category-item__link:hover .category-item__name,.category-item__link:hover .category-item__count{color:var(--red-600)}.latest-crypto-news-section{padding:2rem 0}.featured-article{display:flex;flex-direction:column;margin-bottom:1.5rem}.featured-article__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;transition:all .3s ease}.featured-article__link:hover{transform:translateY(-2px)}.featured-article__image{width:100%;height:200px;object-fit:cover;display:block;border-radius:8px}.featured-article__content{padding:.5rem 0;flex:1;display:flex;flex-direction:column;text-align:left}.featured-article__title{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.4;margin:0 0 .5rem;transition:color .3s ease}.featured-article__link:hover .featured-article__title{color:var(--red-600)}.featured-article__meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.featured-article__meta .category{font-weight:600;color:var(--red-600);text-transform:uppercase;letter-spacing:.025em}.featured-article__date{color:#6b7280;font-weight:500}.crypto-news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.crypto-news-card{transition:all .3s ease}.crypto-news-card:hover{transform:translateY(-3px)}.crypto-news-card__link{text-decoration:none;color:inherit;display:block;height:100%}.crypto-news-card__image{width:100%;height:200px;overflow:hidden;border-radius:8px;margin-bottom:.5rem}.crypto-news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.crypto-news-card:hover .crypto-news-card__image img{transform:scale(1.05)}.crypto-news-card__content{padding:.5rem 0;text-align:center}.crypto-news-card__title{font-size:1.1rem;font-weight:700;color:#1f2937;line-height:1.4;margin:0 0 .75rem;transition:color .3s ease}.crypto-news-card:hover .crypto-news-card__title{color:var(--red-600)}.crypto-news-card__meta{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:0}.crypto-news-card__meta .category{font-size:.8rem;font-weight:700;color:var(--red-600);text-transform:uppercase;letter-spacing:.5px}.crypto-news-card__meta .date{font-size:.8rem;color:#9ca3af;font-weight:400}.latest-crypto-news-section .exclusive-articles-column{padding:1.5rem;background-color:var(--red-50);border-radius:8px}.exclusive-header{margin-bottom:1.5rem}.exclusive-title{font-size:1.3rem;font-weight:700;color:var(--red-600);margin-bottom:0}.exclusive-list{display:flex;flex-direction:column;gap:1.25rem}.exclusive-article{transition:transform .3s ease}.exclusive-article:hover{transform:translateY(-2px)}.exclusive-article__link{display:flex;align-items:flex-start;gap:1rem;text-decoration:none;color:inherit;transition:all .3s ease}.exclusive-article__image{flex-shrink:0;width:100px;height:75px;overflow:hidden;border-radius:6px}.exclusive-article__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.exclusive-article:hover .exclusive-article__image img{transform:scale(1.05)}.exclusive-article__content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.exclusive-article__title{font-size:.9rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0;transition:color .3s ease}.exclusive-article:hover .exclusive-article__title{color:var(--red-600)}@media (max-width: 1200px){.homepage-content-grid{gap:2rem}.featured-news-grid{gap:1.25rem}.featured-news-card__link,.featured-news-card__image{height:130px}}@media (max-width: 1024px){.news-homepage-section{padding:1.5rem 0}.featured-article__image--tall{height:350px!important}.topics-featured__image{height:240px}.crypto-news-grid{gap:1.5rem}.category-featured__image{height:220px}}@media (max-width: 768px){.crypto-news-grid{grid-template-columns:1fr;gap:1.5rem}.latest-crypto-news-section .exclusive-articles-column{padding:1rem}.featured-article__image{height:200px}.featured-article__image--tall{height:250px!important}.featured-news-card__link{height:auto;min-height:120px}.featured-news-card__image{height:120px}.topics-featured__image{height:200px}.exclusive-article__image{width:80px;height:60px}.trending-article__number,.headlines-title{font-size:2rem}}@media (max-width: 480px){.container{padding:0 .75rem}.news-homepage-section{padding:.5rem 0}.featured-article__image{height:160px}.featured-article__image--tall{height:180px!important}.featured-article__title{font-size:1.3rem;margin:.25rem 0 .5rem}.featured-news-grid{gap:.5rem;margin:.75rem 0}.featured-news-card__link{flex-direction:column;height:auto;text-align:center}.featured-news-card__image{height:140px;width:100%}.featured-news-card__title{font-size:.95rem;margin:.75rem 0 0}.topics-featured__image{height:140px}.topics-featured__title{font-size:.85rem;margin:.15rem 0 .25rem}.topics-item__title{font-size:.9rem;margin:.15rem 0 .25rem}.exclusive-article__image{width:70px;height:50px}.exclusive-article__title{font-size:.85rem}.trending-article__number{font-size:1.8rem}.trending-article__title{font-size:.9rem}.crypto-news-card__image{height:140px}.crypto-news-card__title{font-size:.95rem;margin:0 0 .5rem}.headlines-title{font-size:1.3rem}.category-title{font-size:1.15rem;padding:.5rem 0}.category-featured__image{height:140px}.category-featured__title{font-size:.95rem;margin:0;padding:0 .75rem}.category-article__image{width:60px;height:45px}.category-article__title{font-size:.85rem}.popular-post-item__image-wrapper{width:60px;height:45px}.popular-post-item__title{font-size:.85rem}.featured-article__link,.featured-news-card__link,.topics-featured__link,.topics-item__link,.exclusive-article__link,.trending-article__link,.crypto-news-card__link,.category-featured__link,.category-article__link{min-height:44px;padding:.25rem;border-radius:6px;transition:all .3s ease}.featured-article__link:active,.featured-news-card__link:active,.topics-featured__link:active,.topics-item__link:active,.exclusive-article__link:active,.trending-article__link:active,.crypto-news-card__link:active,.category-featured__link:active,.category-article__link:active{background:var(--red-50);transform:scale(.98)}}@media (max-width: 360px){.container{padding:0 .6rem}.featured-article__title{font-size:1.1rem;margin:.15rem 0 .35rem}.featured-news-card__title{font-size:.85rem;margin:.5rem 0 0}.featured-news-grid{gap:.35rem;margin:.5rem 0}.topics-featured__title,.topics-item__title{font-size:.75rem;margin:.1rem 0 .2rem}.exclusive-article__title{font-size:.75rem}.trending-article__title{font-size:.8rem}.crypto-news-card__title{font-size:.9rem;margin:0 0 .35rem}.headlines-title{font-size:1.15rem}.category-title{font-size:1rem;padding:.35rem 0}.category-featured__title{font-size:.9rem;padding:0 .6rem}}okay we .category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.category-title{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1.5rem;padding:1rem 0;background:var(--red-50);border-radius:8px 8px 0 0}.category-featured{margin-bottom:1rem;transition:transform .3s ease}.category-featured:hover{transform:translateY(-2px)}.category-featured__link{text-decoration:none;color:inherit;display:block}.category-featured__image{width:100%;height:250px;overflow:hidden;border-radius:8px;margin-bottom:1rem}.category-featured__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-featured:hover .category-featured__image img{transform:scale(1.02)}.category-featured__title{font-size:1.1rem;font-weight:700;color:#1f2937;line-height:1.4;margin:0;padding:0 1rem;text-align:left;transition:color .3s ease}.category-featured:hover .category-featured__title{color:var(--red-600)}.category-articles{display:flex;flex-direction:column;gap:.75rem;padding:0 1rem 1rem}.category-article{transition:transform .3s ease}.category-article:hover{transform:translateY(-1px)}.category-article__link{display:flex;align-items:flex-start;gap:1rem;text-decoration:none;color:inherit;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.category-article:last-child .category-article__link{border-bottom:none}.category-article:hover .category-article__link{background-color:var(--red-50)}.category-article__image{flex-shrink:0;width:100px;height:80px;overflow:hidden;border-radius:6px}.category-article__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-article:hover .category-article__image img{transform:scale(1.05)}.category-article__content{flex:1;display:flex;align-items:center}.category-article__title{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0;transition:color .3s ease}.category-article:hover .category-article__title{color:var(--red-600)}@media (max-width: 968px){.category-grid{grid-template-columns:1fr;gap:2rem}.category-featured__image{height:200px}}@media (max-width: 768px){.category-section{padding:2rem 0}.category-article__link{padding:.5rem}.category-article__image{width:80px;height:60px}.category-article__title{font-size:.9rem}}.article-titles-section{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:2rem 0}.article-titles-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem 2rem}.article-title-item{padding:1rem 0;border-bottom:1px solid #f3f4f6;transition:all .3s ease}.article-title-item:nth-child(n+7){border-bottom:none}.article-title-link{text-decoration:none;color:#4b5563;font-size:.9rem;font-weight:500;line-height:1.4;transition:all .3s ease;display:block;padding:.5rem;border-radius:6px;min-height:44px;display:flex;align-items:center}.article-title-link:hover{color:var(--red-600);background:var(--red-50);transform:translateY(-1px)}@media (max-width: 1400px){.article-titles-grid{grid-template-columns:repeat(5,1fr);gap:1rem 1.5rem}}@media (max-width: 1200px){.article-titles-grid{grid-template-columns:repeat(4,1fr);gap:1rem 1.25rem}}@media (max-width: 1024px){.article-titles-section{padding:1.5rem 0}.article-titles-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.article-title-link{font-size:.85rem;padding:.75rem .5rem}}@media (max-width: 768px){.article-titles-section{padding:1.25rem 0}.article-titles-grid{grid-template-columns:repeat(2,1fr);gap:.75rem 1rem}.article-title-item{padding:.75rem 0}.article-title-link{font-size:.85rem;padding:.75rem;line-height:1.5}.article-title-item:nth-child(n+7){border-bottom:1px solid #f3f4f6}.article-title-item:nth-child(2n){border-bottom:none}.article-title-item:last-child{border-bottom:none}}@media (max-width: 480px){.article-titles-section{padding:.5rem 0}.article-titles-grid{grid-template-columns:1fr;gap:.25rem}.article-title-item{padding:.25rem 0;border-bottom:1px solid #f3f4f6}.article-title-link{font-size:.85rem;padding:.5rem;line-height:1.5;border-radius:6px;font-weight:600}.article-title-link:active{background:var(--red-100);transform:scale(.98)}.article-title-item:nth-child(n+7){border-bottom:1px solid #f3f4f6}.article-title-item:nth-child(2n){border-bottom:1px solid #f3f4f6}.article-title-item:last-child{border-bottom:none}}@media (max-width: 360px){.article-titles-section{padding:.25rem 0}.article-title-link{font-size:.8rem;padding:.4rem}}.recent-posts-section{padding:3rem 0;background:#fff}.recent-posts-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.recent-posts-main{background:#fff}.post-card{background:#fff;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.post-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.post-card__link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;transition:all .3s ease}.post-card__image-wrapper{width:100%;height:200px;overflow:hidden}.post-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-card__image{transform:scale(1.05)}.post-card__content{padding:1rem;flex:1;display:flex;flex-direction:column}.post-card__title{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#1f2937;transition:color .3s ease}.post-card:hover .post-card__title{color:var(--red-600)}.post-card__meta{font-size:.8rem;color:#6b7280;display:flex;gap:.5rem;margin-top:auto}.post-card__meta .category{color:var(--red-600);font-weight:600;text-transform:uppercase}.recent-posts-sidebar{background:#f9fafb;padding:1.5rem;border-radius:8px;border:1px solid #e5e7eb}@media (max-width: 1200px){.recent-posts-section{padding:2.5rem 0}.posts-grid{gap:1.25rem}.post-card__content{padding:.875rem}}@media (max-width: 1024px){.recent-posts-section{padding:2rem 0}.recent-posts-grid{grid-template-columns:1.5fr 1fr;gap:1.5rem}.posts-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem}.post-card__image-wrapper{height:180px}.post-card__title{font-size:1rem}}@media (max-width: 768px){.recent-posts-section{padding:1.5rem 0}.recent-posts-grid{grid-template-columns:1fr;gap:2rem}.posts-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.25rem}.post-card__image-wrapper{height:160px}.post-card__content{padding:.75rem}.post-card__title{font-size:.95rem;-webkit-line-clamp:2}.recent-posts-sidebar{padding:1.25rem;order:-1}}@media (max-width: 480px){.recent-posts-section{padding:.75rem 0}.recent-posts-grid{gap:.75rem}.posts-grid{grid-template-columns:1fr;gap:.5rem;margin-top:.5rem}.post-card{border-radius:8px}.post-card__image-wrapper{height:150px}.post-card__content{padding:.75rem}.post-card__title{font-size:.95rem;font-weight:600;-webkit-line-clamp:2;margin-bottom:.5rem}.post-card__meta{font-size:.8rem;flex-direction:column;gap:.15rem}.recent-posts-sidebar{padding:.75rem;border-radius:8px}.post-card__link{min-height:44px}.post-card__link:active{transform:scale(.98)}}@media (max-width: 360px){.recent-posts-section{padding:.5rem 0}.posts-grid{gap:.5rem}.post-card__image-wrapper{height:140px}.post-card__content{padding:.6rem}.post-card__title{font-size:.9rem}.recent-posts-sidebar{padding:.6rem}}.crypto-categories-widget{margin-bottom:2rem}.popular-posts-widget .sidebar-title{margin-top:2rem}.popular-posts-list{display:flex;flex-direction:column;gap:1rem}.popular-post-item__link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.popular-post-item__image-wrapper{width:80px;height:60px;overflow:hidden;border-radius:6px;flex-shrink:0}.popular-post-item__image{width:100%;height:100%;object-fit:cover}.popular-post-item__content .category{font-size:.75rem;color:var(--red-600);font-weight:600;text-transform:uppercase}.popular-post-item__title{font-size:.9rem;font-weight:600;line-height:1.3}.article-page-section{padding:2rem 0;background:#fff}.article-page-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1445px;margin:0 auto}.article-content-column{padding-right:2rem}.article-sidebar-column{position:relative}.breadcrumb{margin-bottom:2rem;font-size:.9rem;color:#6b7280}.breadcrumb a{color:var(--red-600);text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:var(--red-700)}.breadcrumb-separator{margin:0 .5rem}.breadcrumb-current{color:#374151}.article-header{margin-bottom:2rem}.article-category{margin-bottom:1rem}.article-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#111827;margin-bottom:1.5rem}.article-meta{display:flex;justify-content:space-between;align-items:center}.author-info{display:flex;align-items:center;gap:.75rem}.author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.author-details{display:flex;flex-direction:column}.author-name{font-weight:600;color:#111827;font-size:.9rem}.author-title{font-size:.8rem;color:#6b7280}.article-meta-left,.article-meta-right{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280}.article-featured-image{margin:2rem 0}.article-featured-image img{width:100%;height:450px;object-fit:cover;border-radius:8px}.image-caption{margin-top:.5rem;font-size:.85rem;color:#6b7280;font-style:italic;text-align:center}.article-content{font-size:1.1rem;line-height:1.8;color:#374151}.article-lead{font-size:1.25rem;font-weight:400;color:#111827;margin-bottom:2rem;padding-left:1rem;border-left:4px solid var(--red-500)}.article-content h2{font-size:1.75rem;font-weight:700;color:#111827;margin:2.5rem 0 1.5rem;line-height:1.3}.article-content h3{font-size:1.5rem;font-weight:600;color:#111827;margin:2rem 0 1rem;line-height:1.3}.article-content ul,.article-content ol{margin:1.5rem 0;padding-left:2rem}.article-content li{margin-bottom:.5rem}.article-content a{color:var(--red-600);text-decoration:underline;transition:color .3s ease}.article-content a:hover{color:var(--red-700)}.article-image-inline{margin:2rem 0}.article-image-inline img{width:100%;height:350px;object-fit:cover;border-radius:8px}.related-posts{margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb}.related-posts-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.related-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.related-post-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.related-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.related-post-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.related-post-card__image{width:100%;height:150px;overflow:hidden}.related-post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-post-card:hover .related-post-card__image img{transform:scale(1.02)}.related-post-card__content{padding:1rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.related-post-card__title{font-size:1.1rem;font-weight:600;color:#111827;line-height:1.4;margin:.5rem 0 1rem;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:calc(1.4em * 3)}.related-post-card:hover .related-post-card__title{color:var(--red-600)}.sidebar-sticky{position:sticky;top:100px;max-height:calc(100vh - 140px);overflow-y:hidden;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;scrollbar-width:none;-ms-overflow-style:none}.sidebar-sticky:hover{overflow-y:auto}.sidebar-sticky::-webkit-scrollbar{display:none}.sidebar-widget{margin-bottom:2.5rem}.sidebar-widget:last-child{margin-bottom:0}.sidebar-title-alt{font-size:1.4rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.hot-articles-list{display:flex;flex-direction:column;gap:1rem}.hot-article-item{display:flex;align-items:center;gap:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.hot-article-item:last-child{border-bottom:none;padding-bottom:0}.hot-article-content{flex-grow:1}.hot-article-category{display:block;font-size:.8rem;font-weight:700;color:#ef4444;text-decoration:none;margin-bottom:.35rem;text-transform:uppercase}.hot-article-category:hover{text-decoration:underline}.hot-article-title{font-size:1rem;font-weight:600;line-height:1.4;margin:0}.hot-article-title a{text-decoration:none;color:#111827;transition:color .2s ease}.hot-article-title a:hover{color:#ef4444}.hot-article-number{font-size:3.5rem;font-weight:800;color:#f3f4f6;line-height:1}.topics-header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:2px solid #ef4444;padding-bottom:.75rem;margin-bottom:1.5rem}.topics-header .sidebar-title-alt{margin-bottom:0;font-size:1.4rem}.topics-filter{display:flex;align-items:center}.topics-filter a{text-decoration:none;color:#6b7280;font-size:.9rem;font-weight:600;margin-left:1.5rem;transition:color .2s ease}.topics-filter a.active,.topics-filter a:hover{color:#111827}.topics-filter i{font-size:.7rem;margin-left:.25rem}.topics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 1.5rem}.topic-article-item{padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.topic-article-item:nth-last-child(-n+2){border-bottom:none;padding-bottom:0}.topic-article-category{display:block;font-size:.8rem;font-weight:700;color:#ef4444;text-decoration:none;margin-bottom:.35rem;text-transform:uppercase}.topic-article-category:hover{text-decoration:underline}.topic-article-title{font-size:.95rem;font-weight:600;line-height:1.4;margin:0}.topic-article-title a{text-decoration:none;color:#111827;transition:color .2s ease}.topic-article-title a:hover{color:#ef4444}@media (max-width: 1024px){.article-page-grid{grid-template-columns:1fr;gap:2rem}.article-content-column{padding-right:0}.sidebar-sticky{position:static;max-height:none;overflow-y:visible}.related-posts-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.article-page-section{padding:1.5rem 0}.article-title{font-size:2rem}.article-featured-image img{height:300px}.article-meta,.article-share-buttons{flex-direction:column;align-items:flex-start;gap:1rem}.share-buttons{flex-wrap:wrap}.article-content{font-size:1rem}.article-lead{font-size:1.1rem}.article-content h2{font-size:1.5rem}.article-content h3{font-size:1.3rem}.related-posts-grid{grid-template-columns:1fr;gap:1.5rem}.article-tags{flex-direction:column;align-items:flex-start;gap:.75rem}.newsletter-form{gap:.5rem}}@media (max-width: 480px){.article-title{font-size:1.75rem}.article-featured-image img{height:250px}.article-content{font-size:.95rem}.article-lead{font-size:1rem;padding-left:.75rem}.article-content h2{font-size:1.3rem}.article-content h3{font-size:1.1rem}.article-quote{padding:1.5rem}.article-quote p{font-size:1.1rem}.related-post-card__image{height:120px}.share-btn{width:36px;height:36px}}
