:root { --bg: #0a0e27; --fg: #e0e6ff; --accent: #60a5fa; --muted: #8b92b0; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { background: var(--bg); color: var(--fg); font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; line-height: 1.6; }
.topbar { background: #000; padding: 8px 16px; font-size: 12px; color: var(--muted); text-align: center; border-bottom: 1px solid #1a1f3a; }
.site-nav { background: #0f1429; border-bottom: 1px solid #1a1f3a; padding: 0 16px; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-brand { color: var(--accent); font-weight: 700; font-size: 18px; text-decoration: none; }
.nav-brand span { font-size: 14px; color: var(--muted); margin-left: 4px; }
.nav-links { display: flex; list-style: none; gap: 24px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); }
.breaking-bar { padding: 12px 16px; font-size: 13px; display: flex; align-items: center; gap: 8px; }
.breaking-badge { background: rgba(255,255,255,0.1); padding: 2px 8px; border-radius: 3px; font-size: 11px; font-weight: 700; }
.main-wrap { max-width: 900px; margin: 32px auto; display: grid; grid-template-columns: 1fr 280px; gap: 32px; padding: 0 16px; }
.art-category { margin-bottom: 12px; font-size: 12px; }
.cat-badge { padding: 4px 12px; border-radius: 4px; font-weight: 600; font-size: 11px; }
.cat-mundial { background: #1e3a8a; color: #93c5fd; }
.cat-deportes { background: #1e40af; color: #93c5fd; }
.art-title { font-size: 32px; font-weight: 700; margin-bottom: 16px; line-height: 1.3; }
.art-meta { font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.live-dot { width: 6px; height: 6px; background: #ef4444; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
.answer-box { background: #1a1f3a; border-left: 3px solid var(--accent); padding: 16px; margin-bottom: 24px; border-radius: 4px; }
.art-body { font-size: 15px; line-height: 1.8; }
.art-body h2 { font-size: 20px; font-weight: 700; margin: 24px 0 16px 0; }
.art-body p { margin-bottom: 16px; }
.art-body strong { color: var(--accent); }
.monetag-zone { margin: 32px 0; min-height: 250px; background: #1a1f3a; border-radius: 4px; padding: 16px; }
.faq-section { margin-top: 48px; }
.faq-section h2 { font-size: 20px; font-weight: 700; margin-bottom: 24px; }
.faq-item { margin-bottom: 12px; }
.faq-q { background: #1a1f3a; padding: 14px; cursor: pointer; display: flex; justify-content: space-between; border-radius: 4px; font-weight: 600; }
.faq-q:hover { background: #242b48; }
.faq-a { padding: 14px; background: #0f1429; border-left: 2px solid var(--accent); display: none; }
.faq-item.open .faq-a { display: block; }
.sidebar-widget { background: #1a1f3a; padding: 16px; border-radius: 4px; }
.sw-readers-num { font-size: 28px; font-weight: 700; color: var(--accent); }
footer { background: #0f1429; border-top: 1px solid #1a1f3a; padding: 24px 16px; margin-top: 64px; }

/* GC Ads Widget */
.gc-ads-widget { margin: 32px 0; background: #1a1f3a; border: 1px solid #2a3152; border-radius: 8px; padding: 16px; }
.gc-ads-head { font-size: 13px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; }
.gc-ads-item { display: block; padding: 10px 0; border-top: 1px solid #242b48; color: var(--fg); text-decoration: none; }
.gc-ads-item:first-of-type { border-top: 0; }
.gc-ads-item:hover { background: #242b48; border-radius: 6px; }
.gc-ads-img { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; float: left; margin-right: 12px; background: #0f1429; }
.gc-ads-title { font-size: 13px; font-weight: 600; line-height: 1.4; display: block; overflow: hidden; }
.gc-ads-price { font-size: 13px; font-weight: 700; color: #f59e0b; }
.gc-ads-more { margin-top: 10px; text-align: right; }
.gc-ads-more a { font-size: 12px; color: var(--accent); text-decoration: none; font-weight: 600; }

.sister-box { background:#fff7ed; border-left:4px solid #ff7a00; padding:14px 18px; margin:22px 0; border-radius:6px; }
.sister-box h3 { margin:0 0 6px; font-size:15px; color:#b45309; }
.sister-box p { margin:0; font-size:14px; line-height:1.7; }
.sister-box a { color:#c2410c; font-weight:600; text-decoration:underline; }
