        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #f0b429;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.4rem;
            margin: 0 0 1.2rem 0;
            color: #f7d44a;
            border-left: 6px solid #f0b429;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.9rem;
            margin: 2.4rem 0 1rem 0;
            color: #f0c94b;
            border-bottom: 2px solid #2a313e;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.5rem;
            margin: 1.8rem 0 0.8rem 0;
            color: #e0c15a;
        }
        h4 {
            font-size: 1.2rem;
            margin: 1.2rem 0 0.5rem 0;
            color: #d4b85a;
        }
        p {
            margin: 0.8rem 0 1.2rem 0;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #141a24;
            border-bottom: 3px solid #f0b429;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #f7d44a, #e8a825);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #aab;
            color: #aab;
            letter-spacing: 1px;
            font-weight: 300;
        }
        .nav-wrap {
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem;
            flex-wrap: wrap;
            padding: 0;
            margin: 0;
        }
        .nav-list li a {
            display: block;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #cfd8e6;
            transition: background 0.2s, color 0.2s;
        }
        .nav-list li a:hover,
        .nav-list li a.active {
            background: #f0b429;
            color: #0b0e14;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #f0b429;
            color: #f0b429;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: #f0b429;
            color: #0b0e14;
        }
        .breadcrumb {
            padding: 0.8rem 0 0.2rem 0;
            font-size: 0.85rem;
            color: #9aa5b5;
        }
        .breadcrumb a {
            color: #c0a84a;
        }
        .breadcrumb span {
            color: #6a7a8a;
        }
        .hero-img {
            margin: 1.6rem 0 2rem 0;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8);
            background: #1f2632;
            position: relative;
        }
        .hero-img img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
        }
        .hero-img .img-caption {
            background: rgba(0, 0, 0, 0.7);
            padding: 0.6rem 1.2rem;
            font-size: 0.9rem;
            color: #ccc;
        }
        .info-box {
            background: #1c232f;
            border-left: 5px solid #f0b429;
            padding: 1.2rem 1.6rem;
            border-radius: 12px;
            margin: 1.6rem 0;
        }
        .info-box p {
            margin: 0.2rem 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1rem;
            margin: 1.6rem 0;
        }
        .stat-card {
            background: #1a212e;
            padding: 1.2rem;
            border-radius: 16px;
            text-align: center;
            border: 1px solid #2e3949;
            transition: transform 0.2s, border-color 0.2s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            border-color: #f0b429;
        }
        .stat-card i {
            font-size: 2rem;
            color: #f0b429;
            margin-bottom: 0.5rem;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            display: block;
            color: #fff;
        }
        .stat-card .label {
            color: #9aa5b5;
            font-size: 0.9rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.6rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #181f2b;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2a3344;
        }
        th {
            background: #2f3a4e;
            color: #f0c94b;
            font-weight: 600;
        }
        tr:hover td {
            background: #212b3b;
        }
        .feedback-section {
            background: #141b26;
            border-radius: 20px;
            padding: 1.8rem 1.8rem 2.2rem;
            margin: 2.4rem 0;
            border: 1px solid #2d3748;
        }
        .feedback-section h2 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #d0d8e5;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.8rem 1rem;
            border-radius: 10px;
            border: 1px solid #2d3748;
            background: #0f1621;
            color: #e8edf5;
            font-size: 1rem;
            transition: border 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #f0b429;
            outline: none;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            background: #f0b429;
            color: #0b0e14;
            font-weight: 700;
            padding: 0.7rem 1.8rem;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .btn:hover {
            background: #ffd145;
            transform: scale(1.02);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f0b429;
            color: #f0b429;
        }
        .btn-outline:hover {
            background: #f0b429;
            color: #0b0e14;
        }
        .rating-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 1.8rem;
            color: #4a5568;
            cursor: pointer;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.1s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f0b429;
            transform: scale(1.15);
        }
        .site-footer {
            background: #0d121c;
            border-top: 3px solid #1f2a38;
            padding: 2rem 0 1.5rem;
            margin-top: 3rem;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2rem;
        }
        friend-link {
            display: block;
            background: #151e2a;
            padding: 1.2rem 1.6rem;
            border-radius: 16px;
            margin: 1rem 0;
            font-style: normal;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 0.8rem 0.3rem 0;
        }
        .copyright {
            text-align: center;
            color: #6a7a8a;
            font-size: 0.85rem;
            padding-top: 1.2rem;
            border-top: 1px solid #1f2a38;
            margin-top: 1.2rem;
        }
        .search-form {
            display: flex;
            gap: 0.5rem;
            max-width: 500px;
            margin: 1rem 0;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1rem;
            border-radius: 40px;
            border: 1px solid #2d3748;
            background: #0f1621;
            color: #e8edf5;
            font-size: 1rem;
        }
        .search-form input:focus {
            border-color: #f0b429;
            outline: none;
        }
        .search-form button {
            border-radius: 40px;
            padding: 0.7rem 1.4rem;
        }
        @media (max-width: 820px) {
            .header-inner {
                flex-direction: column;
                align-items: stretch;
            }
            .nav-wrap {
                flex-direction: column;
                align-items: stretch;
            }
            .nav-list {
                flex-direction: column;
                display: none;
                width: 100%;
                background: #141a24;
                padding: 0.5rem 0;
                border-radius: 12px;
            }
            .nav-list.show {
                display: flex;
            }
            .hamburger {
                display: inline-block;
                align-self: flex-end;
            }
            .nav-list li a {
                padding: 0.7rem 1.2rem;
                border-radius: 0;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
            .footer-inner {
                flex-direction: column;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .hero-img img {
                max-height: 220px;
            }
            .feedback-section {
                padding: 1.2rem;
            }
            .rating-stars {
                font-size: 1.4rem;
            }
            .container {
                padding: 0 0.8rem;
            }
        }
        .tag {
            display: inline-block;
            background: #2a3344;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #b0c0d0;
            margin: 0.2rem 0.2rem;
        }
        .highlight {
            background: #2a3344;
            padding: 0.1rem 0.4rem;
            border-radius: 6px;
            color: #f0c94b;
        }
        .quote {
            font-style: italic;
            border-left: 4px solid #f0b429;
            padding-left: 1.2rem;
            color: #bcc8dc;
            margin: 1.2rem 0;
        }
        .last-updated {
            color: #8a9aab;
            font-size: 0.9rem;
            text-align: right;
            margin: 0.6rem 0 1.2rem 0;
            border-top: 1px dashed #2a3344;
            padding-top: 0.6rem;
        }
        .back-to-top {
            position: fixed;
            bottom: 1.8rem;
            right: 1.8rem;
            background: #f0b429;
            color: #0b0e14;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 6px 24px rgba(240, 180, 41, 0.3);
            transition: transform 0.2s, opacity 0.3s;
            opacity: 0.8;
            z-index: 99;
        }
        .back-to-top:hover {
            transform: translateY(-6px);
            opacity: 1;
            text-decoration: none;
            color: #0b0e14;
        }
        .section-divider {
            border: none;
            height: 2px;
            background: linear-gradient(90deg, transparent, #2a3344, transparent);
            margin: 2.4rem 0;
        }
