        * { 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, #0c1a2d 0%, #1a3a5f 100%); color: #e0e0e0; line-height: 1.7; min-height: 100vh; }
        h1, h2, h3, h4 { color: #4fc3f7; margin-bottom: 1rem; font-weight: 700; }
        h1 { font-size: 2.8rem; border-bottom: 3px solid #ff9800; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; color: #29b6f6; margin-top: 2.5rem; }
        h3 { font-size: 1.8rem; color: #81d4fa; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        a { color: #4fc3f7; text-decoration: none; transition: color 0.3s, transform 0.2s; }
        a:hover { color: #ff9800; transform: translateY(-2px); }
        strong { color: #ffcc80; font-weight: 700; }
        em { color: #a5d6a7; font-style: italic; }
        .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(10, 25, 47, 0.95); backdrop-filter: blur(10px); padding: 1.2rem 0; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #1e88e5; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-size: 2.2rem; font-weight: 900; background: linear-gradient(to right, #4fc3f7, #ff9800); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .logo span { color: #ff9800; }
        nav.desktop-nav ul { display: flex; list-style: none; gap: 2rem; }
        nav.desktop-nav a { font-weight: 600; font-size: 1.1rem; padding: 0.5rem 0; position: relative; }
        nav.desktop-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #ff9800; transition: width 0.3s; }
        nav.desktop-nav a:hover::after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #4fc3f7; cursor: pointer; }
        .mobile-nav { display: none; background: rgba(10, 25, 47, 0.98); position: absolute; top: 100%; left: 0; width: 100%; padding: 1rem; border-top: 1px solid #1e88e5; }
        .mobile-nav.active { display: block; }
        .mobile-nav ul { list-style: none; }
        .mobile-nav li { margin: 1rem 0; }
        .mobile-nav a { display: block; padding: 0.8rem; border-radius: 5px; background: rgba(30, 136, 229, 0.1); }
        .breadcrumb { padding: 1rem 0; font-size: 0.95rem; color: #90a4ae; }
        .breadcrumb a { color: #bbdefb; }
        .breadcrumb span { color: #ff9800; }
        main { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; padding: 3rem 0; }
        .article-content { background: rgba(255, 255, 255, 0.03); padding: 2.5rem; border-radius: 15px; border: 1px solid rgba(79, 195, 247, 0.2); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
        .intro { font-size: 1.3rem; color: #bbdefb; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px dashed #546e7a; }
        aside { background: rgba(13, 27, 42, 0.8); padding: 2rem; border-radius: 15px; height: fit-content; border: 1px solid rgba(255, 152, 0, 0.2); }
        .widget { margin-bottom: 2.5rem; }
        .widget h3 { font-size: 1.5rem; margin-bottom: 1.2rem; padding-bottom: 0.5rem; border-bottom: 2px solid #ff9800; }
        .search-box { display: flex; }
        .search-box input { flex: 1; padding: 0.9rem; border: 1px solid #1e88e5; background: rgba(30, 136, 229, 0.1); color: white; border-radius: 8px 0 0 8px; }
        .search-box button { background: #1e88e5; color: white; border: none; padding: 0 1.5rem; border-radius: 0 8px 8px 0; cursor: pointer; font-weight: bold; transition: background 0.3s; }
        .search-box button:hover { background: #0d47a1; }
        .rating-widget { text-align: center; }
        .stars { font-size: 1.8rem; color: #ffd54f; margin: 1rem 0; }
        .stars i { cursor: pointer; margin: 0 3px; transition: transform 0.2s; }
        .stars i:hover { transform: scale(1.3); }
        .comment-form textarea { width: 100%; padding: 1rem; background: rgba(255, 255, 255, 0.05); border: 1px solid #4fc3f7; border-radius: 8px; color: white; margin-bottom: 1rem; resize: vertical; min-height: 120px; }
        .btn { display: inline-block; background: linear-gradient(to right, #1e88e5, #0d47a1); color: white; padding: 0.9rem 2rem; border-radius: 50px; font-weight: bold; border: none; cursor: pointer; transition: all 0.3s; text-align: center; }
        .btn:hover { background: linear-gradient(to right, #0d47a1, #1e88e5); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(30, 136, 229, 0.4); }
        .btn-secondary { background: linear-gradient(to right, #ff9800, #f57c00); }
        .btn-secondary:hover { background: linear-gradient(to right, #f57c00, #ff9800); box-shadow: 0 5px 15px rgba(255, 152, 0, 0.4); }
        .article-img { width: 100%; border-radius: 10px; margin: 2.5rem 0; border: 3px solid #1e88e5; box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
        .internal-links { background: rgba(30, 136, 229, 0.1); padding: 2.5rem; border-radius: 15px; margin: 3rem 0; border: 1px dashed #4fc3f7; }
        .web-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
        .web-link { background: rgba(255, 255, 255, 0.05); padding: 1.2rem; border-radius: 8px; transition: transform 0.3s, background 0.3s; }
        .web-link:hover { background: rgba(79, 195, 247, 0.2); transform: translateY(-5px); }
        footer { background: rgba(5, 15, 30, 0.98); padding: 3rem 0 1.5rem; margin-top: 3rem; border-top: 3px solid #ff9800; }
        .footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2.5rem; }
        .footer-section { flex: 1; min-width: 250px; }
        .footer-section h3 { color: #4fc3f7; margin-bottom: 1.5rem; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 0.8rem; }
        .copyright { text-align: center; padding-top: 1.5rem; border-top: 1px solid #37474f; color: #90a4ae; font-size: 0.9rem; }
        @media (max-width: 992px) {
            main { grid-template-columns: 1fr; }
            .header-content { flex-wrap: wrap; }
            nav.desktop-nav { display: none; }
            .hamburger { display: block; }
            h1 { font-size: 2.3rem; }
            h2 { font-size: 1.9rem; }
        }
        @media (max-width: 576px) {
            .article-content { padding: 1.5rem; }
            .btn { padding: 0.8rem 1.5rem; }
            .web-links { grid-template-columns: 1fr; }
            .footer-content { flex-direction: column; }
        }
        .highlight { background: rgba(255, 152, 0, 0.15); padding: 0.2rem 0.5rem; border-radius: 4px; }
        .divider { height: 2px; background: linear-gradient(to right, transparent, #4fc3f7, transparent); margin: 2.5rem 0; }
        .note { background: rgba(33, 150, 243, 0.1); border-left: 4px solid #2196f3; padding: 1.2rem; margin: 1.5rem 0; border-radius: 0 8px 8px 0; }
