.download-history-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.download-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#1116;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .2s;display:flex}.stat-card:hover{border-color:#e93d824d;transform:translateY(-4px);box-shadow:0 8px 16px #0000004d}.stat-icon{width:56px;height:56px;color:var(--pink-9);background:#e93d821a;border:1px solid #e93d824d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-content{flex:1;min-width:0}.stat-value{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--text-white-95);margin-bottom:.25rem;line-height:1.2}.stat-label{font-size:var(--font-size-sm);color:var(--text-white-65);font-weight:var(--font-weight-medium)}.download-history-section{margin-top:3rem}.section-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--text-white-95);border-bottom:2px solid #e93d8233;margin-bottom:1.5rem;padding-bottom:.75rem}.download-history-list{flex-direction:column;gap:1rem;display:flex}.history-item{-webkit-backdrop-filter:blur(15px)saturate(180%);background:#1111114d;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:1.5rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.history-item:hover{background:#11111180;border-color:#e93d824d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.history-item-cover{border-radius:6px;flex-shrink:0;width:64px;height:90px;overflow:hidden;box-shadow:0 2px 8px #0000004d}.history-item-cover img{object-fit:cover;width:100%;height:100%}.history-item-info{flex:1;min-width:0}.history-item-title{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-white-95);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;overflow:hidden}.history-item-meta{font-size:var(--font-size-xs);color:var(--text-white-65);flex-direction:column;gap:.25rem;display:flex}.history-item-file{font-weight:var(--font-weight-medium);color:var(--pink-9)}.history-item-date{color:var(--text-white-50)}.history-item-icon{width:40px;height:40px;color:var(--pink-9);background:#e93d821a;border:1px solid #e93d824d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.history-item:hover .history-item-icon{border-color:var(--pink-9);background:#e93d8233}.download-history-empty{text-align:center;-webkit-backdrop-filter:blur(15px)saturate(180%);color:var(--text-white-65);background:#1111114d;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.download-history-empty svg{color:var(--pink-9);opacity:.5;margin-bottom:1.5rem}.download-history-empty h2{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--text-white-85);margin-bottom:.5rem}.download-history-empty p{font-size:var(--font-size-base);color:var(--text-white-65);max-width:500px;margin:0}.download-history-error{text-align:center;color:#e85d5d;background:#e85d5d1a;border:1px solid #e85d5d4d;border-radius:12px;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;display:flex}.stat-card-skeleton{border-radius:12px;height:100px}.history-item-skeleton{border-radius:12px;height:120px}@media (width<=768px){.download-history-container{padding:1.5rem 1rem}.download-stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}.stat-icon{width:48px;height:48px}.stat-value{font-size:var(--font-size-xl)}.history-item{gap:1rem;padding:1rem}.history-item-cover{width:48px;height:68px}.history-item-title{font-size:var(--font-size-sm)}.history-item-meta{font-size:.7rem}}
