        body { background-color: #FBFAF8; color: #1A1A1A; scroll-behavior: smooth; }
        .breaking-ticker { animation: ticker 40s linear infinite; }
        @keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .article-card:hover img { transform: scale(1.03); }
        .transition-page { animation: fadeIn 0.8s ease-out; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
        .line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-thumb { background: #1A1A1A; border-radius: 10px; }
        .dropcap::first-letter { font-family: "Playfair Display"; font-size: 5rem; float: left; margin-right: 0.5rem; line-height: 0.8; color: #D91E1E; }
