        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body { background-color: #0c0c14; color: #e6e6e6; line-height: 1.8; max-width: 100vw; overflow-x: hidden; }
        h1, h2, h3, h4 { color: #d4af37; font-weight: 700; margin-bottom: 1.5rem; font-family: 'Cinzel', serif; }
        h1 { font-size: 3.5rem; text-align: center; margin-top: 2rem; border-bottom: 3px solid #5a3e1b; padding-bottom: 1rem; }
        h2 { font-size: 2.5rem; border-left: 5px solid #5a3e1b; padding-left: 1rem; margin-top: 3rem; }
        h3 { font-size: 2rem; color: #b89c5a; margin-top: 2.5rem; }
        h4 { font-size: 1.5rem; color: #c9b686; margin-top: 2rem; }
        p { margin-bottom: 1.8rem; font-size: 1.2rem; text-align: justify; }
        a { color: #f0c75e; text-decoration: none; transition: color 0.3s, border-bottom 0.3s; }
        a:hover { color: #ffd700; border-bottom: 1px dotted #ffd700; }
        strong { color: #d4af37; font-weight: 700; }
        em { font-style: italic; color: #b89c5a; }
        .highlight { background: linear-gradient(90deg, transparent 50%, rgba(212, 175, 55, 0.2) 50%); background-size: 200% 100%; padding: 0.2rem 0.5rem; transition: background-position 0.5s; }
        .highlight:hover { background-position: -100% 0; }
        .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .content-wrapper { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin: 3rem 0; }
        @media (max-width: 992px) { .content-wrapper { grid-template-columns: 1fr; } }
        .site-header { background: linear-gradient(to bottom, #1a1a1a 0%, #0c0c14 100%); padding: 1.5rem 0; border-bottom: 2px solid #5a3e1b; position: sticky; top: 0; z-index: 1000; }
        .header-inner { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-size: 2.8rem; font-weight: 900; color: #d4af37; text-transform: uppercase; letter-spacing: 3px; text-shadow: 2px 2px 4px rgba(0,0,0,0.8); }
        .my-logo a { color: inherit; border: none; }
        .my-logo a:hover { text-shadow: 0 0 10px rgba(212, 175, 55, 0.7); }
        .main-nav ul { display: flex; list-style: none; gap: 2.5rem; }
        .main-nav a { font-size: 1.1rem; font-weight: 600; padding: 0.5rem 0; position: relative; }
        .main-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #d4af37; transition: width 0.3s; }
        .main-nav a:hover::after { width: 100%; }
        .hamburger { display: none; font-size: 2rem; color: #d4af37; cursor: pointer; background: none; border: none; }
        .breadcrumb { padding: 1rem 0; font-size: 0.95rem; color: #aaa; }
        .breadcrumb a { color: #b89c5a; }
        .breadcrumb a:hover { color: #ffd700; }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .main-nav ul { flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: #1a1a1a; padding: 1rem; display: none; border-top: 1px solid #333; }
            .main-nav.active ul { display: flex; }
        }
        .sidebar { background: rgba(26, 26, 26, 0.8); border-left: 3px solid #5a3e1b; padding: 2rem; border-radius: 10px; height: fit-content; position: sticky; top: 150px; }
        .sidebar h3 { margin-top: 0; }
        .sidebar ul { list-style: none; }
        .sidebar li { margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px dashed #444; }
        .sidebar a { display: block; padding: 0.5rem; border-radius: 5px; }
        .sidebar a:hover { background: rgba(212, 175, 55, 0.1); }
        .article-content { background: rgba(18, 18, 24, 0.9); padding: 3rem; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
        .intro { font-size: 1.4rem; color: #f0e6d2; border-left: 4px solid #d4af37; padding-left: 1.5rem; margin-bottom: 3rem; }
        .section { margin-bottom: 4rem; }
        .img-container { text-align: center; margin: 3rem 0; }
        .feature-img { max-width: 100%; height: auto; border-radius: 10px; border: 5px solid #5a3e1b; box-shadow: 0 5px 15px rgba(0,0,0,0.7); transition: transform 0.5s; }
        .feature-img:hover { transform: scale(1.02); }
        .caption { font-style: italic; color: #aaa; margin-top: 0.5rem; font-size: 0.95rem; }
        .quote { border-left: 4px solid #b89c5a; padding: 1.5rem; background: rgba(90, 62, 27, 0.2); margin: 2.5rem 0; font-size: 1.3rem; color: #f0e6d2; }
        .quote cite { display: block; margin-top: 1rem; color: #d4af37; }
        .interactive-section { background: rgba(30, 30, 40, 0.9); padding: 2.5rem; border-radius: 10px; margin: 3rem 0; border: 1px solid #444; }
        .search-box, .comment-form, .rating-form { margin-bottom: 2.5rem; }
        .search-box input, .comment-form textarea, .comment-form input, .rating-form select, .rating-form input { width: 100%; padding: 1rem; margin-bottom: 1.2rem; background: #222; border: 1px solid #5a3e1b; border-radius: 5px; color: #e6e6e6; font-size: 1rem; }
        .search-box button, .comment-form button, .rating-form button { background: linear-gradient(to right, #5a3e1b, #d4af37); color: #0c0c14; border: none; padding: 1rem 2rem; border-radius: 5px; font-weight: bold; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
        .search-box button:hover, .comment-form button:hover, .rating-form button:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4); }
        .stars { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; }
        .stars i { color: #555; cursor: pointer; font-size: 1.8rem; transition: color 0.3s; }
        .stars i:hover, .stars i.active { color: #ffd700; }
        .site-footer { background: #0a0a10; padding: 3rem 0 1.5rem; border-top: 3px solid #5a3e1b; margin-top: 5rem; }
        .friend-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; margin-bottom: 2.5rem; }
        .friend-link { background: rgba(212, 175, 55, 0.1); padding: 0.8rem 1.5rem; border-radius: 50px; border: 1px solid #5a3e1b; transition: all 0.3s; }
        .friend-link:hover { background: rgba(212, 175, 55, 0.25); transform: translateY(-5px); }
        .copyright { text-align: center; color: #888; font-size: 0.9rem; padding-top: 1.5rem; border-top: 1px solid #333; }
        .last-updated { text-align: right; font-style: italic; color: #b89c5a; margin-bottom: 2rem; font-size: 0.95rem; }
        .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
