        *,
        *::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, sans-serif;
            background: #f8f5f0;
            color: #2d2a24;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #9b6b3c;
            text-decoration: underline;
            transition: color 0.2s;
        }
        a:hover,
        a:focus-visible {
            color: #6b4a2a;
            text-decoration: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.25;
            margin-top: 1.8em;
            margin-bottom: 0.5em;
            color: #3d3529;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 6px solid #c29a6b;
            padding-left: 0.8rem;
        }
        h3 {
            font-size: 1.35rem;
        }
        h4 {
            font-size: 1.1rem;
        }
        p {
            margin-bottom: 1.2rem;
        }
        ul,
        ol {
            margin-bottom: 1.2rem;
            padding-left: 1.6rem;
        }
        li {
            margin-bottom: 0.3rem;
        }
        strong {
            color: #5a3f28;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            padding: 1.2rem 1.8rem 2.5rem;
            border-radius: 24px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 0 0.8rem;
            border-bottom: 2px solid #ede6dc;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #5a3f28;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            color: #c29a6b;
            font-size: 2rem;
        }
        .my-logo:hover {
            color: #9b6b3c;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            color: #5a3f28;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #ede6dc;
        }
        .primary-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0.2rem 0.6rem;
            align-items: center;
        }
        .primary-nav a {
            text-decoration: none;
            color: #3d3529;
            font-weight: 500;
            padding: 0.4rem 0.8rem;
            border-radius: 40px;
            font-size: 0.95rem;
            transition: background 0.2s, color 0.2s;
        }
        .primary-nav a:hover {
            background: #ede6dc;
            color: #5a3f28;
        }
        .primary-nav a i {
            margin-right: 0.3rem;
            font-size: 0.85rem;
            color: #c29a6b;
        }
        .breadcrumb {
            padding: 0.8rem 0 0.2rem;
            font-size: 0.9rem;
            color: #7a6e5e;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.5rem;
            list-style: none;
        }
        .breadcrumb li {
            display: inline;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #c29a6b;
            font-weight: 700;
        }
        .breadcrumb a {
            text-decoration: none;
            color: #7a6e5e;
        }
        .breadcrumb a:hover {
            color: #9b6b3c;
        }
        .breadcrumb .current {
            color: #3d3529;
            font-weight: 600;
        }
        .search-section {
            margin: 1.5rem 0 2rem;
            background: #f4efe8;
            padding: 1.2rem 1.5rem;
            border-radius: 18px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem 1.2rem;
        }
        .search-section label {
            font-weight: 600;
            color: #3d3529;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-section form {
            display: flex;
            flex: 1 1 260px;
            gap: 0.4rem;
        }
        .search-section input[type="text"] {
            flex: 1;
            padding: 0.6rem 1rem;
            border: 2px solid #d6cbbc;
            border-radius: 40px;
            font-size: 0.95rem;
            background: #fff;
            transition: border 0.2s;
        }
        .search-section input[type="text"]:focus {
            border-color: #c29a6b;
            outline: none;
        }
        .search-section button {
            background: #c29a6b;
            border: none;
            color: #fff;
            padding: 0.6rem 1.2rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.95rem;
        }
        .search-section button:hover {
            background: #9b6b3c;
        }
        .feature-image {
            margin: 2rem 0 1.8rem;
            border-radius: 16px;
            overflow: hidden;
            background: #ede6dc;
            text-align: center;
        }
        .feature-image img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
        }
        .feature-image figcaption {
            padding: 0.6rem 1rem;
            font-size: 0.9rem;
            color: #5a4e3e;
            background: #ede6dc;
            font-style: italic;
        }
        .rating-area {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem 1.5rem;
            background: #f4efe8;
            padding: 1rem 1.5rem;
            border-radius: 18px;
            margin: 1.8rem 0;
        }
        .rating-area .stars {
            display: flex;
            gap: 0.2rem;
            font-size: 1.6rem;
            color: #d4a76a;
            cursor: pointer;
            transition: color 0.15s;
        }
        .rating-area .stars i:hover,
        .rating-area .stars i.active {
            color: #b3803a;
        }
        .rating-area form {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .rating-area select {
            padding: 0.4rem 0.8rem;
            border-radius: 30px;
            border: 2px solid #d6cbbc;
            background: #fff;
            font-size: 0.95rem;
        }
        .rating-area button {
            background: #9b6b3c;
            border: none;
            color: #fff;
            padding: 0.4rem 1.2rem;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
        }
        .rating-area button:hover {
            background: #5a3f28;
        }
        .comment-section {
            margin: 2.5rem 0 1.5rem;
            background: #faf8f5;
            padding: 1.5rem 1.8rem;
            border-radius: 20px;
            border: 1px solid #e8dfd4;
        }
        .comment-section h3 {
            margin-top: 0;
        }
        .comment-section form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 1rem;
        }
        .comment-section textarea {
            padding: 0.8rem 1rem;
            border: 2px solid #d6cbbc;
            border-radius: 14px;
            font-size: 0.95rem;
            font-family: inherit;
            resize: vertical;
            min-height: 90px;
            background: #fff;
            transition: border 0.2s;
        }
        .comment-section textarea:focus {
            border-color: #c29a6b;
            outline: none;
        }
        .comment-section input[type="text"] {
            padding: 0.6rem 1rem;
            border: 2px solid #d6cbbc;
            border-radius: 40px;
            font-size: 0.95rem;
            background: #fff;
            max-width: 320px;
        }
        .comment-section input[type="text"]:focus {
            border-color: #c29a6b;
            outline: none;
        }
        .comment-section .row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
        }
        .comment-section button {
            background: #c29a6b;
            border: none;
            color: #fff;
            padding: 0.6rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            align-self: flex-start;
        }
        .comment-section button:hover {
            background: #9b6b3c;
        }
        .comment-list {
            margin-top: 1.5rem;
            border-top: 2px solid #ede6dc;
            padding-top: 1.2rem;
        }
        .comment-item {
            padding: 0.8rem 0;
            border-bottom: 1px solid #ede6dc;
        }
        .comment-item strong {
            color: #5a3f28;
        }
        .comment-item .date {
            font-size: 0.8rem;
            color: #8a7e6e;
            margin-left: 0.8rem;
        }
        .site-footer {
            margin-top: 3rem;
            padding: 1.8rem 0 1.2rem;
            border-top: 2px solid #ede6dc;
            text-align: center;
        }
        .site-footer .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }
        friend-link {
            display: block;
            margin: 1rem 0;
            font-size: 0.95rem;
        }
        friend-link a {
            text-decoration: none;
            font-weight: 500;
            margin: 0 0.4rem;
            color: #7a6e5e;
        }
        friend-link a:hover {
            color: #9b6b3c;
        }
        .copyright {
            font-size: 0.85rem;
            color: #8a7e6e;
            margin-top: 0.8rem;
        }
        .last-update {
            display: inline-block;
            background: #f4efe8;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #5a4e3e;
            margin: 0.2rem 0;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.5rem;
            }
            .container {
                padding: 0.8rem 1rem 2rem;
                border-radius: 16px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .site-header {
                padding-top: 0.8rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .hamburger {
                display: block;
            }
            .primary-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                margin-top: 0.8rem;
                background: #faf8f5;
                padding: 0.8rem 0.4rem;
                border-radius: 16px;
                gap: 0.2rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.5rem 1rem;
                width: 100%;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .search-section {
                flex-direction: column;
                align-items: stretch;
                padding: 1rem;
            }
            .search-section form {
                flex: 1 1 auto;
            }
            .rating-area {
                flex-direction: column;
                align-items: flex-start;
            }
            .comment-section {
                padding: 1rem;
            }
            .site-footer .footer-content {
                flex-direction: column;
            }
            .feature-image img {
                max-height: 240px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0.5rem 0.8rem 1.5rem;
            }
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.2rem;
                padding-left: 0.5rem;
                border-left-width: 4px;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .rating-area .stars {
                font-size: 1.3rem;
            }
        }
        .highlight-box {
            background: #f4efe8;
            padding: 1.2rem 1.5rem;
            border-radius: 18px;
            border-left: 6px solid #c29a6b;
            margin: 1.8rem 0;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin: 1.5rem 0;
        }
        @media (max-width: 640px) {
            .grid-2 {
                grid-template-columns: 1fr;
            }
        }
        .emoji-big {
            font-size: 1.4em;
            margin-right: 0.2em;
        }
        .tag {
            display: inline-block;
            background: #ede6dc;
            padding: 0.15rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #5a3f28;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            background: #faf8f5;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.6rem 1rem;
            text-align: left;
            border-bottom: 1px solid #ede6dc;
        }
        th {
            background: #ede6dc;
            font-weight: 700;
            color: #3d3529;
        }
        tr:last-child td {
            border-bottom: none;
        }
