        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
            -webkit-text-size-adjust: 100%;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #f9f7f2;
            color: #1f2a3a;
            line-height: 1.7;
            padding: 0 16px;
            max-width: 1280px;
            margin: 0 auto;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #c76b1a;
            text-decoration: none;
            transition: color 0.2s, border-bottom 0.2s;
        }
        a:hover {
            color: #a85412;
            border-bottom: 2px solid #c76b1a;
        }
        ul,
        ol {
            padding-left: 1.4rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #1a2a3a;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.2rem;
            border-left: 6px solid #FF9933;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.7rem;
            border-bottom: 2px solid #e0dcd3;
            padding-bottom: 0.35rem;
        }
        h3 {
            font-size: 1.3rem;
            color: #2c3e50;
        }
        h4 {
            font-size: 1.1rem;
            color: #3d5a6e;
            font-style: italic;
        }
        p {
            margin: 1rem 0;
            text-align: justify;
        }
        blockquote {
            border-left: 4px solid #FF9933;
            background: #f0ede6;
            padding: 0.8rem 1.4rem;
            margin: 1.5rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #3a4a5a;
        }
        hr {
            border: none;
            border-top: 2px dashed #d6d0c4;
            margin: 2.5rem 0;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 0;
            border-bottom: 3px solid #138808;
            margin-bottom: 1.2rem;
            background: #fffcf7;
            border-radius: 0 0 20px 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #1f2a3a;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            text-decoration: none;
            border: none;
        }
        .my-logo:hover {
            border: none;
            color: #c76b1a;
        }
        .my-logo span {
            background: linear-gradient(135deg, #FF9933, #138808);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo small {
            font-size: 0.6rem;
            font-weight: 400;
            color: #6a7a8a;
            letter-spacing: 0.5px;
            -webkit-text-fill-color: #6a7a8a;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 2rem;
            cursor: pointer;
            color: #1f2a3a;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #f0ede6;
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0.2rem;
            align-items: center;
        }
        .main-nav a {
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #2c3e50;
            transition: background 0.25s, color 0.25s;
            border: none;
        }
        .main-nav a:hover {
            background: #FF9933;
            color: #fff;
            border: none;
        }
        .main-nav .active {
            background: #138808;
            color: #fff;
        }
        .breadcrumb {
            width: 100%;
            padding: 0.6rem 0 0.2rem;
            font-size: 0.85rem;
            color: #6a7a8a;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
            margin-top: 0.2rem;
            border-top: 1px solid #e8e2d6;
        }
        .breadcrumb a {
            color: #c76b1a;
            border: none;
        }
        .breadcrumb a:hover {
            border-bottom: 1px solid #c76b1a;
        }
        .breadcrumb span {
            color: #8a9aa8;
        }
        .hero-figure {
            margin: 1.8rem 0 2.2rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            background: #e8e2d6;
            position: relative;
        }
        .hero-figure img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
            border-radius: 16px;
        }
        .hero-figure figcaption {
            padding: 0.8rem 1.2rem;
            background: rgba(31, 42, 58, 0.88);
            color: #f0ede6;
            font-size: 0.9rem;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 0 0 16px 16px;
        }
        .search-section {
            background: #f0ede6;
            padding: 1.6rem 2rem;
            border-radius: 20px;
            margin: 2rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
            justify-content: center;
        }
        .search-section label {
            font-weight: 600;
            color: #1f2a3a;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            flex: 1 1 300px;
            max-width: 500px;
        }
        .search-form input {
            flex: 1;
            padding: 0.65rem 1rem;
            border: 2px solid #d6d0c4;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border 0.25s;
            background: #fff;
            min-width: 160px;
        }
        .search-form input:focus {
            border-color: #FF9933;
        }
        .search-form button {
            padding: 0.65rem 1.6rem;
            background: #FF9933;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #e0851a;
            transform: scale(1.02);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2.5rem 0;
        }
        @media (max-width: 700px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
        }
        .card {
            background: #fffcf7;
            border-radius: 20px;
            padding: 1.8rem 1.8rem 2.2rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            border: 1px solid #e8e2d6;
        }
        .card h3 {
            margin-top: 0;
            border-bottom: 2px solid #FF9933;
            padding-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #d6d0c4;
            border-radius: 14px;
            font-size: 1rem;
            resize: vertical;
            min-height: 90px;
            font-family: inherit;
            transition: border 0.25s;
            background: #fff;
        }
        .comment-form textarea:focus {
            border-color: #138808;
            outline: none;
        }
        .comment-form input[type="text"] {
            width: 100%;
            padding: 0.6rem 1rem;
            border: 2px solid #d6d0c4;
            border-radius: 40px;
            font-size: 1rem;
            margin: 0.5rem 0 0.8rem;
            transition: border 0.25s;
        }
        .comment-form input[type="text"]:focus {
            border-color: #138808;
            outline: none;
        }
        .comment-form button,
        .rating-form button {
            padding: 0.6rem 2rem;
            background: #138808;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #0f6e06;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            margin: 0.8rem 0 1.2rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #d6d0c4;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #FF9933;
            transform: scale(1.1);
        }
        .rating-form .score-display {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1f2a3a;
        }
        .site-footer {
            margin-top: 3rem;
            padding: 2rem 0 1.2rem;
            border-top: 3px solid #138808;
            background: #1f2a3a;
            color: #d6d0c4;
            border-radius: 24px 24px 0 0;
        }
        .site-footer .inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-footer a {
            color: #f0b27a;
            border: none;
        }
        .site-footer a:hover {
            color: #FF9933;
            border-bottom: 1px solid #FF9933;
        }
        .friend-link {
            display: block;
            padding: 1.2rem 0;
            border-bottom: 1px solid #3a4a5a;
            margin-bottom: 1.2rem;
        }
        .friend-link ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.8rem;
        }
        .friend-link li {
            margin: 0;
        }
        .friend-link a {
            font-weight: 500;
        }
        .copyright {
            font-size: 0.85rem;
            opacity: 0.8;
            text-align: center;
            padding-top: 1rem;
            border-top: 1px solid #3a4a5a;
        }
        .copyright strong {
            color: #f0b27a;
        }
        .last-updated {
            text-align: right;
            font-size: 0.85rem;
            color: #8a9aa8;
            margin: 1.2rem 0 0.2rem;
            font-style: italic;
            border-top: 1px solid #e8e2d6;
            padding-top: 0.6rem;
        }
        @media (max-width: 800px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .site-header {
                padding: 0.8rem 0;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.3rem;
                padding: 1rem 0 0.4rem;
                border-top: 1px solid #e8e2d6;
                margin-top: 0.8rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                border-radius: 12px;
                width: 100%;
            }
            .search-section {
                padding: 1.2rem 1rem;
                flex-direction: column;
                align-items: stretch;
            }
            .search-form {
                max-width: 100%;
            }
            .hero-figure figcaption {
                font-size: 0.75rem;
                padding: 0.5rem 0.8rem;
            }
            .card {
                padding: 1.2rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 8px;
            }
            h1 {
                font-size: 1.5rem;
                padding-left: 0.6rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .star-rating label {
                font-size: 1.6rem;
            }
        }
        .highlight {
            background: linear-gradient(120deg, #fff3e0 0%, #fff3e0 40%, transparent 80%);
            padding: 0 0.3rem;
            font-weight: 600;
        }
        .tag {
            display: inline-block;
            background: #e8e2d6;
            padding: 0.15rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #3d5a6e;
            margin-right: 0.3rem;
        }
        .emoji-big {
            font-size: 1.8rem;
            vertical-align: middle;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.2rem 2rem;
            margin: 1.2rem 0;
        }
        @media (max-width: 640px) {
            .two-col {
                grid-template-columns: 1fr;
            }
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.4rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fffcf7;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        th,
        td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #e8e2d6;
        }
        th {
            background: #1f2a3a;
            color: #f0ede6;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #f9f5ee;
        }
        .anchor-offset {
            scroll-margin-top: 80px;
        }
        @media print {
            .nav-toggle,
            .search-form button,
            .comment-form button,
            .rating-form button {
                display: none !important;
            }
            .site-header {
                box-shadow: none;
                border-bottom: 2px solid #000;
            }
            body {
                background: #fff;
                color: #000;
            }
            .card {
                box-shadow: none;
                border: 1px solid #ccc;
            }
        }
