        * { 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: linear-gradient(135deg, #f5f7fa 0%, #fef6fb 100%);
            background-attachment: fixed;
            max-width: 1200px;
            margin: 0 auto;
            padding: 10px;
            box-shadow: 0 0 30px rgba(0,0,0,0.05);
        }
        a { color: #e84393; text-decoration: none; transition: color 0.3s ease, transform 0.2s ease; }
        a:hover { color: #fd79a8; transform: translateY(-2px); }
        img { max-width: 100%; height: auto; display: block; border-radius: 10px; }
        ul, ol { padding-left: 1.5rem; margin: 1rem 0; }
        li { margin-bottom: 0.5rem; }
        h1 { font-size: 2.8rem; color: #6c5ce7; margin: 1.5rem 0; line-height: 1.2; border-bottom: 3px solid #a29bfe; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; color: #00b894; margin: 2rem 0 1rem; padding-top: 1rem; }
        h3 { font-size: 1.8rem; color: #0984e3; margin: 1.5rem 0 0.8rem; }
        h4 { font-size: 1.4rem; color: #e17055; margin: 1.2rem 0 0.5rem; }
        p { margin-bottom: 1.2rem; text-align: justify; hyphens: auto; }
        strong { color: #d63031; font-weight: 700; }
        em { color: #00cec9; font-style: italic; }
        header { background: linear-gradient(to right, #6c5ce7, #a29bfe); padding: 1.5rem; border-radius: 15px; margin-bottom: 2rem; color: white; }
        .logo-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .my-logo a { font-size: 2.5rem; font-weight: 800; color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .my-logo a:hover { color: #ffeaa7; transform: scale(1.05); }
        nav ul { display: flex; list-style: none; flex-wrap: wrap; gap: 1.5rem; justify-content: center; margin-top: 1rem; }
        nav li a { color: white; font-weight: 600; padding: 0.5rem 1rem; border-radius: 50px; background: rgba(255,255,255,0.1); }
        nav li a:hover { background: rgba(255,255,255,0.25); transform: translateY(-3px); }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; }
        .breadcrumb { padding: 1rem; background: #dfe6e9; border-radius: 10px; margin-bottom: 2rem; font-size: 0.9rem; }
        .breadcrumb a { color: #636e72; }
        .breadcrumb a:hover { color: #e84393; }
        main { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; margin-bottom: 3rem; }
        article { background: white; padding: 2.5rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(108, 92, 231, 0.1); }
        aside { background: white; padding: 1.5rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(108, 92, 231, 0.1); align-self: start; }
        .search-box, .comment-box, .rating-box { margin-bottom: 2rem; padding: 1.5rem; background: #f8f9fa; border-radius: 15px; border-left: 5px solid #6c5ce7; }
        .search-box h3, .comment-box h3, .rating-box h3 { color: #6c5ce7; margin-top: 0; }
        input, textarea, select {
            width: 100%;
            padding: 0.8rem;
            margin: 0.5rem 0 1rem;
            border: 2px solid #ddd;
            border-radius: 10px;
            font-size: 1rem;
            transition: border 0.3s;
        }
        input:focus, textarea:focus, select:focus { border-color: #a29bfe; outline: none; }
        button {
            background: linear-gradient(to right, #6c5ce7, #a29bfe);
            color: white;
            border: none;
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        button:hover { background: linear-gradient(to right, #5b4fcf, #9188e6); transform: translateY(-3px); box-shadow: 0 5px 15px rgba(108, 92, 231, 0.4); }
        .stars { display: flex; gap: 0.5rem; margin: 1rem 0; }
        .star { font-size: 1.8rem; color: #ddd; cursor: pointer; transition: color 0.2s; }
        .star:hover, .star.active { color: #fdcb6e; }
        footer { background: #2d3436; color: #dfe6e9; padding: 2.5rem; border-radius: 15px; margin-top: 2rem; text-align: center; }
        friend-link { display: block; margin: 1rem 0; }
        friend-link a { color: #74b9ff; font-weight: 600; }
        friend-link a:hover { color: #0984e3; text-decoration: underline; }
        .copyright { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid #636e72; font-size: 0.9rem; color: #b2bec3; }
        .highlight { background: linear-gradient(120deg, #ffeaa7 0%, #ffeaa7 100%); padding: 0.2rem 0.5rem; border-radius: 5px; }
        .last-updated { background: #00b894; color: white; padding: 0.5rem 1rem; border-radius: 50px; display: inline-block; margin: 1rem 0; font-weight: 600; }
        .related-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; margin: 2rem 0; }
        .related-link-item { background: #f8f9fa; padding: 1rem; border-radius: 10px; border-left: 4px solid #a29bfe; }
        @media (max-width: 992px) {
            main { grid-template-columns: 1fr; }
            h1 { font-size: 2.4rem; }
            h2 { font-size: 2rem; }
        }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; display: none; }
            nav ul.active { display: flex; }
            .hamburger { display: block; }
            .logo-container { justify-content: center; }
            .my-logo { text-align: center; width: 100%; margin-bottom: 1rem; }
            h1 { font-size: 2rem; }
            h2 { font-size: 1.7rem; }
        }
