* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f8f9fc;
            color: #1a1a2e;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #8b6508;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #0a0a23 0%, #1a1a3e 100%);
            padding: 16px 0;
            border-bottom: 4px solid #b8860b;
            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: 900;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #ffd700, #b8860b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 12px rgba(255, 215, 0, 0.15);
            transition: transform 0.3s;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #ffd700;
            margin-right: 6px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #b8860b;
            color: #ffd700;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .nav-toggle:hover {
            background: rgba(184, 134, 11, 0.15);
        }
        nav {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            color: #e8e8f0;
            font-weight: 500;
            padding: 6px 14px;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: background 0.3s, color 0.3s;
            white-space: nowrap;
        }
        nav a:hover {
            background: rgba(255, 215, 0, 0.12);
            color: #ffd700;
            text-decoration: none;
        }
        nav a i {
            margin-right: 5px;
            color: #b8860b;
        }
        .breadcrumb {
            background: #fff;
            padding: 12px 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 0.85rem;
            color: #555;
        }
        .breadcrumb a {
            color: #b8860b;
        }
        .breadcrumb a:hover {
            color: #8b6508;
        }
        .breadcrumb span {
            color: #888;
        }
        .breadcrumb i {
            font-size: 0.7rem;
            margin: 0 8px;
            color: #ccc;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 900;
            line-height: 1.2;
            color: #0a0a23;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }
        h1 i {
            color: #b8860b;
            margin-right: 12px;
        }
        .last-updated {
            display: inline-block;
            background: #eef0f7;
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #666;
            margin-bottom: 24px;
        }
        .last-updated i {
            margin-right: 6px;
            color: #b8860b;
        }
        .hero-image {
            margin: 24px 0 32px;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        }
        .hero-image img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
        }
        .hero-image figcaption {
            font-size: 0.85rem;
            color: #888;
            margin-top: 8px;
            text-align: center;
            font-style: italic;
        }
        h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #0a0a23;
            margin: 48px 0 16px;
            padding-bottom: 10px;
            border-bottom: 3px solid #ffd700;
            display: inline-block;
        }
        h2 i {
            color: #b8860b;
            margin-right: 10px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a1a3e;
            margin: 32px 0 12px;
        }
        h3 i {
            color: #b8860b;
            margin-right: 8px;
            font-size: 1.3rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #2a2a4a;
            margin: 24px 0 10px;
            padding-left: 12px;
            border-left: 4px solid #b8860b;
        }
        p {
            margin-bottom: 18px;
            color: #2d2d44;
            font-size: 1.05rem;
        }
        p b,
        p strong {
            color: #0a0a23;
        }
        .highlight-box {
            background: linear-gradient(135deg, #fdf8ed, #fef7e0);
            border-left: 6px solid #b8860b;
            padding: 20px 24px;
            border-radius: 12px;
            margin: 24px 0;
            box-shadow: 0 2px 12px rgba(184, 134, 11, 0.08);
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 28px 0;
        }
        .stat-card {
            background: #fff;
            padding: 24px 16px;
            border-radius: 16px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid #f0eee6;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        }
        .stat-card .num {
            font-size: 2.4rem;
            font-weight: 900;
            color: #b8860b;
            display: block;
        }
        .stat-card .label {
            font-size: 0.95rem;
            color: #666;
            margin-top: 6px;
        }
        .stat-card i {
            font-size: 2rem;
            color: #b8860b;
            margin-bottom: 10px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 28px 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        }
        thead {
            background: #0a0a23;
            color: #fff;
        }
        th {
            padding: 14px 18px;
            text-align: left;
            font-weight: 600;
        }
        td {
            padding: 12px 18px;
            border-bottom: 1px solid #eef0f7;
            color: #2d2d44;
        }
        tbody tr:hover {
            background: #f8f6f0;
        }
        tbody tr:nth-child(even) {
            background: #fafafc;
        }
        tbody tr:nth-child(even):hover {
            background: #f8f6f0;
        }
        .interactive-section {
            background: #fff;
            border-radius: 20px;
            padding: 32px 36px;
            margin: 48px 0;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0eee6;
        }
        .interactive-section h2 {
            margin-top: 0;
            border-bottom: none;
            display: block;
        }
        .form-group {
            margin-bottom: 18px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            color: #1a1a3e;
            margin-bottom: 6px;
            font-size: 0.95rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e0e0e8;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.3s;
            background: #fafafc;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #b8860b;
            background: #fff;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: linear-gradient(135deg, #b8860b, #8b6508);
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(184, 134, 11, 0.3);
        }
        .btn i {
            font-size: 1.1rem;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #ddd;
            cursor: pointer;
            transition: color 0.2s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #ffc107;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.2s;
        }
        .rating-stars i:hover {
            transform: scale(1.15);
        }
        footer {
            background: #0a0a23;
            color: #ccc;
            padding: 40px 0 20px;
            border-top: 4px solid #b8860b;
        }
        footer a {
            color: #ffd700;
        }
        footer a:hover {
            color: #fff;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 28px;
            margin-bottom: 28px;
        }
        .footer-grid h4 {
            color: #ffd700;
            border-left: none;
            padding-left: 0;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
        }
        .footer-grid ul li {
            margin-bottom: 8px;
        }
        .footer-grid ul li a {
            font-size: 0.9rem;
            color: #ccc;
        }
        .footer-grid ul li a:hover {
            color: #ffd700;
        }
        friend-link {
            display: block;
            padding: 16px 0;
            border-top: 1px solid #2a2a4a;
            border-bottom: 1px solid #2a2a4a;
            margin: 20px 0;
            font-size: 0.95rem;
        }
        friend-link a {
            margin: 0 8px;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #2a2a4a;
            font-size: 0.85rem;
            color: #888;
        }
        .copyright strong {
            color: #ffd700;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #12122e;
                padding: 16px 12px;
                border-radius: 16px;
                margin-top: 12px;
                border: 1px solid #2a2a4a;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 10px 16px;
                border-radius: 8px;
                width: 100%;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .interactive-section {
                padding: 20px 18px;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
            table {
                font-size: 0.8rem;
            }
            th,
            td {
                padding: 8px 10px;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            h1 {
                font-size: 1.5rem;
            }
        }
        .text-gold {
            color: #b8860b;
        }
        .text-center {
            text-align: center;
        }
        .mt-20 {
            margin-top: 20px;
        }
        .mb-20 {
            margin-bottom: 20px;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .gap-8 {
            gap: 8px;
        }
        .emoji-big {
            font-size: 2rem;
        }
        .list-check {
            list-style: none;
            padding: 0;
        }
        .list-check li {
            padding: 6px 0 6px 28px;
            position: relative;
        }
        .list-check li::before {
            content: "✅";
            position: absolute;
            left: 0;
            color: #b8860b;
        }
        .list-star {
            list-style: none;
            padding: 0;
        }
        .list-star li {
            padding: 6px 0 6px 28px;
            position: relative;
        }
        .list-star li::before {
            content: "⭐";
            position: absolute;
            left: 0;
        }
        .tag {
            display: inline-block;
            background: #eef0f7;
            padding: 2px 14px;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #555;
        }
