        * { 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.8;
            color: #333;
            background: linear-gradient(135deg, #0c1a2d 0%, #1a3a5f 100%);
            color: #e0e0e0;
            min-height: 100vh;
        }
        a { color: #4dabf7; text-decoration: none; transition: color 0.3s, transform 0.2s; }
        a:hover { color: #a5d8ff; transform: translateY(-1px); }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(10, 25, 47, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; padding: 1rem 0; border-bottom: 2px solid #1e88e5; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Orbitron', sans-serif; font-size: 2.2rem; font-weight: 800; background: linear-gradient(90deg, #1e88e5, #00e5ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 15px rgba(30, 136, 229, 0.5); }
        .my-logo:hover { transform: scale(1.05); }
        nav ul { display: flex; list-style: none; gap: 2rem; }
        nav a { font-weight: 600; padding: 0.5rem 1rem; border-radius: 5px; }
        nav a:hover { background: rgba(30, 136, 229, 0.2); }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #1e88e5; }
        .breadcrumb { padding: 1rem 0; font-size: 0.9rem; color: #aaa; }
        .breadcrumb a { color: #aaa; }
        .breadcrumb a:hover { color: #fff; }
        main { padding: 2rem 0; background: rgba(255, 255, 255, 0.02); border-radius: 10px; margin-top: 1rem; }
        article { max-width: 900px; margin: 0 auto; padding: 2rem; background: rgba(18, 35, 58, 0.7); border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
        h1 { font-size: 3.2rem; margin-bottom: 1.5rem; color: #00e5ff; text-align: center; line-height: 1.2; border-bottom: 3px solid #1e88e5; padding-bottom: 1rem; }
        h2 { font-size: 2.2rem; margin: 2.5rem 0 1.2rem; color: #4dabf7; padding-left: 10px; border-left: 5px solid #00e5ff; }
        h3 { font-size: 1.8rem; margin: 2rem 0 1rem; color: #a5d8ff; }
        h4 { font-size: 1.4rem; margin: 1.5rem 0 0.8rem; color: #ccd9ff; }
        p { margin-bottom: 1.5rem; text-align: justify; font-size: 1.1rem; }
        .highlight { background: rgba(30, 136, 229, 0.15); border-left: 4px solid #1e88e5; padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .game-img { width: 80%; margin: 2.5rem auto; border-radius: 10px; overflow: hidden; border: 3px solid #1e88e5; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7); }
        .caption { text-align: center; font-style: italic; color: #aaa; margin-top: 0.5rem; font-size: 0.95rem; }
        .link-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem; margin: 2rem 0; }
        .link-card { background: rgba(255, 255, 255, 0.05); padding: 1.2rem; border-radius: 8px; transition: all 0.3s; border: 1px solid #2d4a6e; }
        .link-card:hover { background: rgba(30, 136, 229, 0.15); border-color: #1e88e5; transform: translateY(-5px); }
        .search-box, .comment-form, .rating-form { background: rgba(30, 136, 229, 0.1); padding: 2rem; border-radius: 10px; margin: 3rem 0; border: 1px solid #2d4a6e; }
        .search-box h3, .comment-form h3, .rating-form h3 { margin-top: 0; }
        form { display: flex; flex-direction: column; gap: 1rem; }
        input, textarea, select { padding: 0.8rem 1rem; border-radius: 5px; border: 1px solid #2d4a6e; background: rgba(10, 25, 47, 0.8); color: #fff; font-size: 1rem; }
        input:focus, textarea:focus, select:focus { outline: none; border-color: #00e5ff; box-shadow: 0 0 0 2px rgba(0, 229, 255, 0.2); }
        button { padding: 0.9rem 2rem; background: linear-gradient(90deg, #1e88e5, #00b0ff); color: white; border: none; border-radius: 5px; font-weight: bold; cursor: pointer; transition: all 0.3s; }
        button:hover { background: linear-gradient(90deg, #00b0ff, #1e88e5); transform: scale(1.05); box-shadow: 0 5px 15px rgba(30, 136, 229, 0.4); }
        .stars { display: flex; gap: 0.5rem; margin: 1rem 0; }
        .star { font-size: 2rem; color: #555; cursor: pointer; transition: color 0.2s; }
        .star:hover, .star.active { color: #ffd700; }
        footer { background: rgba(10, 25, 47, 0.98); padding: 3rem 0 1.5rem; margin-top: 4rem; border-top: 2px solid #1e88e5; }
        friend-link { display: block; background: rgba(255, 255, 255, 0.03); padding: 1rem; border-radius: 5px; margin: 1rem 0; text-align: center; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; margin-bottom: 2rem; }
        .copyright { text-align: center; color: #777; font-size: 0.9rem; padding-top: 1.5rem; border-top: 1px solid #2d4a6e; }
        @media (max-width: 768px) {
            .header-content { flex-wrap: wrap; }
            nav ul { display: none; flex-direction: column; width: 100%; background: rgba(10, 25, 47, 0.98); position: absolute; top: 100%; left: 0; padding: 1rem; gap: 0; }
            nav ul.active { display: flex; }
            nav li { width: 100%; }
            nav a { display: block; padding: 1rem; text-align: center; border-bottom: 1px solid #2d4a6e; }
            .hamburger { display: block; }
            h1 { font-size: 2.5rem; }
            h2 { font-size: 2rem; }
            article { padding: 1.5rem; }
            .link-list { grid-template-columns: 1fr; }
            .game-img { width: 100%; }
        }
