body{font-family:'Poppins', sans-serif;color:#2d3436;line-height:1.6;background-color:#f5f6fa;}.hero-section{background:linear-gradient(135deg, #1A73E8 0%, #0d47a1 100%);color:white;padding:80px 0;margin-bottom:0;}.drop-zone{height:250px;border:3px dashed #e0e0e0;border-radius:20px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all 0.3s ease;background:#f8f9fa;}.drop-zone:hover, .drop-zone.dragover{border-color:#1A73E8;background:#e8f0fe;}.file-item{background:white;border-radius:12px;padding:15px;border:1px solid #eee;transition:transform 0.2s;}.file-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0, 0, 0, 0.05);}.file-info{display:flex;align-items:center;gap:15px;}.file-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px;background:#eee;}.file-details{flex-grow:1;overflow:hidden;}.file-name{font-weight:600;font-size:0.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px;}.file-size{font-size:0.8rem;color:#666;}.compression-stats{font-size:0.75rem;margin-top:5px;}.status-badge{font-size:0.7rem;padding:4px 8px;border-radius:20px;font-weight:600;}.status-pending{background:#fff3e0;color:#ef6c00;}.status-processing{background:#e3f2fd;color:#1976d2;}.status-complete{background:#e8f5e9;color:#2e7d32;}.navbar{background:white;box-shadow:0 2px 10px rgba(0, 0, 0, 0.05);}.navbar-brand{font-weight:600;color:#1A73E8 !important;}.footer{background:#f8f9fa;border-top:1px solid #eee;}.quality-control label{color:#1A73E8;}#fileList{max-height:500px;overflow-y:auto;padding-right:5px;}#fileList::-webkit-scrollbar{width:6px;}#fileList::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px;}.btn-primary{background-color:#1A73E8;border-color:#1A73E8;}.btn-primary:hover{background-color:#1557b0;border-color:#1557b0;}