        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            -webkit-text-size-adjust: 100%;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f8f6f2;
            color: #2d2a24;
            line-height: 1.7;
            font-size: 1.0625rem;
            padding: 0 1rem;
        }
        a {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #9a6f0a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 24px;
            padding: 1.5rem 2rem 2.5rem;
            margin-top: 1rem;
            margin-bottom: 2rem;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 0 1rem;
            border-bottom: 2px solid #e9e3d8;
            position: relative;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(145deg, #b8860b, #d4a017, #b8860b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(184, 134, 11, 0.15);
            display: inline-block;
            transition: transform 0.2s ease;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.65rem;
            -webkit-text-fill-color: #7a6b58;
            color: #7a6b58;
            display: block;
            font-weight: 400;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #2d2a24;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #f0ebe4;
        }
        .nav-menu {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-menu a {
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #2d2a24;
            transition: background 0.2s, color 0.2s;
        }
        .nav-menu a:hover {
            background: #b8860b;
            color: #fff;
            text-decoration: none;
        }
        .nav-menu a.active {
            background: #b8860b20;
            color: #b8860b;
            font-weight: 600;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.8rem;
            padding: 0.8rem 0 1.2rem;
            font-size: 0.9rem;
            color: #7a6b58;
            border-bottom: 1px solid #f0ebe4;
            margin-bottom: 1.5rem;
        }
        .breadcrumb a {
            color: #7a6b58;
        }
        .breadcrumb a:hover {
            color: #b8860b;
        }
        .breadcrumb .sep {
            color: #c5b8a8;
            font-size: 0.75rem;
        }
        .breadcrumb .current {
            color: #2d2a24;
            font-weight: 500;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 0 0 0.6rem;
            color: #1f1c17;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 2.2rem 0 1rem;
            padding-bottom: 0.4rem;
            border-bottom: 3px solid #e9e3d8;
            color: #1f1c17;
            letter-spacing: -0.01em;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 1.8rem 0 0.8rem;
            color: #2d2a24;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.4rem 0 0.5rem;
            color: #3d352e;
        }
        p {
            margin-bottom: 1.2rem;
            color: #3d352e;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #5a4f42;
            margin-bottom: 1.8rem;
        }
        .last-updated {
            display: inline-block;
            background: #f4f0ea;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #7a6b58;
            margin-bottom: 1.5rem;
        }
        .last-updated i {
            margin-right: 0.4rem;
        }
        .hero-figure {
            margin: 1.8rem 0 2.2rem;
            border-radius: 16px;
            overflow: hidden;
            background: #f0ebe4;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        }
        .hero-figure img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
        }
        .hero-figure figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #7a6b58;
            font-style: italic;
            background: #faf8f5;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0 2rem;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .data-table th {
            background: #b8860b;
            color: #fff;
            font-weight: 600;
            padding: 0.8rem 1rem;
            text-align: left;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #f0ebe4;
            background: #fcfaf7;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #f6f1ea;
        }
        .highlight-box {
            background: #faf8f5;
            border-left: 5px solid #b8860b;
            padding: 1.2rem 1.8rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        }
        .highlight-box strong {
            color: #b8860b;
        }
        .quote-block {
            background: #f4f0ea;
            padding: 1.5rem 2rem;
            border-radius: 16px;
            margin: 1.8rem 0;
            font-style: italic;
            position: relative;
        }
        .quote-block::before {
            content: '\201C';
            font-size: 4rem;
            color: #b8860b40;
            position: absolute;
            top: -0.2rem;
            left: 1rem;
            font-family: Georgia, serif;
        }
        .quote-block p {
            margin-bottom: 0.3rem;
        }
        .quote-block .attribution {
            font-style: normal;
            font-weight: 600;
            color: #7a6b58;
            font-size: 0.9rem;
        }
        .link-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            padding: 1rem 0;
            margin: 0.8rem 0;
        }
        .link-group a {
            background: #f4f0ea;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 0.9rem;
            color: #2d2a24;
            transition: background 0.2s, color 0.2s;
        }
        .link-group a:hover {
            background: #b8860b;
            color: #fff;
            text-decoration: none;
        }
        .search-section {
            background: #faf8f5;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            margin: 2.2rem 0;
            border: 1px solid #e9e3d8;
        }
        .search-form {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #ddd6cc;
            border-radius: 40px;
            font-size: 1rem;
            background: #fff;
            transition: border-color 0.2s;
            outline: none;
        }
        .search-form input[type="text"]:focus {
            border-color: #b8860b;
            box-shadow: 0 0 0 3px #b8860b20;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 40px;
            background: #b8860b;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .search-form button:hover {
            background: #9a6f0a;
            transform: scale(1.02);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2.5rem 0 1.5rem;
        }
        .comment-box,
        .rating-box {
            background: #faf8f5;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            border: 1px solid #e9e3d8;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
            border-bottom: none;
            padding-bottom: 0;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #ddd6cc;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            transition: border-color 0.2s;
            outline: none;
            background: #fff;
        }
        .comment-form textarea:focus {
            border-color: #b8860b;
            box-shadow: 0 0 0 3px #b8860b20;
        }
        .comment-form input[type="text"] {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #ddd6cc;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            background: #fff;
            transition: border-color 0.2s;
        }
        .comment-form input[type="text"]:focus {
            border-color: #b8860b;
            box-shadow: 0 0 0 3px #b8860b20;
        }
        .comment-form .form-row {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }
        .comment-form button,
        .rating-form button {
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 40px;
            background: #b8860b;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #9a6f0a;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            margin: 0.8rem 0 1rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #ddd6cc;
            cursor: pointer;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b342;
        }
        .rating-form .form-row {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }
        .site-footer {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 2px solid #e9e3d8;
            font-size: 0.95rem;
            color: #7a6b58;
        }
        .site-footer friend-link {
            display: block;
            margin-bottom: 1.2rem;
        }
        .site-footer friend-link a {
            display: inline-block;
            margin-right: 1.5rem;
            margin-bottom: 0.4rem;
            color: #7a6b58;
        }
        .site-footer friend-link a:hover {
            color: #b8860b;
        }
        .copyright {
            text-align: center;
            padding-top: 1.2rem;
            border-top: 1px solid #f0ebe4;
            font-size: 0.85rem;
            color: #9a8f80;
        }
        .copyright strong {
            color: #7a6b58;
        }
        .schema-hidden {
            display: none;
        }
        @media (max-width: 900px) {
            .container {
                padding: 1rem 1.2rem 2rem;
                border-radius: 16px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .interaction-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .search-form {
                flex-direction: column;
                align-items: stretch;
            }
            .search-form input[type="text"] {
                min-width: unset;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 0.8rem 0 0.4rem;
                gap: 0.2rem;
            }
            .nav-menu.show {
                display: flex;
            }
            .nav-toggle {
                display: block;
            }
            .site-header {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            .breadcrumb {
                font-size: 0.8rem;
                gap: 0.3rem 0.6rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.4rem;
            }
            .container {
                padding: 0.8rem 0.8rem 1.5rem;
                border-radius: 12px;
                margin-top: 0.5rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
                font-size: 0.8rem;
            }
            .highlight-box {
                padding: 0.8rem 1rem;
            }
            .quote-block {
                padding: 1rem 1.2rem;
            }
            .comment-box,
            .rating-box {
                padding: 1.2rem 1.2rem;
            }
            .search-section {
                padding: 1.2rem 1.2rem;
            }
        }
        .text-gold {
            color: #b8860b;
        }
        .fw-600 {
            font-weight: 600;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .gap-2 {
            gap: 2rem;
        }
