        * { 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: #333;
            background-color: #f8f9fa;
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 15px;
        }
        a { color: #2c5aa0; text-decoration: none; transition: color 0.3s ease; }
        a:hover { color: #e63946; }
        img { max-width: 100%; height: auto; display: block; }
        ul, ol { padding-left: 2rem; margin: 1rem 0; }
        li { margin-bottom: 0.5rem; }
        h1, h2, h3, h4 { color: #1d3557; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; border-bottom: 3px solid #e63946; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; padding-left: 0.5rem; border-left: 5px solid #457b9d; }
        h3 { font-size: 1.8rem; color: #457b9d; }
        h4 { font-size: 1.4rem; color: #6a994e; }
        p { margin-bottom: 1.5rem; text-align: justify; }
        .lead { font-size: 1.3rem; color: #555; font-weight: 300; }
        .highlight { background-color: #fffacd; padding: 0.2rem 0.5rem; border-radius: 3px; font-weight: 600; }
        .emoji { font-size: 1.2em; margin-right: 0.3rem; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #1d3557 0%, #457b9d 100%); color: white; padding: 1.5rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 2rem; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Georgia', serif; font-size: 2.8rem; font-weight: 900; color: #a8dadc; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .my-logo a { color: inherit; }
        .my-logo span { color: #e63946; }
        .breadcrumb { background-color: #e9ecef; padding: 0.8rem 1rem; border-radius: 5px; margin-bottom: 2rem; font-size: 0.9rem; }
        .breadcrumb a { color: #6c757d; }
        .breadcrumb a:hover { color: #1d3557; }
        .breadcrumb i { margin: 0 0.5rem; color: #999; }
        .desktop-nav { display: flex; gap: 2rem; }
        .desktop-nav a { color: #a8dadc; font-weight: 600; padding: 0.5rem 1rem; border-radius: 4px; }
        .desktop-nav a:hover { background-color: rgba(168, 218, 220, 0.2); color: white; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; }
        .mobile-nav { display: none; flex-direction: column; background-color: #1d3557; position: absolute; top: 100%; left: 0; width: 100%; padding: 1rem; z-index: 1000; box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
        .mobile-nav.active { display: flex; }
        .mobile-nav a { color: #a8dadc; padding: 0.8rem 1rem; border-bottom: 1px solid #2a4a6e; }
        .mobile-nav a:last-child { border-bottom: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .hamburger { display: block; }
            .header-content { position: relative; }
        }
        .main-content { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin: 2rem 0; }
        @media (max-width: 992px) {
            .main-content { grid-template-columns: 1fr; }
        }
        article { background-color: white; padding: 2.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .article-meta { color: #6c757d; font-size: 0.9rem; margin-bottom: 2rem; display: flex; justify-content: space-between; border-bottom: 1px dashed #dee2e6; padding-bottom: 1rem; }
        .article-image { margin: 2rem auto; text-align: center; }
        .article-image img { border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,0.15); border: 1px solid #ddd; }
        .image-caption { font-style: italic; color: #666; margin-top: 0.5rem; font-size: 0.95rem; }
        .content-section { margin-bottom: 3rem; }
        aside { background-color: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); align-self: start; position: sticky; top: 2rem; }
        .widget { margin-bottom: 2rem; }
        .widget h3 { font-size: 1.3rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #f0f0f0; }
        .related-links li { margin-bottom: 0.8rem; list-style-type: none; padding-left: 1rem; position: relative; }
        .related-links li:before { content: "▶"; color: #e63946; font-size: 0.8rem; position: absolute; left: 0; top: 0.2rem; }
        .search-form, .comment-form, .rating-form { margin-top: 1rem; }
        .search-form input, .comment-form textarea, .comment-form input, .rating-form select {
            width: 100%; padding: 0.8rem; margin-bottom: 1rem; border: 1px solid #ced4da; border-radius: 5px; font-size: 1rem;
        }
        .comment-form textarea { min-height: 120px; resize: vertical; }
        button, .btn {
            background: linear-gradient(to right, #457b9d, #1d3557);
            color: white; border: none; padding: 0.8rem 1.5rem; border-radius: 5px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; display: inline-block;
        }
        button:hover, .btn:hover { background: linear-gradient(to right, #1d3557, #e63946); transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.2); }
        .star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; margin: 1rem 0; }
        .star-rating input { display: none; }
        .star-rating label { font-size: 1.8rem; color: #ddd; cursor: pointer; padding: 0 0.1rem; }
        .star-rating input:checked ~ label { color: #ffc107; }
        .star-rating label:hover, .star-rating label:hover ~ label { color: #ffc107; }
        footer { background-color: #1d3557; color: #a8dadc; padding: 3rem 0 1.5rem; margin-top: 4rem; border-radius: 10px 10px 0 0; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
        .footer-section h3 { color: #f1faee; margin-bottom: 1.5rem; font-size: 1.4rem; }
        friend-link { display: block; margin-bottom: 0.8rem; }
        friend-link a { color: #a8dadc; }
        friend-link a:hover { color: #e63946; text-decoration: underline; }
        .copyright { text-align: center; padding-top: 1.5rem; border-top: 1px solid #2a4a6e; font-size: 0.9rem; color: #8b9db3; }
