        * { 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, #0c0c0c 0%, #1a1a2e 50%, #16213e 100%);
            color: #e0e0e0;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a { color: #ff6b6b; text-decoration: none; transition: color 0.3s, transform 0.2s; }
        a:hover { color: #ff9999; transform: translateY(-2px); }
        img { max-width: 100%; height: auto; display: block; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header { background: rgba(10, 10, 10, 0.95); backdrop-filter: blur(10px); padding: 1rem 0; position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #ff6b6b; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Impact', 'Arial Black', sans-serif; font-size: 2.2rem; color: #ff6b6b; text-shadow: 0 0 10px rgba(255, 107, 107, 0.7); letter-spacing: 1px; }
        .my-logo span { color: #4ecdc4; }
        .my-logo:hover { transform: scale(1.05); }
        nav { display: flex; align-items: center; }
        .nav-links { display: flex; list-style: none; gap: 1.8rem; }
        .nav-links a { font-weight: 600; padding: 0.5rem 0; position: relative; }
        .nav-links a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #4ecdc4; transition: width 0.3s; }
        .nav-links a:hover:after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #ff6b6b; cursor: pointer; }
        .breadcrumb { padding: 1rem 0; background: rgba(30, 30, 46, 0.8); font-size: 0.9rem; }
        .breadcrumb ol { display: flex; list-style: none; flex-wrap: wrap; }
        .breadcrumb li:not(:last-child):after { content: '›'; margin: 0 10px; color: #ff6b6b; }
        .breadcrumb a:hover { text-decoration: underline; }
        main { flex: 1; padding: 2rem 0; }
        .article-header { text-align: center; margin-bottom: 3rem; padding: 2rem; background: linear-gradient(to right, rgba(255,107,107,0.1), rgba(78,205,196,0.1)); border-radius: 15px; }
        h1 { font-size: 3rem; color: #ffd166; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
        .meta { color: #aaa; font-style: italic; margin-top: 1rem; }
        .content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; }
        article { font-size: 1.1rem; }
        .chapter { margin-bottom: 4rem; padding-bottom: 2rem; border-bottom: 1px dashed #444; }
        h2 { color: #4ecdc4; font-size: 2.2rem; margin: 2.5rem 0 1.5rem; padding-bottom: 0.5rem; border-bottom: 2px solid #ff6b6b; }
        h3 { color: #ffd166; font-size: 1.8rem; margin: 2rem 0 1rem; }
        h4 { color: #ff9999; font-size: 1.4rem; margin: 1.5rem 0 0.8rem; }
        p { margin-bottom: 1.5rem; text-align: justify; }
        .highlight { background: rgba(255, 214, 102, 0.15); border-left: 5px solid #ffd166; padding: 1.2rem; margin: 1.5rem 0; border-radius: 0 10px 10px 0; }
        .quote { font-style: italic; font-size: 1.2rem; color: #aaa; text-align: center; padding: 2rem; border-top: 1px solid #444; border-bottom: 1px solid #444; margin: 2rem 0; }
        .image-card { float: right; margin: 0 0 1.5rem 2rem; max-width: 400px; background: rgba(40,40,60,0.7); padding: 10px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
        .image-card img { border-radius: 5px; }
        .image-card figcaption { font-size: 0.9rem; text-align: center; margin-top: 0.5rem; color: #bbb; }
        aside { }
        .sidebar-widget { background: rgba(40,40,60,0.7); padding: 1.5rem; border-radius: 10px; margin-bottom: 2rem; border: 1px solid #555; }
        .sidebar-widget h3 { color: #ff6b6b; font-size: 1.5rem; margin-top: 0; }
        .search-box { display: flex; margin-top: 1rem; }
        .search-box input { flex: 1; padding: 0.8rem; border: 1px solid #555; border-radius: 5px 0 0 5px; background: #222; color: #fff; }
        .search-box button { background: #ff6b6b; color: white; border: none; padding: 0.8rem 1.2rem; border-radius: 0 5px 5px 0; cursor: pointer; transition: background 0.3s; }
        .search-box button:hover { background: #ff5252; }
        .rating-widget { text-align: center; }
        .stars { margin: 1rem 0; font-size: 1.8rem; color: #ffd166; }
        .stars i { cursor: pointer; margin: 0 2px; }
        .comment-form textarea { width: 100%; height: 120px; padding: 1rem; background: #222; border: 1px solid #555; border-radius: 5px; color: #fff; margin-bottom: 1rem; resize: vertical; }
        .comment-form button { background: #4ecdc4; color: #000; border: none; padding: 0.8rem 2rem; border-radius: 5px; cursor: pointer; font-weight: bold; transition: background 0.3s; }
        .comment-form button:hover { background: #6ae6dd; }
        .link-list { list-style: none; }
        .link-list li { margin-bottom: 0.8rem; padding-left: 1.5rem; position: relative; }
        .link-list li:before { content: '➥'; position: absolute; left: 0; color: #ff6b6b; }
        footer { background: rgba(10, 10, 20, 0.98); padding: 3rem 0 2rem; margin-top: 3rem; border-top: 2px solid #4ecdc4; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
        .footer-section h4 { color: #ffd166; margin-bottom: 1.2rem; }
        friend-link { display: block; background: rgba(255,255,255,0.05); padding: 0.8rem; margin-bottom: 0.5rem; border-radius: 5px; transition: background 0.3s; }
        friend-link:hover { background: rgba(255,107,107,0.2); }
        .copyright { text-align: center; padding-top: 2rem; border-top: 1px solid #444; color: #888; font-size: 0.9rem; }
        @media (max-width: 992px) {
            .content-grid { grid-template-columns: 1fr; }
            .image-card { float: none; margin: 1.5rem auto; max-width: 100%; }
        }
        @media (max-width: 768px) {
            h1 { font-size: 2.5rem; }
            h2 { font-size: 2rem; }
            .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(10,10,10,0.98); padding: 1rem; border-top: 1px solid #333; }
            .nav-links.active { display: flex; }
            .hamburger { display: block; }
            .header-content { flex-wrap: wrap; }
        }
