        * { 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: #e0d3c1;
            background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 25%, #2d241a 75%, #0c0c0c 100%);
            background-attachment: fixed;
            min-height: 100vh;
        }
        img { max-width: 100%; height: auto; display: block; }
        h1, h2, h3, h4, .logo { font-family: 'Cinzel', 'Times New Roman', serif; color: #d4af37; }
        h1 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1.5rem; border-bottom: 3px solid #8b4513; padding-bottom: 0.5rem; }
        h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 3rem 0 1.5rem; color: #e6c068; }
        h3 { font-size: 1.5rem; margin: 2.5rem 0 1rem; color: #cdab6d; }
        h4 { font-size: 1.2rem; margin: 2rem 0 0.8rem; color: #b3a580; }
        p { margin-bottom: 1.8rem; text-align: justify; }
        article > p:first-of-type { font-size: 1.25rem; font-weight: 300; line-height: 1.9; color: #f0e6d2; }
        a { color: #e6c068; text-decoration: none; transition: color 0.3s, border-bottom 0.3s; border-bottom: 1px dashed transparent; }
        a:hover { color: #ffd700; border-bottom: 1px dashed #ffd700; }
        strong, b { color: #d4af37; font-weight: 700; }
        em { font-style: italic; color: #b3a580; }
        blockquote { border-left: 4px solid #8b4513; padding-left: 2rem; margin: 2rem 0; font-style: italic; color: #c9b18b; background: rgba(139, 69, 19, 0.05); padding: 1.5rem; }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr minmax(300px, 25%);
            gap: 4rem;
            padding: 2rem 0;
        }
        @media (max-width: 992px) {
            .main-grid { grid-template-columns: 1fr; gap: 2rem; }
        }
        .site-header {
            background: rgba(10, 10, 10, 0.95);
            border-bottom: 2px solid #8b4513;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(10px);
            padding: 1rem 0;
        }
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 900;
            background: linear-gradient(to right, #d4af37, #f0e6d2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 2px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }
        .my-logo:hover { transform: scale(1.02); }
        .nav-desktop { display: flex; gap: 2.5rem; }
        .nav-desktop a { font-weight: 600; font-size: 1.1rem; }
        .hamburger-btn {
            display: none;
            background: none;
            border: 1px solid #8b4513;
            color: #e6c068;
            font-size: 1.5rem;
            padding: 0.5rem 1rem;
            cursor: pointer;
            border-radius: 4px;
        }
        .mobile-nav {
            display: none;
            flex-direction: column;
            background: rgba(26, 26, 26, 0.98);
            border-top: 1px solid #8b4513;
            padding: 1.5rem;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 999;
        }
        .mobile-nav.active { display: flex; }
        .mobile-nav a {
            padding: 1rem;
            border-bottom: 1px solid #333;
            font-size: 1.2rem;
        }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .hamburger-btn { display: block; }
        }
        .breadcrumb {
            padding: 1.5rem 0 0.5rem;
            color: #b3a580;
            font-size: 0.95rem;
        }
        .breadcrumb a { color: #e6c068; }
        .breadcrumb span { margin: 0 0.5rem; }
        .interactive-module {
            background: rgba(30, 25, 20, 0.7);
            border: 1px solid #5d4c3a;
            border-radius: 8px;
            padding: 2rem;
            margin-bottom: 3rem;
        }
        .module-title { margin-top: 0; color: #e6c068; font-size: 1.5rem; }
        .form-group { margin-bottom: 1.5rem; }
        label { display: block; margin-bottom: 0.5rem; color: #c9b18b; font-weight: 600; }
        input, textarea, select {
            width: 100%;
            padding: 0.8rem 1rem;
            background: rgba(15, 15, 15, 0.8);
            border: 1px solid #8b4513;
            border-radius: 4px;
            color: #f0e6d2;
            font-size: 1rem;
        }
        textarea { min-height: 150px; resize: vertical; }
        button, .btn {
            background: linear-gradient(to bottom, #d4af37, #8b4513);
            color: #0c0c0c;
            border: none;
            padding: 0.9rem 2rem;
            font-size: 1.1rem;
            font-weight: 700;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
            display: inline-block;
            text-align: center;
        }
        button:hover, .btn:hover {
            background: linear-gradient(to bottom, #ffd700, #a0522d);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
        }
        .rating-stars { display: flex; gap: 0.5rem; margin: 1rem 0; }
        .star { font-size: 2rem; color: #444; cursor: pointer; }
        .star:hover, .star.active { color: #ffd700; }
        main { grid-column: 1; }
        aside { grid-column: 2; }
        @media (max-width: 992px) {
            main, aside { grid-column: 1; }
        }
        .info-card {
            background: rgba(20, 18, 16, 0.8);
            border-left: 5px solid #d4af37;
            padding: 1.5rem;
            margin-bottom: 2rem;
            border-radius: 0 5px 5px 0;
        }
        .update-time {
            text-align: center;
            font-size: 0.9rem;
            color: #8b8b8b;
            margin-top: 3rem;
            padding-top: 1rem;
            border-top: 1px dashed #5d4c3a;
        }
        .article-image {
            margin: 3rem auto;
            border: 3px solid #5d4c3a;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
            max-width: 900px;
        }
        .img-caption {
            text-align: center;
            font-style: italic;
            color: #b3a580;
            padding: 0.8rem;
            background: rgba(30, 25, 20, 0.6);
        }
        .site-footer {
            background: rgba(5, 5, 5, 0.95);
            border-top: 2px solid #8b4513;
            margin-top: 5rem;
            padding: 3rem 0 2rem;
        }
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            margin-bottom: 2rem;
        }
        .friend-links {
            background: rgba(40, 35, 30, 0.6);
            padding: 1.5rem;
            border-radius: 5px;
        }
        friend-link {
            display: block;
            margin-bottom: 0.8rem;
        }
        .copyright {
            text-align: center;
            color: #777;
            font-size: 0.9rem;
            padding-top: 2rem;
            border-top: 1px solid #333;
        }
