        * { 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, #0a0e2a 0%, #1a237e 100%); color: #e3f2fd; line-height: 1.8; min-height: 100vh; }
        h1, h2, h3, h4 { font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif; margin-bottom: 1rem; color: #bbdefb; }
        h1 { font-size: 2.8rem; text-align: center; background: linear-gradient(90deg, #4fc3f7, #e1f5fe); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 1rem; border-bottom: 3px solid #2962ff; }
        h2 { font-size: 2.2rem; border-left: 5px solid #29b6f6; padding-left: 15px; margin-top: 2.5rem; }
        h3 { font-size: 1.8rem; color: #81d4fa; margin-top: 2rem; }
        h4 { font-size: 1.4rem; color: #b3e5fc; margin-top: 1.5rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
        a { color: #82b1ff; text-decoration: none; transition: all 0.3s ease; }
        a:hover { color: #40c4ff; text-shadow: 0 0 8px rgba(64, 196, 255, 0.6); }
        strong { color: #ffe082; font-weight: 700; }
        em { color: #ce93d8; font-style: italic; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .site-header { background: rgba(13, 27, 62, 0.95); backdrop-filter: blur(10px); padding: 1rem 0; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #311b92; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-size: 2.5rem; font-weight: 900; background: linear-gradient(90deg, #00e5ff, #ff6ec7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; }
        .my-logo:hover { transform: scale(1.05); }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #4fc3f7; }
        .main-nav ul { display: flex; list-style: none; gap: 2rem; }
        .main-nav a { font-size: 1.1rem; padding: 0.5rem 1rem; border-radius: 25px; }
        .main-nav a:hover { background: rgba(41, 98, 255, 0.3); }
        .breadcrumb { padding: 1rem 0; font-size: 0.9rem; color: #90a4ae; }
        .breadcrumb a { color: #90a4ae; }
        .breadcrumb a:hover { color: #40c4ff; }
        .hero { text-align: center; padding: 3rem 1rem; background: radial-gradient(circle at center, #1a237e 0%, #0a0e2a 100%); margin-bottom: 2rem; border-radius: 0 0 30px 30px; }
        .hero-image { max-width: 100%; height: auto; border-radius: 20px; border: 5px solid #4fc3f7; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7); margin: 2rem auto; display: block; }
        .hero-image:hover { transform: scale(1.02); transition: transform 0.5s ease; }
        .search-box { background: rgba(25, 35, 70, 0.8); padding: 2rem; border-radius: 20px; margin: 3rem 0; text-align: center; border: 2px solid #3949ab; }
        .search-box form { display: flex; max-width: 600px; margin: 0 auto; }
        .search-box input { flex-grow: 1; padding: 1rem; border: none; border-radius: 50px 0 0 50px; background: #e3f2fd; color: #0a0e2a; font-size: 1rem; }
        .search-box button { padding: 1rem 2rem; background: linear-gradient(90deg, #2979ff, #00e5ff); border: none; border-radius: 0 50px 50px 0; color: white; font-weight: bold; cursor: pointer; transition: all 0.3s; }
        .search-box button:hover { background: linear-gradient(90deg, #00e5ff, #2979ff); }
        .main-content { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin: 2rem 0; }
        article { background: rgba(18, 27, 64, 0.7); padding: 2.5rem; border-radius: 25px; border: 1px solid #37474f; }
        .content-highlight { background: linear-gradient(90deg, rgba(33, 150, 243, 0.2), transparent); padding: 1.5rem; border-left: 5px solid #ff9800; margin: 2rem 0; border-radius: 0 15px 15px 0; }
        .internal-links { background: rgba(41, 98, 255, 0.1); padding: 1.5rem; border-radius: 15px; margin: 2rem 0; border: 1px dashed #4fc3f7; }
        .internal-links ul { columns: 2; list-style: none; }
        .internal-links li { margin-bottom: 0.8rem; }
        .internal-links a::before { content: "❄️"; margin-right: 10px; }
        aside { background: rgba(13, 27, 62, 0.9); padding: 2rem; border-radius: 20px; border: 1px solid #5c6bc0; align-self: start; position: sticky; top: 120px; }
        .rating-widget, .comment-widget { margin-bottom: 2.5rem; }
        .rating-widget h3, .comment-widget h3 { color: #ffcc80; }
        .stars { display: flex; gap: 10px; margin: 1rem 0; font-size: 1.8rem; color: #ffd54f; cursor: pointer; }
        .stars i:hover { transform: scale(1.3); }
        .comment-widget textarea { width: 100%; padding: 1rem; border-radius: 15px; background: #e3f2fd; color: #0a0e2a; border: 2px solid #2979ff; margin-bottom: 1rem; resize: vertical; min-height: 150px; }
        .comment-widget button { width: 100%; padding: 1rem; background: linear-gradient(90deg, #ff6f00, #ffab40); border: none; border-radius: 15px; color: white; font-weight: bold; cursor: pointer; }
        .comment-widget button:hover { background: linear-gradient(90deg, #ffab40, #ff6f00); }
        .update-time { font-size: 0.9rem; color: #b0bec5; text-align: center; padding: 1rem; background: rgba(0, 0, 0, 0.3); border-radius: 10px; margin-top: 2rem; }
        .site-footer { background: rgba(10, 14, 42, 0.98); padding: 3rem 0 1.5rem; margin-top: 4rem; border-top: 3px solid #311b92; }
        .footer-content { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; }
        .footer-section { flex: 1; min-width: 250px; }
        .footer-section h4 { color: #4fc3f7; border-bottom: 2px solid #4fc3f7; padding-bottom: 0.5rem; margin-bottom: 1.5rem; }
        friend-link { display: block; margin-bottom: 0.8rem; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #37474f; color: #90a4ae; font-size: 0.9rem; }
        @media (max-width: 992px) {
            .main-content { grid-template-columns: 1fr; }
            aside { position: static; }
        }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .main-nav ul { 
                flex-direction: column; 
                position: absolute; 
                top: 100%; left: 0; 
                width: 100%; 
                background: rgba(13, 27, 62, 0.98); 
                padding: 1rem; 
                display: none; 
                border-top: 2px solid #2962ff;
            }
            .main-nav.active ul { display: flex; }
            .header-content { flex-wrap: wrap; }
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .internal-links ul { columns: 1; }
            .search-box form { flex-direction: column; }
            .search-box input, .search-box button { border-radius: 50px; width: 100%; margin-bottom: 10px; }
        }
