        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
            background: #f4f7fc;
            color: #1a2a3a;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #0d47a1;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ff8f00;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.8rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.5rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(145deg, #0b1a3a 0%, #1a2f5a 100%);
            color: #fff;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #ffd700, #ffb300);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(255, 215, 0, 0.15);
            text-decoration: none !important;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none !important;
        }
        .my-logo small {
            font-size: 0.9rem;
            font-weight: 300;
            -webkit-text-fill-color: #b0c4de;
            color: #b0c4de;
            display: block;
            font-size: 0.7rem;
            letter-spacing: 1px;
        }
        .nav-menu {
            display: flex;
            gap: 0.25rem;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #e0e8f0;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.25s;
            text-decoration: none;
        }
        .nav-menu a:hover {
            background: rgba(255, 215, 0, 0.15);
            color: #ffd700;
            text-decoration: none;
        }
        .nav-menu a i {
            margin-right: 6px;
            font-size: 0.8rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        .nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #e8edf4;
            padding: 0.7rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #d0dbe8;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
        }
        .breadcrumb a {
            color: #1a3a5a;
            font-weight: 500;
        }
        .breadcrumb span {
            color: #5a6a7a;
        }
        .breadcrumb .sep {
            margin: 0 0.3rem;
            color: #8a9aaa;
        }
        .search-section {
            background: #fff;
            padding: 1.5rem 0;
            border-bottom: 1px solid #dce4ec;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #ccd8e4;
        }
        .search-form input {
            flex: 1;
            padding: 0.9rem 1.5rem;
            border: none;
            outline: none;
            font-size: 1rem;
            background: #fafcff;
        }
        .search-form button {
            background: #0b1a3a;
            color: #fff;
            border: none;
            padding: 0 1.8rem;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #1a2f5a;
        }
        .main-content {
            padding: 2.5rem 0 3rem;
        }
        .hero {
            background: linear-gradient(135deg, #0f2140, #1a3360);
            color: #fff;
            padding: 2.5rem 2rem;
            border-radius: 20px;
            margin-bottom: 2.5rem;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "🎰";
            position: absolute;
            right: 2rem;
            bottom: 1rem;
            font-size: 5rem;
            opacity: 0.12;
        }
        .hero h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #ffd700, #ffb300);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 700px;
            opacity: 0.92;
            margin-bottom: 0.5rem;
        }
        .hero .badge {
            display: inline-block;
            background: rgba(255, 215, 0, 0.18);
            color: #ffd700;
            padding: 0.3rem 1.2rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            border: 1px solid rgba(255, 215, 0, 0.25);
            margin-top: 0.8rem;
        }
        section {
            margin-bottom: 3rem;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #0b1a3a;
            margin: 2rem 0 1.2rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid #ffd700;
            display: inline-block;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1a2f5a;
            margin: 1.8rem 0 1rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2a4060;
            margin: 1.5rem 0 0.8rem;
        }
        p {
            margin-bottom: 1.2rem;
            color: #2a3a4a;
        }
        .card {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
            margin-bottom: 1.8rem;
            border: 1px solid #e8eef6;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        }
        .card h3 {
            margin-top: 0;
        }
        .highlight-box {
            background: linear-gradient(135deg, #fef7e0, #fff4cc);
            border-left: 5px solid #ffd700;
            padding: 1.5rem 2rem;
            border-radius: 12px;
            margin: 1.5rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-big {
            font-size: 2rem;
            margin-right: 0.6rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        }
        th {
            background: #0b1a3a;
            color: #ffd700;
            font-weight: 600;
            padding: 0.9rem 1.2rem;
            text-align: left;
        }
        td {
            padding: 0.8rem 1.2rem;
            border-bottom: 1px solid #e8eef6;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #f8faff;
        }
        .feature-img {
            margin: 2rem 0;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .feature-img figcaption {
            text-align: center;
            font-size: 0.85rem;
            color: #5a6a7a;
            margin-top: 0.6rem;
            font-style: italic;
        }
        .rating-section {
            background: #fff;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
            margin: 2rem 0;
            border: 1px solid #e8eef6;
        }
        .rating-stars {
            display: flex;
            gap: 0.5rem;
            font-size: 2.2rem;
            color: #ffc107;
            cursor: pointer;
            margin: 1rem 0;
        }
        .rating-stars i {
            transition: transform 0.15s, color 0.15s;
        }
        .rating-stars i:hover {
            transform: scale(1.25);
            color: #ffb300;
        }
        .rating-stars i.active {
            color: #ff8f00;
        }
        .rating-form input,
        .rating-form textarea,
        .comment-form input,
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1.2rem;
            border: 1px solid #ccd8e4;
            border-radius: 10px;
            font-size: 1rem;
            margin-bottom: 1rem;
            outline: none;
            transition: border 0.2s;
            font-family: inherit;
        }
        .rating-form input:focus,
        .rating-form textarea:focus,
        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: #0b1a3a;
            box-shadow: 0 0 0 3px rgba(11, 26, 58, 0.08);
        }
        .rating-form textarea,
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: #0b1a3a;
            color: #fff;
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }
        .btn:hover {
            background: #1a2f5a;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(11, 26, 58, 0.25);
        }
        .btn-gold {
            background: #ffd700;
            color: #0b1a3a;
        }
        .btn-gold:hover {
            background: #ffc107;
            box-shadow: 0 6px 20px rgba(255, 215, 0, 0.35);
        }
        .comment-list {
            margin: 1.5rem 0;
        }
        .comment-item {
            background: #f8faff;
            padding: 1.2rem 1.5rem;
            border-radius: 12px;
            margin-bottom: 1rem;
            border-left: 4px solid #ffd700;
        }
        .comment-item strong {
            color: #0b1a3a;
        }
        .comment-item .date {
            font-size: 0.8rem;
            color: #7a8a9a;
            margin-left: 1rem;
        }
        .site-footer {
            background: #0b1a3a;
            color: #c0c8d8;
            padding: 3rem 0 2rem;
            margin-top: 3rem;
            border-top: 4px solid #ffd700;
        }
        .site-footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .site-footer h4 {
            color: #ffd700;
            margin-bottom: 1rem;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: #b0c4de;
        }
        .site-footer a:hover {
            color: #ffd700;
        }
        .footer-links {
            list-style: none;
            padding: 0;
        }
        .footer-links li {
            margin-bottom: 0.4rem;
        }
        .footer-links a i {
            margin-right: 6px;
            font-size: 0.8rem;
        }
        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            margin-top: 1.5rem;
            font-size: 0.9rem;
            color: #8a9aaa;
        }
        .copyright strong {
            color: #ffd700;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.04);
            padding: 1.2rem 1.5rem;
            border-radius: 12px;
            margin-top: 0.5rem;
            border: 1px solid rgba(255, 215, 0, 0.12);
        }
        friend-link a {
            color: #b0c4de;
            margin: 0 0.5rem;
        }
        friend-link a:hover {
            color: #ffd700;
        }
        @media (max-width: 992px) {
            .site-footer .container {
                grid-template-columns: 1fr 1fr;
            }
            .hero h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 1rem 0 0.5rem;
                gap: 0.2rem;
            }
            .nav-toggle:checked~.nav-menu {
                display: flex;
            }
            .nav-menu a {
                padding: 0.7rem 1rem;
                width: 100%;
                border-radius: 10px;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .hero {
                padding: 1.8rem 1.2rem;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .hero p {
                font-size: 1rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .card {
                padding: 1.2rem 1.2rem;
            }
            .site-footer .container {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .search-form {
                flex-direction: column;
                border-radius: 16px;
            }
            .search-form input {
                border-radius: 16px 16px 0 0;
            }
            .search-form button {
                border-radius: 0 0 16px 16px;
                padding: 0.8rem;
                justify-content: center;
            }
            .rating-stars {
                font-size: 1.8rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            .hero h1 {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo small {
                font-size: 0.6rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .flex {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .gap-1 {
            gap: 1rem;
        }
        .fw-700 {
            font-weight: 700;
        }
        .text-gold {
            color: #ffd700;
        }
        .list-icon {
            list-style: none;
            padding-left: 0;
        }
        .list-icon li {
            padding-left: 2rem;
            position: relative;
        }
        .list-icon li::before {
            content: "✔️";
            position: absolute;
            left: 0;
            color: #ffd700;
        }
