        * { 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, #0a0a0f 0%, #1a1a2e 50%, #0a0a0f 100%);
            background-attachment: fixed;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            position: relative;
        }
        body::before {
            content: '';
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjMTExMTIyIj48L3JlY3Q+CjxwYXRoIGQ9Ik0wIDVMNSAwWk02IDRMNCA2Wk0tMSAxTDEgLTFaIiBzdHJva2U9IiMwMDMzNjYiIHN0cm9rZS13aWR0aD0iMC41Ij48L3BhdGg+Cjwvc3ZnPg==');
            z-index: -1;
            opacity: 0.2;
        }
        h1, h2, h3, h4 { font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif; color: #f5c518; margin-bottom: 0.8em; text-shadow: 0 2px 4px rgba(0,0,0,0.7); }
        h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); border-bottom: 3px solid #f5c518; padding-bottom: 15px; margin-top: 20px; }
        h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); border-left: 5px solid #8b0000; padding-left: 15px; margin-top: 40px; }
        h3 { font-size: clamp(1.4rem, 3vw, 2rem); color: #7cb9e8; margin-top: 30px; }
        h4 { font-size: 1.2rem; color: #b0c4de; margin-top: 25px; }
        p { margin-bottom: 1.2em; text-align: justify; }
        a { color: #7cb9e8; text-decoration: none; transition: color 0.3s, text-shadow 0.3s; }
        a:hover { color: #f5c518; text-shadow: 0 0 8px rgba(245, 197, 24, 0.5); }
        strong { color: #f5c518; }
        em { color: #b0c4de; }
        .highlight { background: linear-gradient(90deg, rgba(139,0,0,0.3) 0%, transparent 100%); padding: 2px 8px; border-radius: 3px; }
        header { background: rgba(10, 10, 15, 0.95); backdrop-filter: blur(10px); padding: 20px 0; border-bottom: 2px solid #f5c518; position: sticky; top: 0; z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Impact', sans-serif; font-size: 2.5rem; color: #f5c518; text-decoration: none; letter-spacing: 3px; text-shadow: 0 0 15px rgba(245, 197, 24, 0.7); }
        .my-logo span { color: #8b0000; }
        nav ul { display: flex; list-style: none; gap: 25px; }
        nav a { padding: 8px 12px; border-radius: 4px; font-weight: bold; }
        nav a:hover { background: rgba(245, 197, 24, 0.1); }
        .hamburger { display: none; font-size: 1.8rem; color: #f5c518; cursor: pointer; }
        .breadcrumb { margin: 15px 0; font-size: 0.9rem; color: #aaa; }
        .breadcrumb a { color: #7cb9e8; }
        .breadcrumb span { color: #f5c518; }
        main { display: grid; grid-template-columns: 1fr 300px; gap: 40px; margin: 30px 0; }
        @media (max-width: 992px) { main { grid-template-columns: 1fr; } }
        .content-area { background: rgba(20, 20, 30, 0.8); padding: 30px; border-radius: 10px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
        .hero-img { width: 100%; height: 400px; object-fit: cover; border-radius: 8px; border: 2px solid #f5c518; margin: 25px 0; box-shadow: 0 5px 15px rgba(0,0,0,0.7); }
        .chapter { margin: 40px 0; padding: 20px; background: rgba(30, 30, 45, 0.5); border-radius: 8px; }
        .link-list { display: flex; flex-wrap: wrap; gap: 15px; margin: 25px 0; }
        .link-list a { background: rgba(60, 60, 80, 0.5); padding: 10px 20px; border-radius: 50px; border: 1px solid #444; }
        .link-list a:hover { background: rgba(245, 197, 24, 0.2); border-color: #f5c518; }
        sidebar { background: rgba(20, 20, 30, 0.8); padding: 25px; border-radius: 10px; border: 1px solid #333; height: fit-content; position: sticky; top: 120px; }
        .widget { margin-bottom: 30px; }
        .widget h3 { font-size: 1.3rem; border-bottom: 2px solid #8b0000; padding-bottom: 8px; }
        .search-form, .comment-form, .rating-form { display: flex; flex-direction: column; gap: 12px; margin-top: 15px; }
        input, textarea, select { padding: 12px; background: rgba(40, 40, 55, 0.8); border: 1px solid #555; border-radius: 5px; color: #e0e0e0; font-size: 1rem; }
        input:focus, textarea:focus, select:focus { outline: none; border-color: #f5c518; box-shadow: 0 0 8px rgba(245, 197, 24, 0.3); }
        button { padding: 12px 25px; background: linear-gradient(to right, #8b0000, #b22222); color: white; border: none; border-radius: 5px; cursor: pointer; font-weight: bold; letter-spacing: 1px; transition: transform 0.2s, box-shadow 0.2s; }
        button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(139, 0, 0, 0.5); }
        .stars { display: flex; gap: 5px; justify-content: center; margin: 10px 0; }
        .stars i { color: #555; cursor: pointer; font-size: 1.5rem; transition: color 0.2s; }
        .stars i:hover, .stars i.active { color: #f5c518; }
        .update-time { font-size: 0.9rem; color: #aaa; margin-top: 10px; text-align: center; }
        footer { background: rgba(10, 10, 15, 0.95); padding: 40px 0 20px; margin-top: 50px; border-top: 2px solid #f5c518; text-align: center; }
        friend-link { display: block; margin: 20px 0; font-size: 1.1rem; }
        friend-link a { margin: 0 15px; }
        .copyright { margin-top: 30px; padding-top: 20px; border-top: 1px solid #333; color: #777; font-size: 0.9rem; }
        @media (max-width: 768px) {
            .header-container { flex-direction: column; align-items: flex-start; gap: 15px; }
            nav ul { flex-direction: column; gap: 10px; display: none; width: 100%; }
            nav ul.active { display: flex; }
            .hamburger { display: block; align-self: flex-end; margin-top: -40px; }
            .content-area, sidebar { padding: 20px; }
            .hero-img { height: 250px; }
        }
        .spoiler { background: #222; color: #222; padding: 2px 5px; border-radius: 3px; cursor: pointer; user-select: none; }
        .spoiler:hover { color: #e0e0e0; }
        .pull-quote { border-left: 5px solid #f5c518; padding: 20px; margin: 25px; font-style: italic; background: rgba(245, 197, 24, 0.05); font-size: 1.2rem; }
        .stat-box { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin: 25px 0; }
        .stat { background: rgba(40, 40, 55, 0.8); padding: 15px; text-align: center; border-radius: 5px; border-top: 3px solid #8b0000; }
        .stat .number { font-size: 2.5rem; font-weight: bold; color: #f5c518; }
