body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #e67e22; margin-top: 30px; }
        h1 { font-size: 2.5em; border-bottom: 3px solid #e67e22; padding-bottom: 10px; }
        h2 { font-size: 1.8em; }
        h3 { font-size: 1.5em; }
        .logo { font-size: 2em; font-weight: bold; color: #c0392b; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); }
        .nav { background: #f8f8f8; padding: 15px; border-radius: 5px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
        .nav-links a { margin: 0 10px; text-decoration: none; color: #e67e22; font-weight: bold; }
        .mobile-toggle { display: none; }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .mobile-toggle { display: block; background: #e67e22; color: white; border: none; padding: 10px; border-radius: 5px; }
            .nav.active .nav-links { display: flex; flex-direction: column; }
            .nav { flex-direction: column; }
        }
        .btn { display: inline-block; background: #e67e22; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; margin: 10px 0; }
        .highlight { background: #fff8e1; padding: 5px; border-left: 4px solid #e67e22; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 20px; margin: 5px; display: inline-block; }
        footer { margin-top: 40px; padding: 20px; background: #f8f8f8; border-top: 2px solid #e67e22; }
