* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            background: #F5E6D3;
            color: #2C1810;
            line-height: 1.8;
            font-size: 18px;
        }
        a {
            color: #8B4513;
            text-decoration: underline;
            transition: color 0.3s ease;
        }
        a:hover {
            color: #C41E3A;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }
        header {
            background: linear-gradient(145deg, #2C1810 0%, #4A3728 100%);
            padding: 16px 0;
            border-bottom: 4px solid #8B6914;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 32px;
            font-weight: 900;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #E8C56D;
            text-decoration: none;
            font-family: 'Georgia', serif;
            text-shadow: 2px 2px 0 #4A3728, 4px 4px 0 rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }
        .my-logo:hover {
            color: #F5D76E;
            transform: scale(1.02);
            text-shadow: 2px 2px 0 #4A3728, 6px 6px 0 rgba(0, 0, 0, 0.2);
        }
        .my-logo span {
            color: #C41E3A;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 32px;
            color: #E8C56D;
            cursor: pointer;
            padding: 4px 12px;
            border-radius: 4px;
            transition: background 0.3s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        nav {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            color: #E8C56D;
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            border: 1px solid transparent;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        nav a:hover {
            background: rgba(232, 197, 109, 0.15);
            border-color: #8B6914;
            color: #F5D76E;
        }
        .breadcrumb {
            background: #3A2818;
            padding: 10px 0;
            border-bottom: 1px solid #5A3A28;
            font-size: 14px;
            color: #B8A080;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .breadcrumb a {
            color: #D4B896;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            color: #F5D76E;
        }
        .breadcrumb .sep {
            color: #6A5A4A;
            padding: 0 4px;
        }
        .hero {
            background: linear-gradient(135deg, #1A0E0A 0%, #3A2818 60%, #4A3728 100%);
            padding: 60px 0 50px;
            text-align: center;
            border-bottom: 6px solid #8B6914;
            position: relative;
        }
        .hero::after {
            content: "⚙️⚙️⚙️";
            position: absolute;
            bottom: 12px;
            right: 24px;
            font-size: 42px;
            opacity: 0.15;
            letter-spacing: 12px;
            pointer-events: none;
        }
        .hero h1 {
            font-size: 52px;
            font-weight: 900;
            color: #F5D76E;
            text-shadow: 3px 3px 0 #2C1810, 6px 6px 0 rgba(0, 0, 0, 0.3);
            letter-spacing: 3px;
            margin-bottom: 16px;
            font-family: 'Georgia', serif;
        }
        .hero h1 span {
            color: #C41E3A;
        }
        .hero p {
            font-size: 20px;
            color: #D4B896;
            max-width: 800px;
            margin: 0 auto 8px;
            font-style: italic;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .hero .badge {
            display: inline-block;
            background: #8B6914;
            color: #1A0E0A;
            padding: 4px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 1px;
            margin-top: 12px;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .search-bar {
            background: #4A3728;
            padding: 18px 0;
            border-bottom: 2px solid #6A4A3A;
        }
        .search-bar form {
            display: flex;
            gap: 12px;
            max-width: 600px;
            margin: 0 auto;
        }
        .search-bar input {
            flex: 1;
            padding: 14px 20px;
            border: 2px solid #6A4A3A;
            border-radius: 6px;
            background: #2C1810;
            color: #F5E6D3;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .search-bar input:focus {
            border-color: #8B6914;
        }
        .search-bar input::placeholder {
            color: #8A7A6A;
        }
        .search-bar button {
            padding: 14px 32px;
            background: #8B6914;
            border: none;
            border-radius: 6px;
            color: #1A0E0A;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Segoe UI', Arial, sans-serif;
            letter-spacing: 0.5px;
        }
        .search-bar button:hover {
            background: #A07B1A;
            transform: translateY(-1px);
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 40px;
            padding: 40px 0;
        }
        .content-area h2 {
            font-size: 34px;
            color: #2C1810;
            border-left: 6px solid #8B6914;
            padding-left: 20px;
            margin: 48px 0 20px;
            font-weight: 800;
            font-family: 'Georgia', serif;
        }
        .content-area h2:first-of-type {
            margin-top: 0;
        }
        .content-area h3 {
            font-size: 26px;
            color: #4A3728;
            margin: 36px 0 14px;
            font-weight: 700;
            font-family: 'Georgia', serif;
        }
        .content-area h4 {
            font-size: 21px;
            color: #5A4A3A;
            margin: 24px 0 10px;
            font-weight: 600;
            font-family: 'Georgia', serif;
        }
        .content-area p {
            margin-bottom: 20px;
            text-align: justify;
            font-size: 18px;
            color: #2C1810;
        }
        .content-area p b,
        .content-area p strong {
            color: #4A2810;
        }
        .content-area .highlight-box {
            background: #E8D8C0;
            border-left: 6px solid #8B6914;
            padding: 20px 24px;
            margin: 24px 0;
            border-radius: 0 8px 8px 0;
            font-style: italic;
            font-size: 18px;
            color: #3A2818;
        }
        .content-area .highlight-box strong {
            color: #8B4513;
        }
        .content-area ul,
        .content-area ol {
            margin: 16px 0 20px 28px;
            color: #2C1810;
        }
        .content-area li {
            margin-bottom: 8px;
        }
        .featured-image {
            margin: 32px 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            border: 2px solid #8B6914;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        .featured-image figcaption {
            background: #2C1810;
            color: #D4B896;
            padding: 10px 20px;
            font-size: 14px;
            font-style: italic;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .sidebar {
            background: #E8D8C0;
            padding: 28px 24px;
            border-radius: 12px;
            border: 1px solid #C4A88A;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
            align-self: start;
            position: sticky;
            top: 120px;
        }
        .sidebar h3 {
            font-size: 22px;
            color: #2C1810;
            border-bottom: 3px solid #8B6914;
            padding-bottom: 10px;
            margin-bottom: 18px;
            font-family: 'Georgia', serif;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar li {
            margin-bottom: 10px;
            border-bottom: 1px dashed #C4A88A;
            padding-bottom: 10px;
        }
        .sidebar li a {
            color: #4A3728;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            transition: all 0.3s ease;
            display: block;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .sidebar li a:hover {
            color: #C41E3A;
            padding-left: 6px;
        }
        .sidebar .rating-widget {
            margin-top: 24px;
            padding-top: 20px;
            border-top: 2px solid #C4A88A;
        }
        .sidebar .rating-widget h4 {
            font-size: 18px;
            color: #2C1810;
            margin-bottom: 12px;
            font-family: 'Georgia', serif;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 28px;
            cursor: pointer;
            color: #6A5A4A;
            transition: color 0.2s;
        }
        .star-rating .star {
            transition: all 0.2s ease;
        }
        .star-rating .star:hover,
        .star-rating .star.active {
            color: #E8C56D;
            transform: scale(1.1);
        }
        .rating-status {
            font-size: 14px;
            color: #6A5A4A;
            margin-top: 6px;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .comment-section {
            background: #E8D8C0;
            padding: 32px 28px;
            border-radius: 12px;
            margin: 40px 0;
            border: 1px solid #C4A88A;
        }
        .comment-section h3 {
            font-size: 26px;
            color: #2C1810;
            border-bottom: 3px solid #8B6914;
            padding-bottom: 10px;
            margin-bottom: 20px;
            font-family: 'Georgia', serif;
        }
        .comment-section form {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .comment-section form input,
        .comment-section form textarea {
            padding: 14px 18px;
            border: 2px solid #C4A88A;
            border-radius: 6px;
            background: #FFF8F0;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s;
            font-family: 'Segoe UI', Arial, sans-serif;
            color: #2C1810;
        }
        .comment-section form input:focus,
        .comment-section form textarea:focus {
            border-color: #8B6914;
        }
        .comment-section form textarea {
            min-height: 140px;
            resize: vertical;
        }
        .comment-section form button {
            align-self: flex-start;
            padding: 14px 40px;
            background: #8B6914;
            border: none;
            border-radius: 6px;
            color: #1A0E0A;
            font-weight: 700;
            font-size: 17px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Segoe UI', Arial, sans-serif;
            letter-spacing: 0.5px;
        }
        .comment-section form button:hover {
            background: #A07B1A;
            transform: translateY(-2px);
        }
        .comment-list {
            margin-top: 28px;
        }
        .comment-item {
            background: #FFF8F0;
            padding: 16px 20px;
            border-radius: 8px;
            margin-bottom: 12px;
            border-left: 4px solid #8B6914;
        }
        .comment-item .meta {
            font-size: 14px;
            color: #6A5A4A;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .comment-item .meta strong {
            color: #2C1810;
        }
        .comment-item .text {
            margin-top: 6px;
            font-size: 16px;
            color: #2C1810;
        }
        footer {
            background: linear-gradient(145deg, #2C1810 0%, #1A0E0A 100%);
            padding: 40px 0 24px;
            border-top: 6px solid #8B6914;
            color: #B8A080;
        }
        footer .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 40px;
            margin-bottom: 24px;
        }
        footer h4 {
            color: #E8C56D;
            font-size: 20px;
            margin-bottom: 14px;
            font-family: 'Georgia', serif;
            letter-spacing: 0.5px;
        }
        footer p,
        footer li {
            font-size: 15px;
            color: #B8A080;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        footer a {
            color: #D4B896;
            text-decoration: none;
        }
        footer a:hover {
            color: #F5D76E;
            text-decoration: underline;
        }
        friend-link {
            display: block;
            margin-top: 12px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 4px 12px;
            background: rgba(139, 105, 20, 0.2);
            border-radius: 4px;
            border: 1px solid #5A3A28;
            font-size: 14px;
            font-family: 'Segoe UI', Arial, sans-serif;
            color: #D4B896;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        friend-link a:hover {
            background: rgba(139, 105, 20, 0.4);
            border-color: #8B6914;
            color: #F5D76E;
        }
        .copyright {
            border-top: 1px solid #3A2818;
            padding-top: 20px;
            text-align: center;
            font-size: 14px;
            color: #6A5A4A;
            font-family: 'Segoe UI', Arial, sans-serif;
        }
        .copyright strong {
            color: #8A7A6A;
        }
        @media (max-width: 900px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .hero h1 {
                font-size: 36px;
            }
            footer .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .my-logo {
                font-size: 26px;
            }
        }
        @media (max-width: 700px) {
            .hamburger {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding-top: 16px;
                border-top: 1px solid #5A3A28;
                margin-top: 12px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 12px 16px;
                font-size: 18px;
                width: 100%;
                text-align: center;
            }
            .hero h1 {
                font-size: 28px;
                letter-spacing: 1px;
            }
            .hero p {
                font-size: 17px;
            }
            .search-bar form {
                flex-direction: column;
            }
            .search-bar button {
                width: 100%;
            }
            .content-area h2 {
                font-size: 26px;
            }
            .content-area h3 {
                font-size: 22px;
            }
            .content-area p {
                font-size: 16px;
            }
            .container {
                padding: 0 16px;
            }
            .sidebar {
                padding: 20px 16px;
            }
            .comment-section {
                padding: 24px 16px;
            }
            .star-rating {
                font-size: 24px;
            }
            .breadcrumb {
                font-size: 13px;
            }
            .my-logo {
                font-size: 22px;
            }
        }
        @media (max-width: 400px) {
            .hero h1 {
                font-size: 22px;
            }
            .hero p {
                font-size: 15px;
            }
            .content-area h2 {
                font-size: 22px;
                padding-left: 12px;
            }
            .content-area h3 {
                font-size: 19px;
            }
            .content-area p {
                font-size: 15px;
            }
            .my-logo {
                font-size: 18px;
                letter-spacing: 2px;
            }
            nav a {
                font-size: 16px;
                padding: 10px 12px;
            }
        }
