        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #faf8f5;
            color: #1e1e1e;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #8b6508;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #1a1a2e;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 1.2rem;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.4rem 0 1rem 0;
            border-bottom: 3px solid #e0c9a6;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.4rem;
            margin: 1.8rem 0 0.8rem 0;
            color: #2c3e50;
        }
        h4 {
            font-size: 1.15rem;
            margin: 1.2rem 0 0.5rem 0;
            color: #34495e;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .badge {
            display: inline-block;
            background: #b8860b;
            color: #fff;
            font-size: 0.75rem;
            font-weight: 600;
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }
        .text-gold {
            color: #b8860b;
        }
        .text-muted {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .mt-2 {
            margin-top: 1.2rem;
        }
        .mb-2 {
            margin-bottom: 1.2rem;
        }
        .mb-3 {
            margin-bottom: 2rem;
        }
        .divider {
            height: 2px;
            background: linear-gradient(90deg, transparent, #e0c9a6, transparent);
            margin: 2.5rem 0;
        }
        .highlight-box {
            background: #fdf6ed;
            border-left: 5px solid #b8860b;
            padding: 1.2rem 1.8rem;
            border-radius: 0 12px 12px 0;
            margin: 1.6rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-lg {
            font-size: 1.6rem;
            margin-right: 0.3rem;
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }
        header {
            background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #0f0f1a 100%);
            color: #fff;
            padding: 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.8rem 20px;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #f5d98a;
            text-shadow: 0 0 20px rgba(245, 217, 138, 0.15);
            letter-spacing: 1px;
            transition: opacity 0.3s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
            color: #f5d98a;
        }
        .my-logo i {
            font-size: 1.6rem;
            color: #e74c3c;
        }
        .my-logo span {
            font-size: 0.7rem;
            font-weight: 400;
            color: #aaa;
            letter-spacing: 0.2em;
            display: block;
            line-height: 1;
        }
        .logo-sub {
            font-size: 0.6rem;
            font-weight: 300;
            color: #888;
            letter-spacing: 0.3em;
            display: block;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: color 0.3s;
        }
        .nav-toggle:hover {
            color: #f5d98a;
        }
        nav#main-nav ul {
            display: flex;
            list-style: none;
            gap: 1.8rem;
            padding: 0;
            margin: 0;
            align-items: center;
        }
        nav#main-nav ul li a {
            color: #ddd;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: all 0.3s;
        }
        nav#main-nav ul li a:hover {
            color: #f5d98a;
            border-bottom-color: #f5d98a;
            text-decoration: none;
        }
        nav#main-nav ul li a i {
            margin-right: 0.3rem;
            font-size: 0.85rem;
        }
        .breadcrumb {
            background: #f5f0eb;
            padding: 0.6rem 20px;
            font-size: 0.85rem;
            border-bottom: 1px solid #e0d6cc;
        }
        .breadcrumb-inner {
            max-width: 1200px;
            margin: 0 auto;
        }
        .breadcrumb a {
            color: #7a6a5a;
        }
        .breadcrumb a:hover {
            color: #b8860b;
        }
        .breadcrumb span {
            color: #999;
            margin: 0 0.3rem;
        }
        .breadcrumb .current {
            color: #1e1e1e;
            font-weight: 600;
        }
        .hero-section {
            background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
            color: #fff;
            padding: 3rem 20px 2.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero-section::after {
            content: "🎰 🃏 🎲 🎯";
            position: absolute;
            bottom: -20px;
            right: -20px;
            font-size: 8rem;
            opacity: 0.04;
            letter-spacing: 2rem;
            pointer-events: none;
        }
        .hero-section h1 {
            color: #f5d98a;
            font-size: 2.8rem;
            margin-bottom: 0.6rem;
            text-shadow: 0 2px 20px rgba(245, 217, 138, 0.1);
        }
        .hero-section p {
            font-size: 1.15rem;
            max-width: 720px;
            margin: 0.6rem auto 0;
            color: #ccc;
        }
        .hero-section .hero-meta {
            margin-top: 1rem;
            font-size: 0.9rem;
            color: #999;
        }
        .hero-section .hero-meta i {
            margin-right: 0.3rem;
        }
        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 2.5rem;
            padding: 2.5rem 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .main-article {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
            background: #fff;
            border-radius: 16px;
            padding: 1.6rem 1.4rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            border: 1px solid #eee;
        }
        .sidebar h3 {
            font-size: 1.15rem;
            margin-top: 0;
            margin-bottom: 1rem;
            color: #1a1a2e;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .sidebar ul li:last-child {
            border-bottom: none;
        }
        .sidebar ul li a {
            color: #2c3e50;
            font-size: 0.92rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .sidebar ul li a:hover {
            color: #b8860b;
            text-decoration: none;
        }
        .sidebar ul li a i {
            color: #b8860b;
            font-size: 0.7rem;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .data-table thead {
            background: #1a1a2e;
            color: #fff;
        }
        .data-table th {
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #eee;
        }
        .data-table tbody tr:hover {
            background: #fdf6ed;
        }
        .data-table tbody tr:last-child td {
            border-bottom: none;
        }
        .form-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            border: 1px solid #eee;
            margin: 2rem 0;
        }
        .form-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 0.3rem;
            color: #2c3e50;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #e0d6cc;
            border-radius: 8px;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border-color 0.3s;
            background: #fafafa;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #b8860b;
            outline: none;
            background: #fff;
        }
        .form-group textarea {
            resize: vertical;
            min-height: 80px;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.7rem 1.8rem;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s;
            background: #b8860b;
            color: #fff;
        }
        .btn:hover {
            background: #9a7209;
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #b8860b;
            color: #b8860b;
        }
        .btn-outline:hover {
            background: #b8860b;
            color: #fff;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.5rem;
            color: #ddd;
            cursor: pointer;
        }
        .rating-stars i.active {
            color: #f5b342;
        }
        .rating-stars i:hover {
            color: #f5b342;
        }
        .star-input {
            display: none;
        }
        .comment-item {
            border-bottom: 1px solid #eee;
            padding: 1rem 0;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-meta {
            font-size: 0.85rem;
            color: #888;
            display: flex;
            gap: 1rem;
            align-items: center;
        }
        .comment-meta strong {
            color: #1e1e1e;
        }
        .comment-body {
            margin-top: 0.3rem;
        }
        footer {
            background: #0f0f1a;
            color: #ccc;
            padding: 2.5rem 20px 1.5rem;
            margin-top: 3rem;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #f5d98a;
            font-size: 1rem;
            margin-bottom: 0.8rem;
            border-bottom: 1px solid #2a2a3e;
            padding-bottom: 0.4rem;
        }
        .footer-inner a {
            color: #aaa;
            font-size: 0.9rem;
        }
        .footer-inner a:hover {
            color: #f5d98a;
        }
        footer .copyright {
            text-align: center;
            padding-top: 1.8rem;
            margin-top: 1.8rem;
            border-top: 1px solid #2a2a3e;
            font-size: 0.85rem;
            color: #777;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        friend-link {
            display: block;
            margin: 0.6rem 0;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.2rem;
            margin-bottom: 0.3rem;
        }
        @media (max-width: 992px) {
            .content-wrapper {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            html {
                font-size: 15px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .header-inner {
                padding: 0.6rem 16px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .nav-toggle {
                display: block;
            }
            nav#main-nav ul {
                display: none;
                flex-direction: column;
                width: 100%;
                gap: 0.2rem;
                padding: 0.8rem 0 0.4rem 0;
                border-top: 1px solid #2a2a3e;
                margin-top: 0.6rem;
            }
            nav#main-nav ul.show {
                display: flex;
            }
            nav#main-nav ul li a {
                padding: 0.5rem 0;
                display: block;
            }
            .hero-section h1 {
                font-size: 1.9rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
            .content-wrapper {
                padding: 1.5rem 16px;
                gap: 1.5rem;
            }
            .form-card {
                padding: 1.2rem 1.2rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .data-table {
                font-size: 0.82rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
            .sidebar {
                padding: 1.2rem 1rem;
            }
            .breadcrumb {
                font-size: 0.78rem;
                padding: 0.4rem 16px;
            }
            .hero-section {
                padding: 2rem 16px 1.8rem;
            }
            .highlight-box {
                padding: 0.8rem 1rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.2rem;
            }
            .hero-section h1 {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo i {
                font-size: 1.2rem;
            }
            .btn {
                padding: 0.6rem 1.2rem;
                font-size: 0.85rem;
            }
            .rating-stars {
                font-size: 1.2rem;
            }
            .form-card {
                padding: 1rem 0.8rem;
            }
            .data-table {
                font-size: 0.75rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.4rem 0.4rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #b8860b;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3);
            transition: all 0.3s;
            z-index: 999;
            border: none;
            cursor: pointer;
        }
        .scroll-top:hover {
            background: #9a7209;
            transform: translateY(-3px);
        }
        @media (max-width: 480px) {
            .scroll-top {
                bottom: 16px;
                right: 16px;
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }
        @media print {
            header,
            .breadcrumb,
            .sidebar,
            .scroll-top,
            .nav-toggle,
            footer {
                display: none !important;
            }
            .content-wrapper {
                display: block;
            }
            body {
                background: #fff;
                color: #000;
            }
        }
