        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0d0b15;
            color: #e8e0d0;
            line-height: 1.7;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #f0c27f;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ffd700;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f5e6c8;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.6rem;
            margin-top: 0.5rem;
        }
        h2 {
            font-size: 2rem;
            border-left: 5px solid #f0c27f;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #e8d5b0;
        }
        h4 {
            font-size: 1.2rem;
            color: #dcc8a0;
        }
        p {
            margin-bottom: 1.2rem;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.2rem 1.8rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #1a1425 0%, #2a1f3a 100%);
            padding: 16px 0;
            border-bottom: 2px solid #3a2a4a;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
        }
        .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: 2px;
            background: linear-gradient(135deg, #f0c27f, #e8a84c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(240, 194, 127, 0.15);
            transition: transform 0.3s;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #b8a898;
            display: block;
            font-weight: 400;
            letter-spacing: 1px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f0c27f;
            color: #f0c27f;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(240, 194, 127, 0.15);
        }
        .main-nav {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #dcc8a0;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .main-nav a:hover {
            background: #f0c27f;
            color: #0d0b15;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb {
            background: #1a1425;
            padding: 10px 0;
            border-bottom: 1px solid #2a1f3a;
            font-size: 0.85rem;
            color: #a09080;
        }
        .breadcrumb a {
            color: #c0a888;
        }
        .breadcrumb a:hover {
            color: #f0c27f;
        }
        .breadcrumb span {
            margin: 0 6px;
            color: #605050;
        }
        .hero-section {
            padding: 40px 0 20px;
        }
        .hero-img-wrap {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
            margin-bottom: 30px;
        }
        .hero-img-wrap img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .hero-img-wrap .img-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
            padding: 40px 20px 16px;
            color: #f5e6c8;
            font-size: 0.95rem;
            font-style: italic;
        }
        .content-area {
            padding: 20px 0 60px;
        }
        .content-area .container {
            background: rgba(20, 16, 30, 0.6);
            border-radius: 24px;
            padding: 40px 36px;
            backdrop-filter: blur(4px);
            border: 1px solid #2a1f3a;
        }
        .last-updated {
            text-align: right;
            font-size: 0.85rem;
            color: #a09080;
            border-bottom: 1px dashed #2a1f3a;
            padding-bottom: 12px;
            margin-bottom: 28px;
        }
        .last-updated i {
            margin-right: 6px;
            color: #f0c27f;
        }
        .search-box {
            display: flex;
            max-width: 500px;
            margin: 24px 0 32px;
            border-radius: 50px;
            overflow: hidden;
            border: 1px solid #3a2a4a;
            background: #1a1425;
            transition: border-color 0.3s;
        }
        .search-box:focus-within {
            border-color: #f0c27f;
        }
        .search-box input {
            flex: 1;
            padding: 14px 20px;
            border: none;
            background: transparent;
            color: #e8e0d0;
            font-size: 1rem;
            outline: none;
        }
        .search-box input::placeholder {
            color: #7a6a5a;
        }
        .search-box button {
            padding: 14px 24px;
            background: #f0c27f;
            border: none;
            color: #0d0b15;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-box button:hover {
            background: #ffd700;
        }
        .user-interact {
            display: flex;
            flex-wrap: wrap;
            gap: 30px 50px;
            margin: 40px 0 30px;
            padding: 28px 0;
            border-top: 1px solid #2a1f3a;
            border-bottom: 1px solid #2a1f3a;
        }
        .rating-area,
        .comment-area {
            flex: 1 1 280px;
        }
        .rating-area h4,
        .comment-area h4 {
            margin-top: 0;
            font-size: 1.2rem;
            color: #f0c27f;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #5a4a3a;
            cursor: pointer;
            margin: 8px 0 12px;
        }
        .star-rating i {
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating i:hover {
            color: #f0c27f;
            transform: scale(1.2);
        }
        .star-rating i.active {
            color: #f0c27f;
        }
        .rating-area form,
        .comment-area form {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .rating-area form input[type="hidden"] {
            display: none;
        }
        .rating-area form button,
        .comment-area form button {
            align-self: flex-start;
            padding: 10px 28px;
            background: #f0c27f;
            border: none;
            border-radius: 30px;
            color: #0d0b15;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .rating-area form button:hover,
        .comment-area form button:hover {
            background: #ffd700;
            transform: scale(1.02);
        }
        .comment-area textarea {
            width: 100%;
            min-height: 90px;
            padding: 12px 16px;
            border-radius: 12px;
            border: 1px solid #3a2a4a;
            background: #1a1425;
            color: #e8e0d0;
            font-size: 0.95rem;
            resize: vertical;
            outline: none;
            transition: border-color 0.3s;
        }
        .comment-area textarea:focus {
            border-color: #f0c27f;
        }
        .comment-area textarea::placeholder {
            color: #7a6a5a;
        }
        .comment-area input[type="text"] {
            padding: 10px 16px;
            border-radius: 30px;
            border: 1px solid #3a2a4a;
            background: #1a1425;
            color: #e8e0d0;
            outline: none;
            transition: border-color 0.3s;
        }
        .comment-area input[type="text"]:focus {
            border-color: #f0c27f;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0 32px;
            font-size: 0.95rem;
            background: rgba(10, 8, 18, 0.6);
            border-radius: 12px;
            overflow: hidden;
        }
        .data-table th {
            background: #2a1f3a;
            color: #f0c27f;
            padding: 12px 16px;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 10px 16px;
            border-bottom: 1px solid #1a1425;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: rgba(240, 194, 127, 0.05);
        }
        friend-link {
            display: block;
            padding: 8px 0;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            padding: 6px 14px;
            margin: 4px 8px 4px 0;
            background: rgba(240, 194, 127, 0.08);
            border-radius: 30px;
            border: 1px solid #2a1f3a;
            transition: background 0.25s, border-color 0.25s;
        }
        friend-link a:hover {
            background: rgba(240, 194, 127, 0.18);
            border-color: #f0c27f;
            text-decoration: none;
        }
        .site-footer {
            background: #0a0812;
            border-top: 2px solid #1a1425;
            padding: 40px 0 30px;
            color: #a09080;
            font-size: 0.9rem;
        }
        .site-footer .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        .site-footer .copyright {
            flex: 2 1 300px;
        }
        .site-footer .friends {
            flex: 1 1 250px;
        }
        .site-footer .friends h5 {
            color: #dcc8a0;
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 1rem;
        }
        .site-footer .copyright p {
            margin-bottom: 0.4rem;
        }
        .site-footer .copyright .copy-sign {
            color: #f0c27f;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: inline-block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 16px;
                gap: 6px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 12px 20px;
                border-radius: 12px;
                background: rgba(240, 194, 127, 0.05);
            }
            .header-inner {
                align-items: center;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .content-area .container {
                padding: 24px 18px;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 8px 10px;
            }
            .hero-img-wrap .img-caption {
                font-size: 0.8rem;
                padding: 20px 12px 10px;
            }
            .user-interact {
                flex-direction: column;
                gap: 20px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            body {
                font-size: 15px;
            }
            .container {
                padding: 0 12px;
            }
            .content-area .container {
                padding: 16px 12px;
            }
            h1 {
                font-size: 1.6rem;
            }
            .search-box {
                flex-direction: column;
                border-radius: 16px;
            }
            .search-box button {
                justify-content: center;
                padding: 12px;
            }
        }
        .highlight {
            color: #f0c27f;
            font-weight: 600;
        }
        .inline-icon {
            margin-right: 6px;
            color: #f0c27f;
        }
        .divider {
            width: 100%;
            height: 1px;
            background: linear-gradient(90deg, transparent, #3a2a4a, transparent);
            margin: 40px 0;
        }
        .emoji-big {
            font-size: 1.4rem;
        }
        .quote-block {
            border-left: 4px solid #f0c27f;
            padding: 16px 24px;
            margin: 24px 0;
            background: rgba(240, 194, 127, 0.04);
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #dcc8a0;
        }
        .btn-back-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #f0c27f;
            color: #0d0b15;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 8px 30px rgba(240, 194, 127, 0.25);
            transition: transform 0.25s, background 0.25s;
            z-index: 99;
            border: none;
            cursor: pointer;
        }
        .btn-back-top:hover {
            transform: translateY(-4px);
            background: #ffd700;
        }
        @media (max-width: 600px) {
            .btn-back-top {
                bottom: 16px;
                right: 16px;
                width: 40px;
                height: 40px;
                font-size: 1.1rem;
            }
        }
