        *,
        *::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: #f8f5f0;
            color: #1e1a16;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #a0522d;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #6b2e1a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #1e1a16;
        }
        h1 {
            font-size: 2.25rem;
            margin-bottom: 1.25rem;
        }
        h2 {
            font-size: 1.75rem;
            margin-top: 3rem;
            margin-bottom: 1rem;
            border-bottom: 3px solid #d4a373;
            padding-bottom: 0.5rem;
        }
        h3 {
            font-size: 1.35rem;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.25rem;
        }
        ul,
        ol {
            margin: 0 0 1.5rem 1.75rem;
        }
        li {
            margin-bottom: 0.5rem;
        }
        blockquote {
            border-left: 5px solid #d4a373;
            background: #f0ebe4;
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #3d322b;
        }
        hr {
            border: none;
            border-top: 2px solid #e2d6cb;
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: #1e1a16;
            color: #f8f5f0;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem 1.5rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 1px;
            color: #f8f5f0;
            text-transform: uppercase;
            background: linear-gradient(135deg, #d4a373, #e8c9a0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: opacity 0.2s;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #b8a89a;
            color: #b8a89a;
            letter-spacing: 2px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #d4a373;
            color: #d4a373;
            font-size: 1.5rem;
            padding: 0.3rem 0.7rem;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s;
        }
        .nav-toggle:hover {
            background: #d4a373;
            color: #1e1a16;
        }
        .main-nav {
            display: flex;
            gap: 0.25rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #e2d6cb;
            padding: 0.5rem 1rem;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover {
            background: #3d322b;
            color: #f8f5f0;
            text-decoration: none;
        }
        .main-nav .active {
            background: #a0522d;
            color: #fff;
        }
        .breadcrumb {
            background: #f0ebe4;
            padding: 0.6rem 1.25rem;
            border-radius: 10px;
            font-size: 0.85rem;
            margin: 1.25rem 0 1.5rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            align-items: center;
        }
        .breadcrumb i {
            color: #a0522d;
            margin: 0 0.25rem;
        }
        .breadcrumb a {
            color: #7a4d3a;
        }
        .breadcrumb a:hover {
            color: #a0522d;
        }
        .breadcrumb .current {
            color: #3d322b;
            font-weight: 600;
        }
        .featured-image-wrapper {
            margin: 1.5rem 0 2rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            background: #e2d6cb;
        }
        .featured-image-wrapper img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .featured-caption {
            font-size: 0.85rem;
            color: #5a4d42;
            padding: 0.75rem 1.25rem;
            background: #f0ebe4;
            text-align: center;
        }
        .search-form {
            display: flex;
            gap: 0.5rem;
            margin: 1.5rem 0;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1 1 240px;
            padding: 0.7rem 1rem;
            border: 2px solid #d4c5b5;
            border-radius: 10px;
            font-size: 1rem;
            background: #fff;
            transition: border-color 0.2s;
            min-width: 0;
        }
        .search-form input:focus {
            outline: none;
            border-color: #a0522d;
        }
        .search-form button {
            padding: 0.7rem 1.5rem;
            background: #a0522d;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #6b2e1a;
            transform: translateY(-1px);
        }
        .rating-section {
            background: #f0ebe4;
            border-radius: 16px;
            padding: 1.5rem 2rem;
            margin: 2rem 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.5rem 2.5rem;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #d4a373;
            cursor: pointer;
            transition: transform 0.1s;
        }
        .rating-stars i {
            transition: color 0.15s, transform 0.1s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #b87333;
            transform: scale(1.15);
        }
        .rating-score {
            font-size: 1.2rem;
            font-weight: 700;
            color: #3d322b;
        }
        .rating-score span {
            color: #a0522d;
            font-size: 1.6rem;
        }
        .comment-section {
            background: #fffcf8;
            border-radius: 16px;
            padding: 1.75rem 2rem;
            margin: 2rem 0;
            border: 1px solid #e2d6cb;
        }
        .comment-section h3 {
            margin-top: 0;
        }
        .comment-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-top: 1rem;
        }
        .comment-form input,
        .comment-form textarea {
            padding: 0.7rem 1rem;
            border: 2px solid #d4c5b5;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            background: #fff;
            transition: border-color 0.2s;
        }
        .comment-form input:focus,
        .comment-form textarea:focus {
            outline: none;
            border-color: #a0522d;
        }
        .comment-form textarea {
            min-height: 110px;
            resize: vertical;
        }
        .comment-form button {
            align-self: flex-start;
            padding: 0.7rem 2rem;
            background: #a0522d;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
        }
        .comment-form button:hover {
            background: #6b2e1a;
        }
        friend-link {
            display: block;
            background: #1e1a16;
            color: #f8f5f0;
            padding: 2rem 1.25rem;
            border-radius: 16px;
            margin: 2.5rem 0 0;
        }
        friend-link .fl-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #d4a373;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        friend-link .fl-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1.5rem;
        }
        friend-link .fl-list a {
            color: #e2d6cb;
            font-size: 0.9rem;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            background: #3d322b;
            transition: background 0.2s, color 0.2s;
        }
        friend-link .fl-list a:hover {
            background: #a0522d;
            color: #fff;
            text-decoration: none;
        }
        .site-footer {
            background: #1e1a16;
            color: #b8a89a;
            padding: 1.5rem 0;
            text-align: center;
            font-size: 0.85rem;
            border-top: 3px solid #d4a373;
        }
        .site-footer a {
            color: #e2d6cb;
        }
        .site-footer a:hover {
            color: #d4a373;
        }
        .site-footer .copyright {
            margin-top: 0.75rem;
            letter-spacing: 0.5px;
        }
        .last-updated {
            font-size: 0.8rem;
            color: #7a6a5a;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin: 0.5rem 0 1.5rem;
            background: #f0ebe4;
            padding: 0.4rem 1rem;
            border-radius: 30px;
            width: fit-content;
        }
        .inline-links {
            background: #f0ebe4;
            border-radius: 12px;
            padding: 1.25rem 1.5rem;
            margin: 1.5rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1.2rem;
        }
        .inline-links a {
            font-weight: 500;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            background: #fff;
            border: 1px solid #d4c5b5;
            font-size: 0.88rem;
            transition: all 0.2s;
        }
        .inline-links a:hover {
            background: #a0522d;
            color: #fff;
            border-color: #a0522d;
            text-decoration: none;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            background: #fffcf8;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        }
        .data-table th {
            background: #1e1a16;
            color: #f8f5f0;
            padding: 0.75rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #e2d6cb;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #f5efe8;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: inline-block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #2a2520;
                padding: 1rem;
                border-radius: 12px;
                margin-top: 0.5rem;
                gap: 0.25rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 6px;
            }
            .rating-section {
                flex-direction: column;
                align-items: flex-start;
                padding: 1.25rem;
            }
            .rating-stars {
                font-size: 1.5rem;
            }
            .comment-section {
                padding: 1.25rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.4rem 0.8rem;
            }
            .inline-links {
                padding: 0.8rem 1rem;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .search-form input {
                flex: 1 1 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.35rem;
            }
            h2 {
                font-size: 1.15rem;
            }
            h3 {
                font-size: 1rem;
            }
            .rating-stars {
                font-size: 1.2rem;
            }
        }
        .text-highlight {
            background: linear-gradient(to right, #f0ebe4, #e8dccc);
            padding: 0.1rem 0.4rem;
            border-radius: 4px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.4em;
            display: inline-block;
            margin-right: 0.2rem;
        }
        .stat-badge {
            display: inline-block;
            background: #1e1a16;
            color: #d4a373;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        .main-nav {
            transition: all 0.25s ease;
        }
        .schema-hidden {
            display: none;
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #a0522d;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
            transition: background 0.2s, transform 0.2s;
            z-index: 999;
            border: none;
            cursor: pointer;
        }
        .scroll-top:hover {
            background: #6b2e1a;
            transform: translateY(-4px);
        }
        @media (max-width: 600px) {
            .scroll-top {
                bottom: 1.2rem;
                right: 1.2rem;
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }
