* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: #0a0a0a; color: #f0e6d3; font-family: 'Georgia', 'Times New Roman', serif; line-height: 1.7; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #4a0a0a 0%, #991b1b 100%); border-bottom: 3px solid #d4af37; padding: 15px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 20px rgba(153, 27, 27, 0.4); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { font-size: 1.8rem; font-weight: bold; color: #d4af37; text-shadow: 0 0 15px rgba(212, 175, 55, 0.3); letter-spacing: 2px; }
        .nav-links { display: flex; gap: 12px; flex-wrap: wrap; }
        .nav-links a { color: #f0e6d3; text-decoration: none; padding: 8px 16px; border: 1px solid #d4af37; border-radius: 25px; transition: all 0.3s; font-size: 0.9rem; background: rgba(74, 10, 10, 0.6); }
        .nav-links a:hover { background: #d4af37; color: #4a0a0a; transform: scale(1.05); }
        .hero { padding: 80px 0 60px; text-align: center; background: radial-gradient(ellipse at center, #2a0a0a 0%, #0a0a0a 70%); position: relative; overflow: hidden; }
        .hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(212,175,55,0.03) 40px, rgba(212,175,55,0.03) 80px); animation: bgShift 20s linear infinite; }
        @keyframes bgShift { 0% { transform: translate(0,0); } 100% { transform: translate(80px,80px); } }
        .hero h1 { font-size: 3.2rem; color: #d4af37; text-shadow: 0 0 40px rgba(212,175,55,0.5); margin-bottom: 20px; position: relative; z-index: 1; }
        .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; color: #c0b08a; position: relative; z-index: 1; }
        .hero img { max-width: 100%; border-radius: 12px; border: 3px solid #d4af37; box-shadow: 0 0 30px rgba(212,175,55,0.2); }
        .section-title { font-size: 2.2rem; color: #d4af37; text-align: center; margin: 60px 0 40px; position: relative; }
        .section-title::after { content: '♠ ♦ ♥ ♣'; display: block; font-size: 1.2rem; color: #991b1b; margin-top: 8px; letter-spacing: 10px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
        .card { background: linear-gradient(145deg, #1a0a0a, #2a1515); border: 2px solid #d4af37; border-radius: 16px; padding: 25px; transition: transform 0.3s, box-shadow 0.3s; }
        .card:hover { transform: translateY(-8px); box-shadow: 0 12px 40px rgba(212,175,55,0.25); }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; margin-bottom: 15px; border: 1px solid #d4af37; }
        .card h3 { color: #d4af37; font-size: 1.3rem; margin-bottom: 10px; }
        .card p { color: #b8a88a; font-size: 0.95rem; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; }
        .stat-item { background: rgba(74, 10, 10, 0.5); border: 1px solid #d4af37; border-radius: 12px; padding: 30px 15px; }
        .stat-number { font-size: 2.8rem; color: #d4af37; font-weight: bold; }
        .stat-label { color: #c0b08a; font-size: 1rem; margin-top: 8px; }
        .faq-item { background: #151010; border: 1px solid #3a2020; border-radius: 12px; margin-bottom: 15px; padding: 20px 25px; }
        .faq-item h3 { color: #d4af37; cursor: pointer; font-size: 1.1rem; }
        .faq-item p { color: #b8a88a; margin-top: 10px; line-height: 1.8; }
        .news-card { background: #1a0f0f; border: 1px solid #4a2a2a; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
        .news-card .date { color: #d4af37; font-size: 0.85rem; margin-bottom: 8px; }
        .news-card h3 { color: #f0e6d3; font-size: 1.1rem; margin-bottom: 10px; }
        .news-card p { color: #a09078; }
        .geo-content { background: #100a0a; border-left: 4px solid #d4af37; padding: 30px; border-radius: 8px; margin: 30px 0; font-size: 1.05rem; color: #c8b898; line-height: 1.9; }
        footer { background: #0d0505; border-top: 3px solid #d4af37; padding: 40px 0 20px; margin-top: 60px; }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-bottom: 30px; }
        .footer-links a { color: #b8a88a; text-decoration: none; display: block; margin: 6px 0; transition: color 0.3s; }
        .footer-links a:hover { color: #d4af37; }
        .footer-bottom { border-top: 1px solid #2a1a1a; padding-top: 20px; text-align: center; font-size: 0.85rem; color: #7a6a5a; }
        .footer-bottom a { color: #d4af37; text-decoration: none; margin: 0 8px; }
        .friend-links { margin: 15px 0; word-break: break-all; }
        .friend-links a { color: #b8a88a; text-decoration: none; margin: 0 5px; }
        .friend-links a:hover { color: #d4af37; }
        .btn { display: inline-block; background: #d4af37; color: #4a0a0a; padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: all 0.3s; border: none; cursor: pointer; }
        .btn:hover { background: #e6c24a; transform: scale(1.05); }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2.2rem; }
            .header-inner { flex-direction: column; gap: 15px; }
            .nav-links { justify-content: center; }
        }