        * { 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, #0a0a1a 0%, #1a1a2e 100%); color: #e0e0ff; line-height: 1.8; min-height: 100vh; }
        a { color: #6ab0ff; text-decoration: none; transition: all 0.3s ease; }
        a:hover { color: #ffcc00; text-shadow: 0 0 8px rgba(255, 204, 0, 0.5); }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(10, 10, 25, 0.95); backdrop-filter: blur(10px); border-bottom: 2px solid #2a2a4a; position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
        .my-logo { font-family: 'Georgia', serif; font-size: 2.5rem; font-weight: bold; background: linear-gradient(to right, #6ab0ff, #ffcc00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 2px 4px rgba(0,0,0,0.3); }
        .my-logo:hover { transform: scale(1.05); }
        .mobile-toggle { display: none; font-size: 1.8rem; cursor: pointer; color: #6ab0ff; }
        nav ul { display: flex; list-style: none; gap: 30px; }
        nav a { font-size: 1.1rem; padding: 8px 12px; border-radius: 5px; }
        nav a:hover { background: rgba(106, 176, 255, 0.1); }
        .breadcrumb { background: rgba(42, 42, 74, 0.6); padding: 12px 20px; border-radius: 0 0 10px 10px; font-size: 0.9rem; margin-bottom: 20px; }
        .breadcrumb a:not(:last-child)::after { content: '›'; margin: 0 10px; color: #888; }
        .search-box { background: rgba(20, 20, 40, 0.8); border-radius: 50px; padding: 5px 20px; display: flex; align-items: center; max-width: 400px; margin: 30px auto; border: 1px solid #3a3a6a; }
        .search-box input { flex: 1; background: transparent; border: none; color: #fff; padding: 15px 10px; font-size: 1rem; }
        .search-box button { background: #6ab0ff; color: #0a0a1a; border: none; border-radius: 50%; width: 45px; height: 45px; cursor: pointer; transition: all 0.3s; }
        .search-box button:hover { background: #ffcc00; transform: rotate(15deg); }
        main { padding: 30px 0; }
        article { background: rgba(25, 25, 45, 0.7); border-radius: 20px; padding: 30px; margin-bottom: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); border: 1px solid #3a3a6a; }
        h1 { font-size: 3.2rem; margin-bottom: 25px; color: #ffcc00; text-align: center; line-height: 1.2; border-bottom: 3px solid #6ab0ff; padding-bottom: 20px; }
        h2 { font-size: 2.2rem; margin: 40px 0 20px; color: #6ab0ff; padding-left: 15px; border-left: 5px solid #ffcc00; }
        h3 { font-size: 1.8rem; margin: 30px 0 15px; color: #b0d0ff; }
        h4 { font-size: 1.4rem; margin: 25px 0 10px; color: #d0e0ff; }
        p { margin-bottom: 20px; font-size: 1.1rem; text-align: justify; }
        .highlight { background: linear-gradient(90deg, rgba(106,176,255,0.15), transparent); padding: 20px; border-radius: 10px; border-left: 4px solid #ffcc00; margin: 25px 0; }
        .emoji { font-size: 1.2em; margin-right: 8px; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; }
        .stat-card { background: rgba(42, 42, 74, 0.7); padding: 20px; border-radius: 10px; text-align: center; border: 1px solid #4a4a8a; transition: transform 0.3s; }
        .stat-card:hover { transform: translateY(-5px); border-color: #ffcc00; }
        .image-container { text-align: center; margin: 35px 0; }
        .image-container img { border-radius: 15px; border: 3px solid #4a4a8a; max-height: 500px; object-fit: cover; width: 100%; box-shadow: 0 10px 20px rgba(0,0,0,0.7); }
        .image-container figcaption { font-style: italic; margin-top: 10px; color: #aaa; }
        .update-time { text-align: right; font-size: 0.9rem; color: #888; margin-top: 40px; padding-top: 20px; border-top: 1px dashed #444; }
        .rating { display: flex; align-items: center; gap: 10px; margin: 20px 0; }
        .star { cursor: pointer; color: #444; font-size: 1.8rem; transition: color 0.2s; }
        .star:hover,
        .star.active { color: #ffcc00; }
        .comment-form, .rating-form { background: rgba(30, 30, 55, 0.8); padding: 25px; border-radius: 15px; margin: 30px 0; }
        .form-group { margin-bottom: 20px; }
        .form-group label { display: block; margin-bottom: 8px; color: #b0d0ff; }
        .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 15px; background: rgba(20, 20, 40, 0.8); border: 1px solid #4a4a8a; border-radius: 8px; color: #fff; font-size: 1rem; }
        .form-group textarea { min-height: 150px; resize: vertical; }
        .btn { background: linear-gradient(to right, #6ab0ff, #3a7bd5); color: white; border: none; padding: 15px 30px; border-radius: 8px; cursor: pointer; font-size: 1.1rem; font-weight: bold; transition: all 0.3s; display: inline-block; }
        .btn:hover { background: linear-gradient(to right, #ffcc00, #ff8c00); transform: scale(1.05); box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4); }
        footer { background: rgba(10, 10, 25, 0.95); border-top: 2px solid #2a2a4a; padding: 40px 0 20px; margin-top: 50px; }
        .footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 30px; }
        friend-link { display: inline-block; background: rgba(42, 42, 74, 0.6); padding: 12px 25px; border-radius: 50px; border: 1px solid #4a4a8a; }
        .copyright { text-align: center; color: #888; font-size: 0.9rem; padding-top: 20px; border-top: 1px solid #333; }
        @media (max-width: 768px) {
            .header-container { flex-wrap: wrap; }
            .mobile-toggle { display: block; }
            nav { width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
            nav.active { max-height: 400px; margin-top: 20px; }
            nav ul { flex-direction: column; gap: 15px; }
            h1 { font-size: 2.5rem; }
            h2 { font-size: 2rem; }
            .stats-grid { grid-template-columns: 1fr; }
            .footer-links { flex-direction: column; align-items: center; gap: 15px; }
        }
