:root { --primary-color: #F7931A; --secondary-color: #FFD700; --accent-color: #00D4AA; --crypto-gold: #F7931A; --crypto-green: #00D4AA; --crypto-blue: #1E3A8A; --text-color: #1a202c; --text-muted: #64748b; --light-gray: #f8f9fa; --light-border: rgba(0, 0, 0, 0.05); --border-radius: 12px; --border-radius-pill: 50px; --box-shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.03); --box-shadow-md: 0 4px 15px rgba(0, 0, 0, 0.05); --box-shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08); --transition-normal: all 0.3s ease; --gradient-primary: linear-gradient(135deg, #F7931A 0%, #FFD700 100%); --gradient-secondary: linear-gradient(135deg, #00D4AA 0%, #00B894 100%); --gradient-crypto: linear-gradient(135deg, #F7931A 0%, #00D4AA 100%); --gradient-bitcoin: linear-gradient(135deg, #F7931A 0%, #FFD700 100%); --gradient-ethereum: linear-gradient(135deg, #627EEA 0%, #00D4AA 100%); --gradient-success: linear-gradient(135deg, #00D4AA 0%, #00B894 100%); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text-color); line-height: 1.6; min-height: 100vh; display: flex; flex-direction: column; position: relative; } .container { padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; } .content img{ width: 100% !important; height: auto !important; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } } main { flex: 1 0 auto; } .footer { background: #1a1a1a; color: white; position: relative; overflow: hidden; } .footer-main { position: relative; z-index: 2; } .footer-main::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23F7931A" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23F7931A" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23F7931A" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23F7931A" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23F7931A" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); opacity: 0.3; z-index: -1; } .footer-bottom { background: #0d0d0d; border-top: 1px solid rgba(247, 147, 26, 0.2); } .footer-heading { color: white; font-weight: 600; margin-bottom: 1.5rem; position: relative; padding-bottom: 0.5rem; } .footer-heading::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: linear-gradient(90deg, #F7931A, transparent); border-radius: 1px; } .footer-desc { color: rgba(255, 255, 255, 0.8); line-height: 1.6; } .footer-links { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 0.5rem; } .footer-links a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: var(--transition-normal); position: relative; padding-left: 0; } .footer-links a:hover { color: var(--secondary-color); padding-left: 5px; } .footer-links a::before { content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: var(--secondary-color); transition: width 0.3s ease; transform: translateY(-50%); } .footer-links a:hover::before { width: 15px; } .footer-contact { list-style: none; padding: 0; margin: 0; } .footer-contact li { display: flex; align-items: center; margin-bottom: 1rem; color: rgba(255, 255, 255, 0.8); } .footer-contact li i { color: var(--secondary-color); margin-right: 0.75rem; font-size: 1.1rem; } .footer-contact li a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: var(--transition-normal); } .footer-contact li a:hover { color: var(--secondary-color); } .social-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(247, 147, 26, 0.1); color: white; border-radius: 50%; text-decoration: none; transition: var(--transition-normal); font-size: 1.1rem; } .social-icon:hover { background: var(--accent-color); color: white; transform: translateY(-2px); } .btn-outline-light { border-color: rgba(255, 255, 255, 0.3); color: white; } .btn-outline-light:hover { background: var(--accent-color); border-color: var(--accent-color); color: white; } .footer-credit .text-primary { color: var(--accent-color) !important; } .transition-hover { transition: var(--transition-normal); } .transition-hover:hover { transform: translateY(-5px); } .section-title { position: relative; padding-bottom: 12px; font-weight: 700; } .section-title::after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 50px; background: linear-gradient(90deg, var(--primary-color), var(--accent-color)); } .text-center .section-title::after { left: 50%; transform: translateX(-50%); } .hero-travel { background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%), url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80'); background-size: cover; background-position: center; padding: 8rem 0 6rem; position: relative; overflow: hidden; min-height: 90vh; display: flex; align-items: center; } .hero-background { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 80%, rgba(255, 154, 122, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 183, 77, 0.1) 0%, transparent 50%); } .hero-background::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.05"/><circle cx="80" cy="80" r="1" fill="white" opacity="0.05"/><circle cx="40" cy="60" r="0.5" fill="white" opacity="0.05"/><circle cx="60" cy="40" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-pattern)"/></svg>'); opacity: 0.2; } .hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255, 154, 122, 0.25) 0%, rgba(255, 183, 77, 0.2) 100%); } .hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; margin: 0 auto; } .hero-content h1 { font-size: 3.2rem; font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; color: white; text-shadow: 0 4px 16px rgba(0, 0, 0, 0.7), 0 2px 8px rgba(0, 0, 0, 0.5); letter-spacing: -0.02em; } .hero-content .text-warning { color: #FFD54F; position: relative; text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6), 0 2px 6px rgba(0, 0, 0, 0.4); font-weight: 600; } .hero-content .text-warning::after { content: ''; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); width: 50%; height: 2px; background: linear-gradient(90deg, transparent, #FFD54F, transparent); border-radius: 1px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .hero-content p { font-size: 1.2rem; line-height: 1.6; margin-bottom: 2.5rem; color: rgba(255, 255, 255, 0.95); text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6), 0 1px 4px rgba(0, 0, 0, 0.4); font-weight: 400; } .hero-buttons .btn { transition: all 0.3s ease; position: relative; overflow: hidden; border-radius: 50px; font-weight: 600; padding: 1rem 2.5rem; font-size: 1.1rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border: none; margin: 0 0.5rem 1rem; } .hero-buttons .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .hero-buttons .btn-warning { background: linear-gradient(135deg, #FF6B35 0%, #FF8A65 100%); color: white; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3); font-weight: 600; } .hero-buttons .btn-warning:hover { background: linear-gradient(135deg, #FF8A65 0%, #FF6B35 100%); color: white; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5), 0 6px 16px rgba(0, 0, 0, 0.4); transform: translateY(-2px); } .hero-buttons .btn-outline-light { background: rgba(255, 255, 255, 0.15); border: 2px solid rgba(255, 255, 255, 0.4); color: white; backdrop-filter: blur(10px); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2); font-weight: 500; } .hero-buttons .btn-outline-light:hover { background: rgba(255, 255, 255, 0.25); border-color: rgba(255, 255, 255, 0.6); color: white; backdrop-filter: blur(10px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3); transform: translateY(-2px); } .search-section { position: relative; margin-top: -3rem; margin-bottom: 3rem; z-index: 10; } .search-container { background: white; border-radius: var(--border-radius); padding: 2rem; box-shadow: var(--box-shadow-md); transition: var(--transition-normal); } .search-box { position: relative; display: flex; align-items: center; transition: var(--transition-normal); } .search-input { width: 100%; padding: 1.2rem 1.5rem; padding-left: 3.5rem; border: 2px solid var(--light-gray); border-radius: var(--border-radius) 0 0 var(--border-radius); font-size: 1.1rem; transition: var(--transition-normal); color: var(--text-color); } .search-input:focus { border-color: var(--primary-color); outline: none; box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1); } .search-input:focus + .search-button { border-color: var(--primary-color); background-color: var(--accent-color); box-shadow: 0 4px 8px rgba(255, 107, 53, 0.2); } .search-button { padding: 1.2rem 1.5rem; border-radius: 0 var(--border-radius) var(--border-radius) 0; background-color: var(--primary-color); color: white; border: 2px solid var(--primary-color); transition: var(--transition-normal); white-space: nowrap; font-weight: 500; } .search-button:hover, .search-button:focus { background-color: var(--accent-color); border-color: var(--accent-color); transform: translateY(-2px); box-shadow: 0 4px 8px rgba(255, 107, 53, 0.2); color: white; outline: none; } .search-button:active { transform: translateY(0); box-shadow: 0 2px 4px rgba(255, 107, 53, 0.1); } .search-icon { position: absolute; left: 1.2rem; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 1.2rem; z-index: 1; transition: color 0.3s ease; } .search-input:focus ~ .search-icon { color: var(--primary-color); } #searchResults { z-index: 1050; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); border-radius: 0 0 var(--border-radius) var(--border-radius); overflow: hidden; top: calc(100% + 5px); border: none; max-height: 350px; overflow-y: auto; background-color: white; } #searchResults:not(.d-none) { animation: fadeIn 0.3s ease-out; } #searchResults.d-none { display: none !important; } #searchResults .list-group-item { border-left: none; border-right: none; padding: 0.8rem 1rem; transition: var(--transition-normal); } #searchResults .list-group-item:first-child { border-top: none; } #searchResults .list-group-item:last-child { border-bottom: none; } #searchResults .list-group-item:hover { background-color: rgba(255, 107, 53, 0.05); } @keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } .popular-search-tag { font-size: 0.9rem; padding: 0.4rem 0.8rem; border-radius: var(--border-radius-pill); transition: var(--transition-normal); border: 1px solid transparent; font-weight: normal; } .popular-search-tag:hover { background-color: var(--primary-color) !important; color: white !important; transform: translateY(-2px); box-shadow: 0 3px 8px rgba(255, 107, 53, 0.2); } .popular-tags { padding: 0.5rem 0; } .popular-tags h6 { font-weight: 600; } .popular-category-item { display: flex; align-items: center; padding: 0.75rem 1rem; margin-bottom: 0.5rem; background: white; border-radius: 8px; text-decoration: none; color: var(--text-color); transition: var(--transition-normal); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .popular-category-item:hover { transform: translateX(5px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); color: var(--primary-color); } .popular-category-item i:first-child { color: var(--primary-color); margin-right: 0.75rem; font-size: 1.1rem; } .popular-category-item .badge { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)) !important; color: white !important; font-size: 0.7rem; padding: 0.25rem 0.5rem; border-radius: 12px; } .popular-categories-simple { display: flex; flex-direction: column; gap: 8px; } .popular-category-simple { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; background: #f8f9fa; border-radius: 6px; text-decoration: none; color: #495057; transition: all 0.2s ease; border: 1px solid #e9ecef; } .popular-category-simple:hover { background: rgba(247, 147, 26, 0.1); color: #F7931A; border-color: rgba(247, 147, 26, 0.2); transform: translateX(2px); } .category-name { font-size: 0.9rem; font-weight: 500; flex: 1; } .category-count { background: #F7931A; color: white; font-size: 0.75rem; font-weight: 600; padding: 2px 8px; border-radius: 10px; min-width: 20px; text-align: center; } .category-card { background: white; border-radius: var(--border-radius); padding: 1.5rem; box-shadow: var(--box-shadow-sm); transition: var(--transition-normal); border: 1px solid var(--light-border); text-decoration: none; color: var(--text-color); display: block; } .category-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); opacity: 0; border-radius: var(--border-radius); transition: var(--transition-normal); z-index: -1; } .category-card:hover { transform: translateY(-5px); box-shadow: var(--box-shadow-lg); } .category-card:hover::before { opacity: 0.05; } .category-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; transition: var(--transition-normal); } .category-card:hover .category-icon { transform: scale(1.1); box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .category-card:hover .category-icon i { transform: rotate(5deg); } .category-name { color: var(--text-color); font-weight: 600; transition: var(--transition-normal); } .category-card:hover .category-name { color: var(--primary-color); } .category-count .badge { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); color: white; font-size: 0.8rem; padding: 0.25rem 0.75rem; border-radius: var(--border-radius-pill); } .category-card:hover .category-count .badge { transform: scale(1.05); } .category-arrow { color: var(--text-muted); font-size: 1.2rem; transition: var(--transition-normal); } .category-card:hover .category-arrow { color: var(--primary-color); transform: translateX(3px); } .featured-definitions { background-color: var(--light-gray); padding: 5rem 0; } .featured-card { background: white; border-radius: var(--border-radius); overflow: hidden; box-shadow: var(--box-shadow-sm); transition: var(--transition-normal); position: relative; } .featured-card:hover { transform: translateY(-5px); box-shadow: var(--box-shadow-md); } .featured-image { position: relative; } .featured-image img { height: 200px; object-fit: cover; width: 100%; } .placeholder-image { height: 200px; background: linear-gradient(45deg, #f8f9fa 25%, #e9ecef 25%, #e9ecef 50%, #f8f9fa 50%, #f8f9fa 75%, #e9ecef 75%, #e9ecef 100%); background-size: 10px 10px; } .featured-category-badge { position: absolute; top: 15px; right: 15px; background: rgba(255, 255, 255, 0.95); padding: 5px 12px; border-radius: 20px; font-size: 0.85rem; color: var(--primary-color); font-weight: 500; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .featured-title { line-height: 1.4; font-weight: 600; } .featured-title a:hover { color: var(--primary-color) !important; } .featured-excerpt { font-size: 0.95rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .featured-meta { font-size: 0.85rem; border-top: 1px solid #eee; padding-top: 1rem; } .featured-filter-tabs .nav-link { border: none; color: var(--text-muted); font-weight: 500; padding: 0.75rem 1.5rem; border-radius: var(--border-radius); transition: var(--transition-normal); margin-right: 0.5rem; } .featured-filter-tabs .nav-link:hover { color: var(--primary-color); background: rgba(255, 107, 53, 0.1); } .featured-filter-tabs .nav-link.active { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); color: white; box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .featured-filter-tabs .dropdown-menu { border: none; box-shadow: var(--box-shadow-lg); border-radius: var(--border-radius); } .featured-filter-tabs .dropdown-item { padding: 0.75rem 1.5rem; transition: var(--transition-normal); } .featured-filter-tabs .dropdown-item:hover { background: rgba(255, 107, 53, 0.1); color: var(--primary-color); } .btn-primary { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); border: none; color: white; font-weight: 500; padding: 0.75rem 1.5rem; border-radius: var(--border-radius); transition: var(--transition-normal); position: relative; overflow: hidden; } .btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: linear-gradient(135deg, var(--accent-color), var(--primary-color)); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); color: white; } .btn-primary:hover::before { left: 100%; } .btn-outline-primary { background: transparent; border: 2px solid var(--primary-color); color: var(--primary-color); font-weight: 500; padding: 0.75rem 1.5rem; border-radius: var(--border-radius); transition: var(--transition-normal); position: relative; overflow: hidden; } .btn-outline-primary::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.1), transparent); transition: left 0.5s; } .btn-outline-primary:hover { background: var(--primary-color); color: white; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255, 107, 53, 0.2); } .btn-outline-primary:hover::after { left: 100%; } .hero .btn { background: rgba(255, 255, 255, 0.2); border: 2px solid rgba(255, 255, 255, 0.3); color: white; font-weight: 500; padding: 0.75rem 2rem; border-radius: var(--border-radius); transition: var(--transition-normal); position: relative; overflow: hidden; } .hero .btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; } .hero .btn:hover { background: rgba(255, 255, 255, 0.3); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2); } .hero .btn:hover::before { left: 100%; } .btn .bi-arrow-right { transition: transform 0.3s ease; } .btn:hover .bi-arrow-right { transform: translateX(3px); } .card-def { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: var(--transition-normal); } .card-def:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(30, 136, 229, 0.15); } .card-def img, .card-def .bg-light { transition: var(--transition-normal); } @media (max-width: 768px) { .hero { padding: 4rem 0; } .search-section { margin-top: -2rem; } .search-container { padding: 1.5rem; } .popular-categories, .featured-definitions { padding: 3rem 0; } .featured-filter-tabs { flex-wrap: wrap; gap: 0.5rem; } } .category-hero { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); padding: 4rem 0; color: white; position: relative; overflow: hidden; } .category-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>'); opacity: 0.3; } .category-stats { background: rgba(255, 255, 255, 0.1); border-radius: var(--border-radius); padding: 1rem; backdrop-filter: blur(10px); } .category-illustration { font-size: 4rem; opacity: 0.3; } .category-illustration i { color: white; } .definition-card { background: white; border-radius: var(--border-radius); box-shadow: var(--box-shadow-sm); transition: var(--transition-normal); border: 1px solid var(--light-border); overflow: hidden; } .definition-card:hover { transform: translateY(-3px); box-shadow: var(--box-shadow-lg); } .definition-image { height: 200px; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); position: relative; overflow: hidden; } .definition-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-normal); } .placeholder-image { display: flex; align-items: center; justify-content: center; color: white; font-size: 3rem; opacity: 0.7; } .definition-date { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 0.5rem; } .definition-title { font-weight: 600; color: var(--text-color); margin-bottom: 0.75rem; line-height: 1.4; } .definition-excerpt { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; } .definition-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; } .definition-views { color: var(--text-muted); } .definition-more { color: var(--primary-color); text-decoration: none; font-weight: 500; transition: var(--transition-normal); } .definition-card:hover .definition-more { color: var(--accent-color); } .related-category-card .card { transition: var(--transition-normal); } .related-category-card:hover .card { transform: translateY(-2px); box-shadow: var(--box-shadow-md); } .related-category-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; transition: var(--transition-normal); } .related-category-card:hover .related-category-icon { transform: scale(1.1); box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .pagination-container .pagination { justify-content: center; gap: 0.5rem; } .pagination-container .page-item:first-child .page-link { border-radius: var(--border-radius) 0 0 var(--border-radius); } .pagination-container .page-item:last-child .page-link { border-radius: 0 var(--border-radius) var(--border-radius) 0; } .pagination-container .page-link { border: 1px solid var(--light-border); color: var(--text-color); padding: 0.5rem 1rem; transition: var(--transition-normal); } .pagination-container .page-link:hover { background: rgba(255, 107, 53, 0.1); border-color: var(--primary-color); color: var(--primary-color); } .pagination-container .page-item.active .page-link { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); border-color: var(--primary-color); color: white; } .accordion { border: none; } .accordion-item { border: none; margin-bottom: 1rem; } .accordion-item:last-child { margin-bottom: 0; } .accordion-button { background: white; border: none; box-shadow: var(--box-shadow-sm); border-radius: var(--border-radius) !important; } .accordion-button:not(.collapsed) { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); color: white; box-shadow: var(--box-shadow-md); } .accordion-button::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } @media (max-width: 767.98px) { .footer-heading { margin-top: 1.5rem; margin-bottom: 1rem; } } .stats-section { background: linear-gradient(135deg, #f8f9fa, #e9ecef); } .stat-item { padding: 2rem 1rem; border-radius: var(--border-radius); transition: var(--transition-normal); position: relative; overflow: hidden; } .stat-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4)); border-radius: var(--border-radius); transition: var(--transition-normal); z-index: -1; } .stat-item:hover { transform: translateY(-5px); } .stat-item:hover::before { background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8)); box-shadow: var(--box-shadow-lg); } .stat-icon { transition: var(--transition-normal); } .stat-item:hover .stat-icon { transform: scale(1.1); } .stat-number { font-size: 2.5rem; transition: var(--transition-normal); } .stat-label { font-weight: 500; transition: var(--transition-normal); } .destinations-section { background: white; } .destination-card { background: white; border-radius: var(--border-radius); padding: 2rem; box-shadow: var(--box-shadow-sm); transition: var(--transition-normal); border: 1px solid var(--light-border); text-decoration: none; color: var(--text-color); display: block; position: relative; overflow: hidden; } .destination-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); opacity: 0; border-radius: var(--border-radius); transition: var(--transition-normal); z-index: -1; } .destination-card:hover { transform: translateY(-5px); box-shadow: var(--box-shadow-lg); } .destination-card:hover::before { opacity: 0.05; } .destination-image { text-align: center; margin-bottom: 1.5rem; } .destination-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 2rem; margin: 0 auto; transition: var(--transition-normal); } .destination-card:hover .destination-icon { transform: scale(1.1); box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .destination-content { text-align: center; } .destination-name { color: var(--text-color); font-weight: 600; transition: var(--transition-normal); } .destination-card:hover .destination-name { color: var(--primary-color); } .destination-count .badge { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); color: white; font-size: 0.9rem; padding: 0.5rem 1rem; border-radius: var(--border-radius-pill); } .destination-arrow { color: var(--text-muted); font-size: 1.5rem; transition: var(--transition-normal); margin-top: 1rem; } .destination-card:hover .destination-arrow { color: var(--primary-color); transform: translateX(5px); } .stories-section { background: linear-gradient(135deg, #f8f9fa, #e9ecef); } .stories-filter-tabs .nav-link { border: none; color: var(--text-muted); font-weight: 500; padding: 0.75rem 1.5rem; border-radius: var(--border-radius); transition: var(--transition-normal); margin-right: 0.5rem; } .stories-filter-tabs .nav-link:hover { color: var(--primary-color); background: rgba(255, 107, 53, 0.1); } .stories-filter-tabs .nav-link.active { background: linear-gradient(135deg, var(--primary-color), var(--accent-color)); color: white; box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .story-card { background: white; border-radius: var(--border-radius); overflow: hidden; box-shadow: var(--box-shadow-sm); transition: var(--transition-normal); border: 1px solid var(--light-border); } .story-card:hover { transform: translateY(-3px); box-shadow: var(--box-shadow-lg); } .story-image { position: relative; overflow: hidden; } .story-image img { transition: var(--transition-normal); } .story-card:hover .story-image img { transform: scale(1.05); } .story-category-badge { position: absolute; top: 1rem; left: 1rem; background: rgba(0, 0, 0, 0.7); color: white; padding: 0.5rem 1rem; border-radius: var(--border-radius); font-size: 0.8rem; backdrop-filter: blur(10px); } .story-content { padding: 1.5rem; } .story-title { font-weight: 600; line-height: 1.4; } .story-title a { color: var(--text-color); text-decoration: none; transition: var(--transition-normal); } .story-card:hover .story-title a { color: var(--primary-color); } .story-excerpt { font-size: 0.9rem; line-height: 1.6; } .story-meta { font-size: 0.8rem; } .cta-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); } .cta-buttons .btn { position: relative; overflow: hidden; border-radius: var(--border-radius-pill); font-weight: 600; padding: 0.75rem 2rem; transition: var(--transition-normal); } .cta-buttons .btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s ease; } .cta-buttons .btn:hover::before { left: 100%; } @media (max-width: 768px) { .stats-section { padding: 3rem 0; } .stat-item { padding: 1.5rem 1rem; } .stat-number { font-size: 2rem; } .destination-card { padding: 1.5rem; } .destination-icon { width: 60px; height: 60px; font-size: 1.5rem; } } @media (max-width: 576px) { .stats-section { padding: 2rem 0; } } .categories-section { background: #f8f9fa; position: relative; } .category-card-compact { background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid rgba(247, 147, 26, 0.1); position: relative; overflow: hidden; } .category-card-compact:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); border-color: rgba(247, 147, 26, 0.3); } .category-card-compact::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(247, 147, 26, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%); opacity: 0; transition: opacity 0.3s ease; z-index: 1; } .category-card-compact:hover::before { opacity: 1; } .category-icon-compact { width: 48px; height: 48px; margin: 0 auto; background: linear-gradient(135deg, #F7931A, #FFD700); border-radius: 12px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; transition: all 0.3s ease; } .category-icon-compact i { font-size: 1.5rem; color: white; transition: transform 0.3s ease; } .category-card-compact:hover .category-icon-compact { transform: scale(1.1); box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .category-card-compact:hover .category-icon-compact i { transform: scale(1.1); } .category-name-compact { font-weight: 600; color: #2d3748; font-size: 0.9rem; line-height: 1.3; position: relative; z-index: 2; transition: color 0.3s ease; } .category-card-compact:hover .category-name-compact { color: #F7931A; } .category-count-compact { font-size: 0.75rem; font-weight: 500; position: relative; z-index: 2; } @media (max-width: 768px) { .category-card-compact { padding: 16px 12px; } .category-icon-compact { width: 40px; height: 40px; } .category-icon-compact i { font-size: 1.2rem; } .category-name-compact { font-size: 0.8rem; } .category-count-compact { font-size: 0.7rem; } } .category-card { background: white; border-radius: var(--border-radius); padding: 2rem 1.5rem; text-align: center; transition: var(--transition-normal); border: 1px solid var(--light-border); box-shadow: var(--box-shadow-sm); position: relative; overflow: hidden; } .category-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); transform: scaleX(0); transition: transform 0.3s ease; } .category-card:hover { transform: translateY(-5px); box-shadow: var(--box-shadow-lg); } .category-card:hover::before { transform: scaleX(1); } .category-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; transition: var(--transition-normal); } .category-icon i { font-size: 2rem; color: white; } .category-card:hover .category-icon { transform: scale(1.1); } .category-name { color: var(--text-color); font-weight: 600; margin-bottom: 0.5rem; transition: var(--transition-normal); } .category-card:hover .category-name { color: var(--primary-color); } .category-description { color: var(--text-muted); font-size: 0.875rem; line-height: 1.5; margin-bottom: 1rem; } .category-count .badge { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); color: white; font-size: 0.75rem; padding: 0.5rem 1rem; border-radius: var(--border-radius-pill); transition: var(--transition-normal); } .category-card:hover .category-count .badge { transform: scale(1.05); } .latest-posts-section { background: white; } .post-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid rgba(247, 147, 26, 0.1); } .post-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); border-color: rgba(247, 147, 26, 0.3); } .post-image { position: relative; height: 200px; overflow: hidden; } .post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .post-card:hover .post-image img { transform: scale(1.05); } .placeholder-image { height: 200px; background: linear-gradient(135deg, #f8f9fa, #e9ecef); display: flex; align-items: center; justify-content: center; } .post-content { padding: 1.5rem; } .post-title { color: var(--text-color); font-weight: 600; line-height: 1.4; margin-bottom: 0.75rem; } .post-title a { color: inherit; text-decoration: none; transition: var(--transition-normal); } .post-title a:hover { color: var(--primary-color); } .post-excerpt { color: var(--text-muted); font-size: 0.875rem; line-height: 1.6; margin-bottom: 1rem; } .post-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; } .post-meta small { color: var(--text-muted); } .post-meta .btn { font-size: 0.75rem; padding: 0.25rem 0.75rem; border-radius: var(--border-radius-pill); } .cta-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); } .cta-buttons .btn { position: relative; overflow: hidden; border-radius: var(--border-radius-pill); font-weight: 600; padding: 0.75rem 2rem; transition: var(--transition-normal); } .cta-buttons .btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s ease; } .cta-buttons .btn:hover::before { left: 100%; } @media (max-width: 768px) { .category-card { padding: 1.5rem 1rem; } .category-icon { width: 60px; height: 60px; } .category-icon i { font-size: 1.5rem; } .post-image { height: 180px; } .post-content { padding: 1rem; } } .footer-brand img { filter: brightness(0) invert(1); transition: var(--transition-normal); } .footer-brand:hover img { filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(30deg); transform: scale(1.05); } .hero .navbar-brand img { filter: brightness(0) invert(1); transition: var(--transition-normal); } .hero .navbar-brand:hover img { filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(30deg); transform: scale(1.05); } .navbar { transition: var(--transition-normal); } .navbar.scrolled { background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(10px); box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); } .navbar.scrolled .navbar-brand img { filter: none; } .navbar.scrolled .nav-link { color: var(--text-color) !important; } .navbar.scrolled .nav-link:hover { color: var(--primary-color) !important; } .hero-travel + .navbar, .hero-travel .navbar { background: transparent !important; box-shadow: none; } .hero-travel + .navbar .navbar-brand img, .hero-travel .navbar .navbar-brand img { filter: brightness(0) invert(1); } .hero-travel + .navbar .nav-link, .hero-travel .navbar .nav-link { color: white !important; } .hero-travel + .navbar .nav-link:hover, .hero-travel .navbar .nav-link:hover { color: var(--accent-color) !important; } .hero-travel + .navbar .navbar-toggler, .hero-travel .navbar .navbar-toggler { border-color: rgba(255, 255, 255, 0.5); } .hero-travel + .navbar .navbar-toggler-icon, .hero-travel .navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .hero-crypto { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); min-height: 80vh; display: flex; align-items: center; position: relative; overflow: hidden; } .gradient-text { background: var(--gradient-warning); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .crypto-particles { pointer-events: none; } .particle { position: absolute; width: 4px; height: 4px; background: rgba(255, 183, 77, 0.6); border-radius: 50%; animation: float 6s ease-in-out infinite; } .particle-1 { top: 20%; left: 10%; animation-delay: 0s; } .particle-2 { top: 40%; right: 20%; animation-delay: 1s; } .particle-3 { top: 60%; left: 30%; animation-delay: 2s; } .particle-4 { top: 80%; right: 10%; animation-delay: 3s; } .particle-5 { top: 30%; left: 70%; animation-delay: 4s; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.6; } 50% { transform: translateY(-20px) rotate(180deg); opacity: 1; } } .scroll-indicator { animation: bounce 2s infinite; } .scroll-arrow { width: 40px; height: 40px; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--transition-normal); } .scroll-arrow:hover { border-color: var(--accent-color); color: var(--accent-color); } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } } .price-ticker-section { background: #1a1a2e !important; border-top: 1px solid rgba(247, 147, 26, 0.3); border-bottom: 1px solid rgba(247, 147, 26, 0.3); } .price-ticker { animation: scroll 30s linear infinite; white-space: nowrap; } .price-ticker:hover { animation-play-state: paused; } @keyframes scroll { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } .ticker-item { display: inline-flex; align-items: center; padding: 0 20px; border-right: 1px solid rgba(255, 255, 255, 0.1); } .coin-name { font-size: 0.9rem; font-weight: 700; letter-spacing: 1px; } .coin-price { font-size: 1rem; font-weight: 600; } .coin-change { font-size: 0.85rem; font-weight: 500; } .category-card { background: white; border-radius: var(--border-radius); box-shadow: var(--box-shadow-sm); transition: var(--transition-normal); border: 1px solid var(--light-border); overflow: hidden; } .category-card:hover { transform: translateY(-5px); box-shadow: var(--box-shadow-lg); border-color: var(--accent-color); } .category-bg-pattern { position: absolute; top: 0; right: 0; width: 100px; height: 100px; background: var(--gradient-warning); opacity: 0.05; border-radius: 0 0 0 100px; } .icon-wrapper { width: 60px; height: 60px; background: var(--gradient-warning); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto; transition: var(--transition-normal); } .icon-wrapper i { font-size: 1.5rem; color: white; } .category-card:hover .icon-wrapper { transform: scale(1.1) rotate(5deg); } .category-hover-effect { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--gradient-warning); opacity: 0; transition: var(--transition-normal); } .category-card:hover .category-hover-effect { opacity: 0.05; } .featured-post-card { height: 450px; border-radius: 24px; overflow: hidden; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); } .featured-post-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); } .featured-post-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(255, 107, 53, 0.1) 0%, rgba(255, 138, 101, 0.1) 100%); z-index: 1; opacity: 0; transition: opacity 0.3s ease; } .featured-post-card:hover::before { opacity: 1; } .featured-post-image { height: 100%; position: relative; overflow: hidden; } .featured-post-image img { width: 100%; height: 100%; object-fit: cover; transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); filter: brightness(0.9); } .featured-post-card:hover .featured-post-image img { transform: scale(1.08); filter: brightness(1); } .featured-post-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient( 135deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.8) 100% ); z-index: 2; } .featured-post-badge { position: absolute; top: 24px; right: 24px; z-index: 3; animation: pulse 2s infinite; } .featured-post-badge .badge { background: linear-gradient(135deg, #F7931A, #FFD700) !important; border: 2px solid rgba(255, 255, 255, 0.3); font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; font-size: 0.75rem; padding: 8px 16px; border-radius: 50px; box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .featured-post-content { z-index: 3; padding: 32px; } .featured-post-category .badge { background: rgba(255, 255, 255, 0.2) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); color: white !important; font-weight: 500; padding: 6px 12px; border-radius: 20px; font-size: 0.8rem; } .featured-post-title { font-size: 1.75rem; font-weight: 700; line-height: 1.3; margin-bottom: 16px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .featured-post-title a { color: white !important; text-decoration: none !important; transition: all 0.3s ease; } .featured-post-title a:hover { color: #FFB74D !important; text-shadow: 0 2px 8px rgba(255, 183, 77, 0.5); } .featured-post-excerpt { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .featured-post-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; } .featured-post-meta small { font-size: 0.9rem; font-weight: 500; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } .featured-post-meta .btn { background: linear-gradient(135deg, #F7931A, #FFD700) !important; border: none; font-weight: 600; padding: 10px 24px; border-radius: 25px; text-transform: uppercase; letter-spacing: 0.5px; font-size: 0.85rem; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); } .featured-post-meta .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4); background: linear-gradient(135deg, #FF8A65, #FFB74D) !important; } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } } .side-post-card { background: white; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid rgba(247, 147, 26, 0.1); overflow: hidden; position: relative; } .side-post-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); border-color: rgba(247, 147, 26, 0.3); } .side-post-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(247, 147, 26, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%); opacity: 0; transition: opacity 0.3s ease; z-index: 1; } .side-post-card:hover::before { opacity: 1; } .side-post-image { width: 90px; height: 90px; overflow: hidden; border-radius: 12px; flex-shrink: 0; position: relative; z-index: 2; } .side-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .side-post-card:hover .side-post-image img { transform: scale(1.1); } .side-post-content { position: relative; z-index: 2; padding: 16px; } .side-post-category .badge { background: linear-gradient(135deg, #F7931A, #FFD700) !important; color: white !important; font-size: 0.7rem; font-weight: 600; padding: 4px 8px; border-radius: 12px; text-transform: uppercase; letter-spacing: 0.5px; } .side-post-title { font-size: 0.95rem; font-weight: 600; line-height: 1.4; margin-bottom: 8px; } .side-post-title a { color: #2d3748 !important; text-decoration: none !important; transition: color 0.3s ease; } .side-post-title a:hover { color: #FF6B35 !important; } .side-post-meta { font-size: 0.8rem; color: #64748b; font-weight: 500; } .post-card { background: white; border-radius: var(--border-radius); box-shadow: var(--box-shadow-sm); transition: var(--transition-normal); border: 1px solid var(--light-border); overflow: hidden; } .post-card:hover { transform: translateY(-5px); box-shadow: var(--box-shadow-lg); } .post-image { height: 200px; overflow: hidden; } .post-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition-normal); } .post-card:hover .post-image img { transform: scale(1.05); } .post-overlay { background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 100%); opacity: 0; transition: var(--transition-normal); } .post-card:hover .post-overlay { opacity: 1; } .featured-posts-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; overflow: hidden; } .featured-posts-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23FF6B35" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>'); opacity: 0.3; z-index: 1; } .featured-posts-section .container { position: relative; z-index: 2; } .featured-posts-section .section-title { background: linear-gradient(135deg, #F7931A, #FFD700); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 800; font-size: 2.5rem; margin-bottom: 1rem; text-align: center; } .featured-posts-section .section-title::after { content: ''; display: block; width: 80px; height: 4px; background: linear-gradient(135deg, #F7931A, #FFD700); margin: 1rem auto; border-radius: 2px; } @media (max-width: 768px) { .featured-post-card { height: 350px; } .featured-posts-section .section-title { font-size: 2rem; } .featured-post-content { padding: 20px; } .featured-post-title { font-size: 1.4rem; } .side-post-image { width: 70px; height: 70px; } .price-ticker { font-size: 0.9rem; } .ticker-item { padding: 0 15px; } .popular-category-simple { padding: 8px 10px; } .category-name { font-size: 0.85rem; } .category-count { font-size: 0.7rem; padding: 1px 6px; } } .top-bar { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.875rem; } .top-bar a { transition: color 0.3s ease; } .top-bar a:hover { color: var(--crypto-gold) !important; } .navbar { transition: all 0.3s ease; border-bottom: 1px solid #e9ecef; background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(10px); } .navbar-brand img { transition: transform 0.3s ease; } .navbar-brand:hover img { transform: scale(1.05); } .navbar-search { max-width: 450px; position: relative; } .navbar-search .form-control { border-radius: 30px 0 0 30px; border-right: none; border: 2px solid rgba(247, 147, 26, 0.3); padding: 0.6rem 1.2rem; font-size: 0.9rem; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); } .navbar-search .form-control:focus { border-color: var(--crypto-gold); box-shadow: 0 0 0 0.3rem rgba(247, 147, 26, 0.15), 0 4px 20px rgba(0, 0, 0, 0.15); background: white; transform: translateY(-1px); } .navbar-search .form-control::placeholder { color: #6b7280; font-weight: 400; } .navbar-search .btn { border-radius: 0 30px 30px 0; border-left: none; border: 2px solid var(--crypto-gold); padding: 0.6rem 1.2rem; background: linear-gradient(135deg, var(--crypto-gold) 0%, #ffb347 100%); color: white; font-weight: 600; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 10px rgba(247, 147, 26, 0.3); position: relative; overflow: hidden; } .navbar-search .btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 0.5s; } .navbar-search .btn:hover { background: linear-gradient(135deg, #ffb347 0%, var(--crypto-gold) 100%); border-color: #ffb347; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(247, 147, 26, 0.4); } .navbar-search .btn:hover::before { left: 100%; } .navbar-search .btn:active { transform: translateY(0); box-shadow: 0 2px 10px rgba(247, 147, 26, 0.3); } .navbar-search .btn i { font-size: 1rem; transition: transform 0.3s ease; } .navbar-search .btn:hover i { transform: scale(1.1); } .navbar-search::before { content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: linear-gradient(45deg, var(--crypto-gold), #ffb347, var(--crypto-gold)); border-radius: 32px; z-index: -1; opacity: 0; transition: opacity 0.3s ease; } .navbar-search:focus-within::before { opacity: 0.3; } .nav-link { font-weight: 500; transition: color 0.3s ease; position: relative; padding: 0.75rem 1rem !important; } .nav-link:hover { color: var(--primary-color) !important; } .nav-link::after { content: ''; position: absolute; bottom: -5px; left: 50%; width: 0; height: 2px; background: var(--primary-color); transition: all 0.3s ease; transform: translateX(-50%); } .nav-link:hover::after { width: 100%; } .d-lg-none .input-group { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); border-radius: 30px; overflow: hidden; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); } .d-lg-none .form-control { border-radius: 30px 0 0 30px; border-right: none; border: 2px solid rgba(247, 147, 26, 0.3); padding: 0.6rem 1.2rem; font-size: 0.9rem; background: transparent; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); } .d-lg-none .form-control:focus { border-color: var(--crypto-gold); box-shadow: 0 0 0 0.3rem rgba(247, 147, 26, 0.15); background: white; transform: translateY(-1px); } .d-lg-none .form-control::placeholder { color: #6b7280; font-weight: 400; } .d-lg-none .btn { border-radius: 0 30px 30px 0; border-left: none; border: 2px solid var(--crypto-gold); padding: 0.6rem 1.2rem; background: linear-gradient(135deg, var(--crypto-gold) 0%, #ffb347 100%); color: white; font-weight: 600; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 2px 10px rgba(247, 147, 26, 0.3); position: relative; overflow: hidden; } .d-lg-none .btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: left 0.5s; } .d-lg-none .btn:hover { background: linear-gradient(135deg, #ffb347 0%, var(--crypto-gold) 100%); transform: translateY(-1px); box-shadow: 0 4px 15px rgba(247, 147, 26, 0.4); } .d-lg-none .btn:hover::before { left: 100%; } .d-lg-none .btn i { font-size: 1rem; transition: transform 0.3s ease; } .d-lg-none .btn:hover i { transform: scale(1.1); } @media (max-width: 991.98px) { .top-bar .d-flex { flex-direction: column; gap: 0.5rem; } .top-bar .text-end { text-align: left !important; } .navbar-search { margin: 1rem 0; } } @media (max-width: 576px) { .top-bar { font-size: 0.75rem; } .top-bar .me-3 { margin-right: 0.5rem !important; } } .d-md-none .top-bar { font-size: 0.7rem; padding: 0.4rem 0; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .d-md-none .top-bar .container-fluid { padding-left: 0.5rem; padding-right: 0.5rem; } .d-md-none .top-bar .text-nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .d-md-none .top-bar .me-1 { margin-right: 0.25rem !important; } .d-md-none .top-bar .me-2 { margin-right: 0.5rem !important; } .d-md-none .top-bar a { padding: 0.25rem; border-radius: 4px; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; } .d-md-none .top-bar a:hover { background-color: rgba(247, 147, 26, 0.2); color: var(--crypto-gold) !important; transform: scale(1.1); } .d-md-none .top-bar .text-warning { color: var(--crypto-gold) !important; font-weight: 600; } @media (max-width: 480px) { .d-md-none .top-bar { font-size: 0.65rem; padding: 0.3rem 0; } .d-md-none .top-bar .container-fluid { padding-left: 0.4rem; padding-right: 0.4rem; } .d-md-none .top-bar .me-2 { margin-right: 0.25rem !important; } .d-md-none .top-bar a { width: 24px; height: 24px; padding: 0.2rem; } .d-md-none .top-bar .me-1 { margin-right: 0.15rem !important; } } @media (max-width: 360px) { .d-md-none .top-bar { font-size: 0.6rem; padding: 0.25rem 0; } .d-md-none .top-bar .container-fluid { padding-left: 0.3rem; padding-right: 0.3rem; } .d-md-none .top-bar a { width: 22px; height: 22px; padding: 0.15rem; } .d-md-none .top-bar .me-1 { margin-right: 0.1rem !important; } .d-md-none .top-bar .me-2 { margin-right: 0.2rem !important; } } .categories-section { background: #f8fafc; position: relative; } .category-card-compact { background: white; border-radius: 12px; border: 1px solid rgba(247, 147, 26, 0.1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; position: relative; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); min-height: 120px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .category-card-compact:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); border-color: rgba(247, 147, 26, 0.3); } .category-card-compact::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(247, 147, 26, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%); opacity: 0; transition: opacity 0.3s ease; z-index: 1; } .category-card-compact:hover::before { opacity: 1; } .category-icon-compact { width: 48px; height: 48px; margin: 0 auto; background: linear-gradient(135deg, #F7931A, #FFD700); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: white; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(247, 147, 26, 0.3); position: relative; z-index: 2; } .category-card-compact:hover .category-icon-compact { transform: scale(1.1) rotate(5deg); box-shadow: 0 8px 25px rgba(247, 147, 26, 0.4); } .category-name-compact { font-weight: 600; color: #1a202c; margin-bottom: 0.5rem; position: relative; z-index: 2; transition: color 0.3s ease; font-size: 0.9rem; line-height: 1.2; } .category-card-compact:hover .category-name-compact { color: var(--primary-color); } .category-count-compact { font-size: 0.75rem; color: #64748b; position: relative; z-index: 2; font-weight: 500; } @media (max-width: 768px) { .category-card-compact { min-height: 100px; padding: 1rem !important; } .category-icon-compact { width: 40px; height: 40px; font-size: 1.25rem; } .category-name-compact { font-size: 0.8rem; } .category-count-compact { font-size: 0.7rem; } } @media (max-width: 576px) { .category-card-compact { min-height: 90px; padding: 0.75rem !important; } .category-icon-compact { width: 36px; height: 36px; font-size: 1rem; } .category-name-compact { font-size: 0.75rem; } .category-count-compact { font-size: 0.65rem; } } .footer-links .badge { font-size: 0.6rem; padding: 0.2rem 0.4rem; background: var(--crypto-gold) !important; color: #000 !important; font-weight: 600; border-radius: 8px; transition: all 0.3s ease; } .footer-links .badge:hover { background: #ffb347 !important; transform: scale(1.1); } .footer-links a { display: flex; align-items: center; justify-content: space-between; padding: 0.25rem 0; } .footer-links a:hover .badge { background: #ffb347 !important; transform: scale(1.1); } .category-hero { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); color: white; position: relative; overflow: hidden; padding: 4rem 0; } .category-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('/images/pattern.png') repeat; opacity: 0.1; } .breadcrumb { background: transparent; padding: 0; margin: 0; } .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.5); } .category-stats { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); } .stat-item { background: rgba(255, 255, 255, 0.15); transition: all 0.3s ease; } .stat-item:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-5px); } .stat-icon { font-size: 1.8rem; color: rgba(255, 255, 255, 0.9); } .stat-value { font-size: 1.8rem; font-weight: 700; color: white; margin-bottom: 0.25rem; } .stat-label { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; } .post-card-simple { background: white; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .post-card-simple:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); } .post-link { text-decoration: none; color: inherit; display: block; } .post-thumb { position: relative; margin: 0; height: 200px; overflow: hidden; } .post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .post-card-simple:hover .post-thumb img { transform: scale(1.05); } .post-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f8f9fa, #e9ecef); } .post-placeholder i { font-size: 3rem; color: #adb5bd; } .post-badge { position: absolute; top: 12px; left: 12px; background: rgba(247, 147, 26, 0.95); color: white; padding: 6px 12px; border-radius: 6px; font-size: 0.75rem; font-weight: 600; backdrop-filter: blur(4px); } .post-body { padding: 20px; } .post-title { font-size: 1.1rem; font-weight: 600; color: #2d3748; margin: 0 0 12px 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .post-card-simple:hover .post-title { color: #F7931A; } .post-meta { display: flex; gap: 16px; font-size: 0.85rem; color: #64748b; } .meta-item { display: flex; align-items: center; gap: 4px; } .meta-item i { font-size: 0.9rem; color: #94a3b8; } .category-hero { background: linear-gradient(135deg, #F7931A 0%, #FFD700 100%); } .category-stats { background: rgba(255, 255, 255, 0.1); border-radius: 12px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); } .definition-views { color: #94a3b8; } .faq-simple { max-width: 900px; margin: 0 auto; } .faq-item { background: white; border: 1px solid #e9ecef; border-radius: 12px; margin-bottom: 16px; overflow: hidden; transition: all 0.3s ease; } .faq-item:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-color: #F7931A; } .faq-question { padding: 20px 24px; font-weight: 600; font-size: 1.05rem; color: #2d3748; cursor: pointer; list-style: none; display: flex; align-items: center; transition: all 0.3s ease; user-select: none; } .faq-question::-webkit-details-marker { display: none; } .faq-question i { color: #F7931A; font-size: 1.2rem; transition: transform 0.3s ease; } .faq-item[open] .faq-question i { transform: rotate(45deg); } .faq-item[open] .faq-question { color: #F7931A; background: rgba(247, 147, 26, 0.05); } .faq-answer { padding: 0 24px 20px 52px; color: #4a5568; line-height: 1.7; animation: slideDown 0.3s ease; } .faq-answer p { margin: 0; } @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } #categorySearch { border-top-left-radius: 20px; border-bottom-left-radius: 20px; } #categorySearch + button { border-top-right-radius: 20px; border-bottom-right-radius: 20px; } .pagination-container .pagination { gap: 0.3rem; } .pagination-container .page-item .page-link { border-radius: 8px; border: none; color: var(--text-color); transition: all 0.3s ease; } .pagination-container .page-item.active .page-link { background-color: var(--primary-color); color: white; } .pagination-container .page-item .page-link:hover { background-color: rgba(0, 75, 147, 0.1); color: var(--primary-color); transform: translateY(-2px); } @media (max-width: 768px) { .category-hero { padding: 3rem 0; } .stat-value { font-size: 1.5rem; } .post-thumb { height: 180px; } .post-body { padding: 16px; } .post-title { font-size: 1rem; } .post-meta { font-size: 0.8rem; } } <link href="{{ asset('css/frontend.css') }}" rel="stylesheet"> .post-card-simple { background: white; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .post-card-simple:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); } .post-link { text-decoration: none; color: inherit; display: block; } .post-thumb { position: relative; margin: 0; height: 200px; overflow: hidden; } .post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .post-card-simple:hover .post-thumb img { transform: scale(1.05); } .post-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f8f9fa, #e9ecef); } .post-placeholder i { font-size: 3rem; color: #adb5bd; } .post-badge { position: absolute; top: 12px; left: 12px; background: rgba(247, 147, 26, 0.95); color: white; padding: 6px 12px; border-radius: 6px; font-size: 0.75rem; font-weight: 600; backdrop-filter: blur(4px); } .post-body { padding: 20px; } .post-title { font-size: 1.1rem; font-weight: 600; color: #2d3748; margin: 0 0 12px 0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .post-card-simple:hover .post-title { color: #F7931A; } .post-meta { display: flex; gap: 16px; font-size: 0.85rem; color: #64748b; } .meta-item { display: flex; align-items: center; gap: 4px; } .meta-item i { font-size: 0.9rem; color: #94a3b8; } @media (max-width: 768px) { .post-thumb { height: 180px; } .post-body { padding: 16px; } .post-title { font-size: 1rem; } .post-meta { font-size: 0.8rem; } } .definition-hero { padding-top: 2rem; padding-bottom: 4rem; background-color: #f9fafb; } .definition-card { background: white; border-radius: 1rem; overflow: hidden; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.03); } .definition-image-header img { width: 100%; height: auto; max-height: 400px; object-fit: cover; } .definition-title { font-size: 2.2rem; font-weight: 700; line-height: 1.3; } .definition-meta { font-size: 0.9rem; color: #64748b; } .meta-item { display: flex; align-items: center; padding: 0.5rem 0.75rem; background: #f8f9fa; border-radius: 6px; font-weight: 500; } .meta-item i { color: #F7931A; font-size: 0.85rem; } .author-info-simple { margin-top: 2rem; } .author-card { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: #f8f9fa; border-radius: 12px; border-left: 4px solid #F7931A; transition: all 0.3s ease; } .author-card:hover { background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); } .author-icon { font-size: 2.5rem; color: #F7931A; line-height: 1; } .author-content { flex: 1; } .author-name { font-size: 1rem; font-weight: 600; color: #2d3748; margin: 0 0 4px 0; } .author-desc { font-size: 0.875rem; color: #64748b; margin: 0; } .author-link { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: white; border-radius: 50%; color: #F7931A; font-size: 1.2rem; text-decoration: none; border: 2px solid #F7931A; transition: all 0.3s ease; } .author-link:hover { background: #F7931A; color: white; transform: translateX(4px); } .related-tags { background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); border-radius: 8px; padding: 1.5rem; } .tags-container { display: flex; flex-wrap: wrap; gap: 0.5rem; } .tag-item { display: inline-block; background: linear-gradient(135deg, #F7931A, #FFD700); color: white; padding: 0.5rem 1rem; border-radius: 20px; text-decoration: none; font-size: 0.875rem; font-weight: 500; border: 1px solid transparent; } .tag-item:hover { box-shadow: 0 4px 12px rgba(247, 147, 26, 0.3); background: linear-gradient(135deg, #FFD700, #F7931A); color: white; text-decoration: none; } .definition-excerpt p { font-size: 1.15rem; line-height: 1.6; color: #4b5563; } .bg-primary-subtle { background-color: rgba(205, 92, 92, 0.1); } .text-primary { color: var(--primary-color) !important; } .table-of-contents-wrapper { background: #f9f9f9; border-radius: 0.75rem; } .content { font-size: 1.05rem; line-height: 1.8; position: relative; } .content h2 { font-size: 1.75rem; font-weight: 600; color: #2d3748; scroll-margin-top: 120px; padding-top: 1rem; } .content h3 { font-size: 1.5rem; margin-top: 1.75rem; margin-bottom: 0.75rem; font-weight: 600; color: #2d3748; scroll-margin-top: 120px; padding-top: 0.5rem; } .content h4, .content h5, .content h6 { scroll-margin-top: 120px; } .content p { margin-bottom: 1.25rem; } .content ul, .content ol { margin-bottom: 1.25rem; padding-left: 1.25rem; } .content li { margin-bottom: 0.5rem; } .content img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 1.5rem 0; } .content blockquote { border-left: 4px solid var(--primary-color); padding: 1rem 1.5rem; margin: 1.5rem 0; background: #f9f9f9; border-radius: 0.5rem; font-style: italic; } .sidebar-card { background: white; border-radius: 1rem; overflow: hidden; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.03); } .sidebar-header { padding: 1.25rem; border-bottom: 1px solid rgba(0, 0, 0, 0.03); } .sidebar-title { font-size: 1.25rem; font-weight: 600; margin-bottom: 0; color: #2d3748; } .sidebar-body { padding: 1.25rem; } .related-definition-item { display: flex; align-items: center; gap: 1rem; padding: 1rem; border-radius: 0.75rem; margin-bottom: 0.75rem; border: 1px solid rgba(0, 0, 0, 0.05); background-color: white; transition: all 0.2s ease; cursor: pointer; } .related-definition-item:hover { background-color: rgba(205, 92, 92, 0.05); border-color: rgba(205, 92, 92, 0.1); transform: translateX(4px); } .related-definition-item i { color: var(--primary-color); font-size: 1.25rem; opacity: 0.8; flex-shrink: 0; } .related-definition-item:hover i { opacity: 1; } .related-definition-item .stretched-link { color: inherit !important; } .related-definition-item:hover .stretched-link { color: var(--primary-color) !important; } .category-view-more { display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 12px; margin-top: 12px; background: linear-gradient(135deg, rgba(247, 147, 26, 0.08) 0%, rgba(255, 215, 0, 0.08) 100%); border: 2px dashed rgba(247, 147, 26, 0.3); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; } .category-view-more:hover { background: linear-gradient(135deg, rgba(247, 147, 26, 0.12) 0%, rgba(255, 215, 0, 0.12) 100%); border-color: rgba(247, 147, 26, 0.5); border-style: solid; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(247, 147, 26, 0.15); } .view-more-icon { background: linear-gradient(135deg, #F7931A, #FFD700); width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 8px rgba(247, 147, 26, 0.2); transition: all 0.3s ease; } .view-more-icon i { color: white; font-size: 1.5rem; } .category-view-more:hover .view-more-icon { transform: scale(1.1) rotate(5deg); box-shadow: 0 4px 12px rgba(247, 147, 26, 0.3); } .category-view-more .stretched-link { color: #F7931A; font-weight: 600; } .category-view-more:hover .stretched-link { color: #e68810; } .category-view-more p { color: #5a5a5a; } .category-view-more p strong { color: #2d3748; } .view-more-arrow { width: 28px; height: 28px; border-radius: 50%; background: rgba(247, 147, 26, 0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease; } .view-more-arrow i { color: #F7931A; font-size: 1rem; font-weight: bold; transition: transform 0.3s ease; } .category-view-more:hover .view-more-arrow { background: rgba(247, 147, 26, 0.2); } .category-view-more:hover .view-more-arrow i { transform: translateX(4px); } .popular-category-item { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 1rem; margin-bottom: 0.5rem; text-decoration: none; color: #495057; background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.05); font-size: 0.9rem; font-weight: 500; position: relative; overflow: hidden; } .popular-category-item::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 3px; background: linear-gradient(135deg, #F7931A, #FFD700); } .popular-category-item:hover { color: #F7931A; background: linear-gradient(135deg, rgba(247, 147, 26, 0.05) 0%, rgba(255, 215, 0, 0.05) 100%); border-color: rgba(247, 147, 26, 0.2); box-shadow: 0 4px 12px rgba(247, 147, 26, 0.15); } .popular-category-item:last-child { margin-bottom: 0; } .popular-category-item i { color: #F7931A; font-size: 0.8rem; opacity: 1; } @media (max-width: 992px) { .definition-title { font-size: 1.8rem; } .definition-excerpt p { font-size: 1.05rem; } .popular-category-item { padding: 0.6rem 0.8rem; font-size: 0.85rem; } } @media (max-width: 768px) { .popular-category-item { padding: 0.5rem 0.75rem; font-size: 0.8rem; margin-bottom: 0.4rem; } } @media (max-width: 768px) { .definition-title { font-size: 1.5rem; } .definition-meta { flex-wrap: wrap; gap: 0.5rem; } .meta-item { font-size: 0.8rem; padding: 0.4rem 0.6rem; } .author-card { gap: 12px; padding: 12px 16px; } .author-icon { font-size: 2rem; } .author-name { font-size: 0.9rem; } .author-desc { font-size: 0.8rem; } .author-link { width: 32px; height: 32px; font-size: 1rem; } } .faq-simple { max-width: 900px; margin: 0 auto; } .faq-item { background: white; border: 1px solid #e9ecef; border-radius: 12px; margin-bottom: 16px; overflow: hidden; transition: all 0.3s ease; } .faq-item:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); border-color: #F7931A; } .faq-question { padding: 20px 24px; font-weight: 600; font-size: 1.05rem; color: #2d3748; cursor: pointer; list-style: none; display: flex; align-items: center; transition: all 0.3s ease; user-select: none; } .faq-question::-webkit-details-marker { display: none; } .faq-question i { color: #F7931A; font-size: 1.2rem; transition: transform 0.3s ease; } .faq-item[open] .faq-question i { transform: rotate(45deg); } .faq-item[open] .faq-question { color: #F7931A; background: rgba(247, 147, 26, 0.05); } .faq-answer { padding: 0 24px 20px 52px; color: #4a5568; line-height: 1.7; animation: slideDown 0.3s ease; } .faq-answer p { margin: 0; } @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } .search-header { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); } .search-form .input-group { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); border-radius: 50px; overflow: hidden; } .search-form .form-control { border: 2px solid var(--primary-color); padding: 1rem 1.5rem; font-size: 1.1rem; border-radius: 50px 0 0 50px; border-right: none; } .search-form .btn { border: 2px solid var(--primary-color); padding: 1rem 2rem; font-weight: 600; border-radius: 0 50px 50px 0; border-left: none; } .search-result-item .card { transition: all 0.3s ease; } .search-result-item .card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important; } .category-link { transition: all 0.3s ease; text-decoration: none; color: #333; } .category-link:hover { background-color: #f8f9fa; color: var(--primary-color); } .suggestion-tags .btn { transition: all 0.3s ease; } .suggestion-tags .btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } .bg-accent { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); position: relative; } .bg-accent::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/images/pattern.png') repeat; opacity: 0.1; } .breadcrumb-light .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.5); } .search-box-wrapper { position: relative; z-index: 1; margin-bottom: -2.5rem; } .category-popular-card { transition: var(--transition-normal); } .category-popular-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important; border-color: var(--primary-color) !important; } .category-popular-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--light-gray); color: var(--primary-color); font-size: 1.25rem; transition: var(--transition-normal); } .category-popular-card:hover .category-popular-icon { background: var(--primary-color); color: white; transform: scale(1.1); } .alphabet-nav { padding: 1rem 0; } .sticky-alphabet { position: sticky; top: 80px; z-index: 100; background-color: rgba(255, 255, 255, 0.9); border-radius: 15px; padding: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); backdrop-filter: blur(5px); margin-bottom: 2rem; } .alphabet-scroll-container { position: relative; width: 100%; } .alphabet-links-wrapper { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; } .scroll-indicator { text-align: center; font-size: 0.8rem; color: var(--text-muted); margin-top: 0.5rem; opacity: 0.7; } @media (max-width: 767.98px) { .alphabet-links-wrapper { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 0.5rem; margin-bottom: 0.5rem; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; } .alphabet-links-wrapper::-webkit-scrollbar { display: none; } .alphabet-link { flex-shrink: 0; width: 36px; height: 36px; font-size: 0.9rem; } .alphabet-link.active { position: relative; z-index: 2; } .alphabet-link.active::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; background-color: var(--primary-color); border-radius: 50%; } .scroll-indicator { animation: pulse 2s infinite; } @keyframes pulse { 0% { opacity: 0.5; } 50% { opacity: 1; } 100% { opacity: 0.5; } } } .alphabet-link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--light-gray); color: var(--text-color); font-weight: 600; text-decoration: none; transition: var(--transition-normal); } .alphabet-link:hover, .alphabet-link.active { background: var(--primary-color); color: white; transform: translateY(-3px); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); } .alphabet-link.active { font-weight: 700; transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); } .letter-heading { position: relative; padding-bottom: 0.5rem; border-bottom: 1px solid var(--light-border); color: var(--primary-color); font-weight: 700; } .category-item { display: block; } .category-item-inner { transition: var(--transition-normal); } .category-item:hover .category-item-inner { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); border-color: var(--primary-color) !important; background-color: white !important; } .category-count-badge { width: 36px; height: 36px; border-radius: 50%; background-color: var(--primary-color); color: white; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 0.85rem; transition: var(--transition-normal); } .category-item:hover .category-count-badge { transform: scale(1.1); } .back-to-top-btn, .back-btn { transition: var(--transition-normal); } .back-to-top-btn:hover, .back-btn:hover { transform: translateY(-3px); } .back-btn:hover { border-color: var(--primary-color); color: white; background-color: var(--primary-color); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .shadow-hover { transition: box-shadow 0.3s ease; } .shadow-hover:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important; } .breadcrumb-nav { background: linear-gradient(to right, #f8f9fa, #ffffff); border-bottom: 1px solid rgba(0,0,0,0.05); padding: 12px 0; margin-bottom: 20px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); } .breadcrumb { background: transparent; padding: 0; margin: 0; font-size: 0.9rem; } .breadcrumb-item { color: #6c757d; } .breadcrumb-item a { color: #F7931A; text-decoration: none; transition: all 0.2s ease; font-weight: 500; } .breadcrumb-item a:hover { color: #e68810; text-decoration: underline; } .breadcrumb-item.active { color: #2d3748; font-weight: 600; } .breadcrumb-item + .breadcrumb-item::before { content: "›"; color: #dee2e6; font-weight: bold; padding: 0 8px; } .breadcrumb-item:first-child a { display: inline-flex; align-items: center; } .breadcrumb-item:first-child a::before { content: "🏠"; margin-right: 4px; } @media (max-width: 768px) { .breadcrumb { font-size: 0.8rem; } .breadcrumb-item + .breadcrumb-item::before { padding: 0 4px; } .breadcrumb-item span { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: middle; } } .toc-container { background: linear-gradient(to bottom, #ffffff, #fafbfc); border-radius: 16px; box-shadow: 0 4px 20px rgba(247, 147, 26, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04); border: 2px solid rgba(247, 147, 26, 0.15); margin-bottom: 28px; overflow: hidden; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; } .toc-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #F7931A, #FFD700, #F7931A); background-size: 200% 100%; animation: shimmer 3s infinite; } @keyframes shimmer { 0%, 100% { background-position: 0% 0%; } 50% { background-position: 100% 0%; } } .toc-container:hover { box-shadow: 0 8px 30px rgba(247, 147, 26, 0.15), 0 2px 8px rgba(0, 0, 0, 0.06); border-color: rgba(247, 147, 26, 0.3); transform: translateY(-2px); } .toc-header { background: linear-gradient(135deg, #F7931A 0%, #FFB84D 50%, #FFD700 100%); color: white; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; user-select: none; position: relative; overflow: hidden; } .toc-header::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.1); transform: translate(-50%, -50%); transition: width 0.6s, height 0.6s; } .toc-header:hover::after { width: 300px; height: 300px; } .toc-title { font-weight: 700; font-size: 1rem; color: white; display: flex; align-items: center; letter-spacing: 0.3px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); position: relative; z-index: 1; } .toc-title i { font-size: 1.1rem; } .toc-toggle { background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 8px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; color: white; cursor: pointer; transition: all 0.3s ease; z-index: 1; position: relative; } .toc-toggle:hover { background: rgba(255, 255, 255, 0.3); transform: scale(1.1); } .toc-toggle i { transition: transform 0.3s ease; font-size: 0.9rem; } .toc-container.collapsed .toc-toggle i { transform: rotate(-90deg); } .toc-content { padding: 20px; max-height: 600px; overflow-y: auto; transition: all 0.3s ease; } .toc-content::-webkit-scrollbar { width: 6px; } .toc-content::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; } .toc-content::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #F7931A, #FFD700); border-radius: 10px; } .toc-content::-webkit-scrollbar-thumb:hover { background: linear-gradient(135deg, #e68810, #f0c800); } .toc-container.collapsed .toc-content { max-height: 0; padding: 0 20px; overflow: hidden; } .toc-list { list-style: none; padding-left: 0; margin: 0; counter-reset: toc-counter; } .toc-item { margin-bottom: 4px; counter-increment: toc-counter; position: relative; } .toc-item:last-child { margin-bottom: 0; } .toc-link { color: #2d3748; text-decoration: none; display: flex; align-items: center; padding: 10px 14px 10px 36px; border-radius: 10px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); font-size: 0.9rem; line-height: 1.5; font-weight: 500; border: 1px solid transparent; position: relative; background: white; } .toc-link::before { content: counter(toc-counter); position: absolute; left: 12px; top: 50%; transform: translateY(-50%); background: linear-gradient(135deg, #F7931A, #FFD700); color: white; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(247, 147, 26, 0.2); } .toc-link:hover { background: linear-gradient(to right, rgba(247, 147, 26, 0.08), rgba(255, 215, 0, 0.08)); color: #F7931A; transform: translateX(6px); border-color: rgba(247, 147, 26, 0.2); box-shadow: 0 2px 8px rgba(247, 147, 26, 0.1); } .toc-link:hover::before { transform: translateY(-50%) scale(1.15); box-shadow: 0 3px 8px rgba(247, 147, 26, 0.3); } .toc-link.active { background: linear-gradient(135deg, #F7931A 0%, #FFB84D 50%, #FFD700 100%); color: white; font-weight: 600; border-color: #F7931A; box-shadow: 0 4px 12px rgba(247, 147, 26, 0.25); transform: translateX(4px); } .toc-link.active::before { background: white; color: #F7931A; transform: translateY(-50%) scale(1.1); } .toc-link.active:hover { transform: translateX(6px); box-shadow: 0 6px 16px rgba(247, 147, 26, 0.3); } .toc-item[data-level="2"] { padding-left: 0; } .toc-item[data-level="3"] { padding-left: 20px; } .toc-item[data-level="3"] .toc-link { font-size: 0.85rem; padding: 8px 12px 8px 34px; } .toc-item[data-level="3"] .toc-link::before { width: 18px; height: 18px; font-size: 0.65rem; left: 10px; } .toc-item[data-level="4"] { padding-left: 40px; } .toc-item[data-level="4"] .toc-link { font-size: 0.8rem; padding: 7px 10px 7px 32px; opacity: 0.9; } .toc-item[data-level="4"] .toc-link::before { width: 16px; height: 16px; font-size: 0.6rem; left: 10px; } .toc-item[data-level="5"] { padding-left: 60px; } .toc-item[data-level="5"] .toc-link { font-size: 0.75rem; padding: 6px 8px 6px 28px; opacity: 0.8; } .toc-item[data-level="5"] .toc-link::before { width: 14px; height: 14px; font-size: 0.55rem; left: 8px; } .toc-item[data-level="6"] { padding-left: 80px; } .toc-item[data-level="6"] .toc-link { font-size: 0.7rem; padding: 5px 6px 5px 26px; opacity: 0.7; } .toc-item[data-level="6"] .toc-link::before { width: 12px; height: 12px; font-size: 0.5rem; left: 8px; } @media (max-width: 768px) { .toc-container { margin-bottom: 20px; border-radius: 12px; } .toc-header { padding: 14px 16px; } .toc-title { font-size: 0.9rem; } .toc-toggle { width: 28px; height: 28px; } .toc-content { padding: 16px; max-height: 400px; } .toc-link { padding: 8px 12px 8px 32px; font-size: 0.85rem; } .toc-link::before { width: 18px; height: 18px; font-size: 0.65rem; left: 10px; } .toc-item[data-level="3"], .toc-item[data-level="4"], .toc-item[data-level="5"], .toc-item[data-level="6"] { padding-left: 0; } } .back-to-top { position: fixed; bottom: 30px; right: 25px; width: 45px; height: 45px; background-color: #0d6efd; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; cursor: pointer; border: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 0.3s ease; z-index: 9999; } .back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); } .back-to-top:hover { background-color: #0b5ed7; transform: translateY(-3px); } @media (max-width: 767.98px) { .back-to-top { bottom: 20px; right: 20px; width: 40px; height: 40px; } } html { scroll-behavior: smooth; } .price-ticker, .post-card-simple, .category-card-compact, .faq-item, .breadcrumb-nav { will-change: transform; transform: translateZ(0); backface-visibility: hidden; -webkit-font-smoothing: antialiased; } * { animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } img { content-visibility: auto; } .post-card-simple:hover, .category-card-compact:hover { transform: translateY(-4px) translateZ(0); } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } .price-ticker { animation: scroll 30s linear infinite; will-change: transform; transform: translateZ(0); } .price-ticker:hover { animation-play-state: paused; } .post-card-simple, .category-card-compact { contain: layout style paint; } .post-card-simple, .category-card-compact, .faq-item { box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .post-card-simple:hover, .category-card-compact:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.12); } body { text-rendering: optimizeSpeed; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .skeleton-loader { background: linear-gradient( 90deg, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100% ); background-size: 200% 100%; animation: skeleton-loading 1.5s ease-in-out infinite; border-radius: 6px; position: relative; overflow: hidden; } @keyframes skeleton-loading { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } } .skeleton-text { height: 16px; margin-bottom: 8px; border-radius: 4px; } .skeleton-title { height: 28px; width: 60%; margin-bottom: 16px; border-radius: 6px; } .skeleton-image { height: 200px; width: 100%; border-radius: 8px; margin-bottom: 16px; } .skeleton-avatar { width: 48px; height: 48px; border-radius: 50%; } .skeleton-button { height: 40px; width: 120px; border-radius: 6px; } .skeleton-card { background: #fff; border-radius: 12px; padding: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 20px; } .skeleton-card-image { height: 180px; background: linear-gradient( 90deg, #e8e8e8 0%, #f4f4f4 50%, #e8e8e8 100% ); background-size: 200% 100%; animation: skeleton-loading 1.5s ease-in-out infinite; border-radius: 8px; margin-bottom: 16px; } .skeleton-card-title { height: 24px; width: 80%; margin-bottom: 12px; } .skeleton-card-text { height: 14px; margin-bottom: 8px; } .skeleton-card-text:last-child { width: 60%; } .post-card-skeleton { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.08); margin-bottom: 24px; height: 100%; min-height: 380px; } .post-card-skeleton .skeleton-thumb { height: 200px; background: linear-gradient( 90deg, #e8e8e8 0%, #f4f4f4 50%, #e8e8e8 100% ); background-size: 200% 100%; animation: skeleton-loading 1.5s ease-in-out infinite; } .post-card-skeleton .skeleton-body { padding: 20px; } .post-card-skeleton .skeleton-badge { height: 24px; width: 100px; border-radius: 12px; margin-bottom: 12px; } .post-card-skeleton .skeleton-title { height: 22px; width: 90%; margin-bottom: 10px; } .post-card-skeleton .skeleton-title:nth-child(3) { width: 75%; } .post-card-skeleton .skeleton-meta { height: 16px; width: 120px; margin-top: 16px; } .category-card-skeleton { background: #fff; border-radius: 12px; padding: 24px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); margin-bottom: 20px; } .category-card-skeleton .skeleton-icon { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 16px; } .category-card-skeleton .skeleton-name { height: 20px; width: 70%; margin: 0 auto 8px; } .category-card-skeleton .skeleton-count { height: 14px; width: 50%; margin: 0 auto; } .list-item-skeleton { display: flex; gap: 16px; padding: 16px; background: #fff; border-radius: 8px; margin-bottom: 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); } .list-item-skeleton .skeleton-thumb { width: 100px; height: 100px; border-radius: 8px; flex-shrink: 0; } .list-item-skeleton .skeleton-content { flex: 1; } .table-skeleton { width: 100%; } .table-skeleton tbody tr { border-bottom: 1px solid #f0f0f0; } .table-skeleton td { padding: 16px 8px; } .skeleton-table-cell { height: 16px; border-radius: 4px; } .loading-container { min-height: 400px; display: flex; align-items: center; justify-content: center; } .loading-spinner { width: 50px; height: 50px; border: 4px solid #f3f3f3; border-top: 4px solid #007bff; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .content-loaded .skeleton-wrapper { display: none; } .content-loaded .actual-content { display: block; } .actual-content { display: none; } .skeleton-shimmer { position: relative; overflow: hidden; background: #f0f0f0; } .skeleton-shimmer::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.6), transparent ); animation: shimmer 2s infinite; } @keyframes shimmer { 0% { left: -100%; } 100% { left: 100%; } } @media (prefers-color-scheme: dark) { .skeleton-loader { background: linear-gradient( 90deg, #2a2a2a 0%, #353535 50%, #2a2a2a 100% ); } .skeleton-card, .post-card-skeleton, .category-card-skeleton { background: #1a1a1a; box-shadow: 0 2px 8px rgba(0,0,0,0.3); } } @media (max-width: 768px) { .post-card-skeleton { min-height: 350px; } .post-card-skeleton .skeleton-thumb { height: 160px; } .list-item-skeleton .skeleton-thumb { width: 80px; height: 80px; } } [data-aos] { pointer-events: auto !important; opacity: 1 !important; transform: none !important; } * { transition-duration: 0.2s !important; } .post-card-simple:hover, .category-card-compact:hover { transform: translateY(-2px) !important; transition: transform 0.2s ease !important; } .post-card-simple, .category-card-compact { transition: box-shadow 0.2s ease !important; } @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } } 