        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #f5f7fa;
            color: #1a1a2e;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #d90429;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ef233c;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.3;
            color: #0b0b1a;
            font-weight: 700;
        }
        h1 {
            font-size: 2.4rem;
            margin: 0 0 1rem 0;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem 0;
            border-left: 5px solid #d90429;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.7rem 0;
            color: #2b2d42;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem 0;
            color: #3a3d5c;
        }
        p {
            margin: 0 0 1.2rem 0;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0b0b1a 0%, #1a1a3e 100%);
            color: #fff;
            padding: 0.8rem 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;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(45deg, #f7c948, #f5a623);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(247, 201, 72, 0.15);
            display: inline-block;
        }
        .my-logo:hover {
            -webkit-text-fill-color: #f7c948;
            text-decoration: none;
        }
        .my-logo i {
            -webkit-text-fill-color: #fff;
            margin-right: 6px;
            font-size: 1.6rem;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.25);
            color: #fff;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        .main-nav {
            display: flex;
            gap: 1.6rem;
            align-items: center;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e0e0f0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .main-nav a:hover {
            color: #f7c948;
            border-bottom-color: #f7c948;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 5px;
            font-size: 0.85rem;
        }
        .breadcrumb {
            background: #fff;
            padding: 0.7rem 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 0.9rem;
            color: #6c757d;
        }
        .breadcrumb a {
            color: #d90429;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #495057;
            font-weight: 500;
        }
        .hero-figure {
            margin: 2rem 0 1.5rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            background: #fff;
            padding: 0.6rem;
        }
        .hero-figure img {
            width: 100%;
            border-radius: 10px;
        }
        .hero-figure figcaption {
            text-align: center;
            font-size: 0.85rem;
            color: #6c757d;
            padding: 0.6rem 0 0.2rem 0;
            font-style: italic;
        }
        .section-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(0, 0, 0, 0.03);
        }
        .highlight-box {
            background: linear-gradient(135deg, #fff8e7, #fff3d6);
            border-left: 6px solid #f7c948;
            padding: 1.2rem 1.6rem;
            border-radius: 10px;
            margin: 1.4rem 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
            gap: 1.2rem;
            margin: 1.5rem 0;
        }
        .stat-item {
            background: #f8f9fc;
            padding: 1rem 1.2rem;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #edeff4;
        }
        .stat-item .num {
            font-size: 2rem;
            font-weight: 800;
            color: #d90429;
            display: block;
        }
        .stat-item .label {
            font-size: 0.85rem;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #2b2d42;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 2px solid #e0e4ec;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            transition: border 0.2s;
            background: #fafbfc;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #d90429;
            background: #fff;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            background: #d90429;
            color: #fff;
            cursor: pointer;
            transition: 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn:hover {
            background: #ef233c;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(217, 4, 41, 0.3);
        }
        .btn-secondary {
            background: #2b2d42;
        }
        .btn-secondary:hover {
            background: #3a3d5c;
            box-shadow: 0 8px 20px rgba(43, 45, 66, 0.3);
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 2rem;
            color: #e0e0e0;
            cursor: pointer;
            transition: color 0.15s;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f7c948;
        }
        .rating-stars i.fa-star {
            color: #f7c948;
        }
        .site-footer {
            background: #0b0b1a;
            color: #c0c0d0;
            padding: 2.5rem 0 1.8rem 0;
            margin-top: 3rem;
            border-top: 4px solid #d90429;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .site-footer h4 {
            color: #f7c948;
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
            border-left: none;
            padding-left: 0;
        }
        .site-footer a {
            color: #b0b0d0;
        }
        .site-footer a:hover {
            color: #f7c948;
        }
        friend-link {
            display: block;
            padding: 0.8rem 1rem;
            background: rgba(255, 255, 255, 0.04);
            border-radius: 10px;
            margin: 0.5rem 0;
            font-size: 0.95rem;
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        friend-link a {
            font-weight: 500;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.9rem;
            color: #8888a0;
        }
        .copyright strong {
            color: #e0e0f0;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.4rem;
                padding: 1rem 0 0.5rem 0;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                margin-top: 0.8rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .section-card {
                padding: 1.2rem 1rem;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .hero-figure {
                margin: 1rem 0;
            }
            .footer-inner {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr 1fr;
                gap: 0.8rem;
            }
            .stat-item .num {
                font-size: 1.5rem;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .tag {
            display: inline-block;
            background: #e9ecef;
            padding: 0.2rem 0.8rem;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #495057;
            margin: 0.15rem;
        }
        .tag-red {
            background: #fce4e4;
            color: #d90429;
        }
        .tag-gold {
            background: #fff3d6;
            color: #b8860b;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #8888a0;
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0.8rem 0 1.5rem 0;
        }
