        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: #333;
            background: #fefefe;
            background: linear-gradient(135deg, #fff5f5 0%, #f0f8ff 100%);
            min-height: 100vh;
        }
        a { color: #d40e8c; text-decoration: none; transition: all 0.3s ease; }
        a:hover { color: #9a0a6b; text-decoration: underline; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        .text-center { text-align: center; }
        .bold { font-weight: 700; }
        .emoji { font-size: 1.2em; }
        header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-bottom: 2px solid #ffd1e8; position: sticky; top: 0; z-index: 1000; }
        .header-top { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
        .my-logo { font-family: 'Arial Black', sans-serif; font-size: 2rem; color: #d40e8c; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .my-logo span { color: #ff6b9d; }
        .my-logo:hover { color: #9a0a6b; text-decoration: none; }
        nav ul { display: flex; list-style: none; gap: 25px; }
        nav a { font-weight: 600; padding: 5px 0; position: relative; }
        nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #d40e8c; transition: width 0.3s; }
        nav a:hover::after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #d40e8c; }
        .breadcrumb { padding: 15px 0; font-size: 0.9rem; color: #666; border-bottom: 1px solid #eee; }
        .breadcrumb a { color: #666; }
        .breadcrumb a:hover { color: #d40e8c; }
        main { padding: 40px 0; display: grid; grid-template-columns: 1fr 300px; gap: 40px; }
        article { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
        h1 { color: #d40e8c; font-size: 2.8rem; margin-bottom: 25px; line-height: 1.2; border-left: 6px solid #ff6b9d; padding-left: 15px; }
        h2 { color: #333; font-size: 2rem; margin: 35px 0 20px; padding-bottom: 10px; border-bottom: 2px dashed #ffd1e8; }
        h3 { color: #555; font-size: 1.6rem; margin: 30px 0 15px; }
        h4 { color: #777; font-size: 1.3rem; margin: 25px 0 10px; }
        p { margin-bottom: 22px; text-align: justify; }
        .intro { font-size: 1.2rem; color: #444; background: #fff9fc; padding: 20px; border-radius: 10px; margin-bottom: 30px; }
        .highlight { background: linear-gradient(90deg, #ffeff7, #ffe6f2); padding: 25px; border-radius: 15px; margin: 30px 0; border-left: 5px solid #d40e8c; }
        .image-wrapper { margin: 30px auto; text-align: center; }
        .image-wrapper img { border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); border: 5px solid white; }
        .image-caption { font-style: italic; color: #666; margin-top: 10px; font-size: 0.95rem; }
        .content-link { background: #f9f9f9; padding: 15px; border-radius: 10px; margin: 20px 0; border: 1px solid #eee; }
        .content-link a { font-weight: 600; }
        .content-link a:hover { background: #fff5f9; padding: 3px 5px; border-radius: 4px; }
        aside { background: white; padding: 25px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); align-self: start; }
        .sidebar-widget { margin-bottom: 30px; }
        .sidebar-widget h3 { font-size: 1.4rem; margin-bottom: 15px; color: #d40e8c; }
        .search-box { display: flex; margin-bottom: 20px; }
        .search-box input { flex: 1; padding: 12px 15px; border: 2px solid #ffd1e8; border-radius: 50px 0 0 50px; font-size: 1rem; outline: none; }
        .search-box button { background: #d40e8c; color: white; border: none; padding: 0 25px; border-radius: 0 50px 50px 0; cursor: pointer; font-size: 1.1rem; transition: background 0.3s; }
        .search-box button:hover { background: #9a0a6b; }
        .rating-widget, .comment-widget { background: #fff9fc; padding: 20px; border-radius: 15px; }
        .stars { color: #ffcc00; font-size: 1.5rem; margin: 10px 0; }
        .rating-widget form, .comment-widget form { display: flex; flex-direction: column; }
        .rating-widget select, .comment-widget textarea, .comment-widget input { margin-bottom: 15px; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-family: inherit; }
        .rating-widget button, .comment-widget button { background: #d40e8c; color: white; border: none; padding: 12px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: background 0.3s; }
        .rating-widget button:hover, .comment-widget button:hover { background: #9a0a6b; }
        footer { background: #2c2c2c; color: #ddd; padding: 40px 0 20px; margin-top: 50px; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; }
        .footer-section h3 { color: #ff6b9d; margin-bottom: 20px; font-size: 1.3rem; }
        .friend-links { display: flex; flex-wrap: wrap; gap: 15px; }
        friend-link { display: inline-block; background: #444; padding: 8px 15px; border-radius: 20px; font-size: 0.9rem; transition: background 0.3s; }
        friend-link a { color: #ddd; }
        friend-link:hover { background: #d40e8c; }
        friend-link:hover a { color: white; text-decoration: none; }
        .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #444; font-size: 0.9rem; color: #aaa; }
        @media (max-width: 992px) {
            main { grid-template-columns: 1fr; }
            h1 { font-size: 2.3rem; }
        }
        @media (max-width: 768px) {
            .header-top { flex-wrap: wrap; }
            nav { width: 100%; order: 3; margin-top: 15px; display: none; }
            nav.active { display: block; }
            nav ul { flex-direction: column; gap: 10px; }
            .hamburger { display: block; }
            .footer-content { grid-template-columns: 1fr; }
        }
