        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body { background-color: #0a192f; color: #ccd6f6; line-height: 1.7; overflow-x: hidden; }
        .site-header { background: linear-gradient(135deg, #1a3a5f 0%, #0a192f 100%); padding: 1rem 2rem; border-bottom: 3px solid #64ffda; position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; }
        .my-logo { font-size: 2.2rem; font-weight: 800; text-decoration: none; background: linear-gradient(90deg, #64ffda, #00b4d8); -webkit-background-clip: text; background-clip: text; color: transparent; text-transform: uppercase; letter-spacing: 2px; transition: transform 0.3s; }
        .my-logo:hover { transform: scale(1.05); }
        .main-nav ul { display: flex; list-style: none; gap: 2rem; }
        .main-nav a { color: #8892b0; text-decoration: none; font-weight: 600; padding: 0.5rem 1rem; border-radius: 4px; transition: all 0.3s ease; }
        .main-nav a:hover, .main-nav a.active { color: #64ffda; background-color: rgba(100, 255, 218, 0.1); }
        .hamburger { display: none; font-size: 1.8rem; color: #64ffda; cursor: pointer; background: none; border: none; }
        .breadcrumb { background-color: #112240; padding: 1rem 2rem; font-size: 0.9rem; }
        .breadcrumb a { color: #64ffda; text-decoration: none; }
        .breadcrumb span { color: #8892b0; }
        .search-container { background-color: #112240; padding: 2rem; text-align: center; margin: 2rem auto; border-radius: 10px; max-width: 800px; }
        .search-box { display: flex; max-width: 600px; margin: 0 auto; }
        .search-box input { flex-grow: 1; padding: 1rem; border: 2px solid #233554; border-radius: 5px 0 0 5px; background: #0a192f; color: #ccd6f6; font-size: 1rem; }
        .search-box button { background-color: #64ffda; color: #0a192f; border: none; padding: 1rem 1.5rem; border-radius: 0 5px 5px 0; cursor: pointer; font-weight: bold; transition: background 0.3s; }
        .search-box button:hover { background-color: #52d1b2; }
        .container { max-width: 1200px; margin: 2rem auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 300px; gap: 3rem; }
        @media (max-width: 992px) { .container { grid-template-columns: 1fr; } }
        .main-content h1 { font-size: 3rem; color: #64ffda; margin-bottom: 1.5rem; line-height: 1.2; }
        .main-content h2 { font-size: 2.2rem; color: #ccd6f6; margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #233554; }
        .main-content h3 { font-size: 1.7rem; color: #8892b0; margin: 2rem 0 1rem; }
        .main-content h4 { font-size: 1.3rem; color: #a8b2d1; margin: 1.5rem 0 0.8rem; }
        .main-content p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
        .main-content strong { color: #64ffda; font-weight: 700; }
        .main-content em { color: #a8b2d1; }
        .main-content ul, .main-content ol { margin-left: 2rem; margin-bottom: 1.5rem; }
        .main-content a { color: #00b4d8; text-decoration: none; border-bottom: 1px dotted #00b4d8; transition: color 0.3s; }
        .main-content a:hover { color: #64ffda; }
        .article-meta { display: flex; justify-content: space-between; align-items: center; background-color: #112240; padding: 1rem; border-radius: 8px; margin-bottom: 2rem; font-size: 0.95rem; color: #8892b0; }
        .update-time { color: #64ffda; }
        .featured-image { width: 100%; border-radius: 10px; border: 3px solid #233554; margin: 2rem 0; transition: transform 0.5s; }
        .featured-image:hover { transform: scale(1.01); }
        .gameplay-tip { background: linear-gradient(90deg, #112240, #1a3a5f); padding: 1.5rem; border-left: 5px solid #64ffda; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .sidebar { background-color: #112240; padding: 1.5rem; border-radius: 10px; height: fit-content; }
        .sidebar-widget { margin-bottom: 2rem; }
        .sidebar-widget h3 { color: #64ffda; margin-bottom: 1rem; font-size: 1.3rem; }
        .link-list { list-style: none; }
        .link-list li { margin-bottom: 0.8rem; padding-bottom: 0.8rem; border-bottom: 1px solid #233554; }
        .link-list a { color: #ccd6f6; text-decoration: none; transition: color 0.3s; display: block; }
        .link-list a:hover { color: #64ffda; padding-left: 5px; }
        .interactive-section { background-color: #112240; padding: 2rem; border-radius: 10px; margin: 3rem 0; }
        .interactive-section h2 { color: #64ffda; margin-top: 0; }
        .form-group { margin-bottom: 1.5rem; }
        .form-group label { display: block; margin-bottom: 0.5rem; color: #a8b2d1; font-weight: 600; }
        .form-control { width: 100%; padding: 0.8rem; background-color: #0a192f; border: 1px solid #233554; border-radius: 5px; color: #ccd6f6; font-size: 1rem; }
        textarea.form-control { min-height: 150px; resize: vertical; }
        .star-rating { display: flex; gap: 0.5rem; font-size: 1.8rem; direction: rtl; }
        .star-rating input { display: none; }
        .star-rating label { color: #233554; cursor: pointer; }
        .star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked ~ label { color: #ffd700; }
        .submit-btn { background-color: #64ffda; color: #0a192f; padding: 1rem 2rem; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; transition: background 0.3s; }
        .submit-btn:hover { background-color: #52d1b2; }
        .site-footer { background-color: #020c1b; padding: 3rem 2rem 1rem; margin-top: 4rem; border-top: 3px solid #64ffda; }
        .footer-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
        .footer-widget h3 { color: #64ffda; margin-bottom: 1.5rem; }
        friend-link { display: block; margin-bottom: 0.8rem; }
        friend-link a { color: #8892b0; text-decoration: none; transition: color 0.3s; }
        friend-link a:hover { color: #64ffda; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #233554; color: #8892b0; font-size: 0.9rem; }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .main-nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background-color: #112240; padding: 1rem; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
            .main-nav.active ul { display: flex; }
            .header-container { flex-wrap: wrap; }
            .main-content h1 { font-size: 2.2rem; }
            .main-content h2 { font-size: 1.8rem; }
        }
        .fade-in { animation: fadeIn 1s ease-out; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
        .pulse { animation: pulse 2s infinite; }
        @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(100, 255, 218, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(100, 255, 218, 0); } 100% { box-shadow: 0 0 0 0 rgba(100, 255, 218, 0); } }
