        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #f5f7fb;
            color: #1e293b;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #0f3b5e;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #f59e0b;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #0c2742;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.2rem;
            margin-top: 0.6rem;
        }
        h2 {
            font-size: 1.7rem;
            border-left: 5px solid #f59e0b;
            padding-left: 0.8rem;
        }
        h3 {
            font-size: 1.3rem;
            color: #1e3a5f;
        }
        h4 {
            font-size: 1.1rem;
            color: #2c4a6e;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        strong {
            color: #0c2742;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
            border-radius: 24px;
            padding: 1.2rem 1.8rem 2rem;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 0 0.6rem;
            border-bottom: 2px solid #e9edf4;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            background: linear-gradient(135deg, #0f3b5e, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f59e0b;
            font-size: 2rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #64748b;
            font-weight: 400;
            display: block;
            letter-spacing: 0.3px;
        }
        .nav-wrap {
            display: flex;
            align-items: center;
            gap: 1.2rem;
        }
        nav#main-nav ul {
            display: flex;
            list-style: none;
            gap: 0.3rem;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
        }
        nav#main-nav ul li a {
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.9rem;
            color: #1e293b;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        nav#main-nav ul li a:hover,
        nav#main-nav ul li a.active {
            background: #0f3b5e;
            color: #fff;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #0f3b5e;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.8rem 0 0.2rem;
            margin: 0 0 0.6rem;
            font-size: 0.85rem;
            color: #64748b;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin: 0 0.6rem;
            color: #94a3b8;
        }
        .breadcrumb a {
            color: #0f3b5e;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .current {
            color: #f59e0b;
            font-weight: 600;
        }
        .search-box {
            display: flex;
            max-width: 500px;
            margin: 1.5rem 0 2rem;
            border-radius: 60px;
            overflow: hidden;
            border: 2px solid #e2e8f0;
            background: #fff;
            transition: 0.2s;
        }
        .search-box:focus-within {
            border-color: #f59e0b;
            box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
        }
        .search-box input {
            flex: 1;
            border: none;
            padding: 0.8rem 1.2rem;
            font-size: 1rem;
            outline: none;
            background: transparent;
        }
        .search-box button {
            background: #0f3b5e;
            color: #fff;
            border: none;
            padding: 0.8rem 1.6rem;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 600;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-box button:hover {
            background: #f59e0b;
        }
        .game-hero {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            background: linear-gradient(135deg, #f8fafc, #eef2f7);
            border-radius: 20px;
            padding: 1.8rem 2rem;
            margin: 1.2rem 0 2rem;
            align-items: center;
        }
        .game-hero .hero-text h1 {
            font-size: 2rem;
            margin-top: 0;
        }
        .game-hero .hero-text .badge {
            display: inline-block;
            background: #f59e0b;
            color: #fff;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 0.6rem;
        }
        .game-hero .hero-img {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .game-hero .hero-img img {
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
            max-height: 260px;
            width: 100%;
            object-fit: cover;
        }
        .play-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            background: #f59e0b;
            color: #fff;
            padding: 0.7rem 2rem;
            border-radius: 60px;
            font-weight: 700;
            font-size: 1.05rem;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            margin-top: 0.6rem;
        }
        .play-btn:hover {
            background: #d97706;
            transform: translateY(-2px);
            color: #fff;
        }
        .rating-wrap {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem 1.5rem;
            padding: 1.2rem 0;
            margin: 0.5rem 0 0.8rem;
            border-top: 1px solid #e9edf4;
            border-bottom: 1px solid #e9edf4;
        }
        .stars {
            display: flex;
            gap: 0.2rem;
            font-size: 1.6rem;
            cursor: pointer;
            color: #d1d5db;
            transition: 0.1s;
        }
        .stars i {
            transition: 0.1s;
        }
        .stars i.active,
        .stars i.hovered {
            color: #f59e0b;
        }
        .rating-avg {
            font-weight: 700;
            font-size: 1.2rem;
            color: #0f3b5e;
        }
        .rating-count {
            color: #64748b;
            font-size: 0.9rem;
        }
        .comment-section {
            background: #f8fafc;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            margin: 2rem 0;
        }
        .comment-section h3 {
            margin-top: 0;
        }
        .comment-form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin: 1rem 0 1.6rem;
        }
        .comment-form input,
        .comment-form textarea {
            padding: 0.8rem 1rem;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            outline: none;
            transition: 0.2s;
            background: #fff;
        }
        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: #f59e0b;
            box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
        }
        .comment-form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .comment-form button {
            align-self: flex-start;
            background: #0f3b5e;
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form button:hover {
            background: #f59e0b;
        }
        .comment-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            max-height: 320px;
            overflow-y: auto;
            padding-right: 0.3rem;
        }
        .comment-item {
            background: #fff;
            padding: 1rem 1.2rem;
            border-radius: 12px;
            border-left: 4px solid #f59e0b;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        }
        .comment-item .author {
            font-weight: 700;
            color: #0f3b5e;
        }
        .comment-item .date {
            font-size: 0.8rem;
            color: #94a3b8;
            margin-left: 0.8rem;
        }
        .comment-item .text {
            margin-top: 0.3rem;
        }
        .related-links {
            background: #f1f5f9;
            border-radius: 16px;
            padding: 1.4rem 1.8rem;
            margin: 1.8rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
        }
        .related-links a {
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            padding: 0.3rem 0.8rem;
            background: #fff;
            border-radius: 40px;
            font-size: 0.9rem;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
            transition: 0.2s;
        }
        .related-links a:hover {
            background: #0f3b5e;
            color: #fff;
        }
        footer {
            margin-top: 2.5rem;
            padding-top: 1.8rem;
            border-top: 2px solid #e9edf4;
            font-size: 0.95rem;
        }
        friend-link {
            display: block;
            padding: 0.8rem 0 1rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.8rem 0.2rem 0;
            padding: 0.3rem 1rem;
            background: #f1f5f9;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        friend-link a:hover {
            background: #0f3b5e;
            color: #fff;
        }
        .copyright {
            text-align: center;
            padding: 1.2rem 0 0.4rem;
            color: #64748b;
            font-size: 0.85rem;
            border-top: 1px solid #e9edf4;
            margin-top: 0.8rem;
        }
        .copyright strong {
            color: #0f3b5e;
        }
        .last-updated {
            text-align: right;
            font-size: 0.8rem;
            color: #94a3b8;
            margin-top: 0.4rem;
        }
        @media (max-width: 768px) {
            .container {
                padding: 0.8rem 1rem 1.5rem;
                border-radius: 16px;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .game-hero {
                grid-template-columns: 1fr;
                padding: 1.2rem;
                gap: 1rem;
            }
            .game-hero .hero-img img {
                max-height: 180px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .hamburger {
                display: block;
            }
            nav#main-nav ul {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 100%;
                right: 0;
                background: #fff;
                width: 240px;
                box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
                border-radius: 16px;
                padding: 0.8rem 0.4rem;
                z-index: 99;
                border: 1px solid #e9edf4;
            }
            nav#main-nav.open ul {
                display: flex;
            }
            nav#main-nav ul li a {
                padding: 0.6rem 1.2rem;
                border-radius: 30px;
            }
            .nav-wrap {
                gap: 0.6rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .search-box {
                max-width: 100%;
            }
            .rating-wrap {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.4rem;
            }
            .comment-section {
                padding: 1rem 1.2rem;
            }
            .related-links {
                padding: 1rem 1.2rem;
            }
            .stars {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.4rem;
            }
            .container {
                padding: 0.5rem 0.6rem 1rem;
            }
            h1 {
                font-size: 1.3rem;
            }
            .game-hero .hero-text h1 {
                font-size: 1.4rem;
            }
            .play-btn {
                padding: 0.5rem 1.2rem;
                font-size: 0.9rem;
            }
            .my-logo {
                font-size: 1.1rem;
            }
        }
        .comment-list::-webkit-scrollbar {
            width: 5px;
        }
        .comment-list::-webkit-scrollbar-track {
            background: #e9edf4;
            border-radius: 10px;
        }
        .comment-list::-webkit-scrollbar-thumb {
            background: #94a3b8;
            border-radius: 10px;
        }
        .anchor-offset {
            scroll-margin-top: 80px;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
