        *,
        *::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: #f5f0eb;
            color: #2c1810;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #7c3f2b;
            text-decoration: none;
            transition: color 0.25s ease, border-color 0.25s ease;
        }
        a:hover {
            color: #b05430;
            text-decoration: underline;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #1f0f08;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 1.9rem;
            border-left: 5px solid #b05430;
            padding-left: 1rem;
            margin-top: 2.5rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 1.8rem;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.2rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
            color: #3d2b21;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.5rem 1.8rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1f0f08 0%, #3a1f14 100%);
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
        }
        .header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            color: #f5e6d3;
            text-decoration: none;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 8px rgba(176, 84, 48, 0.3);
            transition: opacity 0.3s;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
            color: #f5e6d3;
        }
        .my-logo i {
            color: #e8b87c;
            margin-right: 6px;
        }
        .nav-menu {
            display: flex;
            gap: 0.2rem;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #e8d5c4;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.3s, color 0.3s;
            text-decoration: none;
        }
        .nav-menu a:hover {
            background: rgba(232, 184, 124, 0.2);
            color: #f5e6d3;
            text-decoration: none;
        }
        .nav-menu a i {
            margin-right: 5px;
            font-size: 0.85rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f5e6d3;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            transition: transform 0.2s;
        }
        .hamburger:hover {
            transform: scale(1.1);
        }
        .breadcrumb {
            background: #e8ddd4;
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
            border-bottom: 1px solid #d6c8bc;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
        }
        .breadcrumb a {
            color: #7c3f2b;
        }
        .breadcrumb span {
            color: #5a3f32;
        }
        .breadcrumb i {
            margin: 0 0.3rem;
            font-size: 0.7rem;
            color: #a07a66;
        }
        .hero {
            background: linear-gradient(145deg, #2c1810, #4a2c1e);
            color: #f5e6d3;
            padding: 2.5rem 1.2rem;
            border-radius: 0 0 40px 40px;
            margin-bottom: 2rem;
            text-align: center;
        }
        .hero h1 {
            color: #f5e6d3;
            font-size: 2.6rem;
            margin-bottom: 0.8rem;
            border: none;
            padding: 0;
        }
        .hero p {
            color: #e8d5c4;
            font-size: 1.15rem;
            max-width: 780px;
            margin: 0 auto 1.2rem;
        }
        .hero .last-update {
            display: inline-block;
            background: rgba(232, 184, 124, 0.15);
            padding: 0.3rem 1.2rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #e8b87c;
            border: 1px solid rgba(232, 184, 124, 0.2);
        }
        .search-wrap {
            max-width: 560px;
            margin: 1.5rem auto 0;
            display: flex;
            background: #fff;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
        }
        .search-wrap input {
            flex: 1;
            border: none;
            padding: 0.9rem 1.5rem;
            font-size: 1rem;
            outline: none;
            background: transparent;
            color: #2c1810;
        }
        .search-wrap input::placeholder {
            color: #8c7568;
        }
        .search-wrap button {
            background: #b05430;
            border: none;
            color: #fff;
            padding: 0.9rem 1.8rem;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 600;
            transition: background 0.3s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-wrap button:hover {
            background: #9a4729;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2.5rem;
            margin: 2.5rem 0;
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 18px;
            padding: 1.6rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 16px rgba(44, 24, 16, 0.08);
            border: 1px solid #e8ddd4;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-bottom: 2px solid #e8ddd4;
            padding-bottom: 0.6rem;
            margin-bottom: 1rem;
        }
        .sidebar-card ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .sidebar-card li {
            margin-bottom: 0.5rem;
            padding: 0.3rem 0;
            border-bottom: 1px dashed #f0e8e0;
        }
        .sidebar-card li a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 500;
        }
        .sidebar-card li a i {
            color: #b05430;
            font-size: 0.8rem;
        }
        .featured-image {
            border-radius: 18px;
            overflow: hidden;
            margin: 2rem 0;
            box-shadow: 0 8px 30px rgba(44, 24, 16, 0.12);
            background: #e8ddd4;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            aspect-ratio: 1200/630;
        }
        .featured-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #5a3f32;
            background: #f5f0eb;
            font-style: italic;
            border-top: 1px solid #e8ddd4;
        }
        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        }
        .styled-table thead {
            background: #2c1810;
            color: #f5e6d3;
        }
        .styled-table th {
            padding: 0.8rem 1.2rem;
            text-align: left;
            font-weight: 600;
        }
        .styled-table td {
            padding: 0.7rem 1.2rem;
            border-bottom: 1px solid #e8ddd4;
            background: #fff;
        }
        .styled-table tbody tr:hover td {
            background: #faf5f0;
        }
        .rating-area,
        .comment-area {
            background: #fff;
            border-radius: 18px;
            padding: 1.8rem;
            margin: 2rem 0;
            box-shadow: 0 4px 16px rgba(44, 24, 16, 0.06);
            border: 1px solid #e8ddd4;
        }
        .rating-area h3,
        .comment-area h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #d6c8bc;
            cursor: pointer;
            margin: 0.8rem 0;
            direction: rtl;
        }
        .star-rating i {
            transition: color 0.2s, transform 0.2s;
        }
        .star-rating i:hover,
        .star-rating i:hover~i {
            color: #e8b87c;
            transform: scale(1.15);
        }
        .rating-area form,
        .comment-area form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .rating-area input[type="number"],
        .rating-area input[type="text"],
        .comment-area input[type="text"],
        .comment-area textarea {
            padding: 0.7rem 1rem;
            border: 2px solid #e8ddd4;
            border-radius: 10px;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border-color 0.3s;
            background: #faf5f0;
        }
        .rating-area input:focus,
        .comment-area input:focus,
        .comment-area textarea:focus {
            border-color: #b05430;
            outline: none;
            background: #fff;
        }
        .rating-area button,
        .comment-area button {
            align-self: flex-start;
            background: #b05430;
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            font-size: 0.95rem;
        }
        .rating-area button:hover,
        .comment-area button:hover {
            background: #9a4729;
            transform: translateY(-1px);
        }
        friend-link {
            display: block;
            padding: 1.2rem 0;
            border-top: 2px solid #e8ddd4;
            margin-top: 2rem;
            font-size: 0.95rem;
        }
        friend-link a {
            color: #7c3f2b;
            font-weight: 500;
            margin: 0 0.5rem 0 0;
        }
        friend-link a:hover {
            color: #b05430;
        }
        .site-footer {
            background: #1f0f08;
            color: #c4b2a6;
            padding: 2rem 0 1.5rem;
            margin-top: 3rem;
            border-radius: 40px 40px 0 0;
        }
        .site-footer .container {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .site-footer .copyright {
            font-size: 0.85rem;
            color: #9a8478;
            text-align: center;
        }
        .site-footer .copyright i {
            color: #e8b87c;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                order: 2;
            }
            .hero h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 1rem 0 0.5rem;
                gap: 0.2rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                width: 100%;
                padding: 0.6rem 1rem;
                border-radius: 8px;
            }
            .header-inner {
                align-items: center;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .hero p {
                font-size: 1rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .search-wrap {
                flex-direction: column;
                border-radius: 24px;
            }
            .search-wrap input {
                padding: 0.8rem 1.2rem;
            }
            .search-wrap button {
                padding: 0.8rem;
                justify-content: center;
            }
            .styled-table {
                font-size: 0.85rem;
            }
            .styled-table th,
            .styled-table td {
                padding: 0.5rem 0.7rem;
            }
            .rating-area,
            .comment-area {
                padding: 1.2rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.4rem 0.8rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            .hero {
                padding: 1.5rem 0.8rem;
                border-radius: 0 0 24px 24px;
            }
            .hero h1 {
                font-size: 1.4rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .star-rating {
                font-size: 1.4rem;
            }
        }
        .highlight-box {
            background: #fef9f4;
            border-left: 4px solid #b05430;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .emoji-big {
            font-size: 1.8rem;
            vertical-align: middle;
        }
        .badge {
            display: inline-block;
            background: #b05430;
            color: #fff;
            padding: 0.15rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .fw-bold {
            font-weight: 700;
        }
