        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #fef9f0;
            color: #2d1b0e;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #c44536;
            text-decoration: underline;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #9a2b1f;
            text-decoration: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 0.75rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            color: #2d1b0e;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
            font-weight: 700;
        }
        h1 {
            font-size: 2.2rem;
            border-left: 6px solid #f0932b;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.6rem;
            border-bottom: 3px solid #f7d794;
            padding-bottom: 0.35rem;
        }
        h3 {
            font-size: 1.3rem;
        }
        h4 {
            font-size: 1.1rem;
            color: #5a3e2b;
        }
        p {
            margin: 0.9rem 0;
        }
        strong {
            color: #b33939;
            font-weight: 700;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
            border-radius: 20px;
            padding: 20px 28px 40px;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 12px 0 16px;
            border-bottom: 2px dashed #f0d5b0;
            position: relative;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #e67e22, #f1c40f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #e67e22;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            opacity: 0.85;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #c44536;
            border-radius: 8px;
            padding: 6px 10px;
            font-size: 1.4rem;
            color: #c44536;
            cursor: pointer;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: #c44536;
            color: #fff;
        }
        #nav-toggle {
            display: none;
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 18px;
            align-items: center;
        }
        .main-nav a {
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            color: #4a2c1a;
            padding: 4px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .main-nav a:hover {
            border-bottom-color: #f0932b;
            color: #c44536;
        }
        .main-nav a i {
            margin-right: 5px;
            color: #e67e22;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            font-size: 0.85rem;
            padding: 12px 0 6px;
            color: #7a5a3a;
            list-style: none;
            background: none;
        }
        .breadcrumb li {
            display: inline;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #c44536;
            margin-right: 8px;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #7a5a3a;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            color: #c44536;
            text-decoration: underline;
        }
        .breadcrumb .active {
            color: #2d1b0e;
            font-weight: 600;
        }
        .search-section {
            background: #fdf6ed;
            border-radius: 16px;
            padding: 20px 24px;
            margin: 20px 0 28px;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
        }
        .search-section label {
            font-weight: 700;
            font-size: 1.05rem;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #4a2c1a;
        }
        .search-form {
            display: flex;
            flex: 1 1 280px;
            gap: 8px;
        }
        .search-form input {
            flex: 1;
            padding: 10px 16px;
            border: 2px solid #e8d5c0;
            border-radius: 50px;
            font-size: 0.95rem;
            background: #fff;
            outline: none;
            transition: 0.2s;
        }
        .search-form input:focus {
            border-color: #f0932b;
            box-shadow: 0 0 0 3px rgba(240, 147, 43, 0.2);
        }
        .search-form button {
            background: #c44536;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 10px 22px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        .search-form button:hover {
            background: #9a2b1f;
            transform: scale(1.02);
        }
        .content-area {
            margin: 20px 0;
        }
        .content-area p {
            text-align: justify;
        }
        .featured-img-wrapper {
            margin: 24px 0 30px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            background: #fdf6ed;
            padding: 12px;
        }
        .featured-img-wrapper img {
            width: 100%;
            border-radius: 10px;
        }
        .featured-img-wrapper figcaption {
            text-align: center;
            font-size: 0.85rem;
            color: #7a5a3a;
            padding: 10px 0 4px;
            font-style: italic;
        }
        .interaction-panel {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 36px 0 20px;
        }
        .comment-box,
        .score-box {
            background: #fdf6ed;
            border-radius: 16px;
            padding: 22px 24px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .comment-box h3,
        .score-box h3 {
            margin-top: 0;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .comment-box textarea {
            width: 100%;
            min-height: 90px;
            padding: 12px 16px;
            border: 2px solid #e8d5c0;
            border-radius: 12px;
            font-size: 0.95rem;
            font-family: inherit;
            resize: vertical;
            outline: none;
            transition: 0.2s;
            background: #fff;
        }
        .comment-box textarea:focus {
            border-color: #f0932b;
            box-shadow: 0 0 0 3px rgba(240, 147, 43, 0.15);
        }
        .comment-box input[type="text"] {
            width: 100%;
            padding: 10px 16px;
            border: 2px solid #e8d5c0;
            border-radius: 50px;
            font-size: 0.95rem;
            outline: none;
            transition: 0.2s;
            margin: 8px 0 12px;
            background: #fff;
        }
        .comment-box input[type="text"]:focus {
            border-color: #f0932b;
        }
        .btn {
            background: #c44536;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 10px 28px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.95rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn:hover {
            background: #9a2b1f;
            transform: scale(1.02);
        }
        .btn-secondary {
            background: #f0932b;
        }
        .btn-secondary:hover {
            background: #d97d1a;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            margin: 8px 0 16px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.8rem;
            color: #ddd;
            cursor: pointer;
            transition: 0.2s;
        }
        .star-rating label::before {
            content: "\f005";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
        }
        .star-rating input:checked~label {
            color: #f1c40f;
        }
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f1c40f;
        }
        .score-display {
            font-weight: 700;
            font-size: 1.1rem;
            color: #4a2c1a;
            margin-top: 8px;
        }
        .site-footer {
            margin-top: 44px;
            padding-top: 28px;
            border-top: 3px solid #f0d5b0;
            font-size: 0.9rem;
            color: #5a3e2b;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px 32px;
        }
        friend-link {
            display: block;
            background: #fdf6ed;
            border-radius: 12px;
            padding: 16px 20px;
            margin: 12px 0;
        }
        friend-link a {
            display: inline-block;
            margin: 2px 10px 2px 0;
        }
        .copyright {
            text-align: center;
            padding: 18px 0 6px;
            font-size: 0.82rem;
            color: #8a6a4a;
            border-top: 1px solid #f0d5b0;
            margin-top: 20px;
        }
        .copyright strong {
            color: #4a2c1a;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 8px;
            }
            .container {
                padding: 12px 14px 30px;
                border-radius: 12px;
            }
            h1 {
                font-size: 1.6rem;
                padding-left: 0.7rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .hamburger {
                display: inline-block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                gap: 6px;
                padding: 12px 0 6px;
                border-top: 1px solid #f0d5b0;
                margin-top: 10px;
            }
            #nav-toggle:checked~.main-nav {
                display: flex;
            }
            .main-nav a {
                padding: 6px 0;
                font-size: 0.95rem;
                width: 100%;
                border-bottom: 1px solid #f5e6d6;
            }
            .interaction-panel {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .search-section {
                flex-direction: column;
                align-items: stretch;
            }
            .search-form {
                flex-wrap: wrap;
            }
            .search-form input {
                min-width: 0;
            }
            .breadcrumb {
                font-size: 0.78rem;
                gap: 4px 8px;
            }
            .star-rating label {
                font-size: 1.5rem;
            }
            .featured-img-wrapper {
                padding: 6px;
            }
        }
        @media (min-width: 769px) and (max-width: 1024px) {
            .container {
                padding: 18px 22px 36px;
            }
            .interaction-panel {
                grid-template-columns: 1fr 1fr;
                gap: 18px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 8px 10px 24px;
            }
            h1 {
                font-size: 1.35rem;
            }
            h2 {
                font-size: 1.15rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .btn {
                padding: 8px 18px;
                font-size: 0.85rem;
            }
            .comment-box,
            .score-box {
                padding: 16px;
            }
            .breadcrumb {
                font-size: 0.72rem;
            }
        }
        @media print {
            .search-section,
            .comment-box textarea,
            .star-rating label {
                display: none;
            }
            .container {
                box-shadow: none;
                border: 1px solid #ddd;
            }
        }
