        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, Roboto, 'Helvetica Neue', sans-serif;
            background: #0f0f11;
            color: #e8e6e3;
            line-height: 1.75;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #d4a373;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus-visible {
            color: #f2d5a0;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f5efe6;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem 0;
            border-bottom: 2px solid #2a2a30;
            padding-bottom: 0.5rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.75rem 0;
            color: #e0d6c5;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem 0;
            color: #cfc3ae;
        }
        p {
            margin-bottom: 1.1rem;
            color: #d6d2cb;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
            width: 100%;
        }
        ul,
        ol {
            margin: 0 0 1.25rem 1.75rem;
            color: #d6d2cb;
        }
        li {
            margin-bottom: 0.4rem;
        }
        strong,
        b {
            color: #f0e7d8;
            font-weight: 700;
        }
        em {
            color: #c9b99f;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1a1e;
        }
        ::-webkit-scrollbar-thumb {
            background: #3a3a44;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
        .site-header {
            background: #16161a;
            border-bottom: 1px solid #2a2a32;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background: rgba(22, 22, 26, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem 1.25rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #d4a373, #f2d5a0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #d4a373;
            font-size: 1.4rem;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .main-nav {
            display: flex;
            gap: 0.25rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.45rem 0.9rem;
            border-radius: 6px;
            font-size: 0.92rem;
            color: #c9c3b8;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: #2a2a32;
            color: #f2d5a0;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #e8e6e3;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 4px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #2a2a32;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumbs {
            background: #1c1c22;
            padding: 0.6rem 0;
            border-bottom: 1px solid #282830;
            font-size: 0.85rem;
        }
        .breadcrumbs ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.35rem 0.6rem;
            margin: 0;
            padding: 0;
        }
        .breadcrumbs li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #666;
        }
        .breadcrumbs a {
            color: #b0a898;
        }
        .breadcrumbs a:hover {
            color: #d4a373;
        }
        .breadcrumbs .current {
            color: #d4a373;
            font-weight: 600;
        }
        .hero {
            padding: 2.5rem 0 1.5rem;
            background: radial-gradient(ellipse at 30% 40%, #1e1b16, #0f0f11 80%);
        }
        .hero h1 {
            font-size: 2.6rem;
            letter-spacing: -0.01em;
        }
        .hero .subtitle {
            font-size: 1.15rem;
            color: #b8ae9c;
            max-width: 720px;
            margin-top: 0.25rem;
        }
        .hero .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 1.25rem 2rem;
            margin-top: 0.75rem;
            font-size: 0.9rem;
            color: #8e8678;
        }
        .hero .meta-info i {
            margin-right: 0.4rem;
            color: #d4a373;
        }
        .search-section {
            background: #1a1a20;
            padding: 1.25rem 0;
            border-bottom: 1px solid #2a2a32;
        }
        .search-form {
            display: flex;
            max-width: 580px;
            gap: 0.5rem;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
            padding: 0.7rem 1rem;
            border: 1px solid #3a3a44;
            border-radius: 8px;
            background: #0f0f12;
            color: #e8e6e3;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
        }
        .search-form input:focus {
            border-color: #d4a373;
        }
        .search-form button {
            padding: 0.7rem 1.4rem;
            background: #d4a373;
            border: none;
            border-radius: 8px;
            color: #0f0f11;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #e4b78a;
            transform: scale(1.02);
        }
        .main-content {
            padding: 2rem 0 3rem;
            flex: 1;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 2.5rem;
        }
        .content-body {
            min-width: 0;
        }
        .content-body .featured-image {
            border-radius: 12px;
            margin: 1.5rem 0 2rem;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.6);
            width: 100%;
            max-height: 480px;
            object-fit: cover;
            background: #1e1e24;
        }
        .sidebar {
            position: sticky;
            top: 90px;
            align-self: start;
        }
        .sidebar-card {
            background: #1a1a20;
            border-radius: 12px;
            padding: 1.25rem 1.1rem;
            margin-bottom: 1.5rem;
            border: 1px solid #282830;
        }
        .sidebar-card h3 {
            font-size: 1.1rem;
            margin: 0 0 0.75rem 0;
            color: #e0d6c5;
            border-bottom: 1px solid #2a2a32;
            padding-bottom: 0.5rem;
        }
        .sidebar-card ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .sidebar-card li {
            margin-bottom: 0.5rem;
        }
        .sidebar-card a {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.9rem;
            padding: 0.3rem 0;
            border-bottom: 1px solid #1e1e24;
        }
        .sidebar-card a i {
            width: 1.1rem;
            color: #d4a373;
            font-size: 0.8rem;
        }
        .boss-table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
            border-radius: 10px;
            border: 1px solid #2a2a32;
        }
        .boss-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
            min-width: 560px;
        }
        .boss-table th {
            background: #1e1e26;
            color: #d4a373;
            font-weight: 700;
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 2px solid #2a2a32;
        }
        .boss-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #222228;
            color: #d6d2cb;
        }
        .boss-table tr:hover td {
            background: #1c1c24;
        }
        .boss-table .highlight {
            color: #f2d5a0;
            font-weight: 600;
        }
        .interaction-area {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 2px solid #2a2a32;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 1px solid #3a3a44;
            border-radius: 8px;
            background: #0f0f12;
            color: #e8e6e3;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
            margin-bottom: 0.75rem;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #d4a373;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            padding: 0.65rem 1.5rem;
            background: #d4a373;
            border: none;
            border-radius: 8px;
            color: #0f0f11;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #e4b78a;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #555;
            margin-bottom: 0.75rem;
            cursor: pointer;
        }
        .rating-stars i.active {
            color: #f2c94c;
        }
        .rating-stars i:hover,
        .rating-stars i.active~i {
            color: #f2c94c;
        }
        .rating-form label {
            display: block;
            margin-bottom: 0.3rem;
            font-weight: 600;
            color: #cfc3ae;
        }
        .site-footer {
            background: #121216;
            border-top: 1px solid #2a2a32;
            padding: 2rem 0 1.5rem;
            margin-top: 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem 1.5rem;
        }
        .footer-brand .my-logo {
            font-size: 1.4rem;
        }
        .footer-brand p {
            font-size: 0.88rem;
            color: #9e9688;
            margin-top: 0.5rem;
        }
        .footer-links h4,
        .footer-friend h4 {
            font-size: 1rem;
            color: #d4a373;
            margin-bottom: 0.75rem;
        }
        .footer-links ul,
        .footer-friend ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-links li,
        .footer-friend li {
            margin-bottom: 0.4rem;
        }
        .footer-links a,
        .footer-friend a {
            font-size: 0.88rem;
            color: #b0a898;
        }
        .footer-links a:hover,
        .footer-friend a:hover {
            color: #d4a373;
        }
        .footer-bottom {
            margin-top: 1.75rem;
            padding-top: 1.25rem;
            border-top: 1px solid #22222a;
            text-align: center;
            font-size: 0.82rem;
            color: #7a7268;
        }
        .footer-bottom strong {
            color: #b0a898;
        }
        friend-link {
            display: block;
            margin: 0.5rem 0;
        }
        friend-link a {
            font-size: 0.9rem;
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 1rem;
            }
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .hero h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 700px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a1a20;
                padding: 0.75rem 0.5rem;
                border-radius: 10px;
                margin-top: 0.5rem;
                border: 1px solid #2a2a32;
            }
            .main-nav a {
                padding: 0.6rem 0.8rem;
                border-radius: 4px;
            }
            #nav-toggle:checked~.main-nav {
                display: flex;
            }
            .header-inner {
                align-items: center;
            }
            .nav-wrapper {
                flex-wrap: wrap;
                width: 100%;
            }
            .sidebar {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .boss-table {
                font-size: 0.82rem;
            }
            .boss-table th,
            .boss-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            .hero h1 {
                font-size: 1.4rem;
            }
            .search-form input {
                min-width: 140px;
            }
            .rating-stars {
                font-size: 1.3rem;
            }
        }
        .text-glow {
            color: #d4a373;
        }
        .mt-1 {
            margin-top: 0.5rem;
        }
        .mb-1 {
            margin-bottom: 0.5rem;
        }
        .badge {
            display: inline-block;
            background: #2a2a32;
            padding: 0.15rem 0.6rem;
            border-radius: 4px;
            font-size: 0.75rem;
            color: #b8ae9c;
        }
        .divider {
            height: 1px;
            background: #2a2a32;
            margin: 1.75rem 0;
        }
        .emoji-big {
            font-size: 1.3em;
        }
