        *,
        *::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: #0d0b0f;
            color: #e8e3e0;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #ffd966;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f5e7d3;
            margin-top: 1.5em;
            margin-bottom: 0.5em;
        }
        h1 {
            font-size: 2.6rem;
            margin-top: 0.2em;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 2rem;
            border-bottom: 2px solid #c9a84c33;
            padding-bottom: 0.3rem;
            margin-top: 2.2em;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 1.8em;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.4em;
            color: #f0dbb0;
        }
        p {
            margin-bottom: 1.2em;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1a161c 0%, #0d0b0f 100%);
            border-bottom: 2px solid #c9a84c55;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            background: linear-gradient(135deg, #f5c842, #e6a800);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px #f5c84222;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5c842;
            font-size: 1.8rem;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none !important;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: #aa9f8e;
            letter-spacing: 0.02em;
            display: block;
            line-height: 1;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5c842;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #ffffff0c;
        }
        .primary-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .primary-nav a {
            padding: 0.5rem 0.9rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #d4cdc4;
            transition: all 0.2s ease;
            white-space: nowrap;
        }
        .primary-nav a:hover,
        .primary-nav a.active {
            background: #f5c84218;
            color: #f5c842;
            text-decoration: none;
        }
        .primary-nav a i {
            margin-right: 0.3rem;
            font-size: 0.8rem;
        }
        .breadcrumb {
            background: #141117;
            padding: 0.6rem 0;
            border-bottom: 1px solid #2a242e;
            font-size: 0.85rem;
            color: #a09890;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb a {
            color: #c9b89b;
        }
        .breadcrumb a:hover {
            color: #f5c842;
        }
        .breadcrumb span.sep {
            color: #5a5350;
            margin: 0 0.1rem;
        }
        .hero {
            background: linear-gradient(145deg, #1f1925, #0d0b0f);
            padding: 3rem 0 2.5rem;
            text-align: center;
            border-bottom: 1px solid #c9a84c33;
        }
        .hero h1 {
            margin-top: 0;
            font-size: 2.8rem;
            background: linear-gradient(135deg, #f5e7d3, #f5c842);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.2rem;
            color: #b8ad9e;
            max-width: 750px;
            margin: 0.8rem auto 0;
        }
        .hero .last-updated {
            display: inline-block;
            margin-top: 1rem;
            padding: 0.3rem 1.2rem;
            background: #2a242e;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #b8ad9e;
            border: 1px solid #c9a84c33;
        }
        .search-section {
            background: #141117;
            padding: 1.8rem 0;
            border-bottom: 1px solid #2a242e;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            gap: 0.5rem;
            flex-wrap: wrap;
            justify-content: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 260px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3a343e;
            background: #1a161c;
            color: #f0e8e0;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f5c842;
            box-shadow: 0 0 0 3px #f5c84222;
        }
        .search-form button {
            padding: 0.8rem 1.8rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #f5c842, #dba500);
            color: #0d0b0f;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            transform: scale(1.02);
            box-shadow: 0 4px 20px #f5c84244;
        }
        .content-wrapper {
            padding: 2.5rem 0 4rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            background: #141117;
            border-radius: 16px;
            padding: 1.8rem 1.5rem;
            border: 1px solid #2a242e;
            height: fit-content;
            position: sticky;
            top: 90px;
        }
        .sidebar h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 1px solid #2a242e;
            padding-bottom: 0.5rem;
            color: #f5c842;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 1rem 0 0;
        }
        .sidebar ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #1f1a22;
        }
        .sidebar ul li a {
            color: #c9b89b;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .sidebar ul li a:hover {
            color: #f5c842;
        }
        .main-content .featured-image {
            border-radius: 16px;
            overflow: hidden;
            margin: 1.5rem 0 2rem;
            border: 1px solid #2a242e;
            background: #141117;
        }
        .main-content .featured-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .main-content .featured-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.85rem;
            color: #a09890;
            font-style: italic;
        }
        .highlight-box {
            background: linear-gradient(135deg, #1f1925, #2a1f2e);
            border-left: 4px solid #f5c842;
            padding: 1.5rem 2rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.2rem;
            margin: 1.8rem 0;
        }
        .stat-card {
            background: #1a161c;
            border-radius: 12px;
            padding: 1.2rem 1rem;
            text-align: center;
            border: 1px solid #2a242e;
            transition: border 0.3s, transform 0.2s;
        }
        .stat-card:hover {
            border-color: #f5c84255;
            transform: translateY(-2px);
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            color: #f5c842;
            display: block;
        }
        .stat-card .label {
            font-size: 0.85rem;
            color: #a09890;
            margin-top: 0.2rem;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
            margin: 1.2rem 0;
            padding: 0;
            list-style: none;
        }
        .link-list-inline li a {
            background: #1a161c;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            border: 1px solid #2a242e;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            transition: all 0.2s;
        }
        .link-list-inline li a:hover {
            border-color: #f5c84255;
            background: #2a242e;
            text-decoration: none;
        }
        .feedback-section {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid #2a242e;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-top: 1.5rem;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.8rem 1rem;
            border-radius: 10px;
            border: 1px solid #3a343e;
            background: #1a161c;
            color: #f0e8e0;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.3s;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f5c842;
            box-shadow: 0 0 0 3px #f5c84222;
        }
        .comment-form textarea {
            min-height: 120px;
            resize: vertical;
        }
        .comment-form .form-group {
            margin-bottom: 1rem;
        }
        .comment-form button,
        .rating-form button {
            padding: 0.7rem 2rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #f5c842, #dba500);
            color: #0d0b0f;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            transform: scale(1.02);
            box-shadow: 0 4px 20px #f5c84244;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 2rem;
            color: #3a343e;
            cursor: pointer;
            transition: color 0.2s;
            margin: 0.5rem 0 1rem;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i.active,
        .rating-stars i:hover {
            color: #f5c842;
            transform: scale(1.08);
        }
        .rating-stars i:hover~i {
            color: #3a343e;
        }
        .site-footer {
            background: #0d0b0f;
            border-top: 2px solid #c9a84c33;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
        }
        .site-footer .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .site-footer h4 {
            color: #f5c842;
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 1px solid #2a242e;
            padding-bottom: 0.4rem;
        }
        .site-footer ul {
            list-style: none;
            padding: 0;
            margin: 0.8rem 0 0;
        }
        .site-footer ul li {
            padding: 0.25rem 0;
        }
        .site-footer ul li a {
            font-size: 0.9rem;
            color: #b8ad9e;
        }
        .site-footer ul li a:hover {
            color: #f5c842;
        }
        .footer-bottom {
            border-top: 1px solid #1f1a22;
            padding-top: 1.5rem;
            text-align: center;
            font-size: 0.85rem;
            color: #7a7270;
        }
        .footer-bottom a {
            color: #c9b89b;
        }
        friend-link {
            display: block;
            background: #141117;
            border-radius: 12px;
            padding: 1.2rem 1.5rem;
            margin: 1.5rem 0 0.5rem;
            border: 1px solid #2a242e;
            font-size: 0.9rem;
            color: #b8ad9e;
        }
        friend-link a {
            color: #f5c842;
            margin: 0 0.3rem;
        }
        friend-link a:hover {
            text-decoration: underline;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 2rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 1rem;
                gap: 0.2rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.6rem 1rem;
                border-radius: 8px;
                white-space: normal;
            }
            .header-inner {
                gap: 0.5rem;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .hero {
                padding: 2rem 0 1.5rem;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
            .search-form input[type="text"] {
                flex: 1 1 100%;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .my-logo small {
                font-size: 0.6rem;
            }
        }
        .text-glow {
            text-shadow: 0 0 40px #f5c84211;
        }
        .mt-0 {
            margin-top: 0;
        }
        .mb-0 {
            margin-bottom: 0;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .gap-1 {
            gap: 1rem;
        }
