        *,
        *::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: #0d0f12;
            color: #e8e6e3;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #ffd966;
            text-decoration: underline;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1d22;
        }
        ::-webkit-scrollbar-thumb {
            background: #f5c842;
            border-radius: 4px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1d22 0%, #0f1115 100%);
            border-bottom: 2px solid #2a2e35;
            padding: 12px 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;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 1px;
            color: #f5c842;
            text-transform: uppercase;
            text-shadow: 0 0 20px rgba(245, 200, 66, 0.15);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo:hover {
            transform: scale(1.02);
            color: #ffd966;
            text-decoration: none;
        }
        .my-logo i {
            font-size: 2rem;
            color: #f5c842;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 24px;
            list-style: none;
        }
        .nav-menu li a {
            color: #c8c6c2;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: all 0.25s;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .nav-menu li a:hover,
        .nav-menu li a.active {
            color: #f5c842;
            border-bottom-color: #f5c842;
            text-decoration: none;
        }
        .nav-menu li a i {
            font-size: 0.9rem;
        }
        .hamburger {
            display: none;
            background: transparent;
            border: none;
            color: #f5c842;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 4px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(245, 200, 66, 0.1);
        }
        .breadcrumb-wrap {
            background: #181b20;
            padding: 10px 0;
            border-bottom: 1px solid #262a31;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px 12px;
            list-style: none;
            font-size: 0.85rem;
            color: #a0a0a0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 8px;
            color: #555;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #c0b8a0;
        }
        .breadcrumb a:hover {
            color: #f5c842;
        }
        .breadcrumb .current {
            color: #f5c842;
            font-weight: 600;
        }
        .main-content {
            padding: 40px 0 60px;
            background: #0d0f12;
        }
        .main-content h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #f5c842;
            margin-bottom: 20px;
            line-height: 1.2;
            letter-spacing: -0.5px;
            text-shadow: 0 2px 10px rgba(245, 200, 66, 0.08);
        }
        .main-content h1 i {
            margin-right: 12px;
            color: #f5c842;
        }
        .main-content h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #f5c842;
            margin-top: 48px;
            margin-bottom: 18px;
            padding-bottom: 8px;
            border-bottom: 2px solid #2a2e35;
        }
        .main-content h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #e8d5a0;
            margin-top: 32px;
            margin-bottom: 12px;
        }
        .main-content h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #d4c5a0;
            margin-top: 24px;
            margin-bottom: 8px;
        }
        .main-content p {
            margin-bottom: 18px;
            color: #d6d4d0;
            font-size: 1.05rem;
        }
        .main-content strong {
            color: #f5d080;
            font-weight: 700;
        }
        .main-content em {
            color: #c8b890;
            font-style: italic;
        }
        .main-content ul,
        .main-content ol {
            margin: 12px 0 22px 28px;
            color: #d0cec8;
        }
        .main-content li {
            margin-bottom: 8px;
        }
        .main-content .highlight-box {
            background: #1e2229;
            border-left: 4px solid #f5c842;
            padding: 18px 24px;
            border-radius: 0 8px 8px 0;
            margin: 24px 0;
        }
        .main-content .highlight-box p {
            margin-bottom: 4px;
        }
        .featured-image {
            margin: 32px 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
            background: #1a1d22;
            padding: 8px;
        }
        .featured-image img {
            border-radius: 8px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .featured-image figcaption {
            text-align: center;
            padding: 12px 8px 4px;
            font-size: 0.85rem;
            color: #a09888;
        }
        .search-section {
            background: #1a1d22;
            padding: 32px 28px;
            border-radius: 12px;
            margin: 40px 0;
            border: 1px solid #2a2e35;
        }
        .search-section h3 {
            margin-top: 0;
            color: #f5c842;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 16px;
        }
        .search-form input[type="text"] {
            flex: 1 1 280px;
            padding: 14px 18px;
            border: 1px solid #3a3e45;
            border-radius: 8px;
            background: #0d0f12;
            color: #e8e6e3;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f5c842;
        }
        .search-form button {
            padding: 14px 32px;
            background: #f5c842;
            color: #0d0f12;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #ffd966;
            transform: translateY(-1px);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 40px 0;
        }
        .comment-section,
        .rating-section {
            background: #1a1d22;
            padding: 28px 24px;
            border-radius: 12px;
            border: 1px solid #2a2e35;
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
            color: #f5c842;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #3a3e45;
            border-radius: 8px;
            background: #0d0f12;
            color: #e8e6e3;
            font-size: 0.95rem;
            margin-bottom: 12px;
            font-family: inherit;
            outline: none;
            transition: border-color 0.3s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f5c842;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            padding: 12px 28px;
            background: #f5c842;
            color: #0d0f12;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #ffd966;
        }
        .rating-form .star-select {
            display: flex;
            gap: 8px;
            margin: 12px 0 16px;
            font-size: 2rem;
            color: #444;
            cursor: pointer;
        }
        .rating-form .star-select i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-form .star-select i:hover,
        .rating-form .star-select i.active {
            color: #f5c842;
            transform: scale(1.1);
        }
        .rating-form input[type="hidden"] {
            display: none;
        }
        .links-list {
            background: #1a1d22;
            padding: 24px 28px;
            border-radius: 12px;
            margin: 32px 0;
            border: 1px solid #2a2e35;
        }
        .links-list ul {
            list-style: none;
            margin: 12px 0 0 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px 24px;
        }
        .links-list ul li a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 0;
            color: #c8c0b0;
            transition: color 0.2s;
        }
        .links-list ul li a:hover {
            color: #f5c842;
        }
        .links-list ul li a i {
            font-size: 0.8rem;
            color: #f5c842;
        }
        .site-footer {
            background: #0a0c0f;
            border-top: 2px solid #1e2229;
            padding: 40px 0 28px;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 32px;
        }
        .footer-col {
            flex: 1 1 200px;
        }
        .footer-col h4 {
            color: #f5c842;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        .footer-col ul {
            list-style: none;
            margin: 0;
        }
        .footer-col ul li {
            margin-bottom: 6px;
        }
        .footer-col ul li a {
            color: #a09888;
            font-size: 0.9rem;
        }
        .footer-col ul li a:hover {
            color: #f5c842;
        }
        friend-link {
            display: block;
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px solid #1e2229;
            font-size: 0.9rem;
            color: #a09888;
        }
        friend-link a {
            color: #c8c0b0;
            margin: 0 8px;
        }
        friend-link a:hover {
            color: #f5c842;
        }
        .copyright {
            text-align: center;
            margin-top: 24px;
            padding-top: 20px;
            border-top: 1px solid #181b20;
            color: #706860;
            font-size: 0.85rem;
        }
        .copyright strong {
            color: #a09888;
        }
        @media (max-width: 900px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            .links-list ul {
                grid-template-columns: 1fr;
            }
            .main-content h1 {
                font-size: 2.2rem;
            }
            .main-content h2 {
                font-size: 1.6rem;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 16px 0 8px;
                gap: 4px;
                background: #181b20;
                border-radius: 0 0 12px 12px;
                margin-top: 12px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 10px 16px;
                border-bottom: none;
                border-left: 3px solid transparent;
            }
            .nav-menu li a:hover,
            .nav-menu li a.active {
                border-left-color: #f5c842;
                border-bottom: none;
            }
            .main-content h1 {
                font-size: 1.8rem;
            }
            .main-content h2 {
                font-size: 1.4rem;
            }
            .main-content h3 {
                font-size: 1.2rem;
            }
            .search-form input[type="text"] {
                flex: 1 1 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .footer-inner {
                flex-direction: column;
                gap: 24px;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .main-content h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .my-logo i {
                font-size: 1.4rem;
            }
            .comment-section,
            .rating-section {
                padding: 18px 14px;
            }
            .search-section {
                padding: 20px 14px;
            }
        }
        .last-updated {
            display: inline-block;
            background: #1e2229;
            padding: 6px 18px;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #a09888;
            margin-bottom: 24px;
            border: 1px solid #2a2e35;
        }
        .last-updated i {
            margin-right: 6px;
            color: #f5c842;
        }
        .custom-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            background: #181b20;
            border-radius: 8px;
            overflow: hidden;
        }
        .custom-table th {
            background: #242830;
            color: #f5c842;
            padding: 12px 16px;
            text-align: left;
            font-weight: 600;
        }
        .custom-table td {
            padding: 10px 16px;
            border-top: 1px solid #2a2e35;
            color: #c8c4be;
        }
        .custom-table tr:hover td {
            background: #1e2229;
        }
        .tag {
            display: inline-block;
            background: #2a2e35;
            color: #f5c842;
            padding: 2px 12px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 600;
        }
