        * {
            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, #0a0f1c 0%, #1a1f2e 100%);
            background-attachment: fixed;
            max-width: 100%;
            overflow-x: hidden;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            color: #4dabf7;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
        h1 {
            font-size: 2.8rem;
            color: #69db7c;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            border-bottom: 3px solid #339af0;
            padding-bottom: 0.5rem;
            margin-top: 1.5rem;
        }
        h2 {
            font-size: 2.2rem;
            color: #74c0fc;
            border-left: 5px solid #ff922b;
            padding-left: 15px;
            margin-top: 2.5rem;
        }
        h3 {
            font-size: 1.8rem;
            color: #a9e34b;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.4rem;
            color: #ffd43b;
            margin-top: 1.5rem;
        }
        p {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }
        a {
            color: #339af0;
            text-decoration: none;
            transition: all 0.3s ease;
            border-bottom: 1px dotted transparent;
        }
        a:hover {
            color: #69db7c;
            border-bottom: 1px dotted #69db7c;
        }
        strong {
            color: #ffd43b;
            font-weight: 700;
        }
        em {
            color: #c0eb75;
            font-style: italic;
        }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .grid {
            display: grid;
            gap: 2rem;
        }
        .grid-2 {
            grid-template-columns: repeat(2, 1fr);
        }
        .grid-3 {
            grid-template-columns: repeat(3, 1fr);
        }
        .flex {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .flex-between {
            justify-content: space-between;
        }
        .flex-center {
            justify-content: center;
            align-items: center;
        }
        .site-header {
            background: rgba(10, 15, 28, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 2px solid #339af0;
            position: sticky;
            top: 0;
            z-index: 1000;
            padding: 1rem 0;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 900;
            color: #69db7c;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-shadow: 0 0 10px rgba(105, 219, 124, 0.5);
        }
        .my-logo:hover {
            color: #ffd43b;
            text-shadow: 0 0 15px rgba(255, 212, 59, 0.7);
        }
        .main-nav ul {
            list-style: none;
            gap: 2rem;
        }
        .main-nav a {
            color: #c0eb75;
            font-weight: 600;
            padding: 0.5rem 1rem;
            border-radius: 4px;
        }
        .main-nav a:hover {
            background: rgba(52, 152, 240, 0.2);
            color: #fff;
            border-bottom: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #69db7c;
            font-size: 1.8rem;
            cursor: pointer;
        }
        .breadcrumb {
            padding: 1rem 0;
            background: rgba(26, 31, 46, 0.8);
            border-bottom: 1px solid #495057;
            margin-bottom: 2rem;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 0.5rem;
        }
        .breadcrumb li:not(:last-child)::after {
            content: "›";
            margin-left: 0.5rem;
            color: #74c0fc;
        }
        .search-box {
            background: rgba(33, 37, 41, 0.9);
            border-radius: 50px;
            padding: 1.5rem;
            margin: 2rem 0;
            border: 2px solid #339af0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
        .search-form {
            display: flex;
            gap: 10px;
        }
        .search-input {
            flex: 1;
            padding: 15px 20px;
            border: 2px solid #495057;
            border-radius: 30px;
            background: #1a1f2e;
            color: #fff;
            font-size: 1.1rem;
            transition: all 0.3s;
        }
        .search-input:focus {
            outline: none;
            border-color: #69db7c;
            box-shadow: 0 0 0 3px rgba(105, 219, 124, 0.2);
        }
        .search-btn {
            background: linear-gradient(135deg, #339af0, #1c7ed6);
            color: white;
            border: none;
            border-radius: 30px;
            padding: 0 30px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s;
        }
        .search-btn:hover {
            background: linear-gradient(135deg, #1c7ed6, #1864ab);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(28, 126, 214, 0.4);
        }
        .content-card {
            background: rgba(33, 37, 41, 0.7);
            border-radius: 12px;
            padding: 2rem;
            margin-bottom: 2rem;
            border-left: 5px solid #ff922b;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .content-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.3);
        }
        .highlight-box {
            background: linear-gradient(135deg, rgba(52, 152, 240, 0.15), rgba(105, 219, 124, 0.1));
            border: 1px solid #339af0;
            border-radius: 10px;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        .pull-quote {
            font-size: 1.4rem;
            font-style: italic;
            color: #c0eb75;
            border-left: 4px solid #ff922b;
            padding-left: 1.5rem;
            margin: 2rem 0 2rem 1.5rem;
        }
        .article-image {
            border-radius: 10px;
            border: 3px solid #495057;
            margin: 2rem auto;
            box-shadow: 0 10px 25px rgba(0,0,0,0.4);
            overflow: hidden;
        }
        .image-caption {
            text-align: center;
            font-style: italic;
            color: #adb5bd;
            margin-top: 0.5rem;
            font-size: 0.95rem;
        }
        .rating-widget {
            background: rgba(26, 31, 46, 0.9);
            border-radius: 12px;
            padding: 1.5rem;
            margin: 2rem 0;
            border: 2px solid #ffd43b;
        }
        .stars {
            display: flex;
            gap: 5px;
            margin: 1rem 0;
        }
        .star {
            color: #495057;
            font-size: 1.8rem;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star:hover,
        .star.active {
            color: #ffd43b;
        }
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, #40c057, #2f9e44);
            color: white;
            padding: 12px 28px;
            border-radius: 6px;
            font-weight: 700;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
        }
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(64, 192, 87, 0.4);
        }
        .btn-secondary {
            background: linear-gradient(135deg, #339af0, #1c7ed6);
        }
        .comment-form, .rating-form {
            display: grid;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        textarea, input[type="text"], input[type="email"] {
            width: 100%;
            padding: 15px;
            border: 2px solid #495057;
            border-radius: 8px;
            background: #1a1f2e;
            color: #fff;
            font-size: 1rem;
            transition: border-color 0.3s;
        }
        textarea:focus, input:focus {
            outline: none;
            border-color: #69db7c;
        }
        .site-footer {
            background: #0a0f1c;
            border-top: 3px solid #339af0;
            padding: 3rem 0 1.5rem;
            margin-top: 4rem;
        }
        friend-link {
            display: block;
            background: rgba(52, 152, 240, 0.1);
            border: 1px solid #339af0;
            border-radius: 8px;
            padding: 1rem;
            margin: 1rem 0;
            transition: all 0.3s;
        }
        friend-link:hover {
            background: rgba(52, 152, 240, 0.2);
            transform: translateX(5px);
        }
        .copyright {
            text-align: center;
            color: #adb5bd;
            padding-top: 2rem;
            border-top: 1px solid #495057;
            margin-top: 2rem;
            font-size: 0.9rem;
        }
        @media (max-width: 992px) {
            .grid-3 { grid-template-columns: repeat(2, 1fr); }
            h1 { font-size: 2.4rem; }
            h2 { font-size: 2rem; }
        }
        @media (max-width: 768px) {
            .grid-2, .grid-3 { grid-template-columns: 1fr; }
            .hamburger { display: block; }
            .main-nav ul {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: rgba(10, 15, 28, 0.98);
                padding: 1rem;
                border-top: 2px solid #339af0;
            }
            .main-nav.active ul {
                display: flex;
            }
            .search-form { flex-direction: column; }
            .search-btn { width: 100%; }
        }
        @media (max-width: 480px) {
            h1 { font-size: 2rem; }
            h2 { font-size: 1.7rem; }
            .container { padding: 0 15px; }
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .fade-in {
            animation: fadeIn 0.8s ease-out forwards;
        }
        .emoji { font-size: 1.2em; }
