        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            background-color: #f5f1e9;
            background-image: linear-gradient(to bottom, #3a2c1f 0%, #1a1207 100px, #f5f1e9 100px);
            background-repeat: no-repeat;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .text-center { text-align: center; }
        .bold { font-weight: 700; }
        .highlight {
            background: linear-gradient(90deg, #e6b17e22, #c1440e22);
            padding: 0.2em 0.5em;
            border-radius: 4px;
            border-left: 3px solid #c1440e;
        }
        .section-spacing {
            padding: 3rem 0;
        }
        .mobile-hidden {
            display: none;
        }
        @media (min-width: 768px) {
            .mobile-hidden { display: block; }
        }
        .site-header {
            background-color: rgba(26, 18, 7, 0.95);
            color: #e6b17e;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        }
        .header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .my-logo {
            font-family: 'Times New Roman', serif;
            font-size: 2rem;
            font-weight: bold;
            color: #c1440e;
            text-decoration: none;
            text-shadow: 2px 2px 4px #000;
            transition: all 0.3s ease;
        }
        .my-logo:hover {
            color: #e6b17e;
            transform: scale(1.05);
        }
        .my-logo span {
            color: #e6b17e;
            font-style: italic;
        }
        .nav-desktop {
            display: none;
        }
        @media (min-width: 992px) {
            .nav-desktop {
                display: flex;
                gap: 2rem;
            }
        }
        .nav-desktop a {
            color: #e6b17e;
            text-decoration: none;
            font-weight: 500;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        .nav-desktop a:hover,
        .nav-desktop a:focus {
            background-color: #c1440e;
            color: #fff;
        }
        .hamburger-btn {
            background: none;
            border: none;
            color: #e6b17e;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.5rem;
        }
        @media (min-width: 992px) {
            .hamburger-btn { display: none; }
        }
        .nav-mobile {
            position: fixed;
            top: 0;
            right: -100%;
            height: 100vh;
            width: 280px;
            background-color: #1a1207;
            padding: 2rem;
            transition: right 0.4s ease;
            z-index: 1001;
            overflow-y: auto;
            box-shadow: -5px 0 15px rgba(0,0,0,0.7);
        }
        .nav-mobile.active {
            right: 0;
        }
        .nav-mobile .close-btn {
            color: #e6b17e;
            font-size: 1.8rem;
            background: none;
            border: none;
            position: absolute;
            top: 1rem;
            right: 1.5rem;
            cursor: pointer;
        }
        .nav-mobile ul {
            list-style: none;
            margin-top: 3rem;
        }
        .nav-mobile li {
            margin-bottom: 1.5rem;
        }
        .nav-mobile a {
            color: #e6b17e;
            text-decoration: none;
            font-size: 1.2rem;
            display: block;
            padding: 0.5rem 0;
            border-bottom: 1px solid #3a2c1f;
            transition: color 0.3s;
        }
        .nav-mobile a:hover {
            color: #c1440e;
        }
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 1000;
        }
        .overlay.active {
            display: block;
        }
        .breadcrumb {
            padding: 1rem 0;
            background-color: #3a2c1f;
            color: #b8a07e;
            font-size: 0.9rem;
        }
        .breadcrumb a {
            color: #e6b17e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            margin: 0 0.5rem;
        }
        main {
            background-color: #fff;
            border-radius: 8px 8px 0 0;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin-top: 1rem;
            margin-bottom: 2rem;
        }
        .article-header {
            padding: 3rem 2rem;
            background: linear-gradient(rgba(58, 44, 31, 0.85), rgba(58, 44, 31, 0.9)), url('https://images.unsplash.com/photo-1511512578047-dfb367046420?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
            color: #f5f1e9;
            text-align: center;
        }
        .article-header h1 {
            font-size: 2.8rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 5px #000;
        }
        .article-header .meta {
            font-style: italic;
            color: #e6b17e;
        }
        .content-area {
            padding: 2rem;
        }
        h2 {
            color: #3a2c1f;
            border-bottom: 2px solid #c1440e;
            padding-bottom: 0.5rem;
            margin: 2.5rem 0 1.5rem;
            font-size: 2rem;
        }
        h3 {
            color: #5a442a;
            margin: 2rem 0 1rem;
            font-size: 1.6rem;
        }
        h4 {
            color: #7a5c3a;
            margin: 1.5rem 0 0.8rem;
            font-size: 1.3rem;
        }
        p {
            margin-bottom: 1.5rem;
            text-align: justify;
        }
        ul, ol {
            margin-bottom: 1.5rem;
            padding-left: 2rem;
        }
        li {
            margin-bottom: 0.5rem;
        }
        blockquote {
            border-left: 5px solid #c1440e;
            background-color: #f9f5ed;
            padding: 1.5rem;
            margin: 2rem 0;
            font-style: italic;
            color: #5a442a;
        }
        .article-img {
            margin: 2rem auto;
            max-width: 800px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        .img-caption {
            text-align: center;
            font-style: italic;
            color: #666;
            padding: 0.5rem;
            background-color: #f9f5ed;
        }
        .link-list {
            background-color: #f9f5ed;
            border-radius: 8px;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        .link-list h3 {
            margin-top: 0;
        }
        .link-list ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1rem;
            list-style: none;
            padding-left: 0;
        }
        .link-list li a {
            color: #c1440e;
            text-decoration: none;
            display: flex;
            align-items: center;
            padding: 0.5rem;
            border-radius: 4px;
            transition: all 0.3s;
        }
        .link-list li a i {
            margin-right: 0.8rem;
            color: #5a442a;
        }
        .link-list li a:hover {
            background-color: #e6d7c2;
            padding-left: 1rem;
        }
        .interactive-section {
            background-color: #f0e9dd;
            border-radius: 8px;
            padding: 2rem;
            margin: 3rem 0;
            border: 1px solid #d4c5ab;
        }
        .interactive-section h2 {
            border-bottom: none;
            text-align: center;
        }
        .form-group {
            margin-bottom: 1.5rem;
        }
        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            font-weight: 600;
            color: #3a2c1f;
        }
        .form-control {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 1px solid #b8a07e;
            border-radius: 4px;
            font-family: inherit;
            font-size: 1rem;
            transition: border 0.3s;
        }
        .form-control:focus {
            outline: none;
            border-color: #c1440e;
            box-shadow: 0 0 0 3px rgba(193, 68, 14, 0.2);
        }
        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            background-color: #c1440e;
            color: white;
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .btn:hover {
            background-color: #a5380c;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        .rating-stars {
            display: flex;
            gap: 0.5rem;
            margin: 1rem 0;
        }
        .star {
            font-size: 1.8rem;
            color: #ddd;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star.active,
        .star:hover {
            color: #ffc107;
        }
        .site-footer {
            background-color: #1a1207;
            color: #b8a07e;
            padding: 3rem 0 1.5rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-col h3 {
            color: #e6b17e;
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
        }
        .footer-links {
            list-style: none;
            padding-left: 0;
        }
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        .footer-links a {
            color: #b8a07e;
            text-decoration: none;
            transition: color 0.3s;
        }
        .footer-links a:hover {
            color: #e6b17e;
            padding-left: 5px;
        }
        friend-link {
            display: block;
            margin: 1rem 0;
            padding: 1rem;
            background-color: #3a2c1f;
            border-radius: 6px;
        }
        friend-link a {
            color: #e6b17e;
            font-weight: bold;
            text-decoration: none;
        }
        friend-link a:hover {
            text-decoration: underline;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid #3a2c1f;
            font-size: 0.9rem;
            color: #8a7a62;
        }
        .last-updated {
            color: #e6b17e;
            font-style: italic;
        }
        @media (max-width: 768px) {
            .article-header h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            h3 { font-size: 1.5rem; }
            .content-area { padding: 1.5rem; }
            .link-list ul { grid-template-columns: 1fr; }
        }
