        *,
        *::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, sans-serif;
            background: #f8f6f0;
            color: #1e2a2f;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #b06500;
            text-decoration: none;
            transition: color .25s;
        }
        a:hover,
        a:focus {
            color: #7a4500;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #1e3a3f;
            margin: 1.2rem 0 .8rem;
            letter-spacing: -.02em;
            line-height: 1.2;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #1e3a3f;
            margin: 2.8rem 0 1rem;
            border-left: 6px solid #d48c2c;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2a4a50;
            margin: 2rem 0 .75rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #3a5a60;
            margin: 1.5rem 0 .5rem;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .lead {
            font-size: 1.25rem;
            font-weight: 400;
            color: #2a3f44;
            background: #ede7db;
            padding: 1.2rem 1.8rem;
            border-radius: 16px;
            border-left: 6px solid #d48c2c;
            margin: 1.5rem 0;
        }
        .text-muted {
            color: #5a6a6f;
        }
        .text-small {
            font-size: .9rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1e3a3f 0%, #2a5a5f 100%);
            color: #fff;
            padding: 0 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: .6rem 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            letter-spacing: -.03em;
            color: #f5d742;
            text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
            transition: transform .3s;
            display: inline-flex;
            align-items: center;
            gap: .3rem;
        }
        .my-logo:hover {
            transform: scale(1.03);
            text-decoration: none;
            color: #ffe066;
        }
        .my-logo i {
            font-size: 1.8rem;
            color: #f5d742;
        }
        .my-logo span {
            font-weight: 300;
            color: #d4e8eb;
            font-size: 1rem;
            letter-spacing: 0;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: .2rem .6rem;
            border-radius: 8px;
            transition: background .2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, .12);
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: .2rem 1.4rem;
        }
        .main-nav a {
            color: #e8f0f0;
            font-weight: 500;
            padding: .3rem 0;
            border-bottom: 2px solid transparent;
            transition: border-color .25s, color .25s;
            font-size: .95rem;
        }
        .main-nav a:hover {
            color: #f5d742;
            border-bottom-color: #f5d742;
            text-decoration: none;
        }
        .breadcrumb-wrap {
            background: #ede7db;
            padding: .6rem 20px;
            border-bottom: 1px solid #ddd6c8;
            font-size: .9rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        .breadcrumb-wrap ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: .4rem .6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb-wrap li+li::before {
            content: "›";
            margin-right: .6rem;
            color: #8a7a6a;
            font-weight: 700;
        }
        .breadcrumb-wrap a {
            color: #7a5a3a;
        }
        .breadcrumb-wrap a:hover {
            color: #b06500;
        }
        .breadcrumb-wrap .current {
            color: #3a4a4f;
            font-weight: 600;
        }
        .hero-img {
            margin: 2rem 0 1.5rem;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
            width: 100%;
            max-height: 480px;
            object-fit: cover;
            background: #ddd6c8;
        }
        .search-section {
            background: #ffffffdd;
            backdrop-filter: blur(4px);
            border-radius: 20px;
            padding: 2rem 2rem 2.2rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
            border: 1px solid #e8e0d4;
        }
        .search-section h2 {
            margin-top: 0;
            border-left-color: #b06500;
        }
        .search-form {
            display: flex;
            gap: .8rem;
            flex-wrap: wrap;
            max-width: 640px;
        }
        .search-form input[type="text"] {
            flex: 1 1 260px;
            padding: .9rem 1.4rem;
            border: 2px solid #d4c8b8;
            border-radius: 40px;
            font-size: 1rem;
            background: #fff;
            transition: border-color .3s, box-shadow .3s;
        }
        .search-form input[type="text"]:focus {
            outline: none;
            border-color: #b06500;
            box-shadow: 0 0 0 4px rgba(176, 101, 0, .15);
        }
        .search-form button {
            padding: .9rem 2.2rem;
            border: none;
            border-radius: 40px;
            background: #b06500;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background .3s, transform .2s;
            display: inline-flex;
            align-items: center;
            gap: .6rem;
        }
        .search-form button:hover {
            background: #7a4500;
            transform: translateY(-2px);
        }
        .comment-section {
            background: #ffffffdd;
            backdrop-filter: blur(4px);
            border-radius: 20px;
            padding: 2rem 2rem 2.2rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
            border: 1px solid #e8e0d4;
        }
        .comment-section h2 {
            margin-top: 0;
        }
        .comment-form textarea {
            width: 100%;
            min-height: 110px;
            padding: 1rem 1.4rem;
            border: 2px solid #d4c8b8;
            border-radius: 16px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            transition: border-color .3s, box-shadow .3s;
        }
        .comment-form textarea:focus {
            outline: none;
            border-color: #b06500;
            box-shadow: 0 0 0 4px rgba(176, 101, 0, .12);
        }
        .comment-form .form-row {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            margin-top: .8rem;
            align-items: center;
        }
        .comment-form input[type="text"] {
            flex: 1 1 200px;
            padding: .8rem 1.2rem;
            border: 2px solid #d4c8b8;
            border-radius: 40px;
            font-size: .95rem;
            transition: border-color .3s;
        }
        .comment-form input[type="text"]:focus {
            outline: none;
            border-color: #b06500;
        }
        .comment-form button {
            padding: .8rem 2.2rem;
            border: none;
            border-radius: 40px;
            background: #1e3a3f;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background .3s, transform .2s;
            display: inline-flex;
            align-items: center;
            gap: .6rem;
        }
        .comment-form button:hover {
            background: #2a5a5f;
            transform: translateY(-2px);
        }
        .comment-list {
            margin-top: 1.8rem;
            border-top: 2px solid #e8e0d4;
            padding-top: 1.5rem;
        }
        .comment-item {
            padding: 1rem 0;
            border-bottom: 1px solid #efe8de;
        }
        .comment-item strong {
            color: #1e3a3f;
        }
        .comment-item .date {
            font-size: .8rem;
            color: #7a8a8f;
            margin-left: .6rem;
        }
        .rating-section {
            background: #ffffffdd;
            backdrop-filter: blur(4px);
            border-radius: 20px;
            padding: 2rem 2rem 2.2rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
            border: 1px solid #e8e0d4;
            text-align: center;
        }
        .rating-section h2 {
            margin-top: 0;
            text-align: left;
        }
        .star-rating {
            display: flex;
            justify-content: center;
            gap: .6rem;
            font-size: 2.8rem;
            color: #d4c8b8;
            cursor: pointer;
            margin: .8rem 0 1.2rem;
            flex-wrap: wrap;
        }
        .star-rating i {
            transition: color .2s, transform .2s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #f5b342;
            transform: scale(1.15);
        }
        .rating-form button {
            padding: .8rem 2.6rem;
            border: none;
            border-radius: 40px;
            background: #b06500;
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background .3s, transform .2s;
        }
        .rating-form button:hover {
            background: #7a4500;
            transform: translateY(-2px);
        }
        .rating-average {
            font-size: 1.2rem;
            font-weight: 600;
            color: #1e3a3f;
            margin-top: .6rem;
        }
        friend-link {
            display: block;
            background: #ede7db;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            margin: 2.5rem 0 1rem;
            border: 1px solid #ddd6c8;
        }
        friend-link h3 {
            margin-top: 0;
            font-size: 1.3rem;
            color: #1e3a3f;
            border-left: 4px solid #d48c2c;
            padding-left: 1rem;
        }
        friend-link ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: .6rem 1.6rem;
            margin-top: 1rem;
        }
        friend-link li a {
            color: #5a3a2a;
            font-weight: 500;
            border-bottom: 1px dotted #b06500;
        }
        friend-link li a:hover {
            color: #b06500;
            border-bottom-style: solid;
            text-decoration: none;
        }
        .site-footer {
            background: #1e3a3f;
            color: #d4e8eb;
            padding: 2.2rem 20px;
            margin-top: 3rem;
            text-align: center;
            border-top: 4px solid #d48c2c;
        }
        .site-footer a {
            color: #f5d742;
        }
        .site-footer a:hover {
            color: #ffe066;
        }
        .site-footer .copyright {
            font-size: .9rem;
            opacity: .85;
            margin-top: .6rem;
        }
        @media (max-width: 820px) {
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .header-inner {
                padding: .5rem 16px;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1e3a3f;
                padding: .8rem 0 1.2rem;
                border-top: 1px solid rgba(255, 255, 255, .1);
                gap: .2rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: .5rem 1.2rem;
                border-bottom: none;
                border-left: 3px solid transparent;
            }
            .main-nav a:hover {
                border-left-color: #f5d742;
                border-bottom: none;
            }
            .breadcrumb-wrap {
                font-size: .8rem;
                padding: .4rem 16px;
            }
            .container {
                padding: 0 16px;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form input[type="text"] {
                flex: 1 1 auto;
            }
            .comment-form .form-row {
                flex-direction: column;
            }
            .comment-form input[type="text"] {
                flex: 1 1 auto;
                width: 100%;
            }
            .star-rating {
                font-size: 2.2rem;
            }
            friend-link ul {
                flex-direction: column;
                gap: .3rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo span {
                font-size: .8rem;
            }
            .lead {
                font-size: 1.05rem;
                padding: 1rem 1.2rem;
            }
            .search-section,
            .comment-section,
            .rating-section {
                padding: 1.4rem;
            }
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: .6rem;
            flex-wrap: wrap;
        }
        .badge {
            display: inline-block;
            background: #d48c2c;
            color: #fff;
            font-size: .75rem;
            font-weight: 700;
            padding: .15rem .8rem;
            border-radius: 40px;
            letter-spacing: .04em;
        }
        .divider {
            height: 2px;
            background: linear-gradient(to right, #d48c2c20, #d48c2c, #d48c2c20);
            margin: 2.8rem 0;
            border: none;
        }
        .reveal {
            opacity: 0;
            transform: translateY(18px);
            animation: fadeUp .6s forwards;
        }
        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .schema-hidden {
            display: none;
        }
