.dashboard *{box-sizing:border-box;margin:0;padding:0}.dashboard{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000014;overflow:hidden;max-width:1000px;margin:0 auto}.dashboard-content{padding:28px;background:linear-gradient(to bottom,#f8f5ff,#fff)}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f3f4f6}.header-left{display:flex;align-items:center;gap:16px}.header-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#6b4eff,#8b5cf6);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #6b4eff40}.header-icon svg{width:24px;height:24px;color:#fff}.header-title{font-size:20px;font-weight:700;color:#111827}.header-subtitle{font-size:14px;color:#6b7280}.live-badge{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#ecfdf5;border-radius:20px}.live-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.live-text{font-size:13px;font-weight:600;color:#059669}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:14px;border:1px solid #f3f4f6;padding:20px;transition:all .3s ease}.stat-card:hover{border-color:#e5e7eb;box-shadow:0 4px 12px #0000000d}.stat-label{font-size:11px;font-weight:500;color:#9ca3af;letter-spacing:.5px;margin-bottom:8px}.stat-value{font-size:32px;font-weight:800;color:#111827;line-height:1}.stat-subtitle{font-size:12px;color:#6b7280;margin-top:4px}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border-radius:16px;border:1px solid #f3f4f6;padding:24px;transition:all .3s ease}.card:hover{box-shadow:0 8px 24px #0000000f}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.card-title{font-size:15px;font-weight:700;color:#111827}.card-badge{padding:4px 10px;font-size:11px;font-weight:700;background:#ecfdf5;color:#059669;border-radius:12px}.gauge-wrap{display:flex;align-items:center;gap:24px}.gauge{position:relative;width:120px;height:120px;flex-shrink:0}.gauge svg{transform:rotate(-90deg)}.gauge-bg{fill:none;stroke:#f3f4f6;stroke-width:10}.gauge-fill{fill:none;stroke:url(#gaugeGrad);stroke-width:10;stroke-linecap:round;stroke-dasharray:264;stroke-dashoffset:106;animation:fillGauge 1.5s ease-out forwards}@keyframes fillGauge{0%{stroke-dashoffset:264}to{stroke-dashoffset:106}}.gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.gauge-value{font-size:28px;font-weight:800;background:linear-gradient(135deg,#6b4eff,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gauge-label{font-size:11px;color:#9ca3af;font-weight:500}.gauge-info p{font-size:13px;color:#6b7280;margin-bottom:12px}.gauge-info strong{color:#111827;font-weight:700}.gauge-stats{display:flex;gap:24px}.gauge-stat-value{font-size:22px;font-weight:800;color:#111827}.gauge-stat-label{font-size:11px;color:#9ca3af}.platform-item{margin-bottom:16px}.platform-item:last-child{margin-bottom:0}.platform-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.platform-icon{width:32px;height:32px;border-radius:8px;object-fit:contain}.platform-name{flex:1;font-size:14px;font-weight:600;color:#111827}.platform-score{font-size:14px;font-weight:700;color:#111827}.platform-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.platform-bar-fill{height:100%;border-radius:4px;animation:fillBar 1.2s ease-out forwards}@keyframes fillBar{0%{width:0}}.competitor-item{display:flex;align-items:center;gap:12px;padding:12px;background:#fafafa;border-radius:10px;margin-bottom:12px;transition:background .2s ease}.competitor-item:hover{background:#f3f0ff}.competitor-item:last-child{margin-bottom:0}.competitor-rank{width:28px;height:28px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#6b7280}.competitor-info{flex:1;min-width:0}.competitor-name{font-size:14px;font-weight:600;color:#111827}.competitor-domain{font-size:12px;color:#6b7280}.competitor-mentions{font-size:14px;font-weight:700;color:#6b4eff}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.cards-grid{grid-template-columns:1fr}}
