        * {
            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.7;
            overflow-x: hidden;
        }
        a {
            color: #60a5fa;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        a:hover {
            color: #38bdf8;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        section {
            padding: 60px 0;
        }
        h1, h2, h3, h4 {
            color: #f8fafc;
            margin-bottom: 1.2rem;
            line-height: 1.3;
        }
        h1 {
            font-size: 2.8rem;
            background: linear-gradient(90deg, #60a5fa, #a78bfa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 1rem;
        }
        h2 {
            font-size: 2.2rem;
            border-left: 5px solid #3b82f6;
            padding-left: 15px;
            margin-top: 2.5rem;
        }
        h3 {
            font-size: 1.8rem;
            color: #c7d2fe;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.4rem;
            color: #a5b4fc;
            margin-top: 1.5rem;
        }
        p {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }
        ul, ol {
            margin-bottom: 1.5rem;
            padding-left: 2rem;
        }
        li {
            margin-bottom: 0.5rem;
        }
        blockquote {
            border-left: 4px solid #f59e0b;
            background-color: #1e293b;
            padding: 25px;
            margin: 30px 0;
            border-radius: 0 10px 10px 0;
            font-style: italic;
        }
        hr {
            border: none;
            height: 2px;
            background: linear-gradient(to right, transparent, #3b82f6, transparent);
            margin: 50px 0;
        }
        .highlight {
            background-color: rgba(96, 165, 250, 0.15);
            padding: 3px 8px;
            border-radius: 4px;
            font-weight: bold;
        }
        .emoji {
            font-size: 1.2em;
            margin-right: 8px;
        }
        .last-updated {
            font-size: 0.95rem;
            color: #94a3b8;
            text-align: right;
            margin-top: 20px;
        }
        header {
            background-color: #1e293b;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(90deg, #60a5fa, #a78bfa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .my-logo:hover {
            opacity: 0.9;
        }
        nav {
            display: flex;
            align-items: center;
        }
        .nav-links {
            display: flex;
            list-style: none;
        }
        .nav-links li {
            margin-left: 25px;
        }
        .nav-links a {
            color: #cbd5e1;
            font-weight: 600;
            padding: 8px 12px;
            border-radius: 6px;
        }
        .nav-links a:hover {
            background-color: #334155;
            color: #60a5fa;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            cursor: pointer;
            color: #cbd5e1;
        }
        .breadcrumb {
            padding: 15px 20px;
            background-color: #1e293b;
            border-bottom: 1px solid #334155;
            font-size: 0.95rem;
        }
        .breadcrumb a {
            color: #94a3b8;
        }
        .breadcrumb a:hover {
            color: #60a5fa;
        }
        .hero {
            background: radial-gradient(circle at top right, #1e3a8a20, transparent 50%),
                        radial-gradient(circle at bottom left, #7c3aed20, transparent 50%);
            padding: 80px 0;
            text-align: center;
        }
        .hero p {
            font-size: 1.3rem;
            max-width: 800px;
            margin: 20px auto;
            color: #d1d5db;
        }
        .search-box {
            background-color: #1e293b;
            padding: 30px;
            border-radius: 15px;
            margin: 40px 0;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }
        .search-box h3 {
            margin-top: 0;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin-top: 20px;
        }
        .search-form input {
            flex-grow: 1;
            padding: 15px 20px;
            border: 2px solid #334155;
            border-radius: 10px 0 0 10px;
            background-color: #0f172a;
            color: #f8fafc;
            font-size: 1rem;
        }
        .search-form button {
            background: linear-gradient(90deg, #3b82f6, #6366f1);
            color: white;
            border: none;
            padding: 0 25px;
            border-radius: 0 10px 10px 0;
            cursor: pointer;
            font-weight: bold;
            transition: opacity 0.3s;
        }
        .search-form button:hover {
            opacity: 0.9;
        }
        .user-interaction {
            background-color: #1e293b;
            padding: 30px;
            border-radius: 15px;
            margin: 40px 0;
        }
        .rating-system {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }
        .stars {
            display: flex;
            gap: 5px;
        }
        .stars i {
            color: #fbbf24;
            font-size: 1.5rem;
            cursor: pointer;
            transition: transform 0.2s;
        }
        .stars i:hover {
            transform: scale(1.2);
        }
        .comment-form textarea {
            width: 100%;
            padding: 15px;
            border-radius: 10px;
            background-color: #0f172a;
            border: 2px solid #334155;
            color: #f8fafc;
            font-size: 1rem;
            margin-bottom: 15px;
            min-height: 120px;
            resize: vertical;
        }
        .comment-form button {
            background: linear-gradient(90deg, #10b981, #059669);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 10px;
            cursor: pointer;
            font-weight: bold;
            transition: opacity 0.3s;
        }
        .comment-form button:hover {
            opacity: 0.9;
        }
        .content-section {
            background-color: #1e293b;
            padding: 40px;
            border-radius: 15px;
            margin-bottom: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .content-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }
        .image-wrapper {
            margin: 30px 0;
            border-radius: 15px;
            overflow: hidden;
            border: 3px solid #334155;
        }
        .image-wrapper img {
            width: 100%;
            transition: transform 0.5s ease;
        }
        .image-wrapper img:hover {
            transform: scale(1.03);
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin: 30px 0;
        }
        .stat-card {
            background: linear-gradient(135deg, #1e40af30, #3730a330);
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            border: 1px solid #3b82f640;
        }
        .stat-card i {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: #60a5fa;
        }
        .stat-card h4 {
            margin-top: 0;
        }
        .link-list {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 30px 0;
        }
        .link-list a {
            background-color: #334155;
            padding: 10px 20px;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
        }
        .link-list a:hover {
            background-color: #3b82f6;
            transform: translateY(-3px);
        }
        footer {
            background-color: #0f172a;
            border-top: 2px solid #1e293b;
            padding: 60px 0 30px;
            margin-top: 60px;
        }
        .footer-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
        }
        .footer-logo {
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 20px;
            background: linear-gradient(90deg, #60a5fa, #a78bfa);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .friend-links {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin: 20px 0;
        }
        .friend-links a {
            color: #94a3b8;
            padding: 8px 0;
            border-bottom: 1px dashed #334155;
        }
        .friend-links a:hover {
            color: #60a5fa;
            border-bottom-color: #60a5fa;
        }
        .copyright {
            text-align: center;
            padding-top: 30px;
            margin-top: 30px;
            border-top: 1px solid #334155;
            color: #64748b;
            font-size: 0.9rem;
        }
        @media (max-width: 992px) {
            h1 { font-size: 2.4rem; }
            h2 { font-size: 2rem; }
            .container { padding: 0 15px; }
            section { padding: 40px 0; }
        }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .nav-links {
                position: fixed;
                top: 80px;
                right: -100%;
                flex-direction: column;
                background-color: #1e293b;
                width: 80%;
                max-width: 300px;
                height: calc(100vh - 80px);
                transition: right 0.3s ease;
                padding-top: 30px;
                box-shadow: -5px 0 15px rgba(0,0,0,0.5);
            }
            .nav-links.active {
                right: 0;
            }
            .nav-links li {
                margin: 0;
                text-align: center;
                padding: 15px;
                border-bottom: 1px solid #334155;
            }
            .nav-links a {
                display: block;
            }
            .search-form { flex-direction: column; }
            .search-form input { border-radius: 10px; margin-bottom: 10px; }
            .search-form button { border-radius: 10px; padding: 15px; }
            .content-section { padding: 25px; }
        }
        @media (max-width: 480px) {
            h1 { font-size: 2rem; }
            h2 { font-size: 1.7rem; }
            .hero { padding: 50px 0; }
            .stats-grid { grid-template-columns: 1fr; }
        }
