*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#fffbeb;color:#292524;min-height:100vh}.dashboard{max-width:1400px;margin:0 auto;padding:24px 28px 56px}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid #FDE68A}.header-left{display:flex;align-items:center;gap:20px}.logo{font-size:1.6rem;font-weight:800;letter-spacing:-.03em;color:#292524}.logo span{color:#f59e0b}.header-date{font-size:.8rem;color:#a8a29e;font-weight:500}.header-right{display:flex;align-items:center;gap:16px}.status-badge{display:flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #FDE68A;border-radius:999px;padding:6px 14px;font-size:.76rem;font-weight:600;color:#78716c}.status-badge.live{border-color:#6ee7b7;color:#059669}.status-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db}.status-badge.live .status-dot{background:#10b981;box-shadow:0 0 6px #10b98180;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.card{background:#fff;border:1.5px solid #FEF3C7;border-radius:16px;padding:22px 24px;box-shadow:0 2px 12px #f59e0b12}.card-title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#a8a29e;margin-bottom:14px}.metrics-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:18px}.metric-card{background:#fff;border:1.5px solid #FEF3C7;border-radius:14px;padding:18px 20px;box-shadow:0 2px 8px #f59e0b0f;display:flex;flex-direction:column;gap:6px}.metric-card.highlight{background:linear-gradient(135deg,#f59e0b,#fbbf24);border-color:transparent;box-shadow:0 4px 20px #f59e0b59}.metric-card.highlight .metric-label{color:#ffffffbf}.metric-card.highlight .metric-value{color:#fff}.metric-card.highlight .metric-change{color:#ffffffd9}.metric-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#a8a29e}.metric-value{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:#292524;line-height:1}.metric-change{font-size:.72rem;font-weight:600;color:#78716c;margin-top:2px}.metric-change.up{color:#059669}.metric-change.down{color:#dc2626}.main-grid{display:grid;grid-template-columns:1fr 340px;gap:18px;margin-bottom:18px}.right-col{display:flex;flex-direction:column;gap:18px}.chart-card{height:280px}.chart-inner{height:210px;margin-top:4px}.zones-grid{display:flex;gap:12px;margin-top:4px;height:110px;align-items:flex-end}.zone-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:5px;height:100%;justify-content:flex-end}.zone-bar{width:100%;border-radius:8px 8px 4px 4px;min-height:6px;transition:height .6s ease}.zone-bar.left{background:linear-gradient(180deg,#fbbf24,#f59e0b)}.zone-bar.center{background:linear-gradient(180deg,#fcd34d,#fbbf24)}.zone-bar.right{background:linear-gradient(180deg,#f97316,#ea580c)}.zone-pct{font-size:.75rem;font-weight:700;color:#292524}.zone-count{font-size:.68rem;color:#a8a29e}.zone-name{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#78716c}.feed-list{display:flex;flex-direction:column;gap:8px;margin-top:4px;max-height:220px;overflow-y:auto}.feed-list::-webkit-scrollbar{width:4px}.feed-list::-webkit-scrollbar-track{background:#fef3c7;border-radius:4px}.feed-list::-webkit-scrollbar-thumb{background:#fbbf24;border-radius:4px}.feed-item{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;background:#fffbeb;border:1px solid #FEF3C7;border-radius:10px;font-size:.75rem}.feed-time{color:#a8a29e;font-weight:500;font-variant-numeric:tabular-nums}.feed-count{font-weight:700;color:#292524}.feed-zones{color:#78716c;font-size:.68rem}.feed-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.feed-badge.high{background:#fef3c7;color:#d97706}.feed-badge.medium{background:#f0fdf4;color:#15803d}.feed-badge.low{background:#f8fafc;color:#64748b}.bottom-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.trend-row{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.trend-arrow{font-size:2rem;line-height:1}.trend-label{font-size:.72rem;color:#78716c}.trend-pct{font-size:1.1rem;font-weight:800}.trend-pct.up{color:#059669}.trend-pct.down{color:#dc2626}.trend-pct.flat{color:#a8a29e}.occ-bar-wrap{margin-top:10px}.occ-bar-track{height:10px;background:#fef3c7;border-radius:999px;overflow:hidden}.occ-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#fbbf24,#f97316);transition:width .6s ease}.occ-labels{display:flex;justify-content:space-between;font-size:.68rem;color:#a8a29e;margin-top:6px}@media (max-width:1100px){.metrics-strip{grid-template-columns:repeat(3,1fr)}.main-grid{grid-template-columns:1fr}.bottom-strip{grid-template-columns:1fr 1fr}}@media (max-width:680px){.metrics-strip{grid-template-columns:1fr 1fr}.bottom-strip{grid-template-columns:1fr}}
