        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            background-color: #0f172a;
            color: #cbd5e1;
            line-height: 1.8;
            overflow-x: hidden;
        }
        a {
            color: #60a5fa;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        a:hover {
            color: #93c5fd;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .section-padding {
            padding: 60px 0;
        }
        .text-center {
            text-align: center;
        }
        .text-highlight {
            color: #fbbf24;
            font-weight: bold;
        }
        .btn {
            display: inline-block;
            background: linear-gradient(90deg, #dc2626, #991b1b);
            color: white;
            padding: 12px 28px;
            border-radius: 6px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .btn:hover {
            background: linear-gradient(90deg, #ef4444, #dc2626);
            transform: translateY(-2px);
            text-decoration: none;
        }
        .site-header {
            background-color: #1e293b;
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
        }
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .my-logo {
            font-size: 2.5rem;
            font-weight: 900;
            background: linear-gradient(to right, #f59e0b, #dc2626);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 2px;
        }
        .my-logo a:hover {
            text-decoration: none;
        }
        .main-nav ul {
            display: flex;
            list-style: none;
            gap: 30px;
        }
        .main-nav a {
            color: #e2e8f0;
            font-weight: 500;
            font-size: 1.1rem;
        }
        .main-nav a:hover {
            color: #fbbf24;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            color: #fbbf24;
            cursor: pointer;
            background: none;
            border: none;
        }
        .breadcrumb {
            background-color: #334155;
            padding: 12px 0;
            font-size: 0.9rem;
        }
        .breadcrumb a {
            color: #cbd5e1;
        }
        .breadcrumb span {
            color: #94a3b8;
            margin: 0 8px;
        }
        .hero {
            background: linear-gradient(rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.9)), url('https://images.unsplash.com/photo-1542751371-adc38448a05e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
            padding: 100px 0;
            text-align: center;
        }
        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            color: #f8fafc;
            line-height: 1.2;
        }
        .hero p {
            font-size: 1.3rem;
            max-width: 800px;
            margin: 0 auto 30px;
            color: #cbd5e1;
        }
        .content-area {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            margin-top: 40px;
        }
        @media (max-width: 992px) {
            .content-area {
                grid-template-columns: 1fr;
            }
        }
        .main-content h1 {
            font-size: 2.8rem;
            color: #f8fafc;
            margin-bottom: 25px;
            border-left: 5px solid #dc2626;
            padding-left: 15px;
        }
        .main-content h2 {
            font-size: 2.2rem;
            color: #f1f5f9;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #475569;
        }
        .main-content h3 {
            font-size: 1.8rem;
            color: #e2e8f0;
            margin: 30px 0 15px;
        }
        .main-content h4 {
            font-size: 1.4rem;
            color: #cbd5e1;
            margin: 25px 0 12px;
        }
        .main-content p {
            margin-bottom: 22px;
            font-size: 1.1rem;
            text-align: justify;
        }
        .main-content blockquote {
            border-left: 4px solid #f59e0b;
            padding-left: 20px;
            margin: 25px 0;
            font-style: italic;
            color: #d1d5db;
            background-color: #1e293b;
            padding: 20px;
            border-radius: 0 8px 8px 0;
        }
        .main-content ul, .main-content ol {
            margin-left: 25px;
            margin-bottom: 22px;
        }
        .main-content li {
            margin-bottom: 8px;
        }
        .featured-image {
            margin: 30px 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7);
        }
        .sidebar-widget {
            background-color: #1e293b;
            padding: 25px;
            border-radius: 10px;
            margin-bottom: 30px;
        }
        .sidebar-widget h3 {
            color: #fbbf24;
            margin-bottom: 20px;
            font-size: 1.5rem;
        }
        .search-form input {
            width: 100%;
            padding: 12px;
            border-radius: 6px;
            border: 1px solid #475569;
            background-color: #334155;
            color: #f1f5f9;
            margin-bottom: 10px;
        }
        .rating-widget .stars {
            display: flex;
            gap: 5px;
            margin: 15px 0;
            justify-content: center;
        }
        .rating-widget .star {
            font-size: 1.8rem;
            color: #4b5563;
            cursor: pointer;
            transition: color 0.2s;
        }
        .rating-widget .star:hover,
        .rating-widget .star.active {
            color: #fbbf24;
        }
        .comment-section {
            margin-top: 50px;
        }
        .comment-form textarea {
            width: 100%;
            padding: 15px;
            border-radius: 8px;
            background-color: #1e293b;
            border: 1px solid #475569;
            color: #f1f5f9;
            margin-bottom: 15px;
            resize: vertical;
            min-height: 120px;
        }
        .comment {
            background-color: #1e293b;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .comment-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            color: #94a3b8;
        }
        .site-footer {
            background-color: #1e293b;
            padding: 50px 0 20px;
            margin-top: 60px;
        }
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 40px;
        }
        .footer-section {
            flex: 1;
            min-width: 250px;
        }
        .footer-section h3 {
            color: #fbbf24;
            margin-bottom: 20px;
            font-size: 1.3rem;
        }
        .friend-links {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        friend-link {
            display: inline-block;
            background-color: #334155;
            padding: 8px 15px;
            border-radius: 6px;
            transition: background-color 0.3s;
        }
        friend-link:hover {
            background-color: #475569;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #475569;
            color: #94a3b8;
            font-size: 0.9rem;
        }
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }
            .hero p {
                font-size: 1.1rem;
            }
            .main-nav ul {
                flex-direction: column;
                position: fixed;
                top: 80px;
                left: -100%;
                width: 100%;
                background-color: #1e293b;
                padding: 20px;
                transition: left 0.5s ease;
                box-shadow: 0 10px 15px rgba(0,0,0,0.5);
            }
            .main-nav ul.active {
                left: 0;
            }
            .hamburger {
                display: block;
            }
            .main-content h1 {
                font-size: 2.2rem;
            }
            .main-content h2 {
                font-size: 1.8rem;
            }
        }
