*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f2f5;color:#333;padding:20px}.container{max-width:800px;margin:0 auto}h1{text-align:center;margin-bottom:24px}.drop-zone{border:2px dashed #aaa;border-radius:12px;padding:48px;text-align:center;cursor:pointer;transition:background .2s,border-color .2s}.drop-zone.dragover{background:#e8f0fe;border-color:#4285f4}.settings{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin:20px 0}.settings label{display:flex;align-items:center;gap:8px}.settings select,.settings button{padding:6px 16px;border-radius:6px;border:1px solid #ccc;font-size:14px}.settings button{background:#4285f4;color:#fff;border:none;cursor:pointer}.settings button:disabled{background:#aaa;cursor:not-allowed}.total-progress{margin:16px 0;display:flex;align-items:center;gap:12px}.progress-bar{flex:1;height:8px;background:#ddd;border-radius:4px;overflow:hidden}.progress-fill{height:100%;width:0%;background:#4285f4;transition:width .3s}.file-list{display:flex;flex-direction:column;gap:12px}.file-card{background:#fff;border-radius:8px;padding:14px 18px;display:flex;align-items:center;gap:14px;box-shadow:0 1px 3px #0000001a}.file-card .info{flex:1;min-width:0}.file-card .name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-card .meta{font-size:12px;color:#888;margin-top:4px}.file-card .progress-bar{width:120px}.file-card .status{font-size:12px;padding:2px 8px;border-radius:4px;white-space:nowrap}.status.waiting{background:#eee}.status.processing{background:#e8f0fe;color:#4285f4}.status.done{background:#e6f4ea;color:#34a853}.file-card button{padding:4px 12px;border:none;border-radius:4px;background:#4285f4;color:#fff;cursor:pointer;font-size:12px}
