        * { 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;
            background-image: radial-gradient(circle at 15% 50%, rgba(28, 58, 83, 0.15) 0%, transparent 55%), radial-gradient(circle at 85% 30%, rgba(83, 28, 56, 0.1) 0%, transparent 55%);
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        a { color: #4dabf7; text-decoration: none; transition: color 0.3s, text-shadow 0.3s; }
        a:hover { color: #a5d8ff; text-shadow: 0 0 8px rgba(77, 171, 247, 0.5); }
        img { max-width: 100%; height: auto; display: block; }
        ul, ol { padding-left: 1.5em; margin-bottom: 1.5em; }
        .container { width: 100%; }
        h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', Times, serif; color: #f8f9fa; margin-top: 1.8em; margin-bottom: 0.7em; line-height: 1.3; }
        h1 { font-size: 2.8rem; border-bottom: 3px solid #2a9d8f; padding-bottom: 0.3em; }
        h2 { font-size: 2.2rem; color: #2a9d8f; padding-left: 15px; border-left: 5px solid #e76f51; }
        h3 { font-size: 1.8rem; color: #e9c46a; }
        h4 { font-size: 1.4rem; color: #a5d8ff; }
        p { margin-bottom: 1.5em; text-align: justify; }
        .lead { font-size: 1.3rem; color: #adb5bd; font-weight: 300; }
        .highlight { background: linear-gradient(90deg, transparent 0%, rgba(42, 157, 143, 0.15) 50%, transparent 100%); padding: 2px 8px; border-radius: 3px; }
        em { color: #e9c46a; font-style: italic; }
        strong { color: #f8f9fa; font-weight: 700; }
        .last-updated { font-size: 0.9rem; color: #6c757d; text-align: right; margin-top: -1em; margin-bottom: 2em; }
        .last-updated i { margin-right: 5px; }
        header { padding: 2rem 0 1rem; border-bottom: 1px solid #495057; }
        .logo-container { display: flex; justify-content: center; margin-bottom: 1.5rem; }
        .my-logo {
            font-family: 'Impact', 'Arial Black', sans-serif;
            font-size: 3.2rem;
            background: linear-gradient(45deg, #e76f51, #e9c46a, #2a9d8f);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-decoration: none;
            letter-spacing: 2px;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .my-logo:hover { transform: scale(1.02); }
        .breadcrumb { margin-bottom: 1.5rem; font-size: 0.9rem; color: #adb5bd; }
        .breadcrumb a { color: #adb5bd; }
        .breadcrumb a:hover { color: #4dabf7; }
        .breadcrumb i { margin: 0 8px; }
        .nav-container { position: relative; }
        .main-nav { display: flex; justify-content: center; flex-wrap: wrap; background: #1a1f26; border-radius: 10px; padding: 12px; margin-bottom: 2rem; gap: 5px; }
        .main-nav a { color: #ced4da; padding: 12px 20px; border-radius: 6px; font-weight: 600; }
        .main-nav a:hover { background: #2a9d8f; color: white; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #ced4da; cursor: pointer; position: absolute; right: 10px; top: -50px; }
        .search-box { max-width: 600px; margin: 2.5rem auto; position: relative; }
        .search-box input {
            width: 100%; padding: 16px 60px 16px 25px; border: 2px solid #495057; border-radius: 50px;
            background: #1a1f26; color: #f8f9fa; font-size: 1.1rem;
        }
        .search-box button {
            position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
            background: #2a9d8f; color: white; border: none; border-radius: 50%; width: 46px; height: 46px; cursor: pointer;
        }
        .search-box button:hover { background: #21867a; }
        main { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; margin-bottom: 3rem; }
        @media (max-width: 992px) { main { grid-template-columns: 1fr; } }
        article { background: rgba(26, 31, 38, 0.85); border-radius: 15px; padding: 2.5rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
        .featured-image { text-align: center; margin: 2rem 0; border-radius: 10px; overflow: hidden; border: 3px solid #495057; }
        .featured-image img { width: 100%; transition: transform 0.5s; }
        .featured-image img:hover { transform: scale(1.03); }
        .img-caption { font-size: 0.9rem; color: #adb5bd; padding: 10px; background: rgba(0,0,0,0.5); }
        aside { background: rgba(33, 37, 41, 0.8); border-radius: 15px; padding: 2rem; align-self: start; }
        .widget { margin-bottom: 2.5rem; }
        .widget h3 { font-size: 1.5rem; margin-top: 0; border-bottom: 2px dashed #495057; padding-bottom: 10px; }
        .rating-widget form { display: flex; flex-direction: column; gap: 15px; }
        .stars { display: flex; justify-content: center; gap: 5px; font-size: 1.8rem; cursor: pointer; direction: rtl; }
        .stars i { color: #495057; transition: color 0.2s; }
        .stars i:hover, .stars i:hover ~ i { color: #e9c46a; }
        .stars input { display: none; }
        .stars input:checked ~ i { color: #e9c46a; }
        .rating-widget button, .comment-form button {
            background: linear-gradient(to right, #e76f51, #e9c46a); color: #0f1419; border: none; padding: 14px; border-radius: 8px; font-weight: bold; cursor: pointer; transition: transform 0.3s;
        }
        .rating-widget button:hover, .comment-form button:hover { transform: translateY(-3px); }
        .comment-form textarea { width: 100%; background: #1a1f26; border: 1px solid #495057; border-radius: 8px; padding: 15px; color: #f8f9fa; margin-bottom: 15px; min-height: 150px; resize: vertical; }
        footer { background: #1a1f26; border-radius: 15px 15px 0 0; padding: 3rem 2rem 1.5rem; margin-top: 3rem; text-align: center; border-top: 3px solid #2a9d8f; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 2rem; }
        .footer-links a { color: #adb5bd; }
        friend-link { display: block; margin: 1rem 0; font-weight: bold; }
        friend-link a { color: #2a9d8f; font-size: 1.1rem; }
        .copyright { color: #6c757d; font-size: 0.9rem; border-top: 1px solid #495057; padding-top: 1.5rem; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .my-logo { font-size: 2.5rem; }
            .main-nav { flex-direction: column; display: none; }
            .main-nav.active { display: flex; }
            .hamburger { display: block; }
            article, aside { padding: 1.5rem; }
        }
