/* Tumhari navbar.js mein ye aisi dikhni chahiye */
.ue-navbar-wrapper {
    position: fixed;
    top: 35px; /* Ye sabse zaruri line hai */
    left: 0; width: 100%;
    z-index: 10000;
    /* ... baki theek hai ... */
}/* ==========================================================================
   UNMANNED EARTH - PREMIUM EDITORIAL STYLESHEET
   ========================================================================== */

:root {
    /* Color Palette */
    --ue-black: #000000;
    --ue-dark: #111111;
    --ue-text: #222222;
    --ue-gray: #555555;
    --ue-light-gray: #f9f9f9;
    --ue-border-light: #e5e5e5;
    --ue-border-heavy: #000000;
    
    /* Brand Accents */
    --ue-red: #cc0000; /* Classic Journalistic Red */
    --ue-blue: #004b87; /* Trustworthy Navy Blue */
    --ue-bg-white: #ffffff;
}

/* --- GLOBAL RESET & TYPOGRAPHY --- */
* { box-sizing: border-box; }

body {
    background-color: var(--ue-bg-white);
    color: var(--ue-text);
    font-family: 'Inter', sans-serif; /* Clean font for UI and body text */
    margin: 0;
    /* FIX: Prevents content from hiding behind the 110px total fixed header */
    padding-top: 130px; 
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: 'Playfair Display', serif; /* Authority Font */
    margin: 0; 
    color: var(--ue-black); 
}

a { text-decoration: none; color: inherit; transition: color 0.2s ease-in-out; }
a:hover { color: var(--ue-blue); }

img { max-width: 100%; display: block; }

.ue-media-container { max-width: 1300px; margin: 0 auto; padding: 0 20px; }

/* --- KICKERS (CATEGORY TAGS) --- */
.ue-kicker { 
    font-family: 'Inter', sans-serif; 
    font-size: 11px; 
    font-weight: 800; 
    text-transform: uppercase; 
    color: var(--ue-red); 
    letter-spacing: 1px; 
    display: block; 
    margin-bottom: 6px; 
}
.ue-kicker.dark { color: var(--ue-black); border-bottom: 1px solid var(--ue-black); padding-bottom: 2px; display: inline-block; }
.ue-kicker.red { color: var(--ue-red); border-bottom: 1px solid var(--ue-red); padding-bottom: 2px; display: inline-block; }
.ue-meta-date { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--ue-gray); font-weight: 600; display: block; margin-top: 12px; text-transform: uppercase; }

/* ==========================================================================
   1. TOP TICKER & RIBBON (FIXED AT TOP)
   ========================================================================== */
