.stats-page{min-height:100vh}.stats-hero{background:linear-gradient(135deg,#2748f2,#1e3bd1);color:#fff;padding:80px 0;margin-bottom:48px;text-align:center;position:relative;overflow:hidden}.stats-hero:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.stats-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:16px;color:#fff;position:relative;z-index:1}.stats-hero-subtitle{font-size:1.15rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6;position:relative;z-index:1}.stats-content{padding:0 0 80px}.stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.stat-card{background:#fff;border-radius:var(--radius-lg);padding:28px 24px;box-shadow:var(--shadow-sm);text-align:center;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.stat-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.stat-card-icon--total{background:#eef2ff;color:var(--primary-color)}.stat-card-icon--success{background:#ecfdf5;color:#10b981}.stat-card-icon--failed{background:#fef2f2;color:#ef4444}.stat-card-icon--rate{background:#eff6ff;color:#3b82f6}.stat-card-value{font-size:2.25rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:4px}.stat-value--success{color:#10b981}.stat-value--failed{color:#ef4444}.stat-value--rate{color:#3b82f6}.stat-card-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}.stats-section{background:#fff;border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-sm);margin-bottom:24px}.stats-section-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:20px}.stats-chart-container{width:100%;min-height:350px}.stats-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.platform-list{display:flex;flex-direction:column;gap:16px}.platform-row{display:flex;align-items:center;gap:12px}.platform-info{display:flex;align-items:center;gap:8px;min-width:120px}.platform-icon{width:24px;height:24px}.platform-name{font-size:.875rem;font-weight:500;color:var(--text-primary)}.platform-bar-container{flex:1}.platform-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;display:flex}.platform-bar-fill--success{background:#10b981;height:100%;transition:width .5s ease}.platform-bar-fill--failed{background:#ef4444;height:100%;transition:width .5s ease}.platform-count{font-size:.875rem;font-weight:600;color:var(--text-primary);min-width:48px;text-align:right}.activity-feed{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.activity-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f1f5f9}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.activity-dot--success{background:#10b981}.activity-dot--failed{background:#ef4444}.activity-details{display:flex;justify-content:space-between;align-items:flex-start;flex:1;min-width:0}.activity-text-block{display:flex;flex-direction:column;gap:2px}.activity-text{font-size:.875rem;color:var(--text-secondary)}.activity-text strong{color:var(--text-primary)}.activity-error{font-size:.75rem;color:#ef4444;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-time{font-size:.75rem;color:#94a3b8;white-space:nowrap;margin-left:12px;flex-shrink:0}.stats-section-subtitle{font-size:.875rem;color:var(--text-secondary);margin-top:-12px;margin-bottom:20px}.error-breakdown{display:flex;flex-direction:column;gap:12px}.error-row{display:flex;align-items:center;gap:12px}.error-message{font-size:.8rem;color:var(--text-secondary);width:300px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error-bar-container{flex:1;height:8px;background:#fef2f2;border-radius:4px;overflow:hidden}.error-bar-fill{height:100%;background:#f87171;border-radius:4px;transition:width .5s ease}.error-count{font-size:.8rem;font-weight:600;color:#ef4444;min-width:40px;text-align:right}.stats-empty{text-align:center;padding:40px 20px;color:var(--text-secondary);font-size:.9rem}@media(max-width:1024px){.stats-summary{grid-template-columns:repeat(2,1fr)}.stats-grid-2{grid-template-columns:1fr}}@media(max-width:640px){.stats-summary{grid-template-columns:1fr}.stats-hero h1{font-size:1.75rem}.stats-hero-subtitle{font-size:1rem}.stat-card-value{font-size:1.75rem}.platform-info{min-width:90px}}
