        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #1a1410;
            color: #e8e0d6;
            line-height: 1.75;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        a:hover,
        a:focus {
            color: #ffdd88;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f5d6a8;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        h1 {
            font-size: 2.6rem;
            border-bottom: 3px solid #c9a44a;
            padding-bottom: 0.5rem;
            margin-top: 0.5rem;
        }
        h2 {
            font-size: 2rem;
            border-left: 5px solid #c9a44a;
            padding-left: 1rem;
            margin-top: 3rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2rem;
            color: #e8c97a;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.5rem;
            color: #dbb96a;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        strong,
        b {
            color: #f5d6a8;
            font-weight: 700;
        }
        em {
            color: #e8c97a;
        }
        .text-muted {
            color: #b8a898;
        }
        .text-gold {
            color: #f5c542;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }
        .wrapper {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        .site-header {
            background: #0f0b08;
            border-bottom: 2px solid #3d2e1e;
            padding: 0.8rem 1.5rem;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5c542, #c9a44a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: opacity 0.3s ease;
            display: inline-block;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #b8a898;
            color: #b8a898;
            letter-spacing: 1px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5c542;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            transition: color 0.3s ease;
        }
        .nav-toggle:hover {
            color: #ffdd88;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 1.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #d4c9b8;
            font-weight: 500;
            padding: 0.4rem 0.2rem;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }
        .main-nav a:hover,
        .main-nav a.active {
            color: #f5c542;
            border-bottom-color: #f5c542;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 0.3rem;
        }
        .breadcrumb {
            background: #2a221c;
            padding: 0.7rem 1.5rem;
            font-size: 0.9rem;
            color: #b8a898;
            border-bottom: 1px solid #3d2e1e;
        }
        .breadcrumb-inner {
            max-width: 1200px;
            margin: 0 auto;
        }
        .breadcrumb a {
            color: #d4c9b8;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb span {
            color: #f5c542;
        }
        .search-section {
            background: #2a221c;
            padding: 1.5rem;
            border-radius: 8px;
            margin: 2rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
            border: 1px solid #3d2e1e;
        }
        .search-section label {
            font-weight: 600;
            color: #f5d6a8;
            margin-right: 0.5rem;
            font-size: 1.1rem;
        }
        .search-section input[type="text"] {
            flex: 1 1 260px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #3d2e1e;
            border-radius: 6px;
            background: #1a1410;
            color: #e8e0d6;
            font-size: 1rem;
            transition: border-color 0.3s ease;
            min-width: 200px;
        }
        .search-section input[type="text"]:focus {
            outline: none;
            border-color: #f5c542;
        }
        .search-section button {
            background: #c9a44a;
            border: none;
            color: #0f0b08;
            font-weight: 700;
            padding: 0.8rem 2rem;
            border-radius: 6px;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.3s ease, transform 0.2s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-section button:hover {
            background: #f5c542;
            transform: scale(1.02);
        }
        .interaction-panel {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin: 2.5rem 0;
        }
        .rating-box,
        .comment-box {
            background: #2a221c;
            border: 1px solid #3d2e1e;
            border-radius: 10px;
            padding: 1.8rem;
        }
        .rating-box h3,
        .comment-box h3 {
            margin-top: 0;
            color: #f5d6a8;
            font-size: 1.4rem;
            border-bottom: 1px solid #3d2e1e;
            padding-bottom: 0.6rem;
            margin-bottom: 1.2rem;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #5a4a3a;
            cursor: pointer;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }
        .star-rating i {
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #f5c542;
            transform: scale(1.15);
        }
        .rating-box form,
        .comment-box form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .rating-box input[type="number"],
        .comment-box textarea,
        .comment-box input[type="text"] {
            padding: 0.7rem 1rem;
            border: 2px solid #3d2e1e;
            border-radius: 6px;
            background: #1a1410;
            color: #e8e0d6;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }
        .rating-box input[type="number"]:focus,
        .comment-box textarea:focus,
        .comment-box input[type="text"]:focus {
            outline: none;
            border-color: #f5c542;
        }
        .rating-box textarea,
        .comment-box textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn-submit {
            background: #c9a44a;
            border: none;
            color: #0f0b08;
            font-weight: 700;
            padding: 0.7rem 1.5rem;
            border-radius: 6px;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.3s ease, transform 0.2s ease;
            align-self: flex-start;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-submit:hover {
            background: #f5c542;
            transform: scale(1.02);
        }
        .featured-image {
            margin: 2.5rem 0;
            border-radius: 12px;
            overflow: hidden;
            border: 2px solid #3d2e1e;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }
        .featured-image:hover img {
            transform: scale(1.02);
        }
        .featured-image figcaption {
            background: #0f0b08;
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #b8a898;
            border-top: 1px solid #3d2e1e;
        }
        .content-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            background: #1f1813;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #3d2e1e;
        }
        .content-table th {
            background: #3d2e1e;
            color: #f5d6a8;
            font-weight: 700;
            padding: 0.8rem 1rem;
            text-align: left;
        }
        .content-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #2a221c;
            color: #d4c9b8;
        }
        .content-table tr:last-child td {
            border-bottom: none;
        }
        .content-table tr:hover td {
            background: #2a221c;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }
        .card {
            background: #2a221c;
            border: 1px solid #3d2e1e;
            border-radius: 10px;
            padding: 1.5rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
        }
        .card h4 {
            margin-top: 0;
            color: #f5d6a8;
        }
        .card i {
            color: #f5c542;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        .site-footer {
            background: #0f0b08;
            border-top: 2px solid #3d2e1e;
            padding: 2rem 1.5rem;
            margin-top: auto;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #f5d6a8;
            margin-top: 0;
            font-size: 1.2rem;
        }
        .footer-inner p,
        .footer-inner a {
            font-size: 0.95rem;
            color: #b8a898;
        }
        .footer-inner a:hover {
            color: #f5c542;
        }
        friend-link {
            display: block;
            margin-top: 1rem;
            padding-top: 0.8rem;
            border-top: 1px solid #2a221c;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.2rem;
            margin-bottom: 0.4rem;
        }
        .copyright {
            text-align: center;
            padding: 1.2rem 0 0 0;
            border-top: 1px solid #2a221c;
            margin-top: 1.5rem;
            color: #8a7a6a;
            font-size: 0.9rem;
        }
        .copyright a {
            color: #b8a898;
        }
        .last-updated {
            font-size: 0.9rem;
            color: #8a7a6a;
            text-align: right;
            margin-top: 0.5rem;
        }
        @media (max-width: 900px) {
            .interaction-panel {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0f0b08;
                padding: 1rem 0;
                border-top: 1px solid #3d2e1e;
                margin-top: 0.8rem;
                gap: 0.3rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                border-bottom: 1px solid #1f1813;
                width: 100%;
            }
            .main-nav a:hover {
                border-bottom-color: #f5c542;
            }
            .breadcrumb {
                font-size: 0.8rem;
                padding: 0.5rem 1rem;
            }
            .search-section {
                flex-direction: column;
                align-items: stretch;
            }
            .search-section input[type="text"] {
                flex: 1 1 auto;
            }
            .search-section button {
                justify-content: center;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
            .content-table {
                font-size: 0.9rem;
            }
            .rating-box,
            .comment-box {
                padding: 1.2rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .container {
                padding: 0 1rem;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.3rem;
            }
            .my-logo small {
                font-size: 0.6rem;
            }
            h1 {
                font-size: 1.4rem;
            }
            p {
                font-size: 0.95rem;
            }
            .star-rating {
                font-size: 1.4rem;
            }
            .btn-submit {
                width: 100%;
                justify-content: center;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-0 {
            margin-top: 0;
        }
        .mb-0 {
            margin-bottom: 0;
        }
        .mb-1 {
            margin-bottom: 0.5rem;
        }
        .mb-2 {
            margin-bottom: 1rem;
        }
        .mb-3 {
            margin-bottom: 2rem;
        }
        .mt-3 {
            margin-top: 2rem;
        }
        .pt-2 {
            padding-top: 1rem;
        }
        .border-top {
            border-top: 1px solid #3d2e1e;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1410;
        }
        ::-webkit-scrollbar-thumb {
            background: #3d2e1e;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #5a4a3a;
        }
        :focus-visible {
            outline: 2px solid #f5c542;
            outline-offset: 2px;
        }
