        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body { background-color: #0f172a; color: #e2e8f0; line-height: 1.7; overflow-x: hidden; }
        a { color: #60a5fa; text-decoration: none; transition: color 0.3s ease; }
        a:hover { color: #93c5fd; }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: #1e293b; padding: 1rem 0; border-bottom: 2px solid #334155; position: sticky; top: 0; z-index: 1000; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-size: 2.2rem; font-weight: 800; color: #fbbf24; text-transform: uppercase; letter-spacing: 2px; }
        .my-logo span { color: #60a5fa; }
        nav.desktop-nav ul { display: flex; list-style: none; gap: 2rem; }
        nav.desktop-nav a { font-weight: 600; padding: 0.5rem 1rem; border-radius: 5px; }
        nav.desktop-nav a:hover { background: #334155; }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; }
        nav.mobile-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #1e293b; padding: 1rem; }
        nav.mobile-nav.active { display: block; }
        nav.mobile-nav ul { list-style: none; }
        nav.mobile-nav li { margin: 1rem 0; }
        .breadcrumb { padding: 1rem 0; font-size: 0.9rem; color: #94a3b8; }
        .breadcrumb a { color: #cbd5e1; }
        .hero { background: linear-gradient(135deg, #1e3a8a, #0f172a); padding: 4rem 1rem; text-align: center; border-radius: 0 0 20px 20px; margin-bottom: 3rem; }
        .hero h1 { font-size: 3.5rem; margin-bottom: 1rem; color: #fbbf24; }
        .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 2rem; color: #cbd5e1; }
        .search-form { max-width: 600px; margin: 2rem auto; display: flex; }
        .search-form input { flex: 1; padding: 1rem; border: none; border-radius: 10px 0 0 10px; font-size: 1rem; }
        .search-form button { padding: 1rem 1.5rem; background: #f59e0b; color: #0f172a; border: none; border-radius: 0 10px 10px 0; cursor: pointer; font-weight: bold; transition: background 0.3s; }
        .search-form button:hover { background: #fbbf24; }
        main { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; padding: 2rem 0; }
        .content { background: #1e293b; padding: 2.5rem; border-radius: 15px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); }
        article h2 { color: #60a5fa; font-size: 2.2rem; margin: 2.5rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #334155; }
        article h3 { color: #93c5fd; font-size: 1.8rem; margin: 2rem 0 1rem; }
        article h4 { color: #bfdbfe; font-size: 1.4rem; margin: 1.5rem 0 0.8rem; }
        article p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
        article b { color: #fbbf24; }
        article emoji { font-size: 1.2rem; margin-right: 0.5rem; }
        .highlight-box { background: #334155; padding: 1.5rem; border-left: 5px solid #f59e0b; margin: 2rem 0; border-radius: 0 10px 10px 0; }
        .image-wrapper { margin: 2.5rem 0; text-align: center; }
        .image-wrapper img { border-radius: 15px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); border: 3px solid #475569; }
        .image-caption { font-style: italic; color: #94a3b8; margin-top: 0.5rem; }
        .internal-links { background: #334155; padding: 1.5rem; border-radius: 10px; margin: 2rem 0; }
        .internal-links h4 { margin-top: 0; }
        .internal-links ul { columns: 2; list-style: square inside; }
        .internal-links li { margin-bottom: 0.5rem; }
        sidebar { background: #1e293b; padding: 2rem; border-radius: 15px; align-self: start; position: sticky; top: 120px; }
        .widget { margin-bottom: 2.5rem; }
        .widget h3 { color: #fbbf24; margin-bottom: 1rem; font-size: 1.5rem; }
        .rating-widget form { display: flex; flex-direction: column; gap: 1rem; }
        .rating-widget input, .rating-widget textarea { padding: 0.8rem; border-radius: 8px; border: 1px solid #475569; background: #0f172a; color: #e2e8f0; }
        .rating-widget button { padding: 0.8rem; background: #10b981; color: white; border: none; border-radius: 8px; cursor: pointer; font-weight: bold; }
        .rating-widget button:hover { background: #34d399; }
        .stars { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
        .stars i { color: #94a3b8; cursor: pointer; font-size: 1.5rem; transition: color 0.2s; }
        .stars i:hover, .stars i.active { color: #fbbf24; }
        .update-time { font-size: 0.9rem; color: #94a3b8; margin-top: 2rem; text-align: center; }
        footer { background: #1e293b; border-top: 2px solid #334155; padding: 3rem 0 1.5rem; margin-top: 4rem; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
        .footer-links h4 { color: #fbbf24; margin-bottom: 1rem; }
        .footer-links ul { list-style: none; }
        .footer-links li { margin-bottom: 0.7rem; }
        friend-link { display: block; padding: 1rem; background: #334155; margin: 1rem 0; border-radius: 8px; font-weight: bold; }
        .copyright { text-align: center; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid #475569; color: #94a3b8; font-size: 0.9rem; }
        @media (max-width: 992px) {
            main { grid-template-columns: 1fr; }
            sidebar { position: static; }
        }
        @media (max-width: 768px) {
            .header-content { flex-wrap: wrap; }
            nav.desktop-nav { display: none; }
            .hamburger { display: block; }
            .hero h1 { font-size: 2.5rem; }
            .internal-links ul { columns: 1; }
            .footer-content { grid-template-columns: 1fr; text-align: center; }
        }
