        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #f8f9fa;
            max-width: 100%;
            overflow-x: hidden;
        }
        img { max-width: 100%; height: auto; display: block; }
        h1, h2, h3, h4 { color: #1a365d; margin-bottom: 1rem; font-weight: 700; line-height: 1.2; }
        h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); margin-top: 1.5rem; }
        h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); border-left: 5px solid #e53e3e; padding-left: 1rem; margin-top: 2.5rem; }
        h3 { font-size: clamp(1.4rem, 3vw, 1.9rem); color: #2d3748; margin-top: 2rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        a { color: #3182ce; text-decoration: none; transition: color 0.3s ease; }
        a:hover { color: #e53e3e; text-decoration: underline; }
        strong { color: #2d3748; }
        em { font-style: italic; color: #4a5568; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .content-main { display: grid; grid-template-columns: 1fr 300px; gap: 40px; margin: 30px 0; }
        @media (max-width: 992px) { .content-main { grid-template-columns: 1fr; } }
        .site-header { background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%); color: white; padding: 1rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-size: 1.8rem; font-weight: 800; color: white; display: flex; align-items: center; }
        .logo-icon { color: #e53e3e; margin-right: 10px; font-size: 2rem; }
        .nav-desktop { display: flex; gap: 2rem; }
        .nav-desktop a { color: #cbd5e0; font-weight: 600; padding: 0.5rem 0; }
        .nav-desktop a:hover { color: white; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .hamburger { display: block; }
            .nav-mobile { display: none; flex-direction: column; background: #2d3748; position: absolute; top: 100%; left: 0; width: 100%; padding: 1rem; box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
            .nav-mobile.active { display: flex; }
            .nav-mobile a { color: #cbd5e0; padding: 0.8rem 0; border-bottom: 1px solid #4a5568; }
        }
        .breadcrumb { padding: 1rem 0; background-color: #edf2f7; font-size: 0.95rem; }
        .breadcrumb a { color: #4a5568; }
        .breadcrumb span { color: #718096; }
        .hero { background: linear-gradient(rgba(26, 54, 93, 0.9), rgba(45, 55, 72, 0.9)), url('https://images.unsplash.com/photo-1626248801379-51a0748a5f96?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat; color: white; padding: 4rem 1rem; text-align: center; border-radius: 10px; margin: 2rem 0; }
        .hero h1 { color: white; margin-top: 0; }
        .hero p { font-size: 1.3rem; max-width: 800px; margin: 0 auto 2rem; color: #e2e8f0; }
        .search-box { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin: 2rem 0; }
        .search-form { display: flex; }
        .search-input { flex-grow: 1; padding: 15px; border: 2px solid #cbd5e0; border-radius: 8px 0 0 8px; font-size: 1rem; }
        .search-btn { background: #e53e3e; color: white; border: none; padding: 0 25px; border-radius: 0 8px 8px 0; cursor: pointer; font-size: 1.1rem; transition: background 0.3s; }
        .search-btn:hover { background: #c53030; }
        .article-content { background: white; padding: 2.5rem; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
        .intro-text { font-size: 1.2rem; color: #4a5568; border-left: 4px solid #3182ce; padding-left: 1.5rem; margin: 2rem 0; }
        .highlight-box { background: #fef3c7; border-left: 5px solid #d97706; padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .match-schedule { width: 100%; border-collapse: collapse; margin: 2rem 0; box-shadow: 0 0 10px rgba(0,0,0,0.05); }
        .match-schedule th { background: #1a365d; color: white; padding: 1rem; text-align: left; }
        .match-schedule td { padding: 1rem; border-bottom: 1px solid #e2e8f0; }
        .match-schedule tr:hover { background: #f7fafc; }
        .feature-img { width: 100%; border-radius: 10px; margin: 2rem 0; border: 5px solid #e2e8f0; }
        .link-list { background: #f7fafc; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; }
        .link-list ul { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 10px; }
        .link-list li { padding: 0.5rem 0; }
        .quote { font-style: italic; color: #4a5568; border-left: 4px solid #a0aec0; padding-left: 1.5rem; margin: 2rem 0; font-size: 1.2rem; }
        .sidebar { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); align-self: start; position: sticky; top: 120px; }
        .sidebar-widget { margin-bottom: 2.5rem; }
        .sidebar-widget h3 { font-size: 1.4rem; border-bottom: 2px solid #e53e3e; padding-bottom: 0.5rem; }
        .user-interaction { background: white; padding: 2.5rem; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); margin-top: 3rem; }
        .rating-widget { text-align: center; margin-bottom: 2rem; }
        .stars { font-size: 2rem; color: #cbd5e0; cursor: pointer; margin: 1rem 0; }
        .stars .selected { color: #f6ad55; }
        .comment-form textarea, .comment-form input { width: 100%; padding: 15px; margin-bottom: 1rem; border: 1px solid #cbd5e0; border-radius: 8px; font-family: inherit; }
        .submit-btn { background: #3182ce; color: white; padding: 12px 30px; border: none; border-radius: 8px; cursor: pointer; font-weight: 600; transition: background 0.3s; }
        .submit-btn:hover { background: #2c5282; }
        .site-footer { background: #1a365d; color: #cbd5e0; padding: 3rem 0 1.5rem; margin-top: 4rem; }
        .footer-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; }
        .footer-section { flex: 1; min-width: 250px; }
        .footer-section h4 { color: white; margin-bottom: 1.5rem; font-size: 1.3rem; }
        friend-link { display: block; margin-bottom: 0.8rem; }
        friend-link a { color: #90cdf4; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #2d3748; color: #a0aec0; font-size: 0.9rem; width: 100%; }
        .text-center { text-align: center; }
        .mb-3 { margin-bottom: 1.5rem; }
        .mt-3 { margin-top: 1.5rem; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .tag { display: inline-block; background: #e2e8f0; color: #4a5568; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.9rem; margin-right: 0.5rem; margin-bottom: 0.5rem; }
