* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        body {
            background-color: #0f172a;
            color: #f1f5f9;
            line-height: 1.8;
            padding-bottom: 50px;
        }
        header {
            background-color: #1e293b;
            padding: 15px 20px;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
        }
        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            color: #f97316;
            font-size: 1.8rem;
            font-weight: bold;
            text-decoration: none;
            letter-spacing: 1px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .nav-links {
            display: flex;
            list-style: none;
        }
        .nav-links li {
            margin-left: 25px;
        }
        .nav-links a {
            color: #f1f5f9;
            text-decoration: none;
            font-size: 1rem;
            transition: all 0.3s;
            padding: 5px 10px;
            border-radius: 4px;
        }
        .nav-links a:hover {
            color: #f97316;
            background-color: rgba(255,255,255,0.1);
        }
        .daman-link {
            color: #f97316 !important;
            font-weight: bold;
            border: 1px solid #f97316;
        }
        .menu-toggle {
            display: none;
            color: #f1f5f9;
            font-size: 1.5rem;
            cursor: pointer;
        }
        main {
            max-width: 1200px;
            margin: 30px auto;
            padding: 0 20px;
        }
        h1 {
            color: #f97316;
            font-size: 2.5rem;
            margin-bottom: 20px;
            text-align: center;
            padding: 15px 0;
            border-bottom: 3px solid #f97316;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        h2 {
            color: #f97316;
            font-size: 1.8rem;
            margin: 40px 0 20px;
            padding-left: 10px;
            border-left: 4px solid #f97316;
        }
        h3 {
            color: #38bdf8;
            font-size: 1.4rem;
            margin: 25px 0 15px;
        }
        p {
            margin-bottom: 18px;
            font-size: 1.05rem;
            color: #e2e8f0;
        }
        .highlight {
            font-weight: bold;
            color: #f97316;
        }
        .btn-container {
            margin: 40px 0;
            text-align: center;
        }
        .btn {
            display: inline-block;
            padding: 14px 28px;
            margin: 0 12px;
            background-color: #f97316;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: bold;
            transition: all 0.3s;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
        }
        .btn:hover {
            background-color: #ea580c;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px -1px rgba(0, 0, 0, 0.4);
        }
        .image-container {
            margin: 40px 0;
            text-align: center;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
            border: 2px solid #1e293b;
        }
        .stats-box {
            background-color: #1e293b;
            border-radius: 8px;
            padding: 25px;
            margin: 25px 0;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
            border-left: 4px solid #f97316;
        }
        .stats-item {
            display: flex;
            justify-content: space-between;
            margin: 12px 0;
            padding: 12px;
            border-bottom: 1px solid #334155;
        }
        .stats-item:last-child {
            border-bottom: none;
        }
        .review {
            background-color: #1e293b;
            border-left: 4px solid #f97316;
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
        }
        .reviewer {
            font-style: italic;
            color: #94a3b8;
            margin-top: 8px;
            font-size: 0.95rem;
        }
        .strategy-tip {
            background-color: #0f172a;
            border: 1px solid #334155;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
        }
        .event-card {
            margin: 30px 0;
            padding: 25px;
            background-color: #1e293b;
            border-radius: 8px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
            border-top: 4px solid #f97316;
        }
        footer {
            background-color: #1e293b;
            color: #e2e8f0;
            padding: 50px 20px;
            margin-top: 60px;
            border-top: 2px solid #f97316;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .game-types, .tags {
            margin: 30px 0;
        }
        .game-types h4, .tags h4 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: #f97316;
            padding-bottom: 8px;
            border-bottom: 1px solid #334155;
        }
        .game-types a, .tags a {
            color: #e2e8f0;
            text-decoration: none;
            margin-right: 18px;
            display: inline-block;
            margin-bottom: 10px;
            transition: color 0.3s;
        }
        .game-types a:hover, .tags a:hover {
            color: #f97316;
        }
        .recommendation {
            margin: 40px 0;
            padding: 25px;
            background-color: rgba(249, 115, 22, 0.1);
            border-radius: 8px;
            border: 1px solid rgba(249, 115, 22, 0.3);
        }
        .copyright {
            text-align: center;
            margin-top: 40px;
            padding-top: 25px;
            border-top: 1px solid #334155;
            color: #94a3b8;
        }
        ul {
            margin-left: 25px;
            margin-bottom: 20px;
        }
        ul li {
            margin-bottom: 10px;
            color: #e2e8f0;
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 70px;
                left: 0;
                width: 100%;
                background-color: #1e293b;
                padding: 25px;
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
            }
            .nav-links li {
                margin: 15px 0;
            }
            .menu-toggle {
                display: block;
            }
            .nav-active {
                display: flex;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.5rem;
                margin: 30px 0 15px;
            }
            h3 {
                font-size: 1.3rem;
            }
            .btn {
                display: block;
                margin: 15px auto;
                width: 90%;
            }
            .stats-box, .review, .strategy-tip, .event-card {
                padding: 15px;
            }
        }
