        *,
        *::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: #0b0e14;
            color: #e4e8ee;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            color: #f0f4fa;
            font-weight: 700;
            letter-spacing: -0.01em;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 1.8rem;
            margin-top: 2.8rem;
            margin-bottom: 0.6rem;
            border-bottom: 2px solid #2a313c;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.35rem;
            margin-top: 2rem;
            margin-bottom: 0.4rem;
            color: #f5c542;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.4rem;
            margin-bottom: 0.3rem;
            color: #cbd5e1;
        }
        p {
            margin-bottom: 1.2rem;
            color: #d1d8e0;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.4rem 1.6rem;
            color: #d1d8e0;
        }
        li {
            margin-bottom: 0.3rem;
        }
        strong {
            color: #f5c542;
            font-weight: 700;
        }
        em {
            color: #e8d5a3;
            font-style: italic;
        }
        hr {
            border: none;
            border-top: 1px solid #2a313c;
            margin: 2rem 0;
        }
        blockquote {
            border-left: 4px solid #f5c542;
            background: #1a2029;
            padding: 1rem 1.4rem;
            margin: 1.2rem 0;
            border-radius: 0 8px 8px 0;
            color: #d1d8e0;
            font-style: italic;
        }
        ::selection {
            background: #f5c542;
            color: #0b0e14;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .content-wrapper {
            background: #121821;
            border-radius: 20px;
            padding: 2rem 1.8rem;
            margin: 1.5rem 0 2.5rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
        }
        .site-header {
            background: #0f141c;
            border-bottom: 2px solid #1e2632;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            background: rgba(11, 14, 20, 0.92);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem 1rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            color: #f5c542;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            background: linear-gradient(135deg, #f5c542, #d4a843);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5c542;
            font-size: 1.5rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            opacity: 0.6;
            -webkit-text-fill-color: #aaa;
            letter-spacing: 0.2px;
        }
        .my-logo a {
            all: unset;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-menu a {
            padding: 0.5rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #cbd5e1;
            transition: all 0.2s ease;
            white-space: nowrap;
        }
        .nav-menu a:hover,
        .nav-menu a:focus-visible {
            background: #1e2632;
            color: #f5c542;
            text-decoration: none;
        }
        .nav-menu a.active {
            background: #f5c542;
            color: #0b0e14;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f5c542;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #1e2632;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.6rem;
            font-size: 0.85rem;
            padding: 0.8rem 0 0.2rem;
            color: #8892a0;
        }
        .breadcrumb a {
            color: #f5c542;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span.sep {
            color: #556;
            font-size: 0.75rem;
        }
        .last-updated {
            display: inline-block;
            background: #1a2029;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #8892a0;
            margin-bottom: 1rem;
            border: 1px solid #2a313c;
        }
        .last-updated i {
            margin-right: 0.4rem;
            color: #f5c542;
        }
        .featured-image {
            margin: 1.8rem 0 2rem;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
            background: #1a2029;
        }
        .featured-image img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #8892a0;
            background: #0f141c;
            text-align: center;
            border-top: 1px solid #1e2632;
        }
        .search-box {
            display: flex;
            max-width: 560px;
            margin: 1.2rem 0 2rem;
            border-radius: 40px;
            overflow: hidden;
            border: 1px solid #2a313c;
            background: #0f141c;
            transition: border-color 0.3s;
        }
        .search-box:focus-within {
            border-color: #f5c542;
        }
        .search-box input {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border: none;
            background: transparent;
            color: #e4e8ee;
            font-size: 0.95rem;
            outline: none;
        }
        .search-box input::placeholder {
            color: #556;
        }
        .search-box button {
            background: #f5c542;
            border: none;
            padding: 0 1.4rem;
            color: #0b0e14;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .search-box button:hover {
            background: #ffd966;
        }
        .rating-section {
            background: #0f141c;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            margin: 2.2rem 0;
            border: 1px solid #1e2632;
        }
        .rating-section h3 {
            margin-top: 0;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 2rem;
            cursor: pointer;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #3a4250;
            transition: color 0.2s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c542;
        }
        .rating-section .score-btn {
            margin-top: 0.8rem;
            background: #f5c542;
            border: none;
            padding: 0.6rem 2rem;
            border-radius: 30px;
            font-weight: 600;
            color: #0b0e14;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.9rem;
        }
        .rating-section .score-btn:hover {
            background: #ffd966;
        }
        .comment-section {
            background: #0f141c;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            margin: 2.2rem 0;
            border: 1px solid #1e2632;
        }
        .comment-section h3 {
            margin-top: 0;
        }
        .comment-section textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border-radius: 12px;
            border: 1px solid #2a313c;
            background: #121821;
            color: #e4e8ee;
            font-size: 0.95rem;
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
            transition: border-color 0.3s;
        }
        .comment-section textarea:focus {
            border-color: #f5c542;
            outline: none;
        }
        .comment-section .comment-btn {
            margin-top: 0.6rem;
            background: #f5c542;
            border: none;
            padding: 0.6rem 2rem;
            border-radius: 30px;
            font-weight: 600;
            color: #0b0e14;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.9rem;
        }
        .comment-section .comment-btn:hover {
            background: #ffd966;
        }
        .comment-list {
            margin-top: 1.4rem;
            border-top: 1px solid #1e2632;
            padding-top: 1rem;
        }
        .comment-item {
            padding: 0.8rem 0;
            border-bottom: 1px solid #1a2029;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-item .author {
            font-weight: 600;
            color: #f5c542;
            font-size: 0.9rem;
        }
        .comment-item .time {
            font-size: 0.75rem;
            color: #556;
            margin-left: 0.6rem;
        }
        .comment-item .text {
            margin-top: 0.2rem;
            color: #cbd5e1;
        }
        friend-link {
            display: block;
            background: #0f141c;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            margin: 2rem 0 0.5rem;
            border: 1px solid #1e2632;
        }
        friend-link h3 {
            margin-top: 0;
            font-size: 1.2rem;
            color: #f0f4fa;
        }
        friend-link ul {
            list-style: none;
            margin: 0.8rem 0 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
        }
        friend-link ul li a {
            color: #f5c542;
            font-size: 0.9rem;
        }
        friend-link ul li a:hover {
            text-decoration: underline;
        }
        .site-footer {
            background: #0a0d13;
            border-top: 2px solid #1e2632;
            padding: 2rem 0 1.2rem;
            margin-top: 3rem;
            text-align: center;
            font-size: 0.85rem;
            color: #556;
        }
        .site-footer .copy {
            margin-top: 0.6rem;
            letter-spacing: 0.3px;
        }
        .site-footer a {
            color: #8892a0;
        }
        .site-footer a:hover {
            color: #f5c542;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
                margin-top: 2rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .content-wrapper {
                padding: 1.2rem 0.8rem;
                border-radius: 12px;
            }
            .header-inner {
                flex-wrap: nowrap;
            }
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0f141c;
                border-radius: 12px;
                padding: 0.6rem 0.4rem;
                margin-top: 0.6rem;
                border: 1px solid #1e2632;
            }
            .nav-menu a {
                width: 100%;
                padding: 0.6rem 1rem;
                border-radius: 8px;
            }
            #nav-toggle:checked~.nav-menu {
                display: flex;
            }
            #nav-toggle:checked~.hamburger .fa-bars::before {
                content: "\f00d";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .star-rating {
                font-size: 1.6rem;
            }
            .rating-section,
            .comment-section,
            friend-link {
                padding: 1.2rem 1rem;
            }
            .search-box {
                max-width: 100%;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .my-logo small {
                font-size: 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.2rem;
            }
            .content-wrapper {
                padding: 0.8rem 0.4rem;
            }
            .featured-image {
                margin: 1rem 0;
            }
        }
        .text-accent {
            color: #f5c542;
        }
        .text-muted {
            color: #8892a0;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .gap-1 {
            gap: 1rem;
        }
        .badge {
            display: inline-block;
            background: #f5c542;
            color: #0b0e14;
            font-size: 0.7rem;
            font-weight: 600;
            padding: 0.15rem 0.7rem;
            border-radius: 20px;
            letter-spacing: 0.3px;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
        }
        table th,
        table td {
            padding: 0.6rem 0.8rem;
            text-align: left;
            border-bottom: 1px solid #1e2632;
        }
        table th {
            background: #1a2029;
            color: #f5c542;
            font-weight: 600;
        }
        table tr:hover td {
            background: #1a2029;
        }
        .highlight-box {
            background: #1a2029;
            border-left: 4px solid #f5c542;
            padding: 1rem 1.4rem;
            border-radius: 0 12px 12px 0;
            margin: 1.4rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-lg {
            font-size: 1.6rem;
            vertical-align: middle;
        }
