        *,
        *::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, sans-serif;
            background: #0b0b0e;
            color: #e8e6e3;
            line-height: 1.75;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a {
            color: #f5d742;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffed90;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f5f3f0;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.6rem;
            border-bottom: 2px solid #f5d74233;
            padding-bottom: 0.6rem;
        }
        h2 {
            font-size: 2.0rem;
            border-left: 5px solid #f5d742;
            padding-left: 1rem;
            margin-top: 2.8rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2rem;
            color: #f5d742;
        }
        h4 {
            font-size: 1.2rem;
            color: #c8c4bc;
            font-weight: 600;
            margin-top: 1.6rem;
        }
        p {
            margin-bottom: 1.2rem;
            color: #d8d4ce;
        }
        blockquote {
            border-left: 4px solid #f5d742;
            padding: 0.8rem 1.5rem;
            margin: 1.8rem 0;
            background: #1a1a24;
            border-radius: 0 8px 8px 0;
            font-style: italic;
            color: #c8c4bc;
        }
        hr {
            border: none;
            border-top: 1px solid #2a2a3a;
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(145deg, #0d0d14 0%, #1a1a2e 100%);
            border-bottom: 2px solid #f5d74233;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
        }
        .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;
            background: linear-gradient(135deg, #f5d742, #f9e87a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px #f5d74222;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f5d742;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            opacity: 0.88;
            text-decoration: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }
        .main-nav {
            display: flex;
            gap: 0.15rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #d8d4ce;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: #f5d74222;
            color: #f5d742;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f5d742;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #f5d74212;
        }
        .nav-check {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.8rem;
            font-size: 0.85rem;
            color: #8a8680;
            padding: 0.9rem 0 0.3rem;
            list-style: none;
        }
        .breadcrumb li {
            display: inline;
        }
        .breadcrumb li+li::before {
            content: "▸";
            margin-right: 0.6rem;
            color: #f5d74266;
        }
        .breadcrumb a {
            color: #b0aaa0;
        }
        .breadcrumb a:hover {
            color: #f5d742;
        }
        .breadcrumb .current {
            color: #f5d742;
            font-weight: 500;
        }
        .search-section {
            background: #14141e;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a2a3e;
        }
        .search-form {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 260px;
            padding: 0.85rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3a3a52;
            background: #0b0b12;
            color: #f0ede8;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f5d742;
        }
        .search-form button {
            padding: 0.85rem 2rem;
            border-radius: 40px;
            border: none;
            background: #f5d742;
            color: #0b0b0e;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #ffed90;
            transform: scale(1.02);
        }
        .content-area {
            padding: 1.5rem 0 3rem;
        }
        .hero-img {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
            border: 1px solid #2a2a3e;
        }
        .hero-img img {
            width: 100%;
            height: auto;
            max-height: 520px;
            object-fit: cover;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #8a8680;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin: 0.5rem 0 1.5rem;
        }
        .last-updated i {
            color: #f5d742;
        }
        .related-links {
            background: #14141e;
            border-radius: 12px;
            padding: 1.4rem 1.8rem;
            margin: 2rem 0;
            border: 1px solid #2a2a3e;
        }
        .related-links h4 {
            margin-top: 0;
            color: #f5d742;
        }
        .related-links ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
        }
        .related-links li::before {
            content: "✦";
            color: #f5d742;
            margin-right: 0.4rem;
        }
        .rating-section {
            background: #14141e;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a2a3e;
        }
        .star-rating {
            display: flex;
            gap: 0.5rem;
            font-size: 2rem;
            color: #3a3a52;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #f5d742;
        }
        .star-rating i {
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating i:hover {
            transform: scale(1.2);
        }
        .rating-form button {
            margin-top: 1rem;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            border: none;
            background: #f5d742;
            color: #0b0b0e;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.25s;
        }
        .rating-form button:hover {
            background: #ffed90;
        }
        .comment-section {
            background: #14141e;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a2a3e;
        }
        .comment-form textarea {
            width: 100%;
            padding: 1rem;
            border-radius: 12px;
            border: 1px solid #3a3a52;
            background: #0b0b12;
            color: #f0ede8;
            font-size: 1rem;
            min-height: 120px;
            resize: vertical;
            outline: none;
            transition: border 0.3s;
            font-family: inherit;
        }
        .comment-form textarea:focus {
            border-color: #f5d742;
        }
        .comment-form input[type="text"] {
            width: 100%;
            max-width: 400px;
            padding: 0.75rem 1rem;
            border-radius: 40px;
            border: 1px solid #3a3a52;
            background: #0b0b12;
            color: #f0ede8;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
            margin: 0.5rem 0;
        }
        .comment-form input[type="text"]:focus {
            border-color: #f5d742;
        }
        .comment-form button {
            padding: 0.75rem 2.2rem;
            border-radius: 40px;
            border: none;
            background: #f5d742;
            color: #0b0b0e;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.25s;
            margin-top: 0.6rem;
        }
        .comment-form button:hover {
            background: #ffed90;
        }
        .site-footer {
            background: #0d0d14;
            border-top: 2px solid #1a1a2e;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2rem;
        }
        .footer-col {
            flex: 1 1 200px;
        }
        .footer-col h4 {
            color: #f5d742;
            margin-top: 0;
            font-size: 1.1rem;
        }
        friend-link {
            display: block;
            margin: 0.4rem 0;
        }
        friend-link a {
            color: #b0aaa0;
            font-size: 0.9rem;
        }
        friend-link a:hover {
            color: #f5d742;
        }
        .copyright {
            text-align: center;
            color: #6a6660;
            font-size: 0.85rem;
            border-top: 1px solid #1a1a2e;
            padding-top: 1.5rem;
            margin-top: 2rem;
            width: 100%;
        }
        @media (max-width: 820px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0d0d14;
                padding: 1rem 0 0.5rem;
                border-top: 1px solid #2a2a3e;
                margin-top: 0.75rem;
            }
            .nav-check:checked~.main-nav {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1.2rem;
                border-radius: 0;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            .header-inner {
                align-items: center;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form input[type="text"] {
                width: 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .rating-section,
            .comment-section,
            .search-section {
                padding: 1.2rem 1.2rem;
            }
            .footer-inner {
                flex-direction: column;
                gap: 1.5rem;
            }
            .related-links ul {
                flex-direction: column;
                gap: 0.4rem;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.3rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
                padding-left: 0.6rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            .star-rating {
                font-size: 1.6rem;
            }
        }
        .text-highlight {
            background: #f5d74218;
            padding: 0.1rem 0.3rem;
            border-radius: 4px;
            font-weight: 600;
            color: #f5d742;
        }
        .emoji-lg {
            font-size: 1.4rem;
            margin-right: 0.3rem;
        }
        .flex-gap {
            gap: 1.5rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 0.5rem;
        }
        .schema-hidden {
            display: none;
        }
