        * { 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: #f0f0f0;
            background: linear-gradient(135deg, #0c0e1a 0%, #1a1d32 100%);
            background-attachment: fixed;
            max-width: 100%;
            overflow-x: hidden;
        }
        a { color: #00b4ff; text-decoration: none; transition: all 0.3s ease; }
        a:hover { color: #ffcc00; text-shadow: 0 0 8px rgba(255, 204, 0, 0.5); }
        img { max-width: 100%; height: auto; display: block; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header { background: rgba(12, 14, 26, 0.95); padding: 1rem 0; position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(10px); border-bottom: 2px solid #00b4ff; }
        .header-container { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Impact', 'Arial Black', sans-serif; font-size: 2.2rem; background: linear-gradient(90deg, #00b4ff, #ffcc00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .my-logo:hover { transform: scale(1.05); }
        nav ul { display: flex; list-style: none; }
        nav li { margin-left: 2rem; }
        nav a { font-weight: 600; font-size: 1.1rem; padding: 0.5rem 0; position: relative; }
        nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0%; height: 2px; background: #ffcc00; transition: width 0.3s; }
        nav a:hover::after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #00b4ff; }
        .breadcrumb { padding: 1rem 0; font-size: 0.9rem; color: #aaa; }
        .breadcrumb a { color: #aaa; }
        .breadcrumb a:hover { color: #fff; }
        .hero { text-align: center; padding: 4rem 2rem; background: radial-gradient(circle at center, #1a1d32 0%, #0c0e1a 100%); border-bottom: 3px solid #ffcc00; }
        .hero h1 { font-size: 3.2rem; margin-bottom: 1.5rem; background: linear-gradient(90deg, #00b4ff, #ffcc00); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .hero p { font-size: 1.4rem; max-width: 800px; margin: 0 auto 2rem; color: #ccc; }
        .content { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; padding: 3rem 0; }
        main article section { margin-bottom: 3rem; background: rgba(30, 33, 58, 0.7); padding: 2rem; border-radius: 12px; border-left: 5px solid #00b4ff; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); transition: transform 0.3s; }
        main article section:hover { transform: translateY(-5px); }
        h2 { color: #ffcc00; font-size: 2.2rem; margin-bottom: 1.2rem; border-bottom: 2px solid #333; padding-bottom: 0.5rem; }
        h3 { color: #00b4ff; font-size: 1.8rem; margin: 1.5rem 0 1rem; }
        h4 { color: #9acd32; font-size: 1.4rem; margin: 1.2rem 0 0.8rem; }
        p { margin-bottom: 1.2rem; font-size: 1.1rem; text-align: justify; }
        strong { color: #ffcc00; }
        em { color: #9acd32; }
        .highlight-box { background: rgba(0, 180, 255, 0.1); border: 1px solid #00b4ff; padding: 1.5rem; border-radius: 10px; margin: 1.5rem 0; }
        .visual-map { text-align: center; margin: 2rem 0; }
        .visual-map img { border-radius: 15px; border: 3px solid #ffcc00; margin: 0 auto; box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3); }
        aside { background: rgba(30, 33, 58, 0.9); padding: 2rem; border-radius: 12px; height: fit-content; position: sticky; top: 120px; }
        .widget { margin-bottom: 2.5rem; }
        .widget h3 { font-size: 1.5rem; color: #ffcc00; margin-bottom: 1rem; }
        .search-form, .comment-form, .rating-form { display: flex; flex-direction: column; }
        .search-form input, .comment-form textarea, .comment-form input, .rating-form select {
            padding: 0.8rem;
            margin-bottom: 1rem;
            border: 1px solid #444;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.08);
            color: #fff;
            font-size: 1rem;
        }
        .search-form button, .comment-form button, .rating-form button {
            padding: 0.8rem;
            background: linear-gradient(90deg, #00b4ff, #0077cc);
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s;
        }
        .search-form button:hover, .comment-form button:hover, .rating-form button:hover { background: linear-gradient(90deg, #ffcc00, #ff9900); transform: scale(1.03); }
        .stars { display: flex; justify-content: center; gap: 5px; margin: 1rem 0; }
        .stars i { color: #555; cursor: pointer; font-size: 1.5rem; transition: color 0.2s; }
        .stars i:hover, .stars i.active { color: #ffcc00; }
        footer { background: #0a0c18; padding: 3rem 0 1.5rem; margin-top: 3rem; border-top: 2px solid #00b4ff; }
        .footer-container { display: flex; flex-wrap: wrap; justify-content: space-between; }
        .footer-section { flex: 1; min-width: 250px; margin-bottom: 2rem; }
        .footer-section h3 { color: #ffcc00; margin-bottom: 1.5rem; }
        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 0.8rem; }
        friend-link { display: block; margin: 0.5rem 0; color: #9acd32; }
        .copyright { text-align: center; padding-top: 2rem; border-top: 1px solid #333; color: #aaa; font-size: 0.9rem; width: 100%; }
        @media (max-width: 992px) {
            .content { grid-template-columns: 1fr; }
            aside { position: static; }
        }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(12, 14, 26, 0.98); padding: 1rem; }
            nav ul.active { display: flex; }
            nav li { margin: 0.5rem 0; }
            .hero h1 { font-size: 2.5rem; }
            .hero p { font-size: 1.2rem; }
            h2 { font-size: 1.8rem; }
            h3 { font-size: 1.5rem; }
            .header-container { flex-wrap: wrap; }
            .my-logo { font-size: 1.8rem; }
        }
