        * { 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: #0a0a12;
            background-image: radial-gradient(circle at 15% 50%, rgba(30, 60, 114, 0.1) 0%, transparent 55%),
                              radial-gradient(circle at 85% 30%, rgba(114, 30, 60, 0.05) 0%, transparent 55%);
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 15px;
        }
        a { color: #4dabf7; text-decoration: none; transition: color 0.3s ease, transform 0.2s ease; }
        a:hover { color: #74c0fc; transform: translateY(-2px); }
        img { max-width: 100%; height: auto; display: block; }
        ul, ol { padding-left: 2rem; margin: 1rem 0; }
        h1, h2, h3, h4 { font-weight: 700; color: #ffffff; margin-bottom: 1rem; font-family: 'Arial Black', Gadget, sans-serif; }
        h1 { font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.2; margin-top: 1.5rem; text-shadow: 0 2px 10px rgba(77, 171, 247, 0.3); }
        h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); border-left: 5px solid #4dabf7; padding-left: 1rem; margin-top: 3rem; }
        h3 { font-size: clamp(1.5rem, 3vw, 2rem); color: #a5d8ff; margin-top: 2.5rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        .lead { font-size: 1.4rem; color: #b3d9ff; font-weight: 300; margin-bottom: 2rem; }
        .highlight { background: linear-gradient(90deg, transparent 0%, rgba(77, 171, 247, 0.15) 50%, transparent 100%); padding: 0.2rem 0.5rem; border-radius: 4px; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
        .site-header { padding: 1.5rem 0; border-bottom: 1px solid #22223a; position: sticky; top: 0; background-color: rgba(10, 10, 18, 0.92); backdrop-filter: blur(10px); z-index: 1000; }
        .header-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
        .logo a { font-size: 2.2rem; font-weight: 900; color: #4dabf7; text-transform: uppercase; letter-spacing: 2px; }
        .logo a:hover { color: #74c0fc; }
        .nav-desktop { display: flex; gap: 2rem; }
        .nav-desktop a { font-weight: 600; padding: 0.5rem 0; position: relative; }
        .nav-desktop a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #4dabf7; transition: width 0.3s ease; }
        .nav-desktop a:hover::after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: #fff; cursor: pointer; }
        .nav-mobile { display: none; flex-direction: column; width: 100%; background: #151525; border-radius: 8px; padding: 1rem; margin-top: 1rem; border: 1px solid #2a2a40; }
        .nav-mobile.active { display: flex; }
        .nav-mobile a { padding: 0.8rem 0; border-bottom: 1px solid #2a2a40; }
        .nav-mobile a:last-child { border-bottom: none; }
        .breadcrumb { margin: 1.5rem 0; font-size: 0.9rem; }
        .breadcrumb a { color: #8a8ab5; }
        .breadcrumb a:hover { color: #a5d8ff; }
        .breadcrumb span { color: #cccccc; }
        .search-box { margin: 2.5rem 0; background: #151525; padding: 1.5rem; border-radius: 10px; border: 1px solid #2a2a40; }
        .search-box h3 { margin-top: 0; }
        .search-form { display: flex; gap: 10px; }
        .search-form input { flex-grow: 1; padding: 12px 15px; border: 2px solid #2a2a40; border-radius: 6px; background: #0a0a12; color: #fff; font-size: 1rem; }
        .search-form input:focus { outline: none; border-color: #4dabf7; }
        .search-form button { padding: 12px 25px; background: linear-gradient(135deg, #4dabf7, #339af0); color: white; border: none; border-radius: 6px; font-weight: bold; cursor: pointer; transition: background 0.3s ease, transform 0.2s; }
        .search-form button:hover { background: linear-gradient(135deg, #339af0, #228be6); transform: scale(1.05); }
        .main-content { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin: 3rem 0; }
        @media (max-width: 992px) { .main-content { grid-template-columns: 1fr; } }
        .article-content { background: rgba(21, 21, 37, 0.7); padding: 2.5rem; border-radius: 15px; border: 1px solid #2a2a40; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
        .sidebar { background: #151525; padding: 1.8rem; border-radius: 15px; border: 1px solid #2a2a40; align-self: start; position: sticky; top: 120px; }
        .sidebar h3 { font-size: 1.5rem; margin-top: 0; }
        .sidebar ul { list-style: none; padding-left: 0; }
        .sidebar li { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px dashed #2a2a40; }
        .sidebar li:last-child { border-bottom: none; }
        .sidebar a { display: block; }
        .hero-image { margin: 2.5rem 0; text-align: center; }
        .hero-image img { border-radius: 10px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); border: 2px solid #339af0; }
        .hero-image figcaption { font-style: italic; color: #8a8ab5; margin-top: 0.8rem; font-size: 0.95rem; }
        .interactive-section { background: linear-gradient(145deg, #1a1a2e, #151525); padding: 2rem; border-radius: 10px; margin: 3rem 0; border-left: 5px solid #ff6b6b; }
        .rating-box, .comment-box { margin-bottom: 2.5rem; }
        .rating-box h3, .comment-box h3 { display: flex; align-items: center; gap: 10px; }
        .stars { display: flex; gap: 5px; margin: 1rem 0; }
        .star { font-size: 2rem; color: #444; cursor: pointer; transition: color 0.2s ease, transform 0.2s; }
        .star:hover, .star.active { color: #ffd43b; transform: scale(1.2); }
        .comment-form textarea { width: 100%; min-height: 150px; padding: 15px; border: 2px solid #2a2a40; border-radius: 8px; background: #0a0a12; color: #fff; font-size: 1rem; margin: 1rem 0; }
        .comment-form button { padding: 12px 30px; background: linear-gradient(135deg, #40c057, #2f9e44); color: white; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; }
        .comment-form button:hover { background: linear-gradient(135deg, #2f9e44, #2b8a3e); }
        .web-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin: 3rem 0; }
        .web-link { background: #151525; padding: 1.2rem; border-radius: 8px; border: 1px solid #2a2a40; transition: all 0.3s ease; }
        .web-link:hover { border-color: #4dabf7; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(77, 171, 247, 0.1); }
        .web-link a { font-weight: 600; display: block; }
        .site-footer { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid #22223a; text-align: center; }
        .footer-links { margin-bottom: 2rem; }
        .copyright { color: #8a8ab5; font-size: 0.9rem; padding: 1.5rem 0; border-top: 1px solid #2a2a40; }
        .text-center { text-align: center; }
        .mt-3 { margin-top: 3rem; }
        .mb-3 { margin-bottom: 3rem; }
        @media (max-width: 768px) {
            .header-container { flex-direction: column; align-items: flex-start; }
            .nav-desktop { display: none; }
            .hamburger { display: block; position: absolute; top: 1.8rem; right: 15px; }
            .article-content { padding: 1.5rem; }
            .sidebar { position: static; }
            .search-form { flex-direction: column; }
            .search-form button { width: 100%; }
        }
