        *,
        *::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: #fbf7f0;
            color: #1e1a17;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #b45f2b;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #8a451f;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
            line-height: 1.3;
            color: #2c221c;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 4px solid #d98a4a;
            display: inline-block;
            padding-bottom: 0.3rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 6px solid #b45f2b;
            padding-left: 1rem;
            margin-top: 3rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #7a4a2c;
        }
        h4 {
            font-size: 1.15rem;
            color: #5a3d2b;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 12px;
        }
        .text-center {
            text-align: center;
        }
        .text-muted {
            color: #6b5a4e;
            font-size: 0.9rem;
        }
        .badge {
            display: inline-block;
            background: #d98a4a;
            color: #fff;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        header {
            padding: 20px 0 12px;
            border-bottom: 2px solid #e4d6c8;
            margin-bottom: 24px;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            color: #2c221c;
            text-transform: uppercase;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #b45f2b, #e8a87c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #6b5a4e;
            color: #6b5a4e;
            letter-spacing: 1px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #2c221c;
            cursor: pointer;
            padding: 8px 12px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #e4d6c8;
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 4px 20px;
            align-items: center;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-menu li a {
            font-weight: 500;
            padding: 6px 10px;
            border-radius: 8px;
            transition: background 0.2s;
            color: #3d2e22;
        }
        .nav-menu li a:hover {
            background: #e4d6c8;
            text-decoration: none;
        }
        .nav-menu li a i {
            margin-right: 6px;
            color: #b45f2b;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            font-size: 0.85rem;
            padding: 12px 0 8px;
            color: #6b5a4e;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #b45f2b;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #6b5a4e;
        }
        .breadcrumb a:hover {
            color: #b45f2b;
        }
        .breadcrumb .active {
            color: #2c221c;
            font-weight: 600;
        }
        .search-box {
            display: flex;
            max-width: 480px;
            margin: 24px auto 32px;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #e4d6c8;
            background: #fff;
        }
        .search-box input {
            flex: 1;
            border: none;
            padding: 14px 22px;
            font-size: 1rem;
            outline: none;
            background: transparent;
            color: #1e1a17;
        }
        .search-box input::placeholder {
            color: #9a8a7c;
        }
        .search-box button {
            background: #b45f2b;
            color: #fff;
            border: none;
            padding: 14px 28px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
            font-weight: 600;
        }
        .search-box button:hover {
            background: #8a451f;
        }
        .hero {
            background: linear-gradient(135deg, #f5ebe0, #e8d9cc);
            border-radius: 24px;
            padding: 40px 32px;
            margin-bottom: 40px;
            text-align: center;
        }
        .hero h1 {
            border-bottom: none;
            margin-top: 0;
            font-size: 2.6rem;
        }
        .hero .subhead {
            font-size: 1.2rem;
            color: #5a3d2b;
            max-width: 700px;
            margin: 12px auto 0;
        }
        .hero .meta-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
            font-size: 0.9rem;
            color: #6b5a4e;
        }
        .featured-image {
            margin: 32px 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            background: #e4d6c8;
            text-align: center;
        }
        .featured-image img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 12px 20px;
            font-size: 0.85rem;
            color: #5a3d2b;
            background: #fff8f2;
            font-style: italic;
        }
        .section-card {
            background: #fffcf8;
            border-radius: 20px;
            padding: 32px 28px;
            margin-bottom: 32px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #efe6dd;
        }
        .section-card h2 {
            margin-top: 0;
        }
        .rating-area {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px 28px;
            margin: 28px 0 16px;
            padding: 20px 24px;
            background: #fff8f2;
            border-radius: 16px;
            border: 1px solid #e4d6c8;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #d98a4a;
            cursor: pointer;
        }
        .rating-stars i {
            transition: transform 0.15s, color 0.15s;
        }
        .rating-stars i:hover {
            transform: scale(1.3);
            color: #b45f2b;
        }
        .rating-stars i.active {
            color: #b45f2b;
            font-weight: 900;
        }
        .rating-result {
            font-weight: 600;
            color: #2c221c;
        }
        .comment-box {
            margin-top: 20px;
        }
        .comment-box textarea {
            width: 100%;
            border: 1px solid #dccfc4;
            border-radius: 12px;
            padding: 16px 18px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            background: #fffcf8;
            transition: border 0.2s;
        }
        .comment-box textarea:focus {
            outline: none;
            border-color: #b45f2b;
            box-shadow: 0 0 0 3px rgba(180, 95, 43, 0.15);
        }
        .comment-box .btn {
            background: #b45f2b;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            margin-top: 12px;
        }
        .comment-box .btn:hover {
            background: #8a451f;
            transform: translateY(-1px);
        }
        .comment-list {
            margin-top: 24px;
            border-top: 2px solid #efe6dd;
            padding-top: 20px;
        }
        .comment-item {
            padding: 14px 0;
            border-bottom: 1px solid #f0e8e0;
        }
        .comment-item strong {
            color: #2c221c;
        }
        .comment-item .date {
            font-size: 0.8rem;
            color: #9a8a7c;
            margin-left: 12px;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 10px 18px;
            margin: 18px 0;
            padding: 0;
            list-style: none;
        }
        .link-grid li a {
            display: block;
            padding: 10px 16px;
            background: #fff8f2;
            border-radius: 10px;
            border-left: 4px solid #d98a4a;
            font-weight: 500;
            transition: background 0.2s, transform 0.1s;
        }
        .link-grid li a:hover {
            background: #efe6dd;
            transform: translateX(4px);
            text-decoration: none;
        }
        footer {
            margin-top: 60px;
            padding: 40px 0 24px;
            border-top: 3px solid #e4d6c8;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 32px;
            margin-bottom: 28px;
        }
        friend-link {
            display: block;
            font-style: normal;
        }
        friend-link a {
            display: inline-block;
            padding: 6px 0;
            color: #5a3d2b;
        }
        friend-link a:hover {
            color: #b45f2b;
        }
        .copyright {
            text-align: center;
            font-size: 0.85rem;
            color: #6b5a4e;
            padding-top: 20px;
            border-top: 1px solid #efe6dd;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 16px 0 8px;
                gap: 2px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                display: block;
                padding: 10px 16px;
                font-size: 1.1rem;
            }
            .header-inner {
                align-items: center;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .hero {
                padding: 28px 18px;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .section-card {
                padding: 22px 16px;
            }
            .rating-area {
                flex-direction: column;
                align-items: flex-start;
            }
            .search-box {
                flex-direction: column;
                border-radius: 16px;
            }
            .search-box input {
                padding: 14px 18px;
            }
            .search-box button {
                padding: 14px 18px;
            }
            .link-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 16px;
            align-items: center;
        }
        .gap-2 {
            gap: 12px;
        }
        .rounded-pill {
            border-radius: 50px;
        }
        .shadow-sm {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .bg-soft {
            background: #f5ebe0;
        }
        .p-3 {
            padding: 20px;
        }
        .schema-hidden {
            display: none;
        }
        .toast-msg {
            background: #2c221c;
            color: #fbf7f0;
            padding: 10px 22px;
            border-radius: 50px;
            font-size: 0.9rem;
            display: inline-block;
            margin-top: 8px;
        }
