        * { 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.7;
            color: #e0e0e0;
            background: #0f1419 linear-gradient(135deg, #0a0f14 0%, #1a2530 100%);
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 15px;
            position: relative;
        }
        body::before {
            content: '';
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,50 L30,65 L60,35 L100,50 L100,100 L0,100 Z" fill="%231a2530" opacity="0.05"/></svg>');
            z-index: -1;
            pointer-events: none;
        }
        h1, h2, h3, h4 {
            font-family: 'Georgia', 'Times New Roman', serif;
            color: #f8b700;
            margin-bottom: 1rem;
            line-height: 1.3;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
        }
        h1 { font-size: 2.8rem; border-bottom: 3px solid #c84c0c; padding-bottom: 10px; }
        h2 { font-size: 2.2rem; color: #e39e22; margin-top: 2.5rem; }
        h3 { font-size: 1.8rem; color: #d4a76a; margin-top: 2rem; }
        h4 { font-size: 1.4rem; color: #b8a284; margin-top: 1.5rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        a { color: #ff9a3c; text-decoration: none; transition: color 0.3s, text-shadow 0.3s; }
        a:hover { color: #ffcc66; text-shadow: 0 0 8px rgba(255, 154, 60, 0.6); }
        strong { color: #f8b700; font-weight: 700; }
        em { color: #a3d9ff; font-style: italic; }
        .highlight { background: linear-gradient(90deg, transparent, rgba(200, 76, 12, 0.2), transparent); padding: 2px 8px; border-radius: 3px; }
        .container { display: grid; grid-template-columns: 1fr; gap: 30px; }
        header { background: rgba(20, 27, 35, 0.95); padding: 20px 0; border-bottom: 2px solid #c84c0c; position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(10px); }
        .header-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .my-logo { font-family: 'Georgia', serif; font-size: 2.5rem; font-weight: bold; color: #f8b700; text-shadow: 2px 2px 4px #000; letter-spacing: 1px; }
        .my-logo span { color: #c84c0c; }
        .my-logo:hover { color: #ffcc66; }
        nav { display: flex; align-items: center; }
        .nav-links { display: flex; list-style: none; gap: 25px; }
        .nav-links a { font-weight: 600; padding: 8px 15px; border-radius: 5px; }
        .nav-links a:hover { background: rgba(200, 76, 12, 0.2); }
        .hamburger { display: none; font-size: 1.8rem; color: #f8b700; cursor: pointer; background: none; border: none; }
        .breadcrumb { margin: 20px 0; font-size: 0.95rem; color: #aaa; }
        .breadcrumb a { color: #ff9a3c; }
        .breadcrumb span { color: #ddd; }
        .search-box { margin: 25px 0; max-width: 600px; }
        .search-form { display: flex; }
        .search-input { flex: 1; padding: 15px 20px; border: 2px solid #444; border-radius: 50px 0 0 50px; background: #1e2730; color: #fff; font-size: 1rem; }
        .search-input:focus { outline: none; border-color: #f8b700; }
        .search-btn { padding: 15px 25px; background: linear-gradient(to right, #c84c0c, #f8b700); color: white; border: none; border-radius: 0 50px 50px 0; cursor: pointer; font-weight: bold; transition: all 0.3s; }
        .search-btn:hover { background: linear-gradient(to right, #d95d1d, #ffcc66); transform: scale(1.03); }
        main { background: rgba(25, 33, 42, 0.8); padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); border: 1px solid #333; }
        article section { margin-bottom: 40px; }
        .feature-img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 10px; border: 3px solid #c84c0c; margin: 25px 0; box-shadow: 0 5px 15px rgba(0,0,0,0.7); transition: transform 0.5s; }
        .feature-img:hover { transform: scale(1.01); }
        .img-caption { text-align: center; font-style: italic; color: #aaa; margin-top: -20px; margin-bottom: 25px; font-size: 0.95rem; }
        .related-links { background: rgba(40, 50, 65, 0.6); padding: 20px; border-radius: 10px; margin: 30px 0; border-left: 5px solid #f8b700; }
        .related-links h3 { margin-top: 0; }
        .related-links ul { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }
        .related-links li { padding: 8px 0; border-bottom: 1px dashed #555; }
        .related-links li:last-child { border-bottom: none; }
        .interactive-section { background: rgba(30, 39, 50, 0.7); padding: 25px; border-radius: 10px; margin: 30px 0; border: 1px solid #444; }
        .rating-form, .comment-form { display: grid; gap: 15px; margin-top: 20px; }
        .rating-stars { display: flex; gap: 10px; font-size: 1.8rem; color: #555; cursor: pointer; }
        .rating-stars .star:hover, .rating-stars .star.active { color: #f8b700; }
        textarea, input[type="text"], input[type="email"] { width: 100%; padding: 15px; background: #1a232e; border: 1px solid #555; border-radius: 8px; color: #fff; font-size: 1rem; }
        textarea:focus, input:focus { outline: none; border-color: #f8b700; }
        .submit-btn { padding: 15px 30px; background: linear-gradient(135deg, #c84c0c, #e39e22); color: white; border: none; border-radius: 8px; cursor: pointer; font-weight: bold; font-size: 1.1rem; justify-self: start; transition: all 0.3s; }
        .submit-btn:hover { background: linear-gradient(135deg, #d95d1d, #f5b342); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(200, 76, 12, 0.4); }
        footer { background: rgba(15, 20, 27, 0.95); padding: 40px 20px; margin-top: 50px; border-top: 3px solid #c84c0c; }
        .footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }
        .footer-section h3 { color: #f8b700; font-size: 1.5rem; margin-bottom: 20px; }
        friend-link { display: block; margin-bottom: 10px; }
        .copyright { text-align: center; margin-top: 40px; padding-top: 20px; border-top: 1px solid #333; color: #888; font-size: 0.9rem; }
        @media (max-width: 992px) {
            h1 { font-size: 2.4rem; }
            h2 { font-size: 2rem; }
            .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(20, 27, 35, 0.98); padding: 20px; box-shadow: 0 10px 15px rgba(0,0,0,0.5); }
            .nav-links.active { display: flex; }
            .hamburger { display: block; }
            .header-container { flex-direction: column; align-items: flex-start; }
            nav { width: 100%; justify-content: space-between; margin-top: 15px; }
        }
        @media (max-width: 768px) {
            body { padding: 0 10px; }
            main { padding: 20px; }
            h1 { font-size: 2rem; }
            .related-links ul { grid-template-columns: 1fr; }
            .footer-container { grid-template-columns: 1fr; }
        }
