:root {
            --primary: #1E3A8A;
            --secondary: #3B82F6;
            --accent1: #10B981;
            --accent2: #F59E0B;
            --light: #F0F9FF;
            --dark: #0F172A;
        }
        
        body {
            font-family: 'Exo 2', sans-serif;
            background: linear-gradient(to bottom, #f8fafc, #e2e8f0);
            color: var(--dark);
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%231e3a8a' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
        }
        
        /* Navbar Styles */
        #ai_auto_navbar {
            background-color: var(--primary);
            border-bottom: 3px solid var(--accent2);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .ai_auto_navbar-brand {
            font-family: 'Share Tech Mono', monospace;
            font-size: 1.8rem;
            color: white !important;
            font-weight: 700;
            letter-spacing: 1px;
            position: relative;
        }
        
        .ai_auto_navbar-brand::after {
            content: "SCIENCE";
            position: absolute;
            bottom: -8px;
            right: 0;
            font-size: 0.7rem;
            color: var(--accent2);
            letter-spacing: 2px;
        }
        
        .ai_auto_nav-link {
            color: rgba(255, 255, 255, 0.85) !important;
            font-weight: 500;
            padding: 0.5rem 1rem !important;
            margin: 0 0.2rem;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        
        .ai_auto_nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white !important;
            transform: translateY(-2px);
        }
        
        .ai_auto_search-form {
            position: relative;
        }
        
        .ai_auto_search-input {
            background-color: rgba(255, 255, 255, 0.15);
            border: none;
            color: white;
            border-radius: 30px;
            padding: 0.5rem 1.5rem 0.5rem 3rem;
            transition: all 0.3s ease;
        }
        
        .ai_auto_search-input:focus {
            background-color: rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.25);
            color: white;
        }
        
        .ai_auto_search-input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }
        
        .ai_auto_search-btn {
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%);
            color: rgba(255, 255, 255, 0.7);
            background: none;
            border: none;
            z-index: 10;
        }
        
        /* Banner Styles */
        #ai_auto_banner {
            background: linear-gradient(rgba(15, 23, 42, 0.9), rgba(30, 58, 138, 0.8)), 
                        url('https://images.unsplash.com/photo-1532094349884-543bc11b234d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80');
            background-size: cover;
            background-position: center;
            padding: 6rem 0;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .ai_auto_banner-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            letter-spacing: 1px;
        }
        
        .ai_auto_banner-desc {
            font-size: 1.4rem;
            max-width: 700px;
            margin: 0 auto 3rem;
            opacity: 0.9;
            line-height: 1.6;
        }
        
        .ai_auto_banner-search {
            max-width: 700px;
            margin: 0 auto;
            position: relative;
        }
        
        .ai_auto_banner-input {
            padding: 1.2rem 2rem;
            border-radius: 50px;
            border: none;
            font-size: 1.1rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }
        
        .ai_auto_banner-btn {
            position: absolute;
            right: 5px;
            top: 5px;
            padding: 0.9rem 2rem;
            border-radius: 50px;
            background: var(--accent2);
            color: white;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
        }
        
        .ai_auto_banner-btn:hover {
            background: #e69008;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(245, 158, 11, 0.4);
        }
        
        /* Section Headings */
        .ai_auto_section-heading {
            position: relative;
            padding-bottom: 1rem;
            margin-bottom: 2.5rem;
            text-align: center;
            font-weight: 700;
            color: var(--primary);
        }
        
        .ai_auto_section-heading::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: var(--accent2);
            border-radius: 2px;
        }
        
        .ai_auto_section-subheading {
            text-align: center;
            max-width: 700px;
            margin: -1.5rem auto 3rem;
            color: #64748b;
            font-size: 1.1rem;
        }
        
        /* Article Section */
        #ai_auto_home-artice {
            padding: 5rem 0;
            background-color: white;
        }
        
        /* Featured Articles - Magazine Layout */
        #ai_auto_feature-article {
            margin-bottom: 5rem;
        }
        
        .ai_auto_featured-main {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            height: 100%;
            position: relative;
            transition: transform 0.3s ease;
        }
        
        .ai_auto_featured-main:hover {
            transform: translateY(-5px);
        }
        
        .ai_auto_featured-img {
            height: 100%;
            object-fit: cover;
            width: 100%;
            transition: transform 0.5s ease;
        }
        
        .ai_auto_featured-main:hover .ai_auto_featured-img {
            transform: scale(1.05);
        }
        
        .ai_auto_featured-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            padding: 2rem 1.5rem 1.5rem;
            color: white;
        }
        
        .ai_auto_featured-label {
            position: absolute;
            top: 1.5rem;
            left: 1.5rem;
            background: var(--accent2);
            color: white;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .ai_auto_featured-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: white;
        }
        
        .ai_auto_featured-meta {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 0.9rem;
            opacity: 0.9;
            margin-bottom: 0.5rem;
        }
        
        .ai_auto_featured-author {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .ai_auto_featured-list {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        
        .ai_auto_featured-item {
            display: flex;
            gap: 1.5rem;
            align-items: center;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .ai_auto_featured-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .ai_auto_featured-thumb {
            width: 120px;
            height: 90px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }
        
        .ai_auto_featured-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .ai_auto_featured-item:hover .ai_auto_featured-thumb img {
            transform: scale(1.1);
        }
        
        .ai_auto_featured-content h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: var(--dark);
        }
        
        .ai_auto_featured-date {
            font-size: 0.85rem;
            color: var(--secondary);
            font-weight: 500;
        }
        
        /* Recent Articles - Timeline Layout */
        #ai_auto_last-article {
            margin-bottom: 5rem;
        }
        
        .ai_auto_timeline {
            position: relative;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .ai_auto_timeline::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 3px;
            background: var(--secondary);
            transform: translateX(-50%);
        }
        
        .ai_auto_timeline-item {
            position: relative;
            margin-bottom: 3rem;
            width: calc(50% - 2rem);
        }
        
        .ai_auto_timeline-item:nth-child(odd) {
            left: 0;
        }
        
        .ai_auto_timeline-item:nth-child(even) {
            left: calc(50% + 2rem);
        }
        
        .ai_auto_timeline-date {
            position: absolute;
            top: 0;
            background: var(--primary);
            color: white;
            padding: 0.5rem 1.2rem;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
        }
        
        .ai_auto_timeline-item:nth-child(odd) .ai_auto_timeline-date {
            right: -3.5rem;
        }
        
        .ai_auto_timeline-item:nth-child(even) .ai_auto_timeline-date {
            left: -3.5rem;
        }
        
        .ai_auto_timeline-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            border-left: 3px solid var(--accent1);
            transition: all 0.3s ease;
        }
        
        .ai_auto_timeline-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            border-left-width: 5px;
        }
        
        .ai_auto_timeline-content {
            display: flex;
            gap: 1.5rem;
            padding: 1.5rem;
        }
        
        .ai_auto_timeline-img {
            width: 180px;
            height: 140px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }
        
        .ai_auto_timeline-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .ai_auto_timeline-card:hover .ai_auto_timeline-img img {
            transform: scale(1.05);
        }
        
        .ai_auto_timeline-text h4 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            color: var(--dark);
        }
        
        .ai_auto_timeline-desc {
            color: #64748b;
            margin-bottom: 1rem;
            line-height: 1.6;
        }
        
        .ai_auto_timeline-meta {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 0.9rem;
            color: var(--secondary);
            font-weight: 500;
        }
        
        .ai_auto_timeline-labels {
            display: flex;
            gap: 0.5rem;
            margin-top: 1rem;
            flex-wrap: wrap;
        }
        
        .ai_auto_label {
            background: rgba(59, 130, 246, 0.1);
            color: var(--secondary);
            padding: 0.3rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
            transition: all 0.2s ease;
        }
        
        .ai_auto_label:hover {
            background: var(--secondary);
            color: white;
        }
        
        /* Recommended Articles - Image Fusion Layout */
        #ai_auto_recommend-article {
            margin-bottom: 3rem;
        }
        
        .ai_auto_fusion-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 2rem;
        }
        
        .ai_auto_fusion-card {
            border-radius: 10px;
            overflow: hidden;
            height: 300px;
            position: relative;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .ai_auto_fusion-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .ai_auto_fusion-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(30, 58, 138, 0.9), transparent);
            padding: 1.5rem;
            color: white;
            transition: all 0.4s ease;
            transform: translateY(60%);
        }
        
        .ai_auto_fusion-card:hover .ai_auto_fusion-overlay {
            transform: translateY(0);
            background: linear-gradient(to top, rgba(30, 58, 138, 0.95), transparent);
        }
        
        .ai_auto_fusion-card:hover .ai_auto_fusion-img {
            transform: scale(1.1);
        }
        
        .ai_auto_fusion-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            color: white;
            transition: all 0.3s ease;
        }
        
        .ai_auto_fusion-meta {
            opacity: 0;
            transition: opacity 0.4s ease;
            font-size: 0.9rem;
            display: flex;
            gap: 1rem;
            margin-bottom: 0.5rem;
        }
        
        .ai_auto_fusion-card:hover .ai_auto_fusion-meta {
            opacity: 1;
        }
        
        .ai_auto_fusion-labels {
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            gap: 0.5rem;
            flex-wrap: wrap;
        }
        
        .ai_auto_fusion-card:hover .ai_auto_fusion-labels {
            opacity: 1;
        }
        
        .ai_auto_fusion-label {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 0.2rem 0.7rem;
            border-radius: 30px;
            font-size: 0.75rem;
            transition: all 0.2s ease;
        }
        
        .ai_auto_fusion-label:hover {
            background: var(--accent2);
        }
        
        /* Subscribe Section */
        #ai_auto_subscribe {
            padding: 5rem 0;
            background: linear-gradient(to right, var(--primary), #152c6e);
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .ai_auto_subscribe-pattern {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%233b82f6' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
            opacity: 0.2;
        }
        
        .ai_auto_subscribe-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            position: relative;
            z-index: 2;
        }
        
        .ai_auto_subscribe-desc {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 2.5rem;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }
        
        .ai_auto_subscribe-form {
            max-width: 600px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .ai_auto_subscribe-input {
            padding: 1.1rem 1.5rem;
            border-radius: 50px 0 0 50px;
            border: none;
            font-size: 1.1rem;
            width: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }
        
        .ai_auto_subscribe-btn {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            padding: 0 2.5rem;
            border-radius: 0 50px 50px 0;
            background: var(--accent2);
            color: white;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }
        
        .ai_auto_subscribe-btn:hover {
            background: #e69008;
            transform: translateY(-2px);
        }
        
        /* Footer Styles */
        #ai_auto_footer {
            background: var(--dark);
            color: rgba(255, 255, 255, 0.8);
            padding-top: 4rem;
        }
        
        .ai_auto_footer-title {
            color: white;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.8rem;
        }
        
        .ai_auto_footer-title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--accent1);
        }
        
        #ai_auto_footer_desc {
            padding-right: 2rem;
        }
        
        #ai_auto_footer_desc .ai_auto_footer-title::after {
            background: var(--accent2);
        }
        
        .ai_auto_footer-brand {
            font-size: 1.8rem;
            font-weight: 700;
            color: white;
            display: block;
            margin-bottom: 1rem;
            font-family: 'Share Tech Mono', monospace;
        }
        
        .ai_auto_footer-desc {
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }
        
        .ai_auto_footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .ai_auto_footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .ai_auto_footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        
        .ai_auto_footer-links a:hover {
            color: white;
            transform: translateX(5px);
        }
        
        .ai_auto_footer-links a i {
            color: var(--accent1);
            font-size: 0.8rem;
        }
        
        .ai_auto_copyright {
            background: rgba(0, 0, 0, 0.3);
            padding: 1.5rem 0;
            margin-top: 4rem;
            text-align: center;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .ai_auto_timeline::before {
                left: 2rem;
            }
            
            .ai_auto_timeline-item {
                width: 100%;
                padding-left: 4rem;
                left: 0 !important;
            }
            
            .ai_auto_timeline-item:nth-child(odd) .ai_auto_timeline-date,
            .ai_auto_timeline-item:nth-child(even) .ai_auto_timeline-date {
                left: 0;
                right: auto;
            }
        }
        
        @media (max-width: 768px) {
            .ai_auto_banner-title {
                font-size: 2.5rem;
            }
            
            .ai_auto_featured-main {
                margin-bottom: 2rem;
            }
            
            .ai_auto_timeline-content {
                flex-direction: column;
            }
            
            .ai_auto_timeline-img {
                width: 100%;
            }
        }