        * { 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; }
        h1, h2, h3, h4 { color: #60a5fa; margin-bottom: 1rem; font-weight: 700; }
        h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); margin-top: 1rem; border-left: 5px solid #f59e0b; padding-left: 1rem; }
        h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-top: 2.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid #334155; }
        h3 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-top: 2rem; color: #38bdf8; }
        h4 { font-size: 1.3rem; margin-top: 1.5rem; color: #a5b4fc; }
        p { margin-bottom: 1.2rem; font-size: 1.05rem; }
        a { color: #60a5fa; text-decoration: none; transition: color 0.3s; }
        a:hover { color: #fbbf24; }
        strong { color: #fbbf24; }
        em { color: #86efac; font-style: italic; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .main-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
        @media (min-width: 992px) { .main-grid { grid-template-columns: 3fr 1fr; } }
        .site-header { background: linear-gradient(to right, #1e293b, #0f172a); padding: 1rem 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-size: 1.8rem; font-weight: 900; background: linear-gradient(90deg, #f59e0b, #ef4444); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .nav-desktop { display: none; }
        @media (min-width: 768px) { .nav-desktop { display: flex; gap: 2rem; } }
        .nav-desktop a { font-weight: 600; }
        .hamburger { display: block; background: none; border: none; color: #60a5fa; font-size: 1.8rem; cursor: pointer; }
        @media (min-width: 768px) { .hamburger { display: none; } }
        .nav-mobile { display: none; flex-direction: column; background-color: #1e293b; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
        .nav-mobile.active { display: flex; }
        .nav-mobile a { padding: 0.8rem 0; border-bottom: 1px solid #334155; }
        .breadcrumb { padding: 1rem 0; font-size: 0.9rem; color: #94a3b8; }
        .breadcrumb a:hover { text-decoration: underline; }
        .content-card { background-color: #1e293b; border-radius: 10px; padding: 2rem; margin-bottom: 2rem; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); border: 1px solid #334155; }
        .intro-para { font-size: 1.2rem; color: #cbd5e1; margin-bottom: 2rem; }
        .highlight-box { background: linear-gradient(135deg, #1e3a8a, #0c4a6e); padding: 1.5rem; border-radius: 8px; margin: 2rem 0; border-left: 6px solid #f59e0b; }
        .article-img { width: 100%; max-height: 500px; object-fit: cover; border-radius: 10px; margin: 2rem 0; border: 3px solid #475569; }
        .link-list { list-style: none; padding: 1.5rem; background-color: #0f172a; border-radius: 8px; margin: 1.5rem 0; }
        .link-list li { padding: 0.5rem 0; border-bottom: 1px dashed #475569; }
        .link-list li:last-child { border-bottom: none; }
        .sidebar-widget { background-color: #1e293b; padding: 1.5rem; border-radius: 10px; margin-bottom: 1.5rem; border: 1px solid #334155; }
        .widget-title { color: #f59e0b; font-size: 1.3rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid #334155; }
        .search-form, .comment-form, .rating-form { display: flex; flex-direction: column; gap: 1rem; }
        input, textarea, select { padding: 0.8rem 1rem; border-radius: 6px; border: 1px solid #475569; background-color: #0f172a; color: #e2e8f0; font-size: 1rem; }
        button, .btn { background: linear-gradient(to right, #3b82f6, #1d4ed8); color: white; border: none; padding: 0.9rem 1.8rem; border-radius: 6px; cursor: pointer; font-weight: 600; transition: transform 0.2s, box-shadow 0.2s; }
        button:hover, .btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4); }
        .star-rating { display: flex; gap: 0.5rem; font-size: 1.8rem; color: #94a3b8; cursor: pointer; margin: 0.5rem 0; }
        .star-rating .star:hover,
        .star-rating .star.active { color: #fbbf24; }
        .site-footer { background-color: #0d1321; padding: 3rem 0 1.5rem; margin-top: 3rem; border-top: 3px solid #1d4ed8; }
        .footer-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
        friend-link { display: block; padding: 0.8rem; background-color: #1e293b; border-radius: 6px; margin-bottom: 0.5rem; border: 1px solid #334155; }
        friend-link:hover { border-color: #60a5fa; }
        .copyright { text-align: center; padding-top: 1.5rem; border-top: 1px solid #334155; color: #94a3b8; font-size: 0.9rem; }
        .text-center { text-align: center; }
        .mb-3 { margin-bottom: 1.5rem; }
        .mt-3 { margin-top: 1.5rem; }
        .last-updated { font-size: 0.9rem; color: #94a3b8; text-align: right; margin-bottom: 1rem; }
        .emoji { font-size: 1.2em; margin-right: 0.3rem; }
