body { margin: 0; font-family: -apple-system, Segoe UI, sans-serif; background: #0b1220; color: #e5e9f0; }
.intel-shell { max-width: 1100px; margin: 0 auto; padding: 24px; }
.intel-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; }
.intel-header h1 { font-size: 20px; margin: 0; }
.intel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.intel-card { background: #131c2e; border: 1px solid #232f45; border-radius: 10px; padding: 16px; }
.intel-card h2 { font-size: 14px; margin: 0 0 10px; color: #9fb0cc; text-transform: uppercase; letter-spacing: 0.04em; }
.intel-stale { color: #f2a541; font-size: 12px; margin-top: 8px; }
.intel-error { color: #f2716b; font-size: 12px; margin-top: 8px; }
.intel-empty { color: #6b7a99; font-size: 13px; }
