        *,
        *::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, 'Helvetica Neue', sans-serif;
            background: #faf7f2;
            color: #1e1a17;
            line-height: 1.8;
            min-height: 100vh;
        }
        a {
            color: #b85c2a;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #7a3b1a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.8rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.3;
            color: #2d1f14;
            font-weight: 700;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 1rem;
        }
        h2 {
            font-size: 1.9rem;
            margin-top: 2.8rem;
            margin-bottom: 0.8rem;
            border-bottom: 3px solid #e8d5c4;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2rem;
            margin-bottom: 0.6rem;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.4rem;
            margin-bottom: 0.4rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #2d1f14;
            color: #f5ede6;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            letter-spacing: 0.5px;
            color: #f5ede6;
            background: linear-gradient(135deg, #e8a87c, #d4835a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #d4835a;
            color: #d4835a;
            font-size: 1.5rem;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #d4835a;
            color: #f5ede6;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(212, 131, 90, 0.25);
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.2rem 0.8rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-menu li a {
            color: #e8d5c4;
            padding: 0.3rem 0.7rem;
            border-radius: 6px;
            font-size: 0.95rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .nav-menu li a:hover,
        .nav-menu li a:focus {
            background: rgba(232, 168, 124, 0.2);
            color: #f5ede6;
            text-decoration: none;
        }
        .nav-menu li a i {
            margin-right: 0.3rem;
            font-size: 0.85rem;
            opacity: 0.8;
        }
        .breadcrumb-wrap {
            background: #f0e7de;
            padding: 0.5rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #e0d0c0;
        }
        .breadcrumb-wrap nav ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
        }
        .breadcrumb-wrap nav ol li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #a08070;
            font-weight: 700;
        }
        .breadcrumb-wrap a {
            color: #7a3b1a;
        }
        .breadcrumb-wrap .current {
            color: #4d3323;
            font-weight: 600;
        }
        .main-content {
            padding: 2.2rem 0 3rem;
        }
        .search-section {
            background: #f0e7de;
            border-radius: 16px;
            padding: 1.6rem 2rem;
            margin-bottom: 2.6rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.2rem;
        }
        .search-section label {
            font-weight: 600;
            color: #2d1f14;
            font-size: 1.1rem;
        }
        .search-form {
            display: flex;
            flex: 1 1 280px;
            gap: 0.5rem;
        }
        .search-form input[type="search"] {
            flex: 1;
            padding: 0.65rem 1rem;
            border: 2px solid #d4c0b0;
            border-radius: 30px;
            font-size: 1rem;
            background: #fffdfa;
            transition: border 0.2s;
            outline: none;
        }
        .search-form input[type="search"]:focus {
            border-color: #b85c2a;
            box-shadow: 0 0 0 3px rgba(184, 92, 42, 0.15);
        }
        .search-form button {
            padding: 0.65rem 1.6rem;
            border: none;
            border-radius: 30px;
            background: #b85c2a;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #9a4b20;
            transform: scale(1.02);
        }
        .featured-figure {
            margin: 2rem 0 2.4rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            background: #f0e7de;
        }
        .featured-figure img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .featured-figure figcaption {
            padding: 0.8rem 1.4rem;
            font-size: 0.9rem;
            color: #5a4030;
            font-style: italic;
            background: #fcf8f4;
            border-top: 1px solid #e0d0c0;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.8rem 0;
        }
        @media (max-width:700px) {
            .interaction-grid {
                grid-template-columns: 1fr;
                gap: 1.4rem;
            }
        }
        .card-interact {
            background: #fffdfa;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            border: 1px solid #e8d5c4;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
        }
        .card-interact h3 {
            margin-top: 0;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .card-interact form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 1rem;
        }
        .card-interact form input,
        .card-interact form textarea {
            padding: 0.7rem 1rem;
            border: 2px solid #e0d0c0;
            border-radius: 10px;
            font-size: 0.95rem;
            background: #fffdfa;
            transition: border 0.2s;
            outline: none;
            font-family: inherit;
        }
        .card-interact form input:focus,
        .card-interact form textarea:focus {
            border-color: #b85c2a;
        }
        .card-interact form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .card-interact form button {
            padding: 0.7rem 1.6rem;
            border: none;
            border-radius: 30px;
            background: #b85c2a;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            align-self: flex-start;
        }
        .card-interact form button:hover {
            background: #9a4b20;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            font-size: 1.8rem;
            margin: 0.2rem 0 0.6rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #d4c0b0;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #e8a040;
        }
        .site-footer {
            background: #2d1f14;
            color: #d4c0b0;
            padding: 2.6rem 0 1.8rem;
            margin-top: 3rem;
            font-size: 0.95rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        @media (max-width:700px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.6rem;
            }
        }
        .site-footer h4 {
            color: #f0e7de;
            margin-top: 0;
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: #d4c0b0;
        }
        .site-footer a:hover {
            color: #f5ede6;
        }
        friend-link {
            display: block;
            margin-top: 0.4rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.2rem;
            margin-bottom: 0.3rem;
        }
        .copyright {
            border-top: 1px solid #4d3323;
            padding-top: 1.4rem;
            margin-top: 1.8rem;
            text-align: center;
            font-size: 0.85rem;
            color: #a08070;
        }
        .copyright a {
            color: #d4c0b0;
        }
        @media (max-width:768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 0.8rem 0 0.4rem;
                gap: 0.2rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.5rem 0.8rem;
                width: 100%;
                border-radius: 8px;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                align-items: center;
            }
            .search-section {
                padding: 1.2rem 1.2rem;
                flex-direction: column;
                align-items: stretch;
            }
            .search-form {
                flex: 1 1 auto;
            }
            .card-interact {
                padding: 1.4rem 1.2rem;
            }
        }
        @media (max-width:480px) {
            .container {
                padding: 0 0.8rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .my-logo i {
                font-size: 1.2rem;
            }
            .search-form {
                flex-wrap: wrap;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
        }
        .highlight-box {
            background: #fcf6ef;
            border-left: 5px solid #d4835a;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.6rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-lg {
            font-size: 1.3em;
            margin-right: 0.2em;
        }
        .badge {
            display: inline-block;
            background: #e8d5c4;
            color: #2d1f14;
            padding: 0.15rem 0.7rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.6rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            background: #fffdfa;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        }
        th,
        td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #f0e7de;
        }
        th {
            background: #f0e7de;
            font-weight: 700;
            color: #2d1f14;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .last-update {
            display: inline-block;
            font-size: 0.9rem;
            color: #7a6a5a;
            background: #f0e7de;
            padding: 0.2rem 1rem;
            border-radius: 20px;
            margin-bottom: 1.2rem;
        }
        .btn-top {
            position: fixed;
            bottom: 1.8rem;
            right: 1.8rem;
            background: #b85c2a;
            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.2);
            z-index: 999;
            transition: background 0.2s, transform 0.2s;
            border: none;
            cursor: pointer;
        }
        .btn-top:hover {
            background: #9a4b20;
            transform: translateY(-3px);
        }
        @media (max-width:480px) {
            .btn-top {
                bottom: 1rem;
                right: 1rem;
                width: 42px;
                height: 42px;
                font-size: 1.1rem;
            }
        }