.ue-top-meta { 
    display: flex; 
    height: 35px; 
    border-bottom: 1px solid var(--ue-border-heavy); 
    background: #fff; 
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    z-index: 10001; 
}
.ue-ticker { width: 50%; display: flex; align-items: center; border-right: 1px solid var(--ue-border-light); overflow: hidden; }
.ticker-head { background: var(--ue-black); color: #fff; padding: 0 15px; height: 100%; display: flex; align-items: center; font-weight: 800; font-size: 11px; letter-spacing: 1px; }
.ue-ticker marquee { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600; padding-left: 15px; }
.ticker-link { color: var(--ue-black); }
.ticker-link:hover { color: var(--ue-blue); text-decoration: underline; }

.ue-ribbon { width: 50%; display: flex; align-items: center; padding: 0 15px; background: #fff; overflow: hidden; }
.ribbon-head { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 800; color: var(--ue-gray); margin-right: 15px; }
.ribbon-links { display: flex; gap: 20px; }
.ribbon-links a { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; color: var(--ue-black); text-transform: uppercase; }
.ribbon-links a:hover { color: var(--ue-blue); border-bottom: 1px solid var(--ue-blue); padding-bottom: 2px; }


/* ==========================================================================
   2. HERO SECTION (TOP 8 ARTICLES)
   ========================================================================== */
.ue-featured-block { border-bottom: 4px solid var(--ue-heavy-border); padding-bottom: 30px; margin-bottom: 40px; }

/* Top Row (1 Massive Lead + 3 Side Stories) */
.feat-top-row { display: grid; grid-template-columns: 2.2fr 1fr; gap: 40px; border-bottom: 1px solid var(--ue-heavy-border); padding-bottom: 30px; margin-bottom: 30px; }

/* Lead Story */
.feat-lead img { width: 100%; height: 420px; object-fit: cover; margin-bottom: 15px; }
.feat-lead h1 { font-size: 46px; font-weight: 900; line-height: 1.05; margin: 0 0 15px 0; color: var(--ue-black); letter-spacing: -0.5px; transition: color 0.2s; }
.feat-lead p { font-family: 'Inter', sans-serif; font-size: 16px; color: var(--ue-gray); margin: 0; line-height: 1.6; }
.feat-lead:hover h1 { color: var(--ue-blue); }

/* Side Stories (Vertical List) */
.feat-side { border-left: 1px solid var(--ue-border-light); padding-left: 40px; display: flex; flex-direction: column; justify-content: space-between; }
.feat-side-item { border-bottom: 1px solid var(--ue-border-light); padding-bottom: 20px; margin-bottom: 20px; flex: 1; }
.feat-side-item:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.feat-side-item h3 { font-size: 22px; line-height: 1.25; margin: 0; font-weight: 700; transition: color 0.2s; }
.feat-side-item:hover h3 { color: var(--ue-blue); }

/* Bottom Row (4 Stories Strip) */
.feat-bottom-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.feat-bottom-item { border-right: 1px solid var(--ue-border-light); padding-right: 30px; }
.feat-bottom-item:last-child { border-right: none; padding-right: 0; }
.feat-bottom-item img { width: 100%; height: 140px; object-fit: cover; margin-bottom: 12px; }
.feat-bottom-item h4 { font-size: 17px; line-height: 1.3; margin: 0; font-weight: 700; transition: color 0.2s; }
.feat-bottom-item:hover h4 { color: var(--ue-blue); }


/* ==========================================================================
   3. MAIN ARCHITECTURE (LEFT SIDEBAR + RIGHT CATEGORIES)
   ========================================================================== */
.ue-main-architecture { display: grid; grid-template-columns: 1fr 2.5fr; gap: 50px; margin-bottom: 60px; }

/* --- LEFT SIDEBAR (ANALYSIS & POLL) --- */
.ue-sidebar-left { border-right: 1px solid var(--ue-border-light); padding-right: 50px; }
.module-header { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 900; text-transform: uppercase; border-top: 4px solid var(--ue-black); padding-top: 8px; margin-top: 0; margin-bottom: 25px; letter-spacing: 1px; }

.ana-item { border-bottom: 1px solid var(--ue-border-light); padding-bottom: 15px; margin-bottom: 15px; }
.ana-item:last-child { border: none; }
.ana-item h4 { font-size: 19px; line-height: 1.25; margin: 0; font-weight: 700; transition: color 0.2s; }
.ana-item:hover h4 { color: var(--ue-blue); }

/* Poll UI */
.poll-module { margin-top: 50px; }
.poll-box { background: var(--ue-light-gray); padding: 25px; border: 1px solid var(--ue-border-heavy); }
.poll-question { font-size: 20px; font-weight: 700; margin: 0 0 20px 0; line-height: 1.3; }
.poll-opt { display: flex; align-items: center; gap: 10px; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; margin-bottom: 12px; cursor: pointer; }
.poll-opt input { transform: scale(1.2); margin: 0; }
.poll-btn { background: var(--ue-black); color: #fff; padding: 12px; width: 100%; border: none; font-family: 'Inter', sans-serif; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; margin-top: 15px; transition: background 0.2s; }
.poll-btn:hover { background: var(--ue-blue); }


/* --- RIGHT MAIN (CATEGORY GRIDS) --- */
.cat-section { margin-bottom: 50px; }
.cat-section-header { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 900; text-transform: uppercase; border-top: 2px solid var(--ue-black); border-bottom: 1px solid var(--ue-black); padding: 6px 0; margin-top: 0; margin-bottom: 25px; letter-spacing: 1px; }

/* Style 1: 1 Large Left, 5 List Right */
.cat-style-1 { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.style1-lead img { width: 100%; height: 280px; object-fit: cover; margin-bottom: 15px; }
.style1-lead h3 { font-size: 28px; line-height: 1.2; margin: 0 0 10px 0; font-weight: 900; }
.style1-lead p { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ue-gray); margin: 0; line-height: 1.5; }
.style1-list { border-left: 1px solid var(--ue-border-light); padding-left: 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 15px; }
.style1-list a { display: block; border-bottom: 1px solid var(--ue-border-light); padding-bottom: 15px; }
.style1-list a:last-child { border: none; padding-bottom: 0; }
.style1-list h4 { font-size: 18px; line-height: 1.3; margin: 0; font-weight: 700; transition: color 0.2s; }
.style1-lead:hover h3, .style1-list a:hover h4 { color: var(--ue-blue); }

/* Style 2: 2 Column Grid (4 Items) */
.cat-style-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.style2-item img { width: 100%; height: 180px; object-fit: cover; margin-bottom: 12px; }
.style2-item h4 { font-size: 22px; line-height: 1.25; margin: 0; font-weight: 700; transition: color 0.2s; }
.style2-item:hover h4 { color: var(--ue-blue); }

/* Style 3: Horizontal List (Image Right, Text Left) */
.style3-wrapper { display: flex; flex-direction: column; gap: 0; width: 100%; }
.style3-item { display: block; padding-bottom: 20px; border-bottom: 1px solid var(--ue-border-light); margin-bottom: 20px; }
.style3-item:last-child { border: none; margin: 0; padding: 0; }
.style3-item a { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.s3-text { flex: 1; }
.s3-text h4 { font-size: 19px; margin: 0 0 8px 0; line-height: 1.3; font-weight: 700; transition: color 0.2s; }
.s3-text p { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ue-gray); margin: 0; line-height: 1.5; }
.style3-item img { width: 160px; height: 110px; object-fit: cover; flex-shrink: 0; }
.style3-item:hover h4 { color: var(--ue-blue); }

/* Style 4: 3-Column Grid (6 Items) */
.cat-style-4 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.style4-item { border-right: 1px solid var(--ue-border-light); padding-right: 30px; }
.style4-item:nth-child(3n) { border-right: none; padding-right: 0; }
.style4-item img { width: 100%; height: 140px; object-fit: cover; margin-bottom: 12px; }
.style4-item h4 { font-size: 17px; line-height: 1.3; margin: 0; font-weight: 700; transition: color 0.2s; }
.style4-item:hover h4 { color: var(--ue-blue); }


/* ==========================================================================
   4. BOTTOM REGIONS & FOOTER
   ========================================================================== */
.ue-regions-block { border-top: 2px solid var(--ue-black); padding-top: 30px; margin-bottom: 80px; text-align: center; }
.regions-header { font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: #666; margin-bottom: 25px; }
.regions-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
.region-card { font-family: 'Inter', sans-serif; border: 1px solid var(--ue-border-heavy); padding: 8px 20px; font-size: 12px; font-weight: 800; letter-spacing: 1px; transition: all 0.2s; }
.region-card:hover { background: var(--ue-black); color: #fff; }

.ue-editorial-footer { background: var(--ue-black); color: #fff; padding: 60px 20px; text-align: center; }
.footer-brand { font-size: 28px; font-weight: 900; letter-spacing: 4px; margin-bottom: 15px; }
.footer-copy { font-family: 'Inter', sans-serif; font-size: 12px; color: #999; letter-spacing: 1px; text-transform: uppercase; }


/* ==========================================================================
   5. MOBILE RESPONSIVE (Strict Rules to prevent overlap and breaking grids)
   ========================================================================== */
@media (max-width: 1024px) {
    body { padding-top: 100px; } /* Adjust for mobile header */
    
    /* Top Bar Stacks */
    .ue-top-meta { flex-direction: column; height: auto; position: static; }
    .ue-ticker, .ue-ribbon { width: 100%; border-right: none; border-bottom: 1px solid #333; padding: 10px 15px; }
    
    /* Hero Stacks */
    .feat-top-row { grid-template-columns: 1fr; border-bottom: none; gap: 20px; margin-bottom: 20px; }
    .feat-side { border-left: none; padding-left: 0; border-top: 1px solid var(--ue-border-light); padding-top: 20px; }
    .feat-bottom-row { grid-template-columns: 1fr 1fr; gap: 20px; }
    .feat-bottom-item { border-right: none; border-bottom: 1px solid var(--ue-border-light); padding-bottom: 15px; padding-right: 0; }
    
    /* Main Layout Stacks */
    .ue-main-architecture { grid-template-columns: 1fr; gap: 40px; }
    .ue-sidebar-left { border-right: none; padding-right: 0; border-bottom: 4px solid var(--ue-black); padding-bottom: 40px; }
    
    /* Category Grids */
    .cat-style-1, .cat-style-2 { grid-template-columns: 1fr; gap: 20px; }
    .style1-list { border-left: none; padding-left: 0; border-top: 1px solid var(--ue-border-light); padding-top: 20px; }
    .cat-style-4 { grid-template-columns: 1fr 1fr; gap: 20px; }
    .style4-item { border-right: none; padding-right: 0; border-bottom: 1px solid var(--ue-border-light); padding-bottom: 15px; }
    .style4-item:nth-child(3n) { border-bottom: 1px solid var(--ue-border-light); padding-bottom: 15px; }
}

@media (max-width: 768px) {
    .feat-bottom-row, .cat-style-4 { grid-template-columns: 1fr; }
    .style3-item a { flex-direction: column-reverse; }
    .style3-item img { width: 100%; height: 200px; }
}