        * { 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, #f5f7fa 0%, #e4e8f0 100%); color: #333; line-height: 1.7; }
        h1, h2, h3 { color: #2c3e50; font-weight: 800; margin-bottom: 1rem; }
        h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.2; }
        h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); border-left: 5px solid #3498db; padding-left: 15px; margin-top: 2.5rem; }
        h3 { font-size: 1.5rem; color: #2980b9; margin-top: 1.8rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        strong { color: #e74c3c; }
        em { color: #27ae60; }
        a { color: #3498db; text-decoration: none; transition: color 0.3s; }
        a:hover { color: #e74c3c; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(90deg, #1a2980, #26d0ce); color: white; padding: 1rem 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 2.2rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
        .logo a { color: white; }
        .logo span { color: #f1c40f; }
        nav ul { display: flex; list-style: none; gap: 2rem; }
        nav a { color: white; font-weight: 600; font-size: 1.1rem; padding: 8px 12px; border-radius: 4px; }
        nav a:hover, nav a.active { background: rgba(255,255,255,0.2); }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; }
        .breadcrumb { padding: 1rem 0; background: #f8f9fa; font-size: 0.95rem; }
        .breadcrumb a { color: #7f8c8d; }
        .breadcrumb a:hover { color: #3498db; }
        main { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; padding: 2rem 0; }
        article { background: white; padding: 2.5rem; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
        aside { align-self: start; position: sticky; top: 120px; }
        .search-widget { background: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-bottom: 2rem; }
        .search-form { display: flex; }
        .search-form input { flex: 1; padding: 12px; border: 2px solid #3498db; border-radius: 5px 0 0 5px; font-size: 1rem; }
        .search-form button { background: #3498db; color: white; border: none; padding: 0 20px; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 1.2rem; }
        .search-form button:hover { background: #2980b9; }
        .widget { background: white; padding: 1.5rem; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-bottom: 2rem; }
        .widget h3 { margin-top: 0; color: #2c3e50; }
        .rating-stars { color: #f1c40f; font-size: 1.5rem; margin: 10px 0; }
        .rating-stars a { color: #bdc3c7; }
        .rating-stars a:hover { color: #f1c40f; }
        .comment-form textarea, .score-form select { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; margin-bottom: 10px; font-size: 1rem; }
        .btn { background: #2ecc71; color: white; padding: 12px 24px; border: none; border-radius: 5px; cursor: pointer; font-weight: 600; display: inline-block; }
        .btn:hover { background: #27ae60; transform: translateY(-2px); box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
        .featured-img { width: 100%; height: auto; border-radius: 10px; margin: 2rem 0; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        .img-caption { text-align: center; font-style: italic; color: #7f8c8d; margin-top: 10px; }
        .content-section { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid #eee; }
        .tips-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
        .tip-card { background: #f8f9fa; padding: 1.5rem; border-radius: 10px; border-left: 4px solid #9b59b6; }
        .highlight-box { background: linear-gradient(135deg, #ffeaa7, #fab1a0); padding: 1.5rem; border-radius: 10px; margin: 2rem 0; border: 2px dashed #e17055; }
        .footer-links { background: #2c3e50; padding: 2rem 0; }
        .web-link-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; }
        .web-link { background: #34495e; padding: 15px; border-radius: 5px; }
        .web-link a { color: #ecf0f1; font-weight: 600; }
        .web-link a:hover { color: #f1c40f; }
        footer { background: #1a252f; color: #bdc3c7; text-align: center; padding: 2rem 0; font-size: 0.95rem; }
        .social-icons { margin: 1rem 0; }
        .social-icons a { color: #95a5a6; font-size: 1.5rem; margin: 0 10px; }
        .social-icons a:hover { color: #3498db; }
        @media (max-width: 992px) {
            main { grid-template-columns: 1fr; }
            aside { position: static; }
        }
        @media (max-width: 768px) {
            nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #1a2980; padding: 1rem; }
            nav ul.show { display: flex; }
            .hamburger { display: block; }
            .header-container { flex-wrap: wrap; }
            .tips-grid { grid-template-columns: 1fr; }
            .web-link-container { grid-template-columns: 1fr; }
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        article, .widget { animation: fadeIn 0.8s ease-out; }
        .tip-card:hover { transform: scale(1.02); transition: transform 0.3s; }
