.stats-cards{display:flex;justify-content:center;gap:20px;margin-bottom:32px;flex-wrap:wrap}.stat-card{background:white;border-radius:20px;padding:16px 28px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--gray-200);min-width:160px}.stat-icon{width:48px;height:48px;background:linear-gradient(135deg, #e0e7ff, #f0f4ff);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:1.3rem}.stat-info{text-align:left}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--gray-800)}.stat-label{font-size:0.7rem;color:var(--gray-500)}.toolbar{background:linear-gradient(135deg, #f8fafc, #fff);border-radius:20px;padding:20px;margin-bottom:24px;border:1px solid var(--gray-200);display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.tool-group{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.setting-item{display:flex;align-items:center;gap:12px;background:white;padding:6px 16px;border-radius:40px;border:1px solid var(--gray-200)}.setting-item label{font-size:0.75rem;font-weight:500;color:var(--gray-600);display:flex;align-items:center;gap:6px}.setting-item input[type="range"]{width:120px}.setting-item select{padding:6px 12px;border:1px solid var(--gray-200);border-radius:30px;font-size:0.8rem;background:white}.btn-outline{background:transparent;border:1px solid var(--gray-300);padding:10px 20px;border-radius:40px;font-weight:500;cursor:pointer;transition:all 0.3s;display:inline-flex;align-items:center;gap:8px}.btn-outline:hover{background:var(--gray-100);border-color:var(--primary-color);color:var(--primary-color)}.image-list-container{background:var(--gray-50);border-radius:20px;padding:20px;margin-bottom:24px}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--gray-200);font-weight:500}.list-header .tip{font-size:0.7rem;color:var(--gray-400)}.image-list{min-height:150px;max-height:300px;overflow-y:auto}.empty-placeholder{text-align:center;padding:40px 20px;color:var(--gray-400)}.empty-placeholder i{font-size:3rem;margin-bottom:12px;opacity:0.5}.image-item{display:flex;align-items:center;gap:16px;background:white;border-radius:16px;padding:12px 16px;margin-bottom:10px;cursor:grab;transition:all 0.2s;border:1px solid var(--gray-200)}.image-item.dragging{opacity:0.5;cursor:grabbing}.image-item:hover{border-color:var(--primary-color);box-shadow:0 2px 8px rgba(0,0,0,0.05)}.image-preview{width:60px;height:60px;border-radius:12px;object-fit:cover;background:var(--gray-100)}.image-info{flex:1}.image-name{font-size:0.8rem;font-weight:500;margin-bottom:4px;word-break:break-all}.image-size{font-size:0.7rem;color:var(--gray-400)}.image-actions{display:flex;gap:8px}.image-actions button{background:transparent;border:none;padding:8px;border-radius:8px;cursor:pointer;color:var(--gray-500);transition:all 0.2s}.image-actions button:hover{background:var(--gray-100);color:#ef4444}.drag-handle{cursor:grab;color:var(--gray-400);font-size:1.1rem}.preview-area{background:var(--gray-50);border-radius:20px;padding:20px;margin-bottom:24px}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--gray-200)}.preview-container{background:#1a1a2e;border-radius:16px;min-height:250px;display:flex;align-items:center;justify-content:center;position:relative}.preview-canvas{max-width:100%;max-height:300px;border-radius:12px;display:none}.preview-placeholder{text-align:center;padding:60px 20px;color:var(--gray-500)}.preview-placeholder i{font-size:3rem;margin-bottom:12px}.progress-area{background:var(--gray-50);border-radius:20px;padding:20px;margin-bottom:24px}.progress-header{display:flex;justify-content:space-between;margin-bottom:12px;font-size:0.85rem}.progress-bar{height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg, var(--primary-color), var(--primary-dark));width:0%;transition:width 0.3s}.progress-status{margin-top:8px;font-size:0.7rem;color:var(--gray-500);text-align:center}.result-area{background:var(--gray-50);border-radius:20px;padding:20px;margin-bottom:24px;animation:fadeIn 0.3s ease}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--gray-200)}.result-header span{color:var(--success-color);font-weight:500;display:flex;align-items:center;gap:8px}.result-preview{text-align:center;margin-bottom:16px}.result-gif{max-width:100%;max-height:300px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.result-info{display:flex;justify-content:center;gap:24px;font-size:0.8rem;color:var(--gray-600)}.btn-primary-sm{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));border:none;padding:8px 20px;border-radius:40px;color:white;font-size:0.8rem;cursor:pointer;transition:all 0.3s}.btn-outline-sm{background:transparent;border:1px solid var(--gray-300);padding:8px 20px;border-radius:40px;font-size:0.8rem;cursor:pointer;transition:all 0.3s}.btn-outline-sm:hover{background:var(--gray-100);border-color:var(--primary-color)}.info-footer{background:var(--gray-50);border-radius:20px;padding:20px}.info-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-weight:600}.info-steps{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.step{flex:1;display:flex;align-items:center;gap:12px;padding:12px;background:white;border-radius:16px}.step-num{width:32px;height:32px;background:var(--primary-color);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.toolbar{flex-direction:column}.tool-group{justify-content:center}.setting-item{flex-wrap:wrap}.info-steps{flex-direction:column}.stats-cards{gap:12px}.stat-card{padding:12px 20px;min-width:auto}}