        *,
        *::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, 'Helvetica Neue', sans-serif;
            background: #faf6f0;
            color: #2d2a24;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        a {
            color: #c75b2c;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #9a451f;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #1f1b16;
            margin-top: 0;
        }
        h1 {
            font-size: 2.6rem;
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 2rem;
            margin-top: 3rem;
            margin-bottom: 0.8rem;
            border-bottom: 3px solid #e8d5c4;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2.2rem;
            margin-bottom: 0.6rem;
            color: #3d322a;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.6rem;
            margin-bottom: 0.4rem;
            color: #5a4a3c;
        }
        p {
            margin-bottom: 1.2rem;
        }
        strong,
        b {
            color: #1f1b16;
            font-weight: 700;
        }
        blockquote {
            border-left: 5px solid #c75b2c;
            background: #f0e8df;
            padding: 1.2rem 1.8rem;
            margin: 1.8rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #3d322a;
        }
        blockquote p {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(145deg, #1f1b16 0%, #2d261f 100%);
            color: #faf6f0;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            background: linear-gradient(135deg, #f9b53b, #e67e22);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f9b53b;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none !important;
        }
        .my-logo span {
            font-weight: 300;
            font-size: 0.7rem;
            display: block;
            letter-spacing: 0.15em;
            color: #c9b6a4;
            -webkit-text-fill-color: #c9b6a4;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e8d5c4;
            padding: 0.5rem 0.9rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: rgba(249, 181, 59, 0.18);
            color: #f9b53b;
            text-decoration: none;
        }
        .main-nav a i {
            font-size: 0.8rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #e8d5c4;
            color: #e8d5c4;
            font-size: 1.4rem;
            padding: 0.4rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: rgba(249, 181, 59, 0.15);
            border-color: #f9b53b;
        }
        .breadcrumb {
            background: #efe7dd;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #dccfc2;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #a08878;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #7a6454;
        }
        .breadcrumb a:hover {
            color: #c75b2c;
        }
        .breadcrumb .current {
            color: #3d322a;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #2d261f 0%, #4a3c30 100%);
            color: #faf6f0;
            padding: 3.5rem 0 3rem;
            text-align: center;
            border-bottom: 6px solid #f9b53b;
        }
        .hero h1 {
            color: #faf6f0;
            font-size: 3rem;
            margin-bottom: 0.6rem;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .hero p {
            font-size: 1.2rem;
            max-width: 720px;
            margin: 0 auto 1.2rem;
            color: #dccfc2;
        }
        .hero .badge {
            display: inline-block;
            background: #f9b53b;
            color: #1f1b16;
            padding: 0.3rem 1.4rem;
            border-radius: 40px;
            font-weight: 700;
            font-size: 0.85rem;
            letter-spacing: 0.05em;
        }
        .hero .badge i {
            margin-right: 0.4rem;
        }
        .search-section {
            background: #fff8f2;
            padding: 2rem 0;
            border-bottom: 1px solid #e8d5c4;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            max-width: 600px;
            margin: 0 auto;
            flex-wrap: wrap;
            justify-content: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 240px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #dccfc2;
            border-radius: 60px;
            font-size: 1rem;
            background: white;
            transition: 0.2s;
            outline: none;
        }
        .search-form input[type="text"]:focus {
            border-color: #c75b2c;
            box-shadow: 0 0 0 4px rgba(199, 91, 44, 0.15);
        }
        .search-form button {
            background: #c75b2c;
            color: white;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #9a451f;
            transform: scale(1.02);
        }
        .main-content {
            padding: 2.8rem 0 4rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }
        .content-body {
            max-width: 860px;
        }
        .content-body .featured-image {
            margin: 2rem 0;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            background: #efe7dd;
            padding: 0.6rem;
        }
        .content-body .featured-image img {
            border-radius: 10px;
            width: 100%;
        }
        .content-body .featured-image figcaption {
            text-align: center;
            padding: 0.6rem 0 0.2rem;
            font-size: 0.85rem;
            color: #7a6454;
            font-style: italic;
        }
        .content-side {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-content: start;
        }
        .widget {
            background: white;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #e8d5c4;
        }
        .widget h3 {
            margin-top: 0;
            font-size: 1.3rem;
            border-bottom: 2px solid #e8d5c4;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
        }
        .widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .widget ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #f0e8df;
            margin-bottom: 0;
        }
        .widget ul li:last-child {
            border-bottom: none;
        }
        .widget ul li a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-weight: 500;
        }
        .widget ul li a i {
            color: #c75b2c;
            font-size: 0.8rem;
            width: 1.2rem;
            text-align: center;
        }
        .comment-rating-section {
            margin-top: 3.5rem;
            padding-top: 2.5rem;
            border-top: 3px solid #e8d5c4;
        }
        .cr-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .cr-box {
            background: white;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            border: 1px solid #e8d5c4;
        }
        .cr-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .cr-box form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 1rem;
        }
        .cr-box input,
        .cr-box textarea,
        .cr-box select {
            padding: 0.7rem 1rem;
            border: 2px solid #dccfc2;
            border-radius: 10px;
            font-size: 0.95rem;
            font-family: inherit;
            transition: 0.2s;
            outline: none;
            background: #fafaf7;
        }
        .cr-box input:focus,
        .cr-box textarea:focus,
        .cr-box select:focus {
            border-color: #c75b2c;
            box-shadow: 0 0 0 4px rgba(199, 91, 44, 0.1);
        }
        .cr-box textarea {
            min-height: 100px;
            resize: vertical;
        }
        .cr-box button {
            background: #c75b2c;
            color: white;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            align-self: flex-start;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .cr-box button:hover {
            background: #9a451f;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.6rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #dccfc2;
            transition: 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9b53b;
        }
        .last-updated {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #efe7dd;
            padding: 0.4rem 1.2rem;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #5a4a3c;
            margin-bottom: 1.5rem;
        }
        .last-updated i {
            color: #c75b2c;
        }
        .site-footer {
            background: #1f1b16;
            color: #c9b6a4;
            padding: 2.5rem 0 1.5rem;
            border-top: 4px solid #f9b53b;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2rem;
            align-items: start;
        }
        .footer-inner .footer-copy p {
            margin-bottom: 0.4rem;
            font-size: 0.9rem;
        }
        .footer-inner .footer-copy .copyright {
            margin-top: 0.8rem;
            font-size: 0.82rem;
            color: #a08878;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.04);
            padding: 1.2rem 1.6rem;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        friend-link h4 {
            color: #f9b53b;
            font-size: 1rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
            letter-spacing: 0.04em;
        }
        friend-link ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
        }
        friend-link ul li a {
            color: #c9b6a4;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        friend-link ul li a:hover {
            color: #f9b53b;
            text-decoration: none;
        }
        @media (max-width: 900px) {
            .cr-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 0.8rem;
                border-top: 1px solid rgba(255, 255, 255, 0.08);
                margin-top: 0.4rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 0.8rem;
                border-radius: 8px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .content-side {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .search-form input[type="text"] {
                flex: 1 1 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .cr-box {
                padding: 1.2rem;
            }
            .widget {
                padding: 1.2rem;
            }
            .breadcrumb ol {
                font-size: 0.75rem;
            }
        }
        .text-muted {
            color: #7a6454;
            font-size: 0.9rem;
        }
        .mt-2 {
            margin-top: 1.5rem;
        }
        .mb-1 {
            margin-bottom: 0.8rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .emoji-big {
            font-size: 1.4em;
            line-height: 1;
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 1rem;
            background: #c75b2c;
            color: white;
            padding: 0.6rem 1.4rem;
            border-radius: 0 0 8px 8px;
            z-index: 999;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
        .highlight-box {
            background: #f0e8df;
            border-left: 5px solid #f9b53b;
            padding: 1.2rem 1.8rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }
        .data-table th {
            background: #2d261f;
            color: #faf6f0;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #f0e8df;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #faf4ed;
        }
