        * { 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;
        }
        a { color: #4a6fa5; text-decoration: none; transition: color 0.3s ease; }
        a:hover { color: #ff6b6b; }
        img { max-width: 100%; height: auto; display: block; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        h1, h2, h3, h4 { color: #2c3e50; margin-bottom: 1rem; font-weight: 700; line-height: 1.3; }
        h1 { font-size: 2.8rem; margin-top: 1.5rem; }
        h2 { font-size: 2.2rem; border-left: 5px solid #ff6b6b; padding-left: 15px; margin-top: 2.5rem; }
        h3 { font-size: 1.8rem; margin-top: 2rem; color: #4a6fa5; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        strong { color: #2c3e50; }
        em { color: #666; }
        header { background: linear-gradient(135deg, #2c3e50 0%, #4a6fa5 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: 2.2rem; font-weight: 800; color: white; text-transform: uppercase; letter-spacing: 1px; display: flex; align-items: center; }
        .logo i { margin-right: 10px; color: #ffd166; }
        nav { display: flex; align-items: center; }
        .nav-links { display: flex; list-style: none; }
        .nav-links li { margin-left: 2rem; }
        .nav-links a { color: white; font-weight: 600; font-size: 1.05rem; padding: 5px 0; position: relative; }
        .nav-links a:after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 0; background-color: #ffd166; transition: width 0.3s ease; }
        .nav-links a:hover:after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: white; }
        .breadcrumb { background-color: #e9ecef; padding: 12px 20px; border-radius: 5px; margin: 1rem auto; font-size: 0.95rem; }
        .breadcrumb a { color: #4a6fa5; }
        .breadcrumb a:hover { text-decoration: underline; }
        .search-box { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin: 2rem auto; }
        .search-box form { display: flex; max-width: 600px; margin: 0 auto; }
        .search-box input { flex-grow: 1; padding: 15px; border: 2px solid #ddd; border-radius: 50px 0 0 50px; font-size: 1rem; outline: none; }
        .search-box button { background: #ff6b6b; color: white; border: none; border-radius: 0 50px 50px 0; padding: 0 30px; cursor: pointer; font-size: 1rem; font-weight: 600; transition: background 0.3s ease; }
        .search-box button:hover { background: #ff5252; }
        main { padding: 2rem 0; background: white; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); margin-bottom: 2rem; }
        .article-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px dashed #ddd; color: #666; font-size: 0.95rem; }
        .article-meta i { margin-right: 5px; color: #4a6fa5; }
        .content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 40px; }
        .article-content { line-height: 1.8; }
        .highlight-box { background: linear-gradient(to right, #e3f2fd, #f3e5f5); padding: 25px; border-radius: 10px; border-left: 5px solid #4a6fa5; margin: 2rem 0; }
        .game-list { list-style: none; }
        .game-list li { padding: 15px; margin-bottom: 15px; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #ffd166; }
        .image-container { margin: 2.5rem 0; text-align: center; }
        .image-container img { border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); margin: 0 auto; border: 1px solid #eee; }
        .image-caption { font-style: italic; color: #666; margin-top: 10px; font-size: 0.9rem; }
        aside { background: #f8f9fa; padding: 25px; border-radius: 10px; height: fit-content; }
        .sidebar-widget { margin-bottom: 2rem; }
        .sidebar-widget h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #2c3e50; border-bottom: 2px solid #ffd166; padding-bottom: 8px; }
        .sidebar-links { list-style: none; }
        .sidebar-links li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #ddd; }
        .sidebar-links a { display: block; padding: 8px 5px; border-radius: 5px; transition: all 0.3s ease; }
        .sidebar-links a:hover { background-color: #e9ecef; padding-left: 10px; }
        .interaction-section { background: #f1f8ff; padding: 30px; border-radius: 10px; margin: 3rem 0; }
        .interaction-section h2 { border-left-color: #4a6fa5; }
        .form-group { margin-bottom: 1.5rem; }
        label { display: block; margin-bottom: 8px; font-weight: 600; color: #2c3e50; }
        input, textarea, select { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 5px; font-family: inherit; font-size: 1rem; }
        textarea { min-height: 150px; resize: vertical; }
        .star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; font-size: 2rem; color: #ddd; cursor: pointer; }
        .star-rating input { display: none; }
        .star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked ~ label { color: #ffd700; }
        .btn-submit { background: #4a6fa5; color: white; border: none; padding: 15px 30px; border-radius: 5px; cursor: pointer; font-size: 1.1rem; font-weight: 600; transition: background 0.3s ease; }
        .btn-submit:hover { background: #3a5a80; }
        .footer-links { background: #2c3e50; padding: 40px 20px; margin-top: 3rem; }
        .web-link { display: inline-block; background: #34495e; color: #ecf0f1; padding: 12px 20px; margin: 8px; border-radius: 5px; transition: all 0.3s ease; }
        .web-link:hover { background: #4a6fa5; transform: translateY(-3px); }
        footer { background: #1a252f; color: #bdc3c7; text-align: center; padding: 30px 20px; }
        .copyright { margin-top: 1rem; font-size: 0.9rem; }
        @media (max-width: 992px) {
            .content-wrapper { grid-template-columns: 1fr; }
            aside { order: -1; }
        }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .header-container { flex-wrap: wrap; }
            .nav-links { display: none; flex-direction: column; width: 100%; margin-top: 1rem; }
            .nav-links.active { display: flex; }
            .nav-links li { margin: 0.8rem 0; margin-left: 0; }
            .hamburger { display: block; }
            .article-meta { flex-direction: column; align-items: flex-start; gap: 10px; }
            .search-box form { flex-direction: column; }
            .search-box input, .search-box button { border-radius: 50px; width: 100%; margin-bottom: 10px; }
        }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        main, .search-box, .interaction-section { animation: fadeIn 0.8s ease-out; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .divider { height: 1px; background: linear-gradient(to right, transparent, #ddd, transparent); margin: 2.5rem 0; }
