* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            scroll-behavior: smooth;
        }
        body {
            background-color: #f7f9f2;
            color: #2d3748;
            line-height: 1.8;
            padding-bottom: 60px;
            font-size: 16px;
        }
        .container {
            max-width: 1250px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
            color: white;
            padding: 18px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 2px 10px rgba(0,0,0,0.15);
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #f9fbe7;
            text-decoration: none;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .logo span {
            color: #cddc39;
            font-style: italic;
        }
        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }
        .nav-links a {
            color: #f1f8e9;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            padding: 5px 0;
            border-bottom: 2px solid transparent;
        }
        .nav-links a:hover {
            color: #cddc39;
            border-bottom: 2px solid #cddc39;
        }
        .daman-link {
            background-color: #cddc39;
            color: #1b5e20 !important;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 700;
            border-bottom: none !important;
            box-shadow: 0 3px 6px rgba(0,0,0,0.1);
        }
        .daman-link:hover {
            background-color: #dce775;
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(0,0,0,0.15);
        }
        .menu-btn {
            display: none;
            font-size: 1.8rem;
            cursor: pointer;
            color: #f9fbe7;
        }
        .page-header {
            padding: 50px 20px;
            text-align: center;
            background: linear-gradient(135deg, #e8f5e9 0%, #d4edda 100%);
            border-radius: 12px;
            margin: 30px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        h1 {
            color: #1b5e20;
            font-size: 2.8rem;
            margin-bottom: 20px;
            font-weight: 800;
            line-height: 1.3;
        }
        .page-header p {
            color: #2e7d32;
            font-size: 1.3rem;
            max-width: 900px;
            margin: 0 auto;
            font-weight: 500;
        }
        h2 {
            color: #1b5e20;
            font-size: 2.2rem;
            margin: 60px 0 25px;
            padding-bottom: 12px;
            border-bottom: 3px solid #c8e6c9;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        h2::before {
            content: "🌿";
            margin-right: 12px;
            font-size: 1.8rem;
        }
        h3 {
            color: #2e7d32;
            font-size: 1.6rem;
            margin: 40px 0 18px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }
        h3::before {
            content: "✨";
            margin-right: 10px;
            font-size: 1.3rem;
        }
        p {
            margin-bottom: 20px;
            font-size: 1.1rem;
            color: #2d3748;
            line-height: 1.8;
        }
        .highlight {
            font-weight: 700;
            color: #1b5e20;
            font-size: 1.15rem;
        }
        .key-term {
            background-color: #e8f5e9;
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
            color: #1b5e20;
        }
        .game-img {
            width: 100%;
            max-width: 900px;
            height: auto;
            border-radius: 12px;
            margin: 30px auto;
            display: block;
            box-shadow: 0 6px 18px rgba(0,0,0,0.12);
            border: 4px solid #f1f8e9;
        }
        .btn-container {
            display: flex;
            gap: 25px;
            justify-content: center;
            margin: 50px 0;
            flex-wrap: wrap;
        }
        .btn {
            padding: 18px 35px;
            border: none;
            border-radius: 35px;
            font-size: 1.2rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            min-width: 200px;
        }
        .download-btn {
            background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
            color: white;
        }
        .download-btn:hover {
            background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(76,175,80,0.3);
        }
        .login-btn {
            background: linear-gradient(135deg, #cddc39 0%, #dce775 100%);
            color: #1b5e20;
        }
        .login-btn:hover {
            background: linear-gradient(135deg, #dce775 0%, #e6ee9c 100%);
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(205,220,57,0.3);
        }
        ul, ol {
            margin: 25px 0 25px 40px;
        }
        li {
            margin-bottom: 15px;
            font-size: 1.1rem;
            color: #2d3748;
            line-height: 1.7;
        }
        ul li::marker {
            color: #4caf50;
            font-size: 1.3rem;
        }
        ol li::marker {
            color: #2e7d32;
            font-weight: 600;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 40px 0;
            background-color: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
        }
        .stats-table th, .stats-table td {
            padding: 18px;
            text-align: left;
            border-bottom: 1px solid #e0e0e0;
            font-size: 1.05rem;
        }
        .stats-table th {
            background-color: #e8f5e9;
            color: #1b5e20;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .stats-table tr:hover {
            background-color: #f9fbe7;
            transform: scale(1.005);
            transition: all 0.2s ease;
        }
        .stats-table tr:last-child td {
            border-bottom: none;
        }
        .review-card {
            background-color: white;
            padding: 25px;
            border-radius: 12px;
            margin: 30px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.07);
            border-left: 5px solid #4caf50;
        }
        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            border-bottom: 1px solid #f1f8e9;
            padding-bottom: 10px;
        }
        .reviewer {
            font-weight: 700;
            color: #2e7d32;
            font-size: 1.15rem;
        }
        .review-location {
            color: #666;
            font-size: 0.95rem;
            margin-left: 10px;
            font-style: italic;
        }
        .rating {
            color: #ffc107;
            font-size: 1.4rem;
            letter-spacing: 2px;
        }
        .review-content {
            font-size: 1.05rem;
            line-height: 1.7;
            color: #333;
        }
        .localization-tabs {
            display: flex;
            gap: 10px;
            margin: 30px 0;
            flex-wrap: wrap;
        }
        .tab-btn {
            padding: 10px 20px;
            background-color: #e8f5e9;
            color: #1b5e20;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 1rem;
        }
        .tab-btn:hover, .tab-btn.active {
            background-color: #4caf50;
            color: white;
        }
        .event-card {
            background: linear-gradient(135deg, white 0%, #f9fbe7 100%);
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
            box-shadow: 0 6px 18px rgba(0,0,0,0.06);
            border-top: 4px solid #cddc39;
        }
        .event-title {
            color: #1b5e20;
            font-size: 1.5rem;
            margin-bottom: 15px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }
        .event-title::before {
            content: "🎪";
            margin-right: 10px;
        }
        .event-date {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 20px;
            font-weight: 500;
        }
        .community-section {
            background-color: #f9fbe7;
            padding: 30px;
            border-radius: 12px;
            margin: 40px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        .community-title {
            color: #1b5e20;
            font-size: 1.4rem;
            margin-bottom: 20px;
            font-weight: 700;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin: 30px 0;
        }
        .tag {
            background-color: #e8f5e9;
            padding: 8px 18px;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 600;
        }
        .tag a {
            color: #1b5e20;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .tag a:hover {
            color: #4caf50;
            text-decoration: underline;
        }
        .category-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 30px 0;
        }
        .category {
            background-color: #2e7d32;
            padding: 10px 22px;
            border-radius: 30px;
            font-size: 1.05rem;
        }
        .category a {
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .category a:hover {
            color: #cddc39;
            text-decoration: underline;
        }
        footer {
            background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
            color: white;
            padding: 60px 0 30px;
            margin-top: 80px;
            border-radius: 12px 12px 0 0;
        }
        .footer-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-bottom: 50px;
        }
        .footer-section h4 {
            font-size: 1.4rem;
            margin-bottom: 25px;
            color: #cddc39;
            font-weight: 700;
            border-bottom: 2px solid #cddc39;
            padding-bottom: 10px;
            display: inline-block;
        }
        .footer-links {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-links li {
            margin-bottom: 15px;
        }
        .footer-links a {
            color: #f1f8e9;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.05rem;
        }
        .footer-links a:hover {
            color: #cddc39;
            padding-left: 5px;
        }
        .recommendation {
            background-color: #f9fbe7;
            color: #1b5e20;
            padding: 25px;
            border-radius: 12px;
            margin: 40px 0;
            text-align: center;
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.8;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        .copyright {
            text-align: center;
            margin-top: 50px;
            padding-top: 25px;
            border-top: 1px solid #43a047;
            font-size: 1rem;
            color: #c8e6c9;
        }
        .copyright a {
            color: #cddc39;
            text-decoration: none;
            font-weight: 600;
        }
        .copyright a:hover {
            text-decoration: underline;
        }
        @media (max-width: 992px) {
            h1 {
                font-size: 2.4rem;
            }
            h2 {
                font-size: 2rem;
            }
            h3 {
                font-size: 1.5rem;
            }
            .page-header {
                padding: 40px 15px;
            }
            .page-header p {
                font-size: 1.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 80px;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
                padding: 30px;
                gap: 20px;
                border-radius: 0 0 12px 12px;
                box-shadow: 0 10px 15px rgba(0,0,0,0.1);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-btn {
                display: block;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.8rem;
                margin: 40px 0 20px;
            }
            h3 {
                font-size: 1.4rem;
                margin: 30px 0 15px;
            }
            .btn {
                width: 100%;
                max-width: 350px;
                padding: 16px 20px;
                font-size: 1.1rem;
            }
            .stats-table th, .stats-table td {
                padding: 15px;
                font-size: 1rem;
            }
            .review-card {
                padding: 20px;
            }
            ul, ol {
                margin: 20px 0 20px 30px;
            }
            .footer-container {
                gap: 30px;
            }
        }
        @media (max-width: 576px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .logo {
                font-size: 1.5rem;
            }
            .page-header {
                padding: 30px 10px;
            }
            .page-header p {
                font-size: 1.1rem;
            }
            .btn-container {
                gap: 15px;
            }
            .stats-table th, .stats-table td {
                padding: 12px;
                font-size: 0.95rem;
            }
            .review-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            .event-card {
                padding: 20px;
            }
        }
