        *,
        *::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, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
            background: #0d0618;
            color: #e8e0f0;
            line-height: 1.75;
            min-height: 100vh;
        }
        a {
            color: #d4a843;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #f5d68a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.45rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
            line-height: 1.3;
            color: #f5f0eb;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 1.2rem;
            background: linear-gradient(135deg, #f5d68a, #d4a843);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.2rem 0 1rem;
            border-left: 4px solid #d4a843;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.6rem 0 0.7rem;
            color: #e8d5b5;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem;
            color: #d4c4a8;
        }
        p {
            margin-bottom: 1.1rem;
        }
        strong,
        b {
            color: #f5d68a;
            font-weight: 600;
        }
        em {
            font-style: italic;
            color: #d4c4a8;
        }
        blockquote {
            border-left: 4px solid #d4a843;
            padding: 0.8rem 1.2rem;
            margin: 1.2rem 0;
            background: rgba(212, 168, 67, 0.06);
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #ddd0e0;
        }
        hr {
            border: none;
            height: 1px;
            background: linear-gradient(90deg, transparent, #d4a843, transparent);
            margin: 2rem 0;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(180deg, #1a0a2e 0%, #0d0618 100%);
            padding: 0.8rem 0;
            border-bottom: 1px solid rgba(212, 168, 67, 0.2);
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.2rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 700;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f5d68a, #d4a843);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            color: #d4a843;
            -webkit-text-fill-color: #d4a843;
            font-size: 1.5rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            opacity: 0.7;
            -webkit-text-fill-color: #c0b0d0;
            display: block;
            margin-top: -0.2rem;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0.4rem 1.2rem;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
        }
        .nav-menu li a {
            padding: 0.4rem 0.6rem;
            border-radius: 6px;
            font-size: 0.92rem;
            font-weight: 500;
            color: #ddd0e0;
            transition: background 0.2s, color 0.2s;
        }
        .nav-menu li a:hover,
        .nav-menu li a:focus-visible {
            background: rgba(212, 168, 67, 0.15);
            color: #f5d68a;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: 1px solid rgba(212, 168, 67, 0.3);
            color: #f5d68a;
            font-size: 1.6rem;
            padding: 0.3rem 0.7rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(212, 168, 67, 0.12);
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem 0.6rem;
            padding: 0.8rem 0 0.2rem;
            font-size: 0.85rem;
            color: #a090b0;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #d4a843;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #c0b0d0;
        }
        .breadcrumb a:hover {
            color: #f5d68a;
        }
        .breadcrumb .current {
            color: #f5d68a;
        }
        .search-box {
            display: flex;
            gap: 0.5rem;
            max-width: 480px;
            margin: 1.5rem 0 2rem;
            background: rgba(255, 255, 255, 0.04);
            border-radius: 50px;
            padding: 0.3rem 0.3rem 0.3rem 1.2rem;
            border: 1px solid rgba(212, 168, 67, 0.15);
            transition: border-color 0.3s;
        }
        .search-box:focus-within {
            border-color: #d4a843;
        }
        .search-box input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 0.6rem 0;
            font-size: 0.95rem;
            color: #f5f0eb;
            outline: none;
            min-width: 0;
        }
        .search-box input::placeholder {
            color: #7a6a8a;
        }
        .search-box button {
            background: #d4a843;
            border: none;
            color: #0d0618;
            padding: 0.5rem 1.4rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-box button:hover {
            background: #f5d68a;
            transform: scale(1.02);
        }
        .content-area {
            padding: 1.5rem 0 3rem;
        }
        .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.8rem;
            font-size: 0.9rem;
            color: #a090b0;
            margin-bottom: 1.8rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid rgba(212, 168, 67, 0.08);
        }
        .meta-info i {
            margin-right: 0.3rem;
            color: #d4a843;
        }
        .last-updated {
            font-weight: 500;
            color: #d4c4a8;
        }
        .featured-image {
            margin: 1.8rem 0 2.2rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        }
        .featured-image img {
            width: 100%;
            aspect-ratio: 16/9;
            object-fit: cover;
            background: #1a0a2e;
        }
        .featured-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.85rem;
            color: #b0a0c0;
            background: rgba(26, 10, 46, 0.8);
            border-top: 1px solid rgba(212, 168, 67, 0.1);
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 0.8rem 1.2rem;
            margin: 1.2rem 0 1.8rem;
            padding: 0;
            list-style: none;
        }
        .link-grid li a {
            display: block;
            padding: 0.5rem 0.8rem;
            background: rgba(212, 168, 67, 0.06);
            border-radius: 8px;
            border-left: 3px solid #d4a843;
            font-size: 0.92rem;
            transition: background 0.2s, transform 0.15s;
        }
        .link-grid li a:hover {
            background: rgba(212, 168, 67, 0.14);
            transform: translateX(4px);
            text-decoration: none;
        }
        .feedback-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem 2rem;
            margin: 2.5rem 0;
            padding: 1.8rem 1.5rem;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 20px;
            border: 1px solid rgba(212, 168, 67, 0.08);
        }
        .feedback-section form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .feedback-section label {
            font-weight: 500;
            font-size: 0.95rem;
            color: #ddd0e0;
        }
        .feedback-section input,
        .feedback-section textarea {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(212, 168, 67, 0.15);
            border-radius: 10px;
            padding: 0.7rem 1rem;
            font-size: 0.95rem;
            color: #f5f0eb;
            font-family: inherit;
            transition: border-color 0.3s;
            width: 100%;
        }
        .feedback-section input:focus,
        .feedback-section textarea:focus {
            border-color: #d4a843;
            outline: none;
        }
        .feedback-section textarea {
            min-height: 90px;
            resize: vertical;
        }
        .feedback-section .btn-submit {
            background: #d4a843;
            border: none;
            color: #0d0618;
            padding: 0.65rem 1.8rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            align-self: flex-start;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .feedback-section .btn-submit:hover {
            background: #f5d68a;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            gap: 0.2rem;
            justify-content: flex-end;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #4a3a5a;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #d4a843;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0 0.5rem;
        }
        friend-link ul {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.5rem;
            list-style: none;
            padding: 0;
        }
        friend-link ul li a {
            font-size: 0.9rem;
            color: #b0a0c0;
            padding: 0.2rem 0;
            border-bottom: 1px solid transparent;
            transition: border-color 0.2s, color 0.2s;
        }
        friend-link ul li a:hover {
            color: #f5d68a;
            border-bottom-color: #d4a843;
        }
        .site-footer {
            background: #0a0414;
            border-top: 1px solid rgba(212, 168, 67, 0.08);
            padding: 1.8rem 0;
            margin-top: 2rem;
            font-size: 0.88rem;
            color: #807090;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 0.8rem 1.5rem;
        }
        .footer-inner .copyright {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            flex-wrap: wrap;
        }
        .footer-inner .copyright i {
            color: #d4a843;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
                margin-top: 1.8rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a0a2e;
                padding: 0.8rem 0 1.2rem;
                border-radius: 0 0 16px 16px;
                border-top: 1px solid rgba(212, 168, 67, 0.1);
                margin-top: 0.4rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 0;
            }
            .feedback-section {
                grid-template-columns: 1fr;
            }
            .header-inner {
                gap: 0.4rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .link-grid {
                grid-template-columns: 1fr;
            }
            .meta-info {
                font-size: 0.8rem;
                gap: 0.4rem 1rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            .search-box {
                flex-wrap: wrap;
                border-radius: 16px;
                padding: 0.5rem;
            }
            .search-box input {
                width: 100%;
                padding: 0.5rem 0.8rem;
            }
            .search-box button {
                width: 100%;
                justify-content: center;
                padding: 0.6rem;
            }
            .star-rating {
                font-size: 1.5rem;
            }
            .footer-inner {
                flex-direction: column;
                text-align: center;
            }
        }
        .text-glow {
            text-shadow: 0 0 20px rgba(212, 168, 67, 0.15);
        }
        .emoji-lg {
            font-size: 1.4em;
            display: inline-block;
            vertical-align: middle;
        }
        .highlight-box {
            background: rgba(212, 168, 67, 0.05);
            border-radius: 16px;
            padding: 1.2rem 1.5rem;
            margin: 1.2rem 0;
            border: 1px solid rgba(212, 168, 67, 0.08);
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
        }
        th,
        td {
            padding: 0.6rem 1rem;
            text-align: left;
            border-bottom: 1px solid rgba(212, 168, 67, 0.08);
        }
        th {
            background: rgba(212, 168, 67, 0.08);
            color: #f5d68a;
            font-weight: 600;
        }
        td {
            color: #ddd0e0;
        }
        tr:hover td {
            background: rgba(212, 168, 67, 0.03);
        }
