@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap";:root{--font-sans: "Cairo", system-ui, -apple-system, sans-serif;--bg-main: #f4f6f8;--bg-surface: #ffffff;--bg-surface-hover: #f8fafc;--text-main: #0f172a;--text-muted: #475569;--text-light: #94a3b8;--emerald-primary: #00732F;--emerald-dark: #005221;--gold-accent: #C5A059;--gold-light: #fef9c3;--crimson-accent: #C8102E;--navy-dark: #091319;--border-light: #e2e8f0;--border-gold: rgba(197, 160, 89, .4);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 12px 28px rgba(0, 115, 47, .12);--transition: all .25s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--bg-main: #060d12;--bg-surface: #0e1820;--bg-surface-hover: #15222e;--text-main: #f1f5f9;--text-muted: #94a3b8;--text-light: #64748b;--emerald-primary: #00963d;--emerald-dark: #00732F;--border-light: #1e293b;--border-gold: rgba(197, 160, 89, .3);--shadow-md: 0 4px 12px rgba(0,0,0,.3);--shadow-lg: 0 12px 28px rgba(0,0,0,.5)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-sans);direction:rtl;text-align:right;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:var(--transition)}img{max-width:100%;height:auto;display:block}.khaleeji-container{max-width:1320px;margin:0 auto;padding:0 1.25rem}.khaleeji-topbar{background:var(--navy-dark);color:#cbd5e1;font-size:.82rem;padding:.5rem 0;border-bottom:2px solid var(--gold-accent)}.topbar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.khaleeji-live-clock{display:flex;align-items:center;gap:.6rem}.clock-badge{background:var(--emerald-primary);color:#fff;font-weight:700;padding:2px 8px;border-radius:var(--radius-sm);font-size:.75rem}.clock-separator{color:var(--gold-accent)}.topbar-right{display:flex;align-items:center;gap:1.5rem}.khaleeji-forex,.khaleeji-weather{display:flex;align-items:center;gap:1rem}.forex-item strong,.weather-item strong{color:var(--gold-accent)}.theme-toggle-pill{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;padding:3px 10px;border-radius:20px;font-family:inherit;font-size:.78rem;cursor:pointer;transition:var(--transition)}.theme-toggle-pill:hover{background:var(--gold-accent);color:#000}.khaleeji-header{background:var(--bg-surface);border-bottom:1px solid var(--border-light);padding:1.25rem 0}.header-inner{display:flex;justify-content:space-between;align-items:center}.brand-logo-wrap{display:flex;align-items:center}.brand-logo{height:58px;width:auto;object-fit:contain}.live-stream-badge{background:#fef2f2;border:1px solid #fecaca;color:var(--crimson-accent);font-weight:700;font-size:.85rem;padding:6px 14px;border-radius:20px;display:flex;align-items:center;gap:8px}.live-dot{width:8px;height:8px;background:var(--crimson-accent);border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #c8102eb3}70%{transform:scale(1);box-shadow:0 0 0 8px #c8102e00}to{transform:scale(.95);box-shadow:0 0 #c8102e00}}.khaleeji-nav{background:var(--emerald-primary);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:100}.nav-inner{display:flex;align-items:center}.nav-links-wrap{display:flex;align-items:center;gap:.5rem}.nav-link{color:#fff;font-weight:700;font-size:1rem;padding:.9rem 1.25rem;display:block;position:relative}.nav-link:hover,.nav-link-active{background:#00000026;color:var(--gold-accent)}.nav-link-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gold-accent)}.khaleeji-ticker{background:#fff;border-bottom:1px solid var(--border-light);display:flex;align-items:center;height:44px;overflow:hidden}[data-theme=dark] .khaleeji-ticker{background:#0f1922}.ticker-badge{background:var(--crimson-accent);color:#fff;font-weight:800;font-size:.85rem;padding:0 1.25rem;height:100%;display:flex;align-items:center;gap:8px;white-space:nowrap;z-index:2}.ticker-pulse{width:6px;height:6px;background:#fff;border-radius:50%}.ticker-track{flex:1;overflow:hidden;white-space:nowrap}.ticker-move{display:inline-block;white-space:nowrap;animation:tickerSlide 40s linear infinite}.ticker-move:hover{animation-play-state:paused}@keyframes tickerSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-entry{display:inline-flex;align-items:center;gap:8px;margin-left:2rem;font-size:.92rem;font-weight:600;color:var(--text-main)}.ticker-bullet{color:var(--gold-accent);font-size:.6rem}.khaleeji-hero-section{margin:1.5rem 0 2.5rem}.hero-bento-grid{display:grid;grid-template-columns:2fr 1.2fr 1fr;gap:1.25rem;min-height:480px}@media (max-width: 1100px){.hero-bento-grid{grid-template-columns:1fr 1fr}.bento-bulletins-col{grid-column:span 2}}@media (max-width: 768px){.hero-bento-grid{grid-template-columns:1fr}.bento-bulletins-col{grid-column:span 1}}.bento-lead{position:relative;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.bento-lead-link{display:block;width:100%;height:100%;position:relative}.bento-lead-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.bento-lead:hover .bento-lead-img{transform:scale(1.04)}.bento-lead-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem 1.5rem;background:linear-gradient(180deg,transparent 0%,rgba(9,19,25,.95) 100%);color:#fff}.bento-tag{background:var(--gold-accent);color:#000;font-weight:800;font-size:.78rem;padding:3px 10px;border-radius:var(--radius-sm);display:inline-block;margin-bottom:.75rem}.bento-lead-title{font-size:1.7rem;font-weight:900;line-height:1.35;margin-bottom:.5rem;color:#fff}.bento-lead-excerpt{font-size:.92rem;color:#cbd5e1;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bento-lead-meta{font-size:.8rem;color:var(--gold-accent);display:flex;gap:8px}.bento-subs-col{display:flex;flex-direction:column;gap:1.25rem}.bento-sub-card{display:flex;gap:1rem;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:.75rem;box-shadow:var(--shadow-sm);flex:1;transition:var(--transition)}.bento-sub-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--gold-accent)}.bento-sub-img{width:120px;height:90px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.bento-sub-info{display:flex;flex-direction:column;justify-content:center}.bento-sub-badge{color:var(--emerald-primary);font-weight:700;font-size:.75rem;margin-bottom:4px}.bento-sub-title{font-size:.98rem;font-weight:700;line-height:1.35;color:var(--text-main);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bento-sub-time{font-size:.78rem;color:var(--text-muted);margin-top:4px}.bento-bulletins-col{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:1rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.bulletins-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:2px solid var(--gold-accent);margin-bottom:.75rem}.bulletins-header h3{font-size:1.1rem;font-weight:800}.bulletins-live-tag{background:#fef2f2;color:var(--crimson-accent);font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:10px}.bulletins-list{display:flex;flex-direction:column;gap:.85rem;overflow-y:auto}.bulletin-item{display:flex;flex-direction:column;gap:2px;padding-bottom:.6rem;border-bottom:1px dashed var(--border-light)}.bulletin-item:last-child{border-bottom:none}.bulletin-time{font-size:.75rem;color:var(--emerald-primary);font-weight:700}.bulletin-title{font-size:.9rem;font-weight:700;color:var(--text-main);line-height:1.35}.bulletin-item:hover .bulletin-title{color:var(--emerald-primary)}.khaleeji-section{margin-bottom:3rem}.section-title-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-heading{font-size:1.4rem;font-weight:900;color:var(--text-main);white-space:nowrap}.section-heading:before{content:"■ ";color:var(--gold-accent)}.section-line{flex:1;height:2px;background:linear-gradient(90deg,var(--gold-accent) 0%,var(--border-light) 100%)}.section-link{font-size:.9rem;font-weight:700;color:var(--emerald-primary);white-space:nowrap}.cards-grid{display:grid;gap:1.25rem}.cards-grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;align-items:stretch}@media (max-width: 900px){.cards-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.cards-grid-3{grid-template-columns:1fr}}.khaleeji-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column}.khaleeji-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--gold-accent)}.card-img-container{position:relative;width:100%;height:190px;overflow:hidden}.card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.khaleeji-card:hover .card-img{transform:scale(1.06)}.card-badge{position:absolute;top:10px;right:10px;background:#00732fe6;color:#fff;font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card-time{font-size:.78rem;color:var(--text-muted)}.card-heading{font-size:1.05rem;font-weight:800;line-height:1.4;color:var(--text-main)}.card-snippet{font-size:.85rem;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grid-with-sidebar{display:grid;grid-template-columns:3fr 1fr;gap:1.5rem}@media (max-width: 992px){.grid-with-sidebar{grid-template-columns:1fr}}.khaleeji-sidebar{display:flex;flex-direction:column;gap:1.5rem}.khaleeji-widget{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm)}.widget-header{position:relative;padding-bottom:.75rem;margin-bottom:1rem}.widget-title{font-size:1.15rem;font-weight:800}.widget-gold-line{position:absolute;bottom:0;right:0;width:50px;height:3px;background:var(--gold-accent)}.most-read-card{display:flex;gap:1rem;align-items:flex-start;padding:.65rem 0;border-bottom:1px solid var(--border-light)}.most-read-card:last-child{border-bottom:none}.most-read-rank{font-size:1.4rem;font-weight:900;color:var(--gold-accent);line-height:1}.most-read-heading{font-size:.92rem;font-weight:700;line-height:1.35}.most-read-time{font-size:.75rem;color:var(--text-muted)}.opinion-list{display:flex;flex-direction:column;gap:1rem}.opinion-card{display:flex;gap:.85rem;align-items:center}.writer-avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--gold-accent);object-fit:cover}.writer-name{font-size:.78rem;font-weight:800;color:var(--emerald-primary)}.opinion-title{font-size:.88rem;font-weight:700;line-height:1.3}.bg-section{background:var(--bg-surface);padding:1.5rem;border-radius:var(--radius-md);border:1px solid var(--border-light)}.city-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 900px){.city-cards-grid{grid-template-columns:repeat(2,1fr)}}.city-card{background:var(--bg-main);border-radius:var(--radius-md);overflow:hidden}.city-img-wrap{height:140px;display:block}.city-img-wrap img{width:100%;height:100%;object-fit:cover}.city-body{padding:.85rem}.city-tag{font-size:.72rem;font-weight:800;color:var(--emerald-primary)}.city-title{font-size:.92rem;font-weight:700;line-height:1.35;margin:4px 0}.city-time{font-size:.75rem;color:var(--text-muted)}.economy-bento{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 900px){.economy-bento{grid-template-columns:repeat(2,1fr)}}.economy-item{position:relative;height:220px;border-radius:var(--radius-md);overflow:hidden}.economy-link{display:block;width:100%;height:100%}.economy-link img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.economy-item:hover img{transform:scale(1.06)}.economy-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(180deg,transparent 0%,rgba(9,19,25,.92) 100%);color:#fff}.economy-badge{background:var(--gold-accent);color:#000;font-size:.7rem;font-weight:800;padding:2px 8px;border-radius:4px}.economy-title{font-size:.95rem;font-weight:700;line-height:1.35;margin-top:4px}.economy-time{font-size:.75rem;color:var(--text-light)}.sports-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 900px){.sports-grid{grid-template-columns:repeat(2,1fr)}}.sports-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);overflow:hidden}.sports-img-wrap{position:relative;height:150px;display:block}.sports-img-wrap img{width:100%;height:100%;object-fit:cover}.sports-badge{position:absolute;bottom:8px;right:8px;background:var(--crimson-accent);color:#fff;font-size:.7rem;font-weight:800;padding:2px 8px;border-radius:4px}.sports-body{padding:.85rem}.sports-title{font-size:.95rem;font-weight:700;line-height:1.35}.sports-time{font-size:.75rem;color:var(--text-muted)}.khaleeji-footer{background:var(--navy-dark);color:#cbd5e1;margin-top:4rem;border-top:4px solid var(--gold-accent)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;padding:3.5rem 0 2.5rem}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.footer-grid{grid-template-columns:1fr}}.footer-logo{height:52px;width:auto;margin-bottom:1rem}.footer-desc{font-size:.9rem;color:#94a3b8;line-height:1.6}.footer-heading{color:#fff;font-size:1.1rem;font-weight:800;margin-bottom:1.2rem;position:relative}.footer-heading:after{content:"";position:absolute;bottom:-6px;right:0;width:30px;height:2px;background:var(--gold-accent)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:#94a3b8;font-size:.9rem}.footer-links a:hover{color:var(--gold-accent)}.newsletter-box{display:flex;gap:.5rem;margin-top:1rem}.newsletter-box input{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;padding:.6rem .85rem;border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem}.newsletter-box button{background:var(--emerald-primary);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:var(--radius-sm);font-family:inherit;font-weight:700;cursor:pointer}.footer-bar{background:#0000004d;padding:1rem 0;border-top:1px solid rgba(255,255,255,.06);text-align:center;font-size:.85rem;color:#64748b}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:350px;gap:1rem;color:var(--text-muted)}.spinner{width:42px;height:42px;border:4px solid var(--border-light);border-top-color:var(--emerald-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.article-page{max-width:860px;margin:2rem auto;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:2.5rem;box-shadow:var(--shadow-sm)}.article-header{margin-bottom:1.5rem}.article-meta-top{display:flex;gap:1rem;align-items:center;margin-bottom:.85rem}.article-cat-badge{background:var(--emerald-primary);color:#fff;font-weight:800;font-size:.8rem;padding:3px 10px;border-radius:4px}.article-date{font-size:.85rem;color:var(--text-muted)}.article-main-title{font-size:2rem;font-weight:900;line-height:1.35;color:var(--text-main)}.article-featured-img{width:100%;max-height:480px;border-radius:var(--radius-md);overflow:hidden;margin-bottom:2rem}.article-featured-img img{width:100%;height:100%;object-fit:cover}.article-content-body{font-size:1.15rem;line-height:1.85;color:var(--text-main)}.article-content-body p{margin-bottom:1.5rem}
