        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body { background: linear-gradient(135deg, #0c2461 0%, #1e3799 50%, #4a69bd 100%); color: #f5f5f5; line-height: 1.7; min-height: 100vh; }
        .site-header { background: rgba(12, 36, 97, 0.95); backdrop-filter: blur(10px); padding: 1rem 2rem; position: sticky; top: 0; z-index: 1000; border-bottom: 3px solid #f6b93b; }
        .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; }
        .my-logo { font-size: 2.2rem; font-weight: 900; color: #f6b93b; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); transition: all 0.3s; }
        .my-logo:hover { color: #fff; transform: scale(1.05); }
        .my-logo i { margin-right: 10px; color: #4a69bd; }
        .main-nav ul { display: flex; list-style: none; gap: 2rem; }
        .main-nav a { color: #d1d8e0; text-decoration: none; font-weight: 600; padding: 0.5rem 1rem; border-radius: 4px; transition: all 0.3s; }
        .main-nav a:hover, .main-nav a.active { background: #f6b93b; color: #0c2461; }
        .breadcrumb { padding: 1rem 2rem; background: rgba(255,255,255,0.05); font-size: 0.9rem; max-width: 1400px; margin: 0 auto; }
        .breadcrumb a { color: #f6b93b; text-decoration: none; }
        .breadcrumb span { color: #ccc; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #f6b93b; cursor: pointer; }
        .main-container { max-width: 1400px; margin: 2rem auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 300px; gap: 3rem; }
        .content-area { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(5px); border-radius: 15px; padding: 2.5rem; border: 1px solid rgba(246, 185, 59, 0.2); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
        h1 { font-size: 3.2rem; color: #f6b93b; margin-bottom: 1.5rem; border-left: 6px solid #f6b93b; padding-left: 1rem; line-height: 1.2; }
        h2 { font-size: 2.2rem; color: #4a69bd; margin: 2.5rem 0 1.2rem; padding-bottom: 0.5rem; border-bottom: 2px dashed #4a69bd; }
        h3 { font-size: 1.7rem; color: #78e08f; margin: 2rem 0 1rem; }
        h4 { font-size: 1.3rem; color: #d1d8e0; margin: 1.5rem 0 0.8rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
        .lead { font-size: 1.3rem; color: #f6b93b; font-weight: 600; }
        .highlight { background: rgba(246, 185, 59, 0.2); padding: 1.5rem; border-left: 4px solid #f6b93b; border-radius: 0 8px 8px 0; margin: 2rem 0; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        strong { color: #f6b93b; }
        a.content-link { color: #78e08f; text-decoration: none; border-bottom: 1px dotted #78e08f; transition: all 0.3s; }
        a.content-link:hover { color: #f6b93b; border-bottom: 1px solid #f6b93b; }
        .article-img { width: 100%; border-radius: 10px; margin: 2rem 0; border: 3px solid #4a69bd; box-shadow: 0 5px 15px rgba(0,0,0,0.5); transition: transform 0.5s; }
        .article-img:hover { transform: scale(1.01); }
        .sidebar { background: rgba(255, 255, 255, 0.05); border-radius: 15px; padding: 2rem; border: 1px solid rgba(120, 224, 143, 0.2); align-self: start; }
        .widget { margin-bottom: 2.5rem; }
        .widget-title { color: #78e08f; font-size: 1.4rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #4a69bd; }
        .search-box, .comment-form, .rating-form { background: rgba(12, 36, 97, 0.7); padding: 1.5rem; border-radius: 10px; margin-bottom: 2rem; }
        .search-box input, .comment-form textarea, .comment-form input, .rating-form select { width: 100%; padding: 0.8rem; margin-bottom: 1rem; background: rgba(255,255,255,0.1); border: 1px solid #4a69bd; border-radius: 5px; color: white; }
        .search-box button, .comment-form button, .rating-form button { background: linear-gradient(to right, #f6b93b, #e55039); color: #0c2461; border: none; padding: 0.8rem 1.5rem; border-radius: 5px; font-weight: bold; cursor: pointer; transition: all 0.3s; width: 100%; }
        .search-box button:hover, .comment-form button:hover, .rating-form button:hover { background: linear-gradient(to right, #e55039, #f6b93b); transform: translateY(-2px); }
        .star-rating { display: flex; justify-content: center; gap: 0.5rem; margin: 1rem 0; font-size: 1.8rem; color: #f6b93b; }
        .related-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
        .related-links a { display: block; background: rgba(120, 224, 143, 0.1); padding: 0.8rem; border-radius: 6px; color: #d1d8e0; text-decoration: none; transition: all 0.3s; border-left: 4px solid #78e08f; }
        .related-links a:hover { background: rgba(120, 224, 143, 0.3); transform: translateX(5px); color: #fff; }
        .site-footer { background: #0c2461; margin-top: 4rem; padding: 3rem 2rem; border-top: 3px solid #f6b93b; }
        .footer-container { max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 3rem; }
        .footer-section { flex: 1; min-width: 250px; }
        .footer-section h3 { color: #f6b93b; margin-bottom: 1.5rem; }
        friend-link { display: block; background: rgba(255,255,255,0.05); padding: 0.8rem; margin-bottom: 0.8rem; border-radius: 5px; }
        friend-link a { color: #78e08f; text-decoration: none; }
        friend-link a:hover { color: #f6b93b; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #4a69bd; color: #aaa; font-size: 0.9rem; width: 100%; }
        @media (max-width: 1024px) {
            .main-container { grid-template-columns: 1fr; gap: 2rem; }
            .sidebar { order: -1; }
        }
        @media (max-width: 768px) {
            .header-container { flex-wrap: wrap; }
            .hamburger { display: block; }
            .main-nav ul { display: none; flex-direction: column; width: 100%; background: #0c2461; position: absolute; top: 100%; left: 0; padding: 1rem; border-top: 1px solid #4a69bd; }
            .main-nav.active ul { display: flex; }
            .main-nav li { margin: 0.5rem 0; }
            h1 { font-size: 2.5rem; }
            h2 { font-size: 1.9rem; }
            .breadcrumb, .content-area, .site-header { padding-left: 1rem; padding-right: 1rem; }
        }
        @media (max-width: 480px) {
            h1 { font-size: 2rem; }
            h2 { font-size: 1.6rem; }
            .related-links { grid-template-columns: 1fr; }
        }
