        * { 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, #0a0a1a 0%, #1a1a2e 50%, #16213e 100%);
            background-attachment: fixed;
            min-height: 100vh;
        }
        h1, h2, h3, h4 { font-family: 'Arial Black', 'Roboto Condensed', sans-serif; color: #FFD700; margin-bottom: 1rem; font-weight: 900; }
        h1 { font-size: clamp(2.5rem, 5vw, 4rem); text-align: center; text-shadow: 0 0 15px rgba(255, 215, 0, 0.5); border-bottom: 3px solid #FF4500; padding-bottom: 20px; margin-top: 1.5rem; }
        h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); border-left: 5px solid #FF4500; padding-left: 15px; margin-top: 2.5rem; }
        h3 { font-size: clamp(1.5rem, 3vw, 2rem); color: #00BFFF; margin-top: 2rem; }
        h4 { font-size: 1.3rem; color: #20B2AA; margin-top: 1.5rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; text-align: justify; }
        a { color: #00BFFF; text-decoration: none; transition: color 0.3s, text-shadow 0.3s; }
        a:hover { color: #FFD700; text-shadow: 0 0 8px rgba(255, 215, 0, 0.7); }
        strong { color: #FFA500; font-weight: 900; }
        em { color: #98FB98; font-style: italic; }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 30px;
        }
        header { background: rgba(10, 10, 26, 0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid #333; }
        .header-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; }
        .my-logo { font-family: 'Orbitron', sans-serif; font-size: 2.2rem; font-weight: 900; background: linear-gradient(90deg, #FFD700, #FF4500); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: none; }
        .my-logo span { color: #00BFFF; }
        nav ul { display: flex; list-style: none; gap: 25px; }
        nav a { color: #e0e0e0; font-weight: 600; padding: 8px 12px; border-radius: 5px; }
        nav a:hover { background: rgba(255, 69, 0, 0.2); }
        .hamburger { display: none; font-size: 1.8rem; color: #FFD700; cursor: pointer; background: none; border: none; }
        .breadcrumb { padding: 15px 20px; background: rgba(30, 30, 46, 0.9); font-size: 0.9rem; border-bottom: 1px solid #444; }
        .breadcrumb a { color: #98FB98; }
        .breadcrumb a:hover { color: #FFD700; }
        main { background: rgba(26, 26, 46, 0.8); border-radius: 15px; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); margin: 20px 0; }
        .article-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; padding-bottom: 20px; border-bottom: 1px dashed #555; margin-bottom: 30px; color: #aaa; font-size: 0.95rem; }
        .update-time { color: #FFA500; font-weight: bold; }
        .featured-img { width: 100%; height: auto; border-radius: 10px; border: 3px solid #FF4500; margin: 25px 0; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); }
        .content-block { margin-bottom: 40px; padding: 20px; background: rgba(40, 40, 60, 0.3); border-radius: 10px; border-left: 4px solid #00BFFF; }
        .highlight-box { background: linear-gradient(90deg, rgba(255, 69, 0, 0.1), rgba(0, 191, 255, 0.1)); padding: 25px; border-radius: 10px; border: 1px solid #FF4500; margin: 25px 0; }
        .utility-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 40px; }
        .search-box, .comments-section, .rating-section { background: rgba(30, 30, 50, 0.9); padding: 25px; border-radius: 10px; }
        .search-box h3, .comments-section h3, .rating-section h3 { margin-top: 0; }
        input, textarea, select { width: 100%; padding: 12px 15px; margin-bottom: 15px; border-radius: 8px; border: 1px solid #555; background: rgba(255, 255, 255, 0.1); color: #fff; font-size: 1rem; }
        button { background: linear-gradient(90deg, #FF4500, #FF8C00); color: white; border: none; padding: 14px 25px; border-radius: 8px; cursor: pointer; font-weight: bold; font-size: 1rem; transition: transform 0.3s, box-shadow 0.3s; }
        button:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(255, 69, 0, 0.4); }
        .stars { display: flex; gap: 10px; justify-content: center; margin: 20px 0; font-size: 2rem; color: #555; }
        .stars i { cursor: pointer; transition: color 0.3s; }
        .stars i:hover, .stars i.active { color: #FFD700; }
        footer { background: rgba(10, 10, 26, 0.95); padding: 40px 20px 20px; margin-top: 50px; border-top: 3px solid #FF4500; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }
        .footer-section h4 { color: #FFD700; margin-bottom: 20px; }
        .friend-links { display: flex; flex-wrap: wrap; gap: 15px; list-style: none; }
        .friend-links a { background: rgba(255, 255, 255, 0.05); padding: 10px 15px; border-radius: 6px; display: inline-block; }
        .friend-links a:hover { background: rgba(255, 69, 0, 0.3); }
        .copyright { text-align: center; padding-top: 30px; margin-top: 30px; border-top: 1px solid #444; color: #888; font-size: 0.9rem; }
        @media (max-width: 992px) {
            .container { padding: 0 15px; }
            main { padding: 20px; }
        }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(10, 10, 26, 0.98); padding: 20px; border-top: 2px solid #333; }
            nav ul.active { display: flex; }
            nav ul li { margin: 10px 0; }
            .header-container { flex-wrap: wrap; }
            .utility-section { grid-template-columns: 1fr; }
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
        }
        .spoiler { background: #333; color: #333; padding: 2px 5px; border-radius: 3px; cursor: pointer; transition: color 0.5s; }
        .spoiler:hover { color: #fff; }
        .icon-list { list-style: none; }
        .icon-list li { margin-bottom: 10px; padding-left: 30px; position: relative; }
        .icon-list li::before { content: '\f0a9'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #FF4500; position: absolute; left: 0; }
        .link-cloud { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin: 30px 0; }
        .link-cloud a { background: rgba(0, 191, 255, 0.1); padding: 10px 20px; border-radius: 50px; border: 1px solid #00BFFF; }
        .link-cloud a:hover { background: rgba(255, 69, 0, 0.2); border-color: #FF4500; }
