        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.8;
            color: #333;
            background: #f8f9fa;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        img { max-width: 100%; height: auto; display: block; }
        h1 { font-size: 2.8rem; margin: 1.5rem 0; color: #0d3c61; line-height: 1.2; }
        h2 { font-size: 2.2rem; margin: 2.5rem 0 1rem; color: #1a5a8c; border-bottom: 2px solid #e63946; padding-bottom: 0.5rem; }
        h3 { font-size: 1.8rem; margin: 2rem 0 0.8rem; color: #2a7ab8; }
        h4 { font-size: 1.4rem; margin: 1.5rem 0 0.5rem; color: #4682b4; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        a { color: #e63946; text-decoration: none; transition: color 0.3s; }
        a:hover { color: #a31621; text-decoration: underline; }
        strong { color: #0d3c61; }
        em { font-style: italic; color: #555; }
        .site-header { background: #0d3c61; color: white; padding: 1.5rem 0; border-radius: 0 0 10px 10px; margin-bottom: 2rem; }
        .header-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .my-logo { font-size: 2.5rem; font-weight: 800; color: #f1faee; text-transform: uppercase; letter-spacing: 2px; }
        .my-logo a { color: inherit; text-decoration: none; }
        .my-logo a:hover { color: #e63946; }
        .main-nav ul { display: flex; list-style: none; gap: 2rem; }
        .main-nav a { color: #f1faee; font-weight: 500; padding: 0.5rem 1rem; border-radius: 5px; }
        .main-nav a:hover { background: rgba(255,255,255,0.1); text-decoration: none; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; }
        .breadcrumb { padding: 1rem 0; font-size: 0.9rem; color: #666; }
        .breadcrumb a { color: #666; }
        .breadcrumb a:hover { color: #e63946; }
        .search-container { background: #e9ecef; padding: 1.5rem; border-radius: 10px; margin: 2rem 0; text-align: center; }
        .search-form { display: flex; max-width: 600px; margin: 0 auto; }
        .search-input { flex-grow: 1; padding: 0.8rem 1rem; border: 2px solid #ccc; border-radius: 5px 0 0 5px; font-size: 1rem; }
        .search-button { background: #e63946; color: white; border: none; padding: 0.8rem 1.5rem; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 1rem; transition: background 0.3s; }
        .search-button:hover { background: #a31621; }
        .article-container { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin: 2rem 0; }
        @media (max-width: 992px) { .article-container { grid-template-columns: 1fr; } }
        .article-meta { color: #666; font-size: 0.95rem; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid #ddd; }
        .article-image { margin: 2rem 0; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
        .article-image img { width: 100%; }
        .article-content { background: white; padding: 2.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .highlight-box { background: #f1faee; border-left: 5px solid #e63946; padding: 1.5rem; margin: 2rem 0; border-radius: 0 5px 5px 0; }
        .sidebar { background: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .sidebar h3 { color: #0d3c61; font-size: 1.5rem; margin-top: 0; }
        .related-links { list-style: none; }
        .related-links li { margin-bottom: 0.8rem; padding-bottom: 0.8rem; border-bottom: 1px dashed #ddd; }
        .related-links a { color: #2a7ab8; display: block; }
        .related-links a:hover { color: #e63946; padding-left: 5px; }
        .user-feedback { background: white; padding: 2rem; border-radius: 10px; margin: 3rem 0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .rating-section, .comment-section { margin-bottom: 2.5rem; }
        .star-rating { display: flex; gap: 0.5rem; margin: 1rem 0; font-size: 1.8rem; color: #ffc107; cursor: pointer; }
        .star-rating span:hover, .star-rating span:hover ~ span { color: #ff9800; }
        .comment-form textarea { width: 100%; padding: 1rem; border: 2px solid #ccc; border-radius: 5px; font-family: inherit; font-size: 1rem; margin-bottom: 1rem; resize: vertical; min-height: 120px; }
        .submit-button { background: #0d3c61; color: white; border: none; padding: 0.8rem 2rem; border-radius: 5px; cursor: pointer; font-size: 1rem; transition: background 0.3s; }
        .submit-button:hover { background: #e63946; }
        .site-footer { background: #0d3c61; color: #f1faee; padding: 3rem 0 1.5rem; margin-top: 4rem; border-radius: 10px 10px 0 0; }
        .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
        friend-link { display: block; margin-bottom: 0.5rem; }
        friend-link a { color: #a8dadc; }
        friend-link a:hover { color: #e63946; }
        .copyright { text-align: center; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; color: #ccc; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .header-container { flex-direction: column; align-items: flex-start; }
            .main-nav { width: 100%; margin-top: 1rem; display: none; }
            .main-nav.active { display: block; }
            .main-nav ul { flex-direction: column; gap: 0; }
            .main-nav li { width: 100%; }
            .main-nav a { display: block; padding: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
            .hamburger { display: block; }
            .article-content { padding: 1.5rem; }
        }
.fa { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
        .fa-search:before { content: "\f002"; }
        .fa-bars:before { content: "\f0c9"; }
        .fa-star:before { content: "\f005"; }
        .fa-clock:before { content: "\f017"; }
        .fa-football-ball:before { content: "\f44e"; }
        .fa-user:before { content: "\f007"; }
