        * { 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: #e0e0e0;
            background: linear-gradient(135deg, #0a0f1c 0%, #1a1f2e 100%);
            background-attachment: fixed;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a { color: #4dabf7; text-decoration: none; transition: color 0.3s, transform 0.2s; }
        a:hover { color: #74c0fc; transform: translateY(-1px); }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        h1, h2, h3, h4 { font-family: 'Georgia', 'Times New Roman', serif; color: #f8f9fa; margin-bottom: 1rem; font-weight: 700; line-height: 1.3; }
        h1 { font-size: 3.5rem; background: linear-gradient(90deg, #ffd43b, #f08c00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 1rem; text-align: center; }
        h2 { font-size: 2.2rem; color: #ffd43b; border-left: 5px solid #f08c00; padding-left: 15px; margin-top: 2.5rem; }
        h3 { font-size: 1.8rem; color: #a5d8ff; margin-top: 2rem; }
        h4 { font-size: 1.4rem; color: #b197fc; margin-top: 1.5rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; hyphens: auto; }
        .lead { font-size: 1.3rem; font-weight: 300; color: #adb5bd; max-width: 900px; margin: 1rem auto 2.5rem; text-align: center; }
        strong, b { color: #ffd8a8; font-weight: 700; }
        em { font-style: italic; color: #d0bfff; }
        blockquote { border-left: 4px solid #495057; padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: #ced4da; background: rgba(255, 255, 255, 0.03); padding: 1.5rem; border-radius: 0 8px 8px 0; }
        ul, ol { margin-bottom: 1.5rem; padding-left: 2rem; }
        li { margin-bottom: 0.5rem; }
        hr { border: none; height: 2px; background: linear-gradient(90deg, transparent, #495057, transparent); margin: 3rem 0; }
        .site-header { background: rgba(10, 15, 28, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid #343a40; position: sticky; top: 0; z-index: 1000; padding: 1rem 0; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Impact', 'Arial Black', sans-serif; font-size: 2.2rem; font-weight: bold; background: linear-gradient(90deg, #ff6b6b, #f06595); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .my-logo:hover { transform: scale(1.05); }
        .breadcrumb { font-size: 0.9rem; color: #868e96; margin-top: 0.5rem; }
        .breadcrumb a { color: #adb5bd; }
        .breadcrumb a:hover { color: #fff; }
        .main-nav { display: flex; align-items: center; }
        .nav-links { display: flex; list-style: none; gap: 2rem; }
        .nav-links a { color: #dee2e6; font-weight: 500; padding: 0.5rem 0; position: relative; }
        .nav-links a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #4dabf7; transition: width 0.3s; }
        .nav-links a:hover:after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #dee2e6; cursor: pointer; }
        main { flex: 1; padding: 2rem 0; }
        .content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; }
        .main-content { background: rgba(33, 37, 41, 0.7); padding: 2.5rem; border-radius: 12px; border: 1px solid #495057; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
        .info-box { background: linear-gradient(145deg, #212529, #343a40); border-left: 5px solid #ffd43b; padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .featured-img { width: 100%; border-radius: 10px; border: 2px solid #495057; margin: 2rem auto; box-shadow: 0 5px 20px rgba(0,0,0,0.7); transition: transform 0.5s; }
        .featured-img:hover { transform: scale(1.01); }
        .img-caption { text-align: center; font-style: italic; color: #868e96; margin-top: 0.5rem; font-size: 0.9rem; }
        .sidebar { display: flex; flex-direction: column; gap: 2rem; }
        .widget { background: rgba(33, 37, 41, 0.7); padding: 1.5rem; border-radius: 10px; border: 1px solid #495057; }
        .widget h3 { font-size: 1.4rem; margin-top: 0; border-bottom: 2px solid #495057; padding-bottom: 0.5rem; }
        .search-form { display: flex; }
        .search-input { flex: 1; padding: 0.75rem; border: 1px solid #495057; border-radius: 6px 0 0 6px; background: #212529; color: #f8f9fa; }
        .search-btn { padding: 0.75rem 1.5rem; background: #339af0; color: white; border: none; border-radius: 0 6px 6px 0; cursor: pointer; transition: background 0.3s; }
        .search-btn:hover { background: #228be6; }
        .rating-form, .comment-form { display: flex; flex-direction: column; gap: 1rem; }
        .stars { display: flex; gap: 0.5rem; font-size: 1.5rem; color: #495057; cursor: pointer; }
        .stars .active { color: #ffd43b; }
        textarea, input[type="text"], input[type="email"] { width: 100%; padding: 0.75rem; border: 1px solid #495057; border-radius: 6px; background: #212529; color: #f8f9fa; font-family: inherit; }
        .submit-btn { padding: 0.75rem; background: linear-gradient(90deg, #40c057, #2f9e44); color: white; border: none; border-radius: 6px; cursor: pointer; font-weight: bold; transition: opacity 0.3s; }
        .submit-btn:hover { opacity: 0.9; }
        .update-time { font-size: 0.9rem; color: #868e96; text-align: right; margin-top: 2rem; }
        .site-footer { background: #0a0f1c; border-top: 1px solid #343a40; padding: 3rem 0 1.5rem; margin-top: 3rem; }
        .footer-container { display: flex; flex-direction: column; align-items: center; }
        .friend-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin: 2rem 0; }
        friend-link a { display: inline-block; padding: 0.5rem 1rem; background: #343a40; border-radius: 5px; color: #adb5bd; }
        friend-link a:hover { background: #495057; color: white; }
        .copyright { text-align: center; color: #868e96; font-size: 0.9rem; margin-top: 2rem; border-top: 1px solid #495057; padding-top: 1.5rem; width: 100%; }
        @media (max-width: 992px) {
            .content-grid { grid-template-columns: 1fr; }
            h1 { font-size: 2.8rem; }
            h2 { font-size: 2rem; }
        }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .nav-links {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: rgba(10, 15, 28, 0.98);
                flex-direction: column;
                padding: 1rem;
                text-align: center;
                border-top: 1px solid #343a40;
                box-shadow: 0 10px 20px rgba(0,0,0,0.5);
            }
            .nav-links.active { display: flex; }
            .header-container { flex-wrap: wrap; }
            .main-content { padding: 1.5rem; }
        }
        @media (max-width: 576px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            .widget { padding: 1rem; }
        }
